Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 236114 - app-admin/gamin-0.1.9-r1 failes to compile
Summary: app-admin/gamin-0.1.9-r1 failes to compile
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-29 13:52 UTC by Markos Chandras (RETIRED)
Modified: 2008-09-13 15:35 UTC (History)
2 users (show)

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


Attachments
emerge--info (emerge.info,7.50 KB, text/plain)
2008-08-29 13:53 UTC, Markos Chandras (RETIRED)
Details
build.log (build.log,15.38 KB, text/plain)
2008-08-29 23:40 UTC, Markos Chandras (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markos Chandras (RETIRED) gentoo-dev 2008-08-29 13:52:59 UTC
app-admin/gamin-0.1.9-r1 fails to compile

I assume this is because I am running gcc-4.3.1. Is there any available patch or something?

 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -DBINDIR=\"/usr/libexec\" -DBUILDDIR=\"..\" -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -march=athlon64 -O2 -pipe -MT gam_api.lo -MD -MP -MF .deps/gam_api.Tpo -c gam_api.c  -fPIC -DPIC -o .libs/gam_api.o
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -DBINDIR=\"/usr/libexec\" -DBUILDDIR=\"..\" -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -march=athlon64 -O2 -pipe -MT gam_data.lo -MD -MP -MF .deps/gam_data.Tpo -c gam_data.c  -fPIC -DPIC -o .libs/gam_data.o
gam_api.c: In function ‘gamin_check_cred’:
gam_api.c:717: error: storage size of ‘cr’ isn’t known
gam_api.c:717: warning: unused variable ‘cr’
make[2]: *** [gam_api.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -DBINDIR=\"/usr/libexec\" -DBUILDDIR=\"..\" -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -march=athlon64 -O2 -pipe -MT gam_data.lo -MD -MP -MF .deps/gam_data.Tpo -c gam_data.c -o gam_data.o >/dev/null 2>&1
mv -f .deps/gam_data.Tpo .deps/gam_data.Plo
make[2]: Leaving directory `/var/tmp/portage/app-admin/gamin-0.1.9/work/gamin-0.1.9/libgamin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-admin/gamin-0.1.9/work/gamin-0.1.9'
make: *** [all] Error 2
 *
 * ERROR: app-admin/gamin-0.1.9 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2601:  Called die
 * The specific snippet of code:
 *       emake || die "emake failed"
 *  The die message:
 *   emake failed
 *
 * 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/app-admin/gamin-0.1.9/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-admin/gamin-0.1.9/temp/environment'.
 *


Reproducible: Always

Steps to Reproduce:
1.emerge app-admin/gamin
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2008-08-29 13:53:30 UTC
Created attachment 164060 [details]
emerge--info
Comment 2 Rémi Cardona (RETIRED) gentoo-dev 2008-08-29 22:40:27 UTC
Please attach the full build.log as suggested by portage.

Thanks
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2008-08-29 23:40:43 UTC
Created attachment 164101 [details]
build.log

Build.log file as suggested. Hope that helps :)
Comment 4 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-08-30 09:06:03 UTC
this looks like a glibc-2.8 problem, when is the last time you synced ?
Comment 5 Markos Chandras (RETIRED) gentoo-dev 2008-08-30 09:32:17 UTC
Yesterday I think
Comment 6 Rémi Cardona (RETIRED) gentoo-dev 2008-08-30 10:39:39 UTC
Could you try without ccache from your FEATURES?

Thanks
Comment 7 Rémi Cardona (RETIRED) gentoo-dev 2008-09-13 15:35:14 UTC
Please don't hesitate to reopen this bug once you've tried rebuilding without ccache.

Thanks