Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 445886 - sys-apps/systemd-196 fails to build on PPC
Summary: sys-apps/systemd-196 fails to build on PPC
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: PPC Linux
: Normal normal (vote)
Assignee: Gentoo systemd Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-04 00:32 UTC by Sean McGovern
Modified: 2012-12-06 22:43 UTC (History)
0 users

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


Attachments
systemd-196 build log (build-systemd.log,31.40 KB, text/plain)
2012-12-04 00:32 UTC, Sean McGovern
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sean McGovern 2012-12-04 00:32:17 UTC
Attached build log for failure -- udev-196 built successfully, however.

Reproducible: Always

Steps to Reproduce:
1. emerge systemd-196 on a machine with PowerPC architecture
2. observe build failure

Actual Results:  
build fails

Expected Results:  
build should succeed
Comment 1 Sean McGovern 2012-12-04 00:32:37 UTC
Created attachment 331360 [details]
systemd-196 build log
Comment 2 Rafał Mużyło 2012-12-04 01:46:18 UTC
It would seem, that libsystemd-daemon.la needs to be added to libsystemd_core_la_LIBADD.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2012-12-04 05:30:21 UTC
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).
Comment 4 Sean McGovern 2012-12-05 00:48:55 UTC
Reproduced with a git clone of fd.o systemd HEAD.

Will open a bug upstream.
Comment 5 Sean McGovern 2012-12-05 03:53:58 UTC
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.
Comment 6 Sean McGovern 2012-12-05 04:38:35 UTC
Celebration was premature -- built successfully but machine will now not boot.
Comment 7 Sean McGovern 2012-12-06 22:43:28 UTC
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ł!