Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 460138 - sys-fs/cdfs: Compile fails with latest kernel (3.8.1)
Summary: sys-fs/cdfs: Compile fails with latest kernel (3.8.1)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard: Pending Removal: 2013-10-07
Keywords: NeedPatch, PMASKED
Depends on:
Blocks:
 
Reported: 2013-03-03 15:26 UTC by Hanno Böck
Modified: 2013-10-12 12:04 UTC (History)
2 users (show)

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


Attachments
compile log (cdfs-log.log,6.89 KB, text/plain)
2013-03-03 15:27 UTC, Hanno Böck
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hanno Böck gentoo-dev 2013-03-03 15:26:39 UTC
Building cdfs with current kernels (using vanilla kernel) doesn't work.

/var/tmp/portage/sys-fs/cdfs-2.6.27/work/cdfs-2.6.27/proc.c: In function ‘cdfs_show’:
/var/tmp/portage/sys-fs/cdfs-2.6.27/work/cdfs-2.6.27/proc.c:272:6: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat]
/var/tmp/portage/sys-fs/cdfs-2.6.27/work/cdfs-2.6.27/proc.c:322:6: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat]
/var/tmp/portage/sys-fs/cdfs-2.6.27/work/cdfs-2.6.27/proc.c:371:2: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat]
  CC [M]  /var/tmp/portage/sys-fs/cdfs-2.6.27/work/cdfs-2.6.27/discid.o
  CC [M]  /var/tmp/portage/sys-fs/cdfs-2.6.27/work/cdfs-2.6.27/toc.o
/var/tmp/portage/sys-fs/cdfs-2.6.27/work/cdfs-2.6.27/root.c: In function ‘cdfs_fill_super’:
/var/tmp/portage/sys-fs/cdfs-2.6.27/work/cdfs-2.6.27/root.c:380:3: error: implicit declaration of function ‘d_alloc_root’ [-Werror=implicit-function-declaration]
/var/tmp/portage/sys-fs/cdfs-2.6.27/work/cdfs-2.6.27/root.c:380:14: warning: assignment makes pointer from integer without a cast [enabled by default]
/var/tmp/portage/sys-fs/cdfs-2.6.27/work/cdfs-2.6.27/root.c: At top level:
/var/tmp/portage/sys-fs/cdfs-2.6.27/work/cdfs-2.6.27/root.c:508:1: warning: initialization from incompatible pointer type [enabled by default]
/var/tmp/portage/sys-fs/cdfs-2.6.27/work/cdfs-2.6.27/root.c:508:1: warning: (near initialization for ‘cdfs_inode_operations.lookup’) [enabled by default]
/var/tmp/portage/sys-fs/cdfs-2.6.27/work/cdfs-2.6.27/root.c: In function ‘cdfs_read_inode’:
/var/tmp/portage/sys-fs/cdfs-2.6.27/work/cdfs-2.6.27/root.c:522:3: error: assignment of read-only member ‘i_nlink’
/var/tmp/portage/sys-fs/cdfs-2.6.27/work/cdfs-2.6.27/root.c: In function ‘cdfs_get_sb’:
/var/tmp/portage/sys-fs/cdfs-2.6.27/work/cdfs-2.6.27/root.c:604:3: warning: return makes integer from pointer without a cast [enabled by default]
/var/tmp/portage/sys-fs/cdfs-2.6.27/work/cdfs-2.6.27/root.c: At top level:
/var/tmp/portage/sys-fs/cdfs-2.6.27/work/cdfs-2.6.27/root.c:618:3: warning: initialization from incompatible pointer type [enabled by default]
/var/tmp/portage/sys-fs/cdfs-2.6.27/work/cdfs-2.6.27/root.c:618:3: warning: (near initialization for ‘cdfs_fs_type.mount’) [enabled by default]

I'll attach full compile log.
Comment 1 Hanno Böck gentoo-dev 2013-03-03 15:27:21 UTC
Created attachment 340864 [details]
compile log
Comment 2 Pacho Ramos gentoo-dev 2013-08-23 10:57:35 UTC
We are now with 3.10... maybe this should be treecleaned as looks dead
Comment 3 Pacho Ramos gentoo-dev 2013-10-12 12:04:05 UTC
dropped