Gentoo Archives: gentoo-user

From: Meino.Cramer@×××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Bad luck with new installation: Compilation issues (eudev)
Date: Sun, 05 Feb 2017 17:37:23
Message-Id: 20170205173710.GD5035@solfire
In Reply to: Re: [gentoo-user] Bad luck with new installation: Compilation issues (eudev) by Alexander Openkowski
1 Hi Alexander,
2
3 thanks for the link!
4
5 Had found the culprit myself and fixed it with
6 a user patch...
7
8 Cheers
9 Meino
10
11
12
13 Alexander Openkowski <opncow@××××××××××.com> [17-02-05 18:28]:
14 > Have you seen this thread in the forums? It looks like your problem:
15 >
16 > https://forums.gentoo.org/viewtopic-t-1057500-view-previous.html?sid=9c8b57325eef824a0748ec4ca94ac8b1
17 >
18 > Found via a quick google search. Keywords: "eudev 3.2.1 error gentoo".
19 > No offense, really. But you do not need to wait for an answer if you
20 > search for yourself. :-)
21 >
22 > On 02/05/2017 03:08 PM, Meino.Cramer@×××.de wrote:
23 > > Hi,
24 > >
25 > > I am still compiling my new root...
26 > >
27 > > After some of the rebuild/sinc/revdep/ cycles I got this while trying
28 > > to update sys-fs/eudev
29 > >
30 > > (ACCEPT_KEYWORDS is set to ~amd64 globally right before any
31 > > compilations)
32 > >
33 > > /var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1/src/udev/udev-builtin-keyboard.c:31:26: note: previous declaration of 'keyboard_lookup_key' was here
34 > > static const struct key *keyboard_lookup_key(const char *str, unsigned len);
35 > > ^
36 > > x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1/src/udev -I../.. -include ../../config.h -DROOTPREFIX=\"\" -DUDEV_HWDB_DIR=\"/etc/udev/hwdb.d\" -DUDEV_HWDB_BIN=\"/etc/udev/hwdb.bin\" -DUDEV_CONF_DIR=\"/etc/udev\" -DUDEV_ROOT_RUN=\"/run\" -DUDEV_RULES_DIR=\"/lib/udev/rules.d\" -DUDEV_LIBEXEC_DIR=\"/lib/udev\" -DUDEV_VERSION=\"220\" -I /var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1/src/shared -I /var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1/src/libudev -I ../../src/udev -march=native -msse -msse2 -msse3 -O2 -pipe -c -o udevadm-monitor.o /var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1/src/udev/udevadm-monitor.c
37 > > make[4]: *** [Makefile:813: libudev_core_la-udev-builtin-keyboard.lo] Error 1
38 > > make[4]: *** Waiting for unfinished jobs....
39 > > make[4]: Leaving directory '/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1-abi_x86_64.amd64/src/udev'
40 > > make[3]: *** [Makefile:500: all] Error 2
41 > > make[3]: Leaving directory '/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1-abi_x86_64.amd64/src/udev'
42 > > make[2]: *** [Makefile:394: all-recursive] Error 1
43 > > make[2]: Leaving directory '/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1-abi_x86_64.amd64/src'
44 > > make[1]: *** [Makefile:446: all-recursive] Error 1
45 > > make[1]: Leaving directory '/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1-abi_x86_64.amd64'
46 > > make: *** [Makefile:378: all] Error 2
47 > > * ERROR: sys-fs/eudev-3.2.1::gentoo failed (compile phase):
48 > > * emake failed
49 > > *
50 > > * If you need support, post the output of `emerge --info '=sys-fs/eudev-3.2.1::gentoo'`,
51 > > * the complete build log and the output of `emerge -pqv '=sys-fs/eudev-3.2.1::gentoo'`.
52 > > * The complete build log is located at '/var/tmp/portage/sys-fs/eudev-3.2.1/temp/build.log'.
53 > > * The ebuild environment file is located at '/var/tmp/portage/sys-fs/eudev-3.2.1/temp/environment'.
54 > > * Working directory: '/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1-abi_x86_64.amd64'
55 > > * S: '/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1'
56 > >
57 > >>>> Failed to emerge sys-fs/eudev-3.2.1, Log file:
58 > >
59 > > eix eudev shows:
60 > > solfire ~ # eix sys-fs/eudev
61 > > [U] sys-fs/eudev
62 > > Available versions: 1.9-r2 1.10-r2 3.1.2 3.1.5 (~)3.2 (~)3.2.1 **4.9999 **9999 {+blkid doc efi gudev +hwdb introspection +keymap +kmod +modutils +openrc (+)rule-generator selinux smack static-libs test ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="32 64 x32"}
63 > > Installed versions: 3.1.5(05:33:42 02/02/17)(hwdb kmod -introspection -rule-generator -selinux -static-libs -test ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="64 -32 -x32")
64 > > Homepage: https://github.com/gentoo/eudev
65 > > Description: Linux dynamic and persistent device naming support (aka userspace devfs)
66 > >
67 > >
68 > > I dont want to poison the mailing list with long logs in case of
69 > > someone knows what's going on here...but if wanted, I will post them
70 > > of course... :)
71 > >
72 > > Cheers
73 > > Meino
74 > >
75 > >
76 > >
77 > >
78 > >
79 >
80 >

Replies

Subject Author
Re: [gentoo-user] Bad luck with new installation: Compilation issues (eudev) Miroslav Rovis <miro.rovis@××××××××××××××.hr>