public inbox for gentoo-releng-autobuilds@lists.gentoo.org
 help / color / mirror / Atom feed
From: catalyst@lantean.jmbsvicetto.name
To: jmbsvicetto@gmail.com,gentoo-releng-autobuilds@lists.gentoo.org
Subject: [gentoo-releng-autobuilds] [amd64-auto] Catalyst non-fatal build error - hardened/admincd-stage1.spec
Date: Thu,  3 Apr 2014 20:42:21 +0000 (UTC)	[thread overview]
Message-ID: <20140403204222.05F0FFB039@lantean.jmbsvicetto.name> (raw)




 * Some applications require a session bus in addition to the system
 * bus. Please see `man dbus-launch` for more information.
 * 

 * Messages for package app-accessibility/brltty-4.5-r3:

 * 
 * 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 app-admin/hddtemp-0.3_beta15-r7:

 * In order to update your hddtemp database, run:
 *   emerge --config =app-admin/hddtemp-0.3_beta15-r7
 * 
 * If your hard drive is not recognized by hddtemp, please consider
 * submitting your HDD info for inclusion into the Gentoo hddtemp
 * database by filing a bug at https://bugs.gentoo.org/
 * If hddtemp complains but finds your HDD temperature sensor, use the
 * --quiet option to suppress the warning.

 * Messages for package net-misc/ntp-4.2.6_p5-r10:

 * You can find an example /etc/ntp.conf in /usr/share/ntp/
 * 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 net-misc/openvpn-2.3.2:

 * WARNING: The openvpn init script has changed
 * 
 * The openvpn init script expects to find the configuration file
 * openvpn.conf in /etc/openvpn along with any extra files it may need.
 * 
 * To create more VPNs, simply create a new .conf file for it and
 * then create a symlink to the openvpn init script from a link called
 * openvpn.newconfname - like so
 *    cd /etc/openvpn
 *    nano foo.conf
 *    cd /etc/init.d
 *    ln -s openvpn openvpn.foo
 * 
 * You can then treat openvpn.foo as any other service, so you can
 * stop one vpn and start another if you need to.

 * Messages for package sys-power/acpid-2.0.20:

 * 
 * You may wish to read the Gentoo Linux Power Management Guide,
 * which can be found online at:
 * http://www.gentoo.org/doc/en/power-management-guide.xml
 * 

 * Messages for package app-shells/zsh-5.0.5:

 * If you want to enable Portage completions and Gentoo prompt,
 * emerge app-shells/zsh-completion and add
 * 	autoload -U compinit promptinit
 * 	compinit
 * 	promptinit; prompt gentoo
 * to your ~/.zshrc
 * Also, if you want to enable cache for the completions, add
 * 	zstyle ':completion::complete:*' use-cache 1
 * to your ~/.zshrc
 * Note that a system zprofile startup file is installed. This will override
 * PATH and possibly other variables that a user may set in ~/.zshenv.
 * Custom PATH settings and similar overridden variables can be moved to ~/.zprofile
 * or other user startup files that are sourced after the system zprofile.
 * If PATH must be set in ~/.zshenv to affect things like non-login ssh shells,
 * one method is to use a separate path-setting file that is conditionally sourced
 * in ~/.zshenv and also sourced from ~/.zprofile. For more information, see the
 * zshenv example in //usr/share/doc/zsh-5.0.5/StartupFiles/.

 * Messages for package app-portage/gentoolkit-0.3.0.8-r2:

 * 
 * For further information on gentoolkit, please read the gentoolkit
 * guide: http://www.gentoo.org/doc/en/gentoolkit.xml
 * 
 * Another alternative to equery is app-portage/portage-utils
 * 
 * Additional tools that may be of interest:
 * 
 *     app-admin/eclean-kernel
 *     app-portage/diffmask
 *     app-portage/flaggie
 *     app-portage/install-mask
 *     app-portage/portpeek
 *     app-portage/smart-live-rebuild

 * Messages for package net-wireless/wpa_supplicant-2.0-r2:

 * If this is a clean installation of wpa_supplicant, you
 * have to create a configuration file named
 * /etc/wpa_supplicant/wpa_supplicant.conf
 * 
 * An example configuration file is available for reference in
 * /usr/share/doc/wpa_supplicant-2.0-r2/

 * Messages for package sys-apps/util-linux-2.22.2:

 * The agetty util now clears the terminal by default.  You
 * might want to add --noclear to your /etc/inittab lines.

 * Messages for package sys-block/open-iscsi-2.0.872-r2:

 * Unable to find kernel sources at /usr/src/linux
 * Unable to calculate Linux Kernel version for build, attempting to use running version
 * ISCSI_TCP needs to be built as module (builtin doesn't work)

 * Messages for package sys-fs/mdadm-3.2.6-r1:

 * 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 app-benchmarks/dbench-4.0:

 * You can find the client.txt file in /usr/share/dbench.

 * Messages for package app-editors/vim-7.3.762:

 * To install a GUI version of vim, use the app-editors/gvim
 * package.
 * Vim 7 includes an integrated spell checker. You need to install
 * word list files before you can use it. There are ebuilds for
 * some of these named app-vim/vim-spell-*. If your language of
 * choice is not included, please consult vim-spell.eclass for
 * instructions on how to make a package.
 * Note that the English word lists are no longer installed by
 * default.
 * To see what's new in this release, use :help version7.txt

 * Messages for package app-vim/gentoo-syntax-20130619:

 * Note for developers and anyone else who edits ebuilds:
 *     This release of gentoo-syntax now contains filetype rules to set
 *     fileencoding for ebuilds and ChangeLogs to utf-8 as per GLEP 31.
 *     If you find this feature breaks things, please submit a bug and
 *     assign it to vim@gentoo.org. You can use the 'ignore-glep31' USE
 *     flag to remove these rules.

 * Messages for package net-libs/gnutls-2.12.23-r4:

 * Failed Running aclocal !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/net-libs/gnutls-2.12.23-r4/temp/aclocal-1.out
 * ERROR: net-libs/gnutls-2.12.23-r4::gentoo failed (prepare phase):
 *   Failed Running aclocal !
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_prepare
 *   environment, line 2927:  Called eautoreconf
 *   environment, line  901:  Called eaclocal
 *   environment, line  792:  Called autotools_run_tool '--at-m4flags' 'aclocal' '-I' 'm4' '-I' 'gl/m4' '-I' 'lib/gl/m4' '-I' 'libextra/gl/m4' '-I' 'lib/m4' '-I' 'libextra/m4'
 *   environment, line  649:  Called die
 * The specific snippet of code:
 *           die "Failed Running $1 !";
 * 
 * If you need support, post the output of `emerge --info '=net-libs/gnutls-2.12.23-r4::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=net-libs/gnutls-2.12.23-r4::gentoo'`.
 * The complete build log is located at '/var/log/portage/net-libs:gnutls-2.12.23-r4:20140403-204200.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-libs/gnutls-2.12.23-r4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-libs/gnutls-2.12.23-r4/temp/environment'.
 * Working directory: '/var/tmp/portage/net-libs/gnutls-2.12.23-r4/work/gnutls-2.12.23'
 * S: '/var/tmp/portage/net-libs/gnutls-2.12.23-r4/work/gnutls-2.12.23'

!!! 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/lib64/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/lib64/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 '/home/release/buildroot/amd64-dev/tmp/hardened/livecd-stage1-amd64-20140403/.catalyst_lock'



Full build log at /home/release/tmp/run/catalyst-auto.4825/log/hardened_admincd-stage1.log


             reply	other threads:[~2014-04-03 20:42 UTC|newest]

Thread overview: 198+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-03 20:42 catalyst [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-03  2:30 [gentoo-releng-autobuilds] [amd64-auto] Catalyst non-fatal build error - hardened/admincd-stage1.spec catalyst
2023-06-06  3:47 catalyst
2023-03-20  0:27 catalyst
2023-02-13  1:54 catalyst
2023-01-16  5:04 catalyst
2022-03-06 20:50 catalyst
2022-02-06 19:00 catalyst
2020-04-23 15:59 catalyst
2020-04-16 15:59 catalyst
2020-01-13 14:31 catalyst
2019-10-21 12:27 catalyst
2019-10-14 13:06 catalyst
2019-10-07 12:36 catalyst
2019-09-30 12:57 catalyst
2019-09-23 12:06 catalyst
2019-09-16 12:52 catalyst
2019-09-09 12:19 catalyst
2019-09-02 12:32 catalyst
2019-08-26 12:07 catalyst
2019-08-19 14:04 catalyst
2019-08-12 12:28 catalyst
2019-08-05 12:26 catalyst
2019-07-29 12:19 catalyst
2019-07-23 10:18 catalyst
2019-05-30 11:33 catalyst
2019-05-29 17:52 catalyst
2019-05-27 11:51 catalyst
2019-05-23 12:32 catalyst
2019-04-15 14:21 catalyst
2019-04-15 13:30 catalyst
2018-12-07  9:54 catalyst
2018-11-26 11:32 catalyst
2018-08-27  9:14 catalyst
2018-06-13  6:01 catalyst
2018-06-11  6:05 catalyst
2018-06-08  6:06 catalyst
2018-06-06  6:05 catalyst
2018-06-04  9:28 catalyst
2018-06-01  6:33 catalyst
2018-05-30  6:36 catalyst
2018-05-28 10:03 catalyst
2018-05-28  6:21 catalyst
2018-05-25  6:27 catalyst
2018-05-23  9:02 catalyst
2018-05-21  8:36 catalyst
2018-05-18  6:34 catalyst
2018-05-16  7:13 catalyst
2018-05-14  9:03 catalyst
2018-05-14  6:30 catalyst
2018-05-11  6:20 catalyst
2018-05-09  6:37 catalyst
2018-05-07  8:30 catalyst
2018-05-07  6:22 catalyst
2018-05-04  6:22 catalyst
2018-05-02  6:21 catalyst
2018-04-30 10:08 catalyst
2018-04-30  6:27 catalyst
2018-04-27  6:24 catalyst
2018-04-25  4:10 catalyst
2018-04-23  9:23 catalyst
2018-01-05  9:17 catalyst
2018-01-04  5:40 catalyst
2018-01-01 11:17 catalyst
2017-12-31 22:57 catalyst
2017-12-19  2:59 catalyst
2017-12-16 14:48 catalyst
2017-12-15  0:15 catalyst
2017-12-15  0:14 catalyst
2017-12-14  7:07 catalyst
2017-12-08  4:55 catalyst
2017-12-06  1:16 catalyst
2017-12-01  0:30 catalyst
2017-11-24  3:46 catalyst
2017-11-16 23:58 catalyst
2017-11-09 23:13 catalyst
2017-11-06 20:19 catalyst
2017-11-02 23:40 catalyst
2017-10-26 22:57 catalyst
2017-10-26  3:25 catalyst
2017-10-26  3:25 catalyst
2017-10-26  3:22 catalyst
2017-10-19 22:52 catalyst
2017-10-16 22:04 catalyst
2017-10-12 22:40 catalyst
2017-10-05 23:17 catalyst
2017-09-08  4:51 catalyst
2017-09-01  5:02 catalyst
2017-08-25  4:12 catalyst
2017-08-18  4:13 catalyst
2017-08-11  4:26 catalyst
2017-08-04  4:21 catalyst
2017-07-28  4:14 catalyst
2017-07-21  4:14 catalyst
2017-07-14  4:17 catalyst
2017-07-07  4:22 catalyst
2017-06-30  4:24 catalyst
2017-06-23  5:37 catalyst
2017-06-16  4:49 catalyst
2017-05-26  4:17 catalyst
2017-05-05  4:35 catalyst
2017-04-28  4:24 catalyst
2017-04-21  7:18 catalyst
2017-04-14  0:21 catalyst
2017-04-07  0:40 catalyst
2017-03-23 23:50 catalyst
2017-03-20 19:35 catalyst
2017-03-17  0:39 catalyst
2017-03-10  0:05 catalyst
2017-03-05  9:23 catalyst
2017-03-03  0:11 catalyst
2017-03-02 17:45 catalyst
2017-03-02  3:39 catalyst
2017-02-17  0:10 catalyst
2016-12-23  0:34 catalyst
2016-12-15 22:03 catalyst
2016-12-01 23:52 catalyst
2016-11-24 23:56 catalyst
2016-11-17 23:22 catalyst
2016-11-03 23:18 catalyst
2016-10-27 23:27 catalyst
2016-08-29 19:38 catalyst
2016-08-25 23:01 catalyst
2016-08-22 19:18 catalyst
2016-07-11 18:28 catalyst
2016-07-04 18:39 catalyst
2016-06-27 18:25 catalyst
2016-06-23 23:36 catalyst
2016-06-20 18:12 catalyst
2016-06-13 18:30 catalyst
2016-06-06 17:55 catalyst
2016-05-23 15:43 catalyst
2016-05-22 15:43 catalyst
2016-05-21 15:45 catalyst
2016-05-20 15:52 catalyst
2016-05-18 15:51 catalyst
2016-05-16 15:53 catalyst
2016-05-15 15:53 catalyst
2016-05-14 15:37 catalyst
2016-05-13 15:42 catalyst
2016-05-11 17:52 catalyst
2016-05-09 15:45 catalyst
2016-05-08 15:47 catalyst
2016-05-06 15:47 catalyst
2016-05-04 15:41 catalyst
2016-05-02 15:43 catalyst
2016-05-01 15:42 catalyst
2016-04-30 13:17 catalyst
2016-04-29 15:45 catalyst
2016-04-21 20:48 catalyst
2016-04-07 20:42 catalyst
2016-03-31 18:22 catalyst
2016-01-25 22:42 catalyst
2016-01-11 20:16 catalyst
2016-01-07 14:36 catalyst
2015-12-10 14:58 catalyst
2015-10-31 19:43 catalyst
2015-07-23 13:09 catalyst
2015-07-16 12:19 catalyst
2015-05-21 13:19 catalyst
2015-03-30 21:00 catalyst
2015-01-05 16:15 catalyst
2014-12-01 20:24 catalyst
2014-10-13 11:32 catalyst
2014-09-29 10:52 catalyst
2014-09-22 10:44 catalyst
2014-09-18 10:25 catalyst
2014-09-15  9:20 catalyst
2014-09-04 13:56 catalyst
2014-08-28 13:26 catalyst
2014-08-25 11:06 catalyst
2014-08-21 13:32 catalyst
2014-08-14 15:15 catalyst
2014-08-14 13:17 catalyst
2014-08-11 11:11 catalyst
2014-08-07 13:35 catalyst
2014-08-07 12:12 catalyst
2014-08-04 12:58 catalyst
2014-07-31 16:31 catalyst
2014-07-31 15:34 catalyst
2014-07-24 14:58 catalyst
2014-07-24 13:58 catalyst
2014-07-20  0:41 catalyst
2014-07-17 14:42 catalyst
2014-07-10 10:27 catalyst
2014-07-07 17:34 catalyst
2014-07-03 14:52 catalyst
2014-06-26 15:19 catalyst
2014-06-19 15:07 catalyst
2014-05-29 15:18 catalyst
2014-05-22 15:55 catalyst
2014-05-15 14:41 catalyst
2014-05-08 14:47 catalyst
2014-05-01 14:03 catalyst
2014-04-28 17:05 catalyst
2014-04-14 17:55 catalyst
2014-04-10 14:55 catalyst
2014-04-03 12:31 catalyst

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=20140403204222.05F0FFB039@lantean.jmbsvicetto.name \
    --to=catalyst@lantean.jmbsvicetto.name \
    --cc=gentoo-releng-autobuilds@lists.gentoo.org \
    --cc=jmbsvicetto@gmail.com \
    /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