From: armin76@gentoo.org
To: releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org
Subject: [gentoo-releng-autobuilds] [alpha-auto] Catalyst non-fatal build error - installcd-stage1.spec
Date: Sat, 04 Apr 2015 21:01:59 +0200 [thread overview]
Message-ID: <E1YeTKR-0006Cf-DB@monolith.freenet-rz.de> (raw)
* Messages for package net-dialup/rp-pppoe-3.8-r2:
* Use pppoe-setup to configure your dialup connection.
* Messages for package sys-apps/openrc-0.13.11:
* In this version of OpenRC, the loopback interface no longer
* satisfies the net virtual.
* If you have services now which do not start because of this,
* They can be fixed by adding rc_need="!net"
* to the /etc/conf.d/<servicename> file.
* You should also file a bug against the service asking that
* need net be dropped from the dependencies.
* The bug you file should block the following tracker:
* https://bugs.gentoo.org/show_bug.cgi?id=439092
*
* Bug https://bugs.gentoo.org/show_bug.cgi?id=427996 was not
* fixed correctly in earlier versions of OpenRC.
* The correct fix is implemented in this version, but that
* means netmount needs to be added to the default runlevel if
* you are using nfs file systems.
*
* You should now update all files in /etc, using etc-update
* or equivalent before restarting any services or this host.
* Messages for package app-accessibility/brltty-5.2:
*
* please be sure /etc/brltty.conf is correct for your system.
*
* To make brltty start on boot, type this command as root:
*
* rc-update add brltty boot
* Messages for package net-misc/ntp-4.2.8-r1:
* Review /etc/ntp.conf to setup server info.
* Review /etc/conf.d/ntpd to setup init.d info.
* The way ntp sets and maintains your system time has changed.
* Now you can use /etc/init.d/ntp-client to set your time at
* boot while you can use /etc/init.d/ntpd to maintain your time
* while your machine runs
* Messages for package dev-python/setuptools-7.0:
* Could not find a UTF-8 locale. This may trigger build failures in
* some python packages. Please ensure that a UTF-8 locale is listed in
* /etc/locale.gen and run locale-gen.
* Messages for package dev-python/pyopenssl-0.13.1:
* Could not find a UTF-8 locale. This may trigger build failures in
* some python packages. Please ensure that a UTF-8 locale is listed in
* /etc/locale.gen and run locale-gen.
* Messages for package dev-python/ndg-httpsclient-0.3.2:
* Could not find a UTF-8 locale. This may trigger build failures in
* some python packages. Please ensure that a UTF-8 locale is listed in
* /etc/locale.gen and run locale-gen.
* Messages for package dev-python/pyasn1-0.1.7:
* Could not find a UTF-8 locale. This may trigger build failures in
* some python packages. Please ensure that a UTF-8 locale is listed in
* /etc/locale.gen and run locale-gen.
* Messages for package dev-python/chardet-2.2.1:
* Could not find a UTF-8 locale. This may trigger build failures in
* some python packages. Please ensure that a UTF-8 locale is listed in
* /etc/locale.gen and run locale-gen.
* Messages for package dev-lang/python-3.4.1:
* You have just upgraded from an older version of Python.
*
* Please adjust PYTHON_TARGETS (if so desired), and run emerge with the --newuse or --changed-use option to rebuild packages installing python modules.
* Messages for package dev-python/requests-2.3.0:
* Could not find a UTF-8 locale. This may trigger build failures in
* some python packages. Please ensure that a UTF-8 locale is listed in
* /etc/locale.gen and run locale-gen.
* Messages for package dev-python/ssl-fetch-0.2:
* Could not find a UTF-8 locale. This may trigger build failures in
* some python packages. Please ensure that a UTF-8 locale is listed in
* /etc/locale.gen and run locale-gen.
* Messages for package net-misc/dhcpcd-6.4.7:
*
* dhcpcd has zeroconf support active by default.
* This means it will always obtain an IP address even if no
* DHCP server can be contacted, which will break any existing
* failover support you may have configured in your net configuration.
* This behaviour can be controlled with the noipv4ll configuration
* file option or the -L command line switch.
* See the dhcpcd and dhcpcd.conf man pages for more details.
*
* Dhcpcd has duid enabled by default, and this may cause issues
* with some dhcp servers. For more information, see
* https://bugs.gentoo.org/show_bug.cgi?id=477356
*
* If you activate the lookup-hostname hook to look up your hostname
* using the dns, you need to install net-dns/bind-tools.
* Messages for package sys-apps/util-linux-2.24.1-r3:
* The mesg/wall/write tools have been disabled due to USE=-tty-helpers.
* Messages for package sys-fs/mdadm-3.3.1-r2:
* If you're not relying on kernel auto-detect of your RAID
* devices, you need to add 'mdraid' to your 'boot' runlevel:
* rc-update add mdraid boot
* Messages for package sys-libs/libkudzu-1.2.57.1:
* QA: Kernel version could not be determined, please inherit kernel-2 or linux-info
* Messages for package sys-apps/hwsetup-1.2-r3:
* This package is designed for use on the LiveCD only and will do
* unspeakably horrible and unexpected things on a normal system.
* YOU HAVE BEEN WARNED!!!
* This package is intended for use on the Gentoo release media. If
* you are not building a CD, remove this package. It will not work
* properly on a running system, as Gentoo does not use any of the
* Knoppix-style detection except for CD builds.
* Messages for package sys-fs/udev-216:
* Unable to find kernel sources at /usr/src/linux
* Unable to calculate Linux Kernel version for build, attempting to use running version
*
* Starting from version >= 197 the new predictable network interface names are
* used by default, see:
* http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames
* http://cgit.freedesktop.org/systemd/systemd/tree/src/udev/udev-builtin-net_id.c
*
* Example command to get the information for the new interface name before booting
* (replace <ifname> with, for example, eth0):
* # udevadm test-builtin net_id /sys/class/net/<ifname> 2> /dev/null
*
* You can use either kernel parameter "net.ifnames=0", create empty
* file /etc/systemd/network/99-default.link, or symlink it to /dev/null
* to disable the feature.
*
* You need to restart udev as soon as possible to make the upgrade go
* into effect.
* The method you use to do this depends on your init system.
* For sys-apps/openrc users it is:
* # /etc/init.d/udev --nodeps restart
*
* For more information on udev on Gentoo, upgrading, writing udev rules, and
* fixing known issues visit:
* http://wiki.gentoo.org/wiki/Udev
* http://wiki.gentoo.org/wiki/Udev/upgrade
* Messages for package sys-fs/lvm2-2.02.109:
* Unable to find kernel sources at /usr/src/linux
* Unable to calculate Linux Kernel version for build, attempting to use running version
* ERROR: sys-fs/lvm2-2.02.109::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=sys-fs/lvm2-2.02.109::gentoo'`,
* the complete build log and the output of `emerge -pqv '=sys-fs/lvm2-2.02.109::gentoo'`.
* The complete build log is located at '/var/tmp/portage/sys-fs/lvm2-2.02.109/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-fs/lvm2-2.02.109/temp/environment'.
* Working directory: '/var/tmp/portage/sys-fs/lvm2-2.02.109/work/LVM2.2.02.109'
* S: '/var/tmp/portage/sys-fs/lvm2-2.02.109/work/LVM2.2.02.109'
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: livecdbuild aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target livecd-stage1
Catalyst aborting....
lockfile does not exist '/space/catalyst/tmp/default/livecd-stage1-alpha-20150404/.catalyst_lock'
Full build log at /tmp/catalyst-auto.zQ8GeV/log/installcd-stage1.log
next reply other threads:[~2015-04-04 19:02 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-04 19:01 armin76 [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-02-11 0:27 [gentoo-releng-autobuilds] [alpha-auto] Catalyst non-fatal build error - installcd-stage1.spec armin76
2016-02-04 0:42 armin76
2016-01-27 20:53 armin76
2016-01-20 21:14 armin76
2016-01-13 21:06 armin76
2015-10-01 0:23 armin76
2015-09-24 0:08 armin76
2015-09-17 2:05 armin76
2015-09-09 23:53 armin76
2015-09-03 4:11 armin76
2015-08-27 0:13 armin76
2015-08-20 0:02 armin76
2015-08-13 8:03 armin76
2015-08-06 4:50 armin76
2015-07-30 0:58 armin76
2015-07-19 1:05 armin76
2015-07-12 6:35 armin76
2015-07-04 22:48 armin76
2015-06-27 22:39 armin76
2015-06-20 21:09 armin76
2015-06-13 21:19 armin76
2015-06-06 23:08 armin76
2015-05-30 23:00 armin76
2015-05-24 5:52 armin76
2015-05-17 10:09 armin76
2015-05-09 17:17 armin76
2015-05-02 20:35 armin76
2015-04-25 20:22 armin76
2015-04-19 0:43 armin76
2015-04-11 22:09 armin76
2015-03-29 0:10 armin76
2015-03-22 1:30 armin76
2015-02-21 22:33 armin76
2015-02-14 20:30 armin76
2015-02-07 19:56 armin76
2015-01-31 19:46 armin76
2015-01-18 3:17 armin76
2015-01-10 20:06 armin76
2014-11-01 15:48 armin76
2014-10-25 17:00 armin76
2014-08-16 16:33 armin76
2014-08-09 19:09 armin76
2013-12-21 22:01 armin76
2013-03-16 14:06 armin76
2013-03-09 14:28 armin76
2012-12-29 15:47 armin76
2012-12-22 14:19 armin76
2012-12-15 14:15 armin76
2012-12-08 14:05 armin76
2012-12-01 14:07 armin76
2012-11-24 14:04 armin76
2012-11-17 17:04 armin76
2012-11-10 14:04 armin76
2012-10-20 13:00 armin76
2012-08-25 21:53 armin76
2012-08-18 22:53 armin76
2012-08-11 20:29 armin76
2012-08-04 15:48 armin76
2012-07-28 15:18 armin76
2011-07-23 11:47 armin76
2011-04-02 13:08 armin76
2011-01-29 13:57 armin76
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1YeTKR-0006Cf-DB@monolith.freenet-rz.de \
--to=armin76@gentoo.org \
--cc=gentoo-releng-autobuilds@lists.gentoo.org \
--cc=releng@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox