public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Portage and OpenAFS
@ 2003-06-12 15:34 Patrick Zehnder
  2003-06-12 15:47 ` Patrick Kursawe
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick Zehnder @ 2003-06-12 15:34 UTC (permalink / raw
  To: gentoo-dev

Hi,

I'm able to install OpenAFS on Gentoo Linux, but they are some not fixed 
problems.

1) I use gcc 3.2.2 and I have allways to fix the ebuild manually, if I want to 
install OpenAFS. I has to add the following commands to the function 
src_unpack in the file /usr/portage/net-fs/openafs/openafs-1.3.2(-r1).ebuild:

cd ${S}/src/pam
cp Makefile.in Makefile.in.old
sed 's|-I/usr/include/sys||' Makefile.in.old > Makefile.in
cd ${S}/src/ptserver
cp pt_util.c pt_util.c.old
sed -e 's|#include <sys/file.h>|#include <sys/file.h>\n#include <errno.h>|g' 
pt_util.c.old > pt_util.c
cd ${S}/src/sys
cp rmtsyss.c rmtsyss.c.old
sed -e 's|#include <signal.h>|#include <signal.h>\n#include <errno.h>|g' 
rmtsyss.c.old > rmtsyss.c

This add some missing headers. Is there a way to integrate this changings in 
the officiel ebuild? Or, will any of this changins create some problems on 
other platforms than x86 or other versions of gcc?

2) If I apply the changins, which I described under 1), then I'm able to 
emerge openafs with portage-2.0.47-r10. 
But there is no way with portage-2.0.48-r1. The program pinstall created by 
openafs use the program /bin/cp and cp isn't able to copy a simple file in 
the new portage environnment in the context of pinstall. It's very hard for 
me to find the reason for this error, because it's working from source and 
with the older version of portage. I doesn't know what has changed between 
the different portage versions, and doen't found any exact information about 
the sandbox concept used by portage.  Can somebody help me?

Sorry about my english. Thanks for answers!

Patrick


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-dev] Portage and OpenAFS
  2003-06-12 15:34 [gentoo-dev] Portage and OpenAFS Patrick Zehnder
@ 2003-06-12 15:47 ` Patrick Kursawe
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Kursawe @ 2003-06-12 15:47 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 368 bytes --]

On Thu, Jun 12, 2003 at 05:34:36PM +0200, Patrick Zehnder wrote:

> I'm able to install OpenAFS on Gentoo Linux, but they are some not fixed 
> problems.

[snipped details]

Indeed, it looks like.
Try searching for openafs on http://bugs.gentoo.org

Check if you problems are already mentioned there.
If not, file another bug report.

Bye, Patrick (too)

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-06-12 15:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-12 15:34 [gentoo-dev] Portage and OpenAFS Patrick Zehnder
2003-06-12 15:47 ` Patrick Kursawe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox