Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 482710 - sys-fs/aufs-util-3.9_p20130826 needs sys-fs/aufs-headers-3.10_p20130826
Summary: sys-fs/aufs-util-3.9_p20130826 needs sys-fs/aufs-headers-3.10_p20130826
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-27 20:24 UTC by Elias Probst
Modified: 2013-08-28 07:58 UTC (History)
0 users

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 Elias Probst 2013-08-27 20:24:58 UTC
Currently, sys-fs/aufs-util-3.9_p20130826 depends on >sys-fs/aufs-headers-3.9 which causes the aufs-util build to fail (see log below).

It should depend on sys-fs/aufs-headers-3.10_p20130826 to build successfully.

build log:
>>> Compiling source in /var/tmp/portage/sys-fs/aufs-util-3.9_p20130826/work/aufs-util-3.9_p20130826 ...
make -j3 
x86_64-pc-linux-gnu-gcc -march=core2 -O2 -pipe -ggdb -I./libau -Wall -DMOUNT_CMD_PATH=\"\" -Wl,-O1 -Wl,--as-needed  ver.c   -o ver
./ver
x86_64-pc-linux-gnu-gcc -march=core2 -O2 -pipe -ggdb -I./libau -Wall -DMOUNT_CMD_PATH=\"\" -Wl,-O1 -Wl,--as-needed  c2tmac.c   -o c2tm
ac
rm -f aufs.5
./c2tmac > aufs.5
awk '{ \
        gsub(/\140[^\047]*\047/, "\\[oq]&\\[cq]"); \
        gsub(/\\\[oq\]\140/, "\\[oq]"); \
        gsub(/\047\\\[cq\]/, "\\[cq]"); \
        gsub(/\047/, "\\[aq]"); \
        print; \
}' aufs.in.5 >> aufs.5
chmod a-w aufs.5
x86_64-pc-linux-gnu-gcc -march=core2 -O2 -pipe -ggdb -I./libau -Wall -DMOUNT_CMD_PATH=\"\"  -c -o perror.o perror.c
perror.c:26:3: error: 'EAU_MVDOWN_OPAQUE' undeclared here (not in a function)
perror.c:26:2: error: array index in initializer not of integer type
perror.c:26:2: error: (near initialization for 'au_errlist')
perror.c:27:3: error: 'EAU_MVDOWN_WHITEOUT' undeclared here (not in a function)
perror.c:27:2: error: array index in initializer not of integer type
perror.c:27:2: error: (near initialization for 'au_errlist')
perror.c:28:3: error: 'EAU_MVDOWN_UPPER' undeclared here (not in a function)
perror.c:28:2: error: array index in initializer not of integer type
perror.c:28:2: error: (near initialization for 'au_errlist')
perror.c:29:3: error: 'EAU_MVDOWN_BOTTOM' undeclared here (not in a function)
perror.c:29:2: error: array index in initializer not of integer type
perror.c:29:2: error: (near initialization for 'au_errlist')
perror.c: In function 'au_perror':
perror.c:43:38: error: 'EAU_Last' undeclared (first use in this function)
perror.c:43:38: note: each undeclared identifier is reported only once for each function it appears in
make: *** [perror.o] Error 1
rm ver c2tmac
 * ERROR: sys-fs/aufs-util-3.9_p20130826::gentoo failed (compile phase):
 *   emake failed
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2013-08-28 07:58:20 UTC
+  28 Aug 2013; Justin Lecher <jlec@gentoo.org> aufs-util-3.9_p20130821.ebuild,
+  aufs-util-3.9_p20130826.ebuild:
+  Fix Version for aufs-header dependency, #482710
+