ncpfs-2.2.3.ebuild Changes: latest version of ncpfs, disable support for kernels 2.0.x & 2.2.x, add depend with ipx(-utils) Reproducible: Always Steps to Reproduce: 1. 2. 3.
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