| Summary: | sys-apps/systemd-196 fails to build on PPC | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Sean McGovern <gseanmcg> |
| Component: | New packages | Assignee: | Gentoo systemd Team <systemd> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | PPC | ||
| OS: | Linux | ||
| See Also: | https://bugs.freedesktop.org/show_bug.cgi?id=57900 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | systemd-196 build log | ||
|
Description
Sean McGovern
2012-12-04 00:32:17 UTC
Created attachment 331360 [details]
systemd-196 build log
It would seem, that libsystemd-daemon.la needs to be added to libsystemd_core_la_LIBADD. I don't think that's something known upstream. Could you report it to bugs.freedesktop.org, or try to reproduce with systemd-9999 (available in mgorny overlay). Reproduced with a git clone of fd.o systemd HEAD. Will open a bug upstream. Resolved successfully upstream -- patch will presumably be part of release 197. Upstream patch will not apply cleanly to 196 ebuild due to sed in the prepare section. Celebration was premature -- built successfully but machine will now not boot. Resolving as FIXED. Boot issue was due to radeon.ko not being loaded at boot anymore, so no messages were showing on console -- machine was actually booting successfully otherwise. Fixed this with the following, which I should have done in the first place: echo "radeon" > /etc/modules-load.d/radeon.conf Thanks Michał and Rafał! |