Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Rebuilding system, problems w/ gtkglarea and openafs
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
neocui
Apprentice
Apprentice


Joined: 21 Apr 2003
Posts: 186

PostPosted: Sat Oct 25, 2003 4:08 pm    Post subject: Rebuilding system, problems w/ gtkglarea and openafs Reply with quote

Yesterday i decided to rebuild my gentoo system, and I can't seem to get the following packages to compile

gnome fails at gtkglarea, saying I do not have GL libraries
What do I install to get opengl libraries?

openafs fails, saying a patch file could not be found.
I searched on google for this patch... no where to be found. I suspect that the ebuild script for openafs is borked?
Anyone else experiencing similar issues?
Back to top
View user's profile Send private message
neocui
Apprentice
Apprentice


Joined: 21 Apr 2003
Posts: 186

PostPosted: Sat Oct 25, 2003 5:20 pm    Post subject: Reply with quote

I fixed the gnome problem by doing

opengl-update xfree

but openafs still does not work

i tried to emerge it on my laptop, and it spits out the same error:

Code:

 * Applying openafs-pinstall-execve.patch...
 
 * Failed Patch: openafs-pinstall-execve.patch!
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/openafs-1.2.8/temp/openafs-pinstall-execve.patch-4274.out
 




and here is the output:



Code:


***** openafs-pinstall-execve.patch *****
 
=========================================
 
PATCH COMMAND:  patch  -p0 < /usr/portage/net-fs/openafs/files/openafs-pinstall-execve.patch
 
=========================================
can't find file to patch at input line 8
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|===================================================================
|RCS file: /cvs/openafs/src/pinstall/install.c,v
|retrieving revision 1.21
|retrieving revision 1.22
|diff -u -r1.21 -r1.22
|--- openafs/src/pinstall/install.c     2003/07/25 04:38:03     1.21
|+++ openafs/src/pinstall/install.c     2003/08/08 21:00:09     1.22
--------------------------
No file to patch.  Skipping patch.
7 out of 7 hunks ignored
=========================================
 
PATCH COMMAND:  patch  -p1 < /usr/portage/net-fs/openafs/files/openafs-pinstall-execve.patch
 
=========================================
can't find file to patch at input line 8
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|===================================================================
|RCS file: /cvs/openafs/src/pinstall/install.c,v
|retrieving revision 1.21
|retrieving revision 1.22
|diff -u -r1.21 -r1.22
|--- openafs/src/pinstall/install.c     2003/07/25 04:38:03     1.21
|+++ openafs/src/pinstall/install.c     2003/08/08 21:00:09     1.22
--------------------------
No file to patch.  Skipping patch.
7 out of 7 hunks ignored
=========================================
 
PATCH COMMAND:  patch  -p2 < /usr/portage/net-fs/openafs/files/openafs-pinstall-execve.patch
 
=========================================
can't find file to patch at input line 8
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|===================================================================
|RCS file: /cvs/openafs/src/pinstall/install.c,v
|retrieving revision 1.21
|retrieving revision 1.22
|diff -u -r1.21 -r1.22
|--- openafs/src/pinstall/install.c     2003/07/25 04:38:03     1.21
|+++ openafs/src/pinstall/install.c     2003/08/08 21:00:09     1.22
--------------------------
No file to patch.  Skipping patch.
7 out of 7 hunks ignored
=========================================
 
PATCH COMMAND:  patch  -p3 < /usr/portage/net-fs/openafs/files/openafs-pinstall-execve.patch
 
=========================================
can't find file to patch at input line 8
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|===================================================================
|RCS file: /cvs/openafs/src/pinstall/install.c,v
|retrieving revision 1.21
|retrieving revision 1.22
|diff -u -r1.21 -r1.22
|--- openafs/src/pinstall/install.c     2003/07/25 04:38:03     1.21
|+++ openafs/src/pinstall/install.c     2003/08/08 21:00:09     1.22
--------------------------
No file to patch.  Skipping patch.
7 out of 7 hunks ignored
=========================================
 
PATCH COMMAND:  patch  -p4 < /usr/portage/net-fs/openafs/files/openafs-pinstall-execve.patch
 
=========================================
missing header for unified diff at line 8 of patch
can't find file to patch at input line 8
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|===================================================================
|RCS file: /cvs/openafs/src/pinstall/install.c,v
|retrieving revision 1.21
|retrieving revision 1.22
|diff -u -r1.21 -r1.22
|--- openafs/src/pinstall/install.c     2003/07/25 04:38:03     1.21
|+++ openafs/src/pinstall/install.c     2003/08/08 21:00:09     1.22
--------------------------
No file to patch.  Skipping patch.
7 out of 7 hunks ignored



any ideas?
Back to top
View user's profile Send private message
jmanning
n00b
n00b


Joined: 22 Oct 2003
Posts: 27

PostPosted: Sat Oct 25, 2003 7:41 pm    Post subject: Reply with quote

Same error here. This probably should be logged at bugs.gentoo.org.
[update]: It already is. ;-)
Back to top
View user's profile Send private message
bkmmd
n00b
n00b


Joined: 08 Oct 2003
Posts: 10
Location: Honolulu, HI

PostPosted: Tue Oct 28, 2003 5:19 am    Post subject: Reply with quote

Could someone help...

I looked at the bug list, but still don't understand what I need to do to get openafs to install on my system. I get the same error message that the original post listed.

Thanks...
Back to top
View user's profile Send private message
jmanning
n00b
n00b


Joined: 22 Oct 2003
Posts: 27

PostPosted: Fri Oct 31, 2003 3:36 pm    Post subject: What to do Reply with quote

Nothing just yet.

Unless you want to do some manual hacking, and are aware of the security implications. (Hint - remove the patch line from the ebuild. I do *NOT* recommend doing this. I think someone noted in the bug that it still fails to build. YMMV.)

I recommend waiting until an 'official' fix is out. Watch Bug #31671 for its status.

~J
Back to top
View user's profile Send private message
dimopoulos
n00b
n00b


Joined: 17 Mar 2003
Posts: 64
Location: Vienna, Austria

PostPosted: Mon Nov 03, 2003 8:04 pm    Post subject: Re: What to do Reply with quote

jmanning wrote:

I recommend waiting until an 'official' fix is out. Watch Bug #31671 for its status.


I guess we will have to wait for that bug to be fixed. My system is going on standy now.

Nikos
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum