Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 241416 - sys-fs/ocfs2-tools fails to build with glibc-2.8
Summary: sys-fs/ocfs2-tools fails to build with glibc-2.8
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords: PMASKED
Depends on: 193249
Blocks: glibc-2.8
  Show dependency tree
 
Reported: 2008-10-11 18:35 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-09-10 18:51 UTC (History)
5 users (show)

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


Attachments
Build log (sys-fs:ocfs2-tools-1.2.1:20081011-132026.log,7.59 KB, text/plain)
2008-10-11 18:36 UTC, Diego Elio Pettenò (RETIRED)
Details
Here is my emerge --info (info.txt,3.36 KB, text/plain)
2009-03-27 16:32 UTC, Richard Scott
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-10-11 18:35:17 UTC
Check attached build log.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-10-11 18:36:00 UTC
Created attachment 168062 [details]
Build log
Comment 2 Guido Jäkel 2008-10-24 15:44:46 UTC
FYI: ebuild fails at the same point on my box, which currently have  glibc-2.6.1  installed.
Comment 3 Pacho Ramos gentoo-dev 2008-11-02 13:26:33 UTC
Opensuse is shipping 1.4.1 and seems to have no problems with glibc-2.8, maybe this would be fixed when bug 193249 does
Comment 4 Christian Faulhammer (RETIRED) gentoo-dev 2009-03-07 11:18:17 UTC
Please take action here, Glibc 2.8 is going stable (or already is, on amd64 for example).
Comment 5 Richard Scott 2009-03-27 16:31:36 UTC
I get a different error on amd64 with glibc-2.8.x

make[1]: Leaving directory `/var/tmp/portage/sys-fs/ocfs2-tools-1.4.1/work/ocfs2-tools-1.4.1/libo2dlm'
make -C libo2cb
make[1]: Entering directory `/var/tmp/portage/sys-fs/ocfs2-tools-1.4.1/work/ocfs2-tools-1.4.1/libo2cb'
x86_64-pc-linux-gnu-gcc -march=nocona -O2 -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe -fPIC    -I../include -I.   -MD -MP -MF ./.o2cb_abi.d -o o2cb_abi.o -c o2cb_abi.c
x86_64-pc-linux-gnu-gcc -march=nocona -O2 -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe -fPIC    -I../include -I.   -MD -MP -MF ./.o2cb_crc32.d -o o2cb_crc32.o -c o2cb_crc32.c
x86_64-pc-linux-gnu-gcc -march=nocona -O2 -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe -fPIC    -I../include -I.   -MD -MP -MF ./.client_proto.d -o client_proto.o -c client_proto.c
client_proto.c: In function `parse_itemcount':
client_proto.c:228: error: `LONG_MAX' undeclared (first use in this function)
client_proto.c:228: error: (Each undeclared identifier is reported only once
client_proto.c:228: error: for each function it appears in.)
client_proto.c:228: error: `UINT_MAX' undeclared (first use in this function)
client_proto.c: In function `parse_status':
client_proto.c:248: error: `LONG_MIN' undeclared (first use in this function)
client_proto.c:248: error: `LONG_MAX' undeclared (first use in this function)
client_proto.c:249: error: `INT_MIN' undeclared (first use in this function)
client_proto.c:249: error: `INT_MAX' undeclared (first use in this function)
make[1]: *** [client_proto.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/sys-fs/ocfs2-tools-1.4.1/work/ocfs2-tools-1.4.1/libo2cb'
make: *** [libo2cb] Error 2
 *
 * ERROR: sys-fs/ocfs2-tools-1.4.1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2090:  Called die
 * The specific snippet of code:
 *       emake -j1 || die "Failed to compile"
 *  The die message:
 *   Failed to compile
 *
 * 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/ocfs2-tools-1.4.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-fs/ocfs2-tools-1.4.1/temp/environment'.
 * This ebuild is from an overlay: '/opt/portage/'
Comment 6 Richard Scott 2009-03-27 16:32:31 UTC
Created attachment 186443 [details]
Here is my emerge --info
Comment 7 Christian Faulhammer (RETIRED) gentoo-dev 2009-12-29 20:52:11 UTC
Removed from Portage