Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 201698 - sys-fs/cdfs-2.6.23 version bump
Summary: sys-fs/cdfs-2.6.23 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Timothy Redaelli (RETIRED)
URL: http://trappist.elis.ugent.be/~mronss...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-08 16:54 UTC by Tomasz Mon
Modified: 2008-12-19 15:13 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 Tomasz Mon 2007-12-08 16:54:08 UTC
CDfs is a file system for Linux systems that `exports' all tracks and boot images on a CD as normal files. These files can then be mounted (e.g. for ISO and boot images), copied, played (audio and VideoCD tracks)... The primary goal for developing this file system was to `unlock' information

Reproducible: Always

Steps to Reproduce:
Comment 1 Mark Wagner 2008-01-05 00:55:49 UTC
I could not compile this under 2.6.23-gentoo-r5 without adding

#include <linux/sched.h>

to root.c and daemon.c. After that I still couldn't read an CD-ROM XA disc though I've never tried to read this disc with anyhthing else either.
Comment 2 Mark Wagner 2008-01-05 00:56:32 UTC
Damn, I just saw that cdfs-2.6.19-kernel-2.6.22.patch does exactly that. Nevermind.
Comment 3 Timothy Redaelli (RETIRED) gentoo-dev 2008-01-05 10:27:09 UTC
Committed thanks
Comment 4 Daa Jaa 2008-12-19 15:13:13 UTC
emerge -v sys-fs/cdfs-2.6.23 fails

output:
[...]
Calculating dependencies... done!
[ebuild  N    ] sys-fs/cdfs-2.6.23  0 kB 
[...]
>>> Compiling source in /var/tmp/portage/sys-fs/cdfs-2.6.23/work/cdfs-2.6.23 ...
ln: creating symbolic link `Module.symvers': File exists
 * Preparing cdfs module
make -C /usr/src/linux SUBDIRS=/var/tmp/portage/sys-fs/cdfs-2.6.23/work/cdfs-2.6.23 modules
make[1]: Entering directory `/usr/src/linux-2.6.25-gentoo-r7'

  WARNING: Symbol version dump /usr/src/linux-2.6.25-gentoo-r7/Module.symvers
           is missing; modules will have no dependencies and modversions.

  CC [M]  /var/tmp/portage/sys-fs/cdfs-2.6.23/work/cdfs-2.6.23/root.o
/var/tmp/portage/sys-fs/cdfs-2.6.23/work/cdfs-2.6.23/root.c: In function 'cdfs_fill_super':
/var/tmp/portage/sys-fs/cdfs-2.6.23/work/cdfs-2.6.23/root.c:366: error: implicit declaration of function 'iget'
/var/tmp/portage/sys-fs/cdfs-2.6.23/work/cdfs-2.6.23/root.c:366: warning: passing argument 1 of 'd_alloc_root' makes pointer from integer without a cast
/var/tmp/portage/sys-fs/cdfs-2.6.23/work/cdfs-2.6.23/root.c: In function 'cdfs_lookup':
/var/tmp/portage/sys-fs/cdfs-2.6.23/work/cdfs-2.6.23/root.c:464: warning: assignment makes pointer from integer without a cast
/var/tmp/portage/sys-fs/cdfs-2.6.23/work/cdfs-2.6.23/root.c: At top level:
/var/tmp/portage/sys-fs/cdfs-2.6.23/work/cdfs-2.6.23/root.c:546: error: unknown field 'read_inode' specified in initializer
/var/tmp/portage/sys-fs/cdfs-2.6.23/work/cdfs-2.6.23/root.c:546: warning: initialization from incompatible pointer type
make[2]: *** [/var/tmp/portage/sys-fs/cdfs-2.6.23/work/cdfs-2.6.23/root.o] Error 1
make[1]: *** [_module_/var/tmp/portage/sys-fs/cdfs-2.6.19/work/cdfs-2.6.19] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.25-gentoo-r7'
make: *** [all] Error 2
 * 
 * ERROR: sys-fs/cdfs-2.6.19 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 3139:  Called linux-mod_src_compile
 *             environment, line 2413:  Called die
 * The specific snippet of code:
 *               eval "emake HOSTCC=\"$(tc-getBUILD_CC)\"                                               CROSS_COMPILE=${CHOST}-                                        LDFLAGS=\"$(get_abi_LDFLAGS)\"                                           ${BUILD_FIXES}                                          ${BUILD_PARAMS}                        ${BUILD_TARGETS} " || die "Unable to emake HOSTCC="$(tc-getBUILD_CC)" CROSS_COMPILE=${CHOST}- LDFLAGS="$(get_abi_LDFLAGS)" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS}";
 *  The die message:
 *   Unable to emake HOSTCC=i686-pc-linux-gnu-gcc CROSS_COMPILE=i686-pc-linux-gnu- LDFLAGS=  KDIR="/usr/src/linux" all
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/sys-fs/cdfs-2.6.19/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-fs/cdfs-2.6.19/temp/environment'.

NOTE: DEPENDS="" is empty in /usr/portage/sys-fs/cdfs/cdfs-2.6.23.ebuild

Please REOPEN this bug.