Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10291 - lufs 0.7 is borken
Summary: lufs 0.7 is borken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
: 10992 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-11-05 15:16 UTC by Frido Ferdinand
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frido Ferdinand 2002-11-05 15:16:43 UTC
It exits on:

c++ -O2 -Wall -o lufsmount lufsmount.o  -lpthread
make[2]: Leaving directory `/home/tmp/portage/lufs-0.7.0/work/lufs-0.7.0/util'
Making all in kernel2.4
make[2]: Entering directory `/home/tmp/portage/lufs-0.7.0/work/lufs-0.7.0/kernel2.4'
make[2]: *** No rule to make target `all'.  Stop.
make[2]: Leaving directory `/home/tmp/portage/lufs-0.7.0/work/lufs-0.7.0/kernel2.4'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tmp/portage/lufs-0.7.0/work/lufs-0.7.0'
make: *** [all-recursive-am] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 44, Exitcode 2
!!! emake failed

strange thing is, using a tarball and ./configure, make install, works
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2002-11-06 02:33:22 UTC
Could you paste the output from the configure part from the emerge, output from
"uname -r" and a output from "ls -l /var/tmp/portage/lufs-0.7.0/work/lufs-0.7.0"
after emerge stops with the error.
Comment 2 Frido Ferdinand 2002-11-07 05:18:00 UTC
>>> Source unpacked.
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... /bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking OS... Linux
checking running kernel... 2.4.19
checking kernel support... supported in kernel2.4
checking kernel headers... found in /lib/modules/2.4.19/build/include
checking for gcc... gcc
checking whether the C compiler (gcc -O2 -mcpu=i686 -pipe ) works... yes
checking whether the C compiler (gcc -O2 -mcpu=i686 -pipe ) is a
cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for c++... c++checking whether the C++ compiler (c++ -O2 -Wall )
works... yes
checking whether the C++ compiler (c++ -O2 -Wall ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for a BSD compatible install... /bin/install -c
checking whether ln -s works... yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for ld used by GCC... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared
libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking whether make sets ${MAKE}... (cached) yes
checking for ssh... found
checking for pthread_detach in -lpthread... yes
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for byteswap.h... yes
checking for sys/byteswap.h... no
checking for endian.h... yes
checking for machine/endian.h... no
checking for sys/types.h... yes
checking for working const... yes
checking for pid_t... yes
checking for mkdir... yes
checking for rmdir... yes
###############################################################################
 supported filesystems: localfs ftpfs sshfs  
 suid files: lufsmnt & lufsumount.
###############################################################################
updating cache ./config.cache
creating ./config.status
creating Makefile
creating lufsd/Makefile
creating lufsd/localfs/Makefile
creating lufsd/sshfs/Makefile
creating lufsd/ftpfs/Makefile
creating lufsd/cardfs/Makefile
creating lufsd/cefs/Makefile
creating lufsd/cefs/asyncd/Makefile
creating util/Makefile
creating kernel2.4/Makefile
creating include/Makefile
creating config/Makefile
creating docs/Makefile
creating config.h

kernel is 2.4.19 (vanilla)

ls -l /var/tmp/portage/lufs-0.7.0/work/lufs-0.7.0
/var/tmp/portage/lufs-0.7.0/work/lufs-0.7.0                            total 656
-rw-r--r--    1 root     root           27 Sep  3 12:46 AUTHORS
-rw-r--r--    1 root     root        17992 Sep  3 12:46 COPYING
-rw-r--r--    1 root     root         1971 Oct  9 13:53 ChangeLog
-rw-r--r--    1 root     root          183 Sep  3 12:46 Contributors
-rw-r--r--    1 root     root         7831 Sep  3 12:46 INSTALL
-rw-r--r--    1 root     root        11607 Nov  7 12:15 Makefile
-rw-r--r--    1 root     root          121 Sep  4 09:07 Makefile.am
-rw-r--r--    1 root     root        11662 Oct  9 13:57 Makefile.in
-rw-r--r--    1 root     root           24 Sep  3 12:46 NEWS
-rw-r--r--    2 root     root        11407 Oct  9 13:52 README
-rw-r--r--    1 root     root          414 Sep 13 17:49 THANKS
-rw-r--r--    1 root     root           24 Sep 13 17:43 TODO
-rw-r--r--    1 root     root       120117 Oct  9 13:54 aclocal.m4
-rwxr-xr-x    1 root     root           85 Sep  3 12:46 bootstrap
drwxrwxrwx    2 root     root         4096 Nov  7 12:15 config
-rw-r--r--    1 root     root         3819 Nov  7 12:15 config.cache
-rw-r--r--    1 root     root         1630 Nov  7 12:15 config.h
-rw-r--r--    1 root     root          169 Sep 22 21:24 config.h.bot
-rw-r--r--    1 root     root         1490 Oct  2 19:26 config.h.in
-rw-r--r--    1 root     root         7246 Nov  7 12:15 config.log
-rwxr-xr-x    1 root     root        11852 Nov  7 12:15 config.status
-rwxr-xr-x    1 root     root       207987 Oct  9 13:54 configure
-rw-r--r--    1 root     root         5431 Oct  2 19:26 configure.in
drwxrwxrwx    2 root     root         4096 Nov  7 12:15 docs
drwxrwxrwx    2 root     root         4096 Nov  7 12:15 include
drwxrwxrwx    2 root     root         4096 Nov  7 12:15 kernel2.4
-rwxr-xr-x    1 root     root       147985 Nov  7 12:15 libtool
drwxrwxrwx    8 root     root         4096 Nov  7 12:15 lufsd
-rw-r--r--    1 root     root           10 Nov  7 12:15 stamp-h
-rw-r--r--    1 root     root           10 Oct  9 13:54 stamp-h.in
drwxrwxrwx    3 root     root         4096 Nov  7 12:15 util
Comment 3 Daniel Ahlberg (RETIRED) gentoo-dev 2002-11-20 07:31:41 UTC
*** Bug 10992 has been marked as a duplicate of this bug. ***
Comment 4 Daniel Ahlberg (RETIRED) gentoo-dev 2002-11-20 07:42:52 UTC
Fixed the typo mentionend in #10992, also bumped to 0.8.0. Please try either
0.7.0  or 0.8.0 if it compiles correctly.
Comment 5 Frido Ferdinand 2002-11-20 12:32:26 UTC
Works perfectly, thx !

>>> /etc/auto.sshfs -> /usr/bin/auto.sshfs
>>> /etc/auto.ftpfs -> /usr/bin/auto.ftpfs

id: lufs: No such user
>>> Regenerating /etc/ld.so.cache...
>>> sys-apps/lufs-0.8.0 merged.
Comment 6 Daniel Ahlberg (RETIRED) gentoo-dev 2002-11-21 10:11:17 UTC
Ive removed the error output from "id lufs". Closing.