Summary: | new version ncpfs.ebuild with some enhansment | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | wapr <svazulia> |
Component: | New packages | Assignee: | Peter Johanson (RETIRED) <latexer> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | mholzer, simpsonb, steeeeeveee |
Priority: | High | Keywords: | EBUILD |
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
ncpfs-2.2.3.ebuild
ncpfs-2.2.3.ebuild |
Description
wapr
2003-04-18 02:59:14 UTC
Created attachment 10818 [details]
ncpfs-2.2.3.ebuild
*** Bug 18903 has been marked as a duplicate of this bug. *** myconf=" --disable-mount-v2 --disable-mount-v3" why is this in ebuild ? - this will disable support for kernels 2.0.x and 2.2.x . we use 2.4.x - yes? do we really need to disable this ? maybe someone uses kernel 2.0 or 2.2 How about adding a statement to check the kernel version? If it see's one particular kernel version then it can disable the unneeded options. Created attachment 11017 [details]
ncpfs-2.2.3.ebuild
Added the ability for the ebuild to detect the kernel version and disable
unneeded mount options.
config.status: creating po/POTFILES config.status: creating po/Makefile configure: configuring in contrib/php configure: running /bin/sh './configure' --prefix=/usr '--prefix=/usr' '--host=i686-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--disable-mount-v2' '--disable-mount-v3' '--disable-ipx' '--disable-ipx-tools' '--enable-pam' 'CC=gcc' 'CFLAGS=-march=i686 -O3 -pipe -ffast-math -fomit-frame-pointer' 'host_alias=i686-pc-linux-gnu' --cache-file=/dev/null --srcdir=. configure: warning: CC=gcc: invalid host type configure: warning: CFLAGS=-march=i686 -O3 -pipe -ffast-math -fomit-frame-pointer: invalid host type configure: error: can only configure for one host and one target at a time configure: error: /bin/sh './configure' failed for contrib/php any ideas on this ? since going to mac (like samba with windows), i hope one of you using this *** Bug 21299 has been marked as a duplicate of this bug. *** bouncing back to wranglers, this isn't ppc related. ncpfs is netware stuff Just like comment #7 ... configure: running /bin/sh './configure' --prefix=/usr '--prefix=/usr' '--host=i686-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--enable-pam' 'CC=gcc' 'CFLAGS=-march=pentium3 -O3 -pipe' 'host_alias=i686-pc-linux-gnu' --cache-file=/dev/null --srcdir=. configure: warning: CC=gcc: invalid host type configure: warning: CFLAGS=-march=pentium3 -O3 -pipe: invalid host type configure: error: can only configure for one host and one target at a time configure: error: /bin/sh './configure' failed for contrib/php !!! ERROR: net-fs/ncpfs-2.2.3 failed. !!! Function econf, Line 320, Exitcode 1 !!! econf failed in cvs |