Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 415603 - =sys-fs/evms-2.5.5-r13 fails to compile against >=sys-libs/glibc-2.14
Summary: =sys-fs/evms-2.5.5-r13 fails to compile against >=sys-libs/glibc-2.14
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Maciej Mrozowski
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: glibc-2.14
  Show dependency tree
 
Reported: 2012-05-12 18:02 UTC by Samuli Suominen (RETIRED)
Modified: 2012-05-15 23:48 UTC (History)
0 users

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


Attachments
build.log (sys-fs:evms-2.5.5-r13:20120512-175600.log,46.52 KB, text/plain)
2012-05-12 18:02 UTC, Samuli Suominen (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Samuli Suominen (RETIRED) gentoo-dev 2012-05-12 18:02:35 UTC
Created attachment 311531 [details]
build.log

I'm reporting this for an user in forums:

http://forums.gentoo.org/viewtopic-t-923198-start-0-postdays-0-postorder-asc-highlight-.html

But it fails on my system too like in the build.log.

In file included from cache.c:40:0:
localdskmgr.h:77:16: error: redefinition of ‘struct file_handle’
/usr/include/bits/fcntl.h:254:8: note: originally defined here
make[2]: *** [cache.o] Error 1

Portage 2.2.0_alpha103 (default/linux/amd64/10.0/developer, gcc-4.6.3, glibc-2.15-r1, 3.1.4 x86_64)
=================================================================
System uname: Linux-3.1.4-x86_64-Intel-R-_Core-TM-_i5-2400_CPU_@_3.10GHz-with-gentoo-2.1
Timestamp of tree: Unknown
app-shells/bash:          4.2_p28
dev-lang/python:          2.7.3-r2, 3.2.3-r1
dev-util/cmake:           2.8.8-r2
dev-util/pkgconfig:       9999
sys-apps/baselayout:      2.1
sys-apps/openrc:          0.9.9.3
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.10.3, 1.11.5
sys-devel/binutils:       2.22-r1
sys-devel/gcc:            4.6.3
sys-devel/gcc-config:     1.7
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r3
sys-kernel/linux-headers: 3.3 (virtual/os-headers)
sys-libs/glibc:           2.15-r1

Time to lastrite the package, or...?
Comment 1 Maciej Mrozowski gentoo-dev 2012-05-15 23:46:27 UTC
Neva!

typedef struct file_handle {
	storage_object_t *disk;
	list_element_t elem;
} file_handle_t;

replaced with:

typedef struct {
	storage_object_t *disk;
	list_element_t elem;
} file_handle_t;

:P