Gentoo Archives: gentoo-user

From: gottlieb@×××.edu
To: gentoo-user@l.g.o
Subject: [gentoo-user] trouble emerging (*not* running) systemd on stable amd64
Date: Fri, 06 Dec 2013 14:45:34
Message-Id: 87y53ykphe.fsf@nyu.edu
1 I hadn't synced one of my stable boxes for a while and tried today.
2 This brings in gnome-3.8 and with it systemd. I realize I will need to
3 *run* systemd to go to gnome-3.10. Indeed I do run systemd on my two
4 main systems (~amd64).
5
6 I was hoping to put off converting to systemd on this stable system for a
7 few weeks.
8
9 The merge of systemd generates the following near the end of build.log.
10 I have manually "double-spaced" the output since the lines are very
11 long.
12
13 Any help would be appreciated.
14 thanks,
15 allan
16
17 /usr/bin/m4 -P -DFOR_SYSTEM=1 < /mnt/h/portage-tmpdir/portage/sys-apps/systemd-208-r2/work/systemd-208/units/getty@.service.m4 > units/getty@.service
18
19 /bin/mkdir -p src/core/ && /bin/sed -e 's|@rootlibexecdir\@|/usr/lib/systemd|g' -e 's|@rootbindir\@|/usr/bin|g' -e 's|@bindir\@|/usr/bin|g' -e 's|@SYSTEMCTL\@|/usr/bin/systemctl|g' -e 's|@SYSTEMD_NOTIFY\@|/usr/bin/systemd-notify|g' -e 's|@pkgsysconfdir\@|/etc/systemd|g' -e 's|@SYSTEM_CONFIG_UNIT_PATH\@|/etc/systemd/system|g' -e 's|@USER_CONFIG_UNIT_PATH\@|/etc/systemd/user|g' -e 's|@pkgdatadir\@|/usr/share/systemd|g' -e 's|@systemunitdir\@|/usr/lib/systemd/system|g' -e 's|@userunitdir\@|/usr/lib/systemd/user|g' -e 's|@systempresetdir\@|/usr/lib/systemd/system-preset|g' -e 's|@userpresetdir\@|/usr/lib/systemd/user-preset|g' -e 's|@udevhwdbdir\@|/lib/udev/hwdb.d|g' -e 's|@udevrulesdir\@|/lib/udev/rules.d|g' -e 's|@catalogdir\@|/usr/lib/systemd/catalog|g' -e 's|@tmpfilesdir\@|/usr/lib/tmpfiles.d|g' -e 's|@sysctldir\@|/usr/lib/sysctl.d|g' -e 's|@systemgeneratordir\@|/usr/lib/systemd/system-generators|g' -e 's|@usergeneratordir\@|/usr/lib/systemd/user-generators|g' -e 's|@PACKAGE_VERSION\@|208|g' -e 's|@PACKAGE_NAME\@|systemd|g' -e 's|@PACKAGE_URL\@|http://www.freedesktop.org/wiki/Software/systemd|g' -e 's|@RANDOM_SEED\@|/var/lib/systemd/random-seed|g' -e 's|@prefix\@|/usr|g' -e 's|@exec_prefix\@|/usr|g' -e 's|@libdir\@|/usr/lib64|g' -e 's|@includedir\@|/usr/include|g' -e 's|@VERSION\@|208|g' -e 's|@rootprefix\@|/usr|g' -e 's|@udevlibexecdir\@|/lib/udev|g' -e 's|@SUSHELL\@|/bin/sh|g' -e 's|@DEBUGTTY\@|/dev/tty9|g' -e 's|@KILL\@|/bin/kill|g' -e 's|@KMOD\@|/bin/kmod|g' -e 's|@MKDIR_P\@|/bin/mkdir -p|g' -e 's|@QUOTAON\@|/usr/sbin/quotaon|g' -e 's|@QUOTACHECK\@|/usr/sbin/quotacheck|g' -e 's|@SYSTEM_SYSVINIT_PATH\@||g' -e 's|@VARLOGDIR\@|/var/log|g' -e 's|@RC_LOCAL_SCRIPT_PATH_START\@|/etc/rc.local|g' -e 's|@RC_LOCAL_SCRIPT_PATH_STOP\@|/usr/sbin/halt.local|g' -e 's|@PYTHON\@|/usr/bin/python|g' -e 's|@PYTHON_BINARY\@|/usr/bin/python|g' < /mnt/h/portage-tmpdir/portage/sys-apps/systemd-208-r2/work/systemd-208/src/core/org.freedesktop.systemd1.policy.in.in > src/core/org.freedesktop.systemd1.policy.in
20
21 LC_ALL=C /usr/bin/intltool-merge -x -u -c ./po/.intltool-merge-cache /mnt/h/portage-tmpdir/portage/sys-apps/systemd-208-r2/work/systemd-208/po /mnt/h/portage-tmpdir/portage/sys-apps/systemd-208-r2/work/systemd-208/src/login/org.freedesktop.login1.policy.in src/login/org.freedesktop.login1.policy
22
23 LC_ALL=C /usr/bin/intltool-merge -x -u -c ./po/.intltool-merge-cache /mnt/h/portage-tmpdir/portage/sys-apps/systemd-208-r2/work/systemd-208/po /mnt/h/portage-tmpdir/portage/sys-apps/systemd-208-r2/work/systemd-208/src/timedate/org.freedesktop.timedate1.policy.in src/timedate/org.freedesktop.timedate1.policy
24
25 LC_ALL=C /usr/bin/intltool-merge -x -u -c ./po/.intltool-merge-cache /mnt/h/portage-tmpdir/portage/sys-apps/systemd-208-r2/work/systemd-208/po /mnt/h/portage-tmpdir/portage/sys-apps/systemd-208-r2/work/systemd-208/src/locale/org.freedesktop.locale1.policy.in src/locale/org.freedesktop.locale1.policy
26
27 LC_ALL=C /usr/bin/intltool-merge -x -u -c ./po/.intltool-merge-cache /mnt/h/portage-tmpdir/portage/sys-apps/systemd-208-r2/work/systemd-208/po /mnt/h/portage-tmpdir/portage/sys-apps/systemd-208-r2/work/systemd-208/src/hostname/org.freedesktop.hostname1.policy.in src/hostname/org.freedesktop.hostname1.policy
28
29 Cannot open src/hostname/org.freedesktop.hostname1.policy: No such file or directory
30
31 Generating and caching the translation database
32
33 Merging translations into src/hostname/org.freedesktop.hostname1.policy.
34
35 make[2]: *** [src/hostname/org.freedesktop.hostname1.policy] Error 2
36
37 make[2]: *** Waiting for unfinished jobs....
38
39 Cannot open src/timedate/org.freedesktop.timedate1.policy: No such file or directory

Replies