Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Other Things Gentoo
  • Search

distcc/libtool: Waiting for --shave-mode=compile.o.lock

Still need help with Gentoo, and your question doesn't fit in the above forums? Here is your last bastion of hope.
Post Reply
Advanced search
4 posts • Page 1 of 1
Author
Message
alienvenom
Tux's lil' helper
Tux's lil' helper
Posts: 123
Joined: Wed Jan 12, 2005 8:00 pm
Location: San Francisco, CA
Contact:
Contact alienvenom
Website

distcc/libtool: Waiting for --shave-mode=compile.o.lock

  • Quote

Post by alienvenom » Thu Sep 10, 2009 5:52 pm

I'm attempting to use distcc because I'm installing Gentoo on a slow system.

Certain packages (i.e. gnome-menus) returns the following error message over and over and doesn't go anywhere:

libtool: compile: Waiting for --shave-mode=compile.o.lock to be removed

re-emerging the package with FEATURES="-distcc" makes the package merge fine.

Other packages work completely fine, however, a large number of them do this which makes it near impossible to do long emerges with distcc in my environment.

emerge --info

Code: Select all

Portage 2.1.6.13 (default/linux/x86/2008.0, gcc-4.3.2, glibc-2.9_p20081201-r2, 2.6.30.5 i686)
=================================================================
System uname: Linux-2.6.30.5-i686-Intel-R-_Atom-TM-_CPU_N270_@_1.60GHz-with-gentoo-1.12.11.1
Timestamp of tree: Wed, 09 Sep 2009 01:45:01 +0000
distcc[17497] (dcc_trace_version) distcc 3.1 i686-pc-linux-gnu; built Sep  8 2009 21:25:49 [enabled]
ccache version 2.4 [disabled]
app-shells/bash:     3.2_p39
dev-java/java-config: 2.1.8-r1
dev-lang/python:     2.6.2-r1
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.6-r2
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=core2 -mtune=generic -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -march=core2 -mtune=generic -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distcc distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://mirrors.kernel.org/gentoo/"
LDFLAGS="-Wl,-O1"
LINGUAS="en"
MAKEOPTS="-j8"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/brian"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aac acl acpi aiglx alsa aoss asf bash-completion berkdb bluetooth bzip2 cairo cdda cdr cleartype cli consolekit cracklib crypt cups dbus dri dvd dvdr fam ffmpeg firefox fortran fuse gdbm gif glitz gnome gnome-keyring gnome-screensaver gpm gstreamer gtk hal iconv ipv6 isdnlog java jpeg libnotify mad mmx mp3 mp4 mudflap nautilus ncurses nls nptl nptlonly nsplugin ogg opengl openmp pam pcre pdf perl png policykit pppd python readline reflection samba session spell spl sqlite sse sse2 ssl startup-notification svg symlink sysfs tcpd threads thunar tiff truetype udev unicode vidix vorbis win32codecs x264 x86 xcb xcomposite xinerama xml xorg xv xvid zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="i915 intel"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Top
loki_val
Retired Dev
Retired Dev
Posts: 418
Joined: Mon Nov 13, 2006 11:03 am
Location: Denmark

  • Quote

Post by loki_val » Thu Sep 10, 2009 7:09 pm

Try:

Code: Select all

EXTRA_ECONF=--disable-shave emerge -1v gnome-menus
If that makes it work, please file a bug.
Top
alienvenom
Tux's lil' helper
Tux's lil' helper
Posts: 123
Joined: Wed Jan 12, 2005 8:00 pm
Location: San Francisco, CA
Contact:
Contact alienvenom
Website

  • Quote

Post by alienvenom » Thu Sep 10, 2009 7:21 pm

loki_val wrote:Try:

Code: Select all

EXTRA_ECONF=--disable-shave emerge -1v gnome-menus
If that makes it work, please file a bug.
So I am emerging the entire gnome environment. Out of the ~200 packages that entails, there seems to be about 50 of them that experience this issue. Should I file a bug for each one or is this a more fundamental issue that should be addressed?
Top
loki_val
Retired Dev
Retired Dev
Posts: 418
Joined: Mon Nov 13, 2006 11:03 am
Location: Denmark

  • Quote

Post by loki_val » Thu Sep 10, 2009 7:40 pm

You should file a bug with a (not necessarily complete) list of packages that fail and the build.log from one package and say if EXTRA_ECONF=--disable-shave fixes it (does it?). If you link the bug here I'll make sure it gets assigned to the right people.
EDIT: Looks like this may have been fixed in later versions by using automake silent-rules instead. In that case, we'll probably need a complete list of packages that fail, so we can put --disable-shave in each of them.
Top
Post Reply

4 posts • Page 1 of 1

Return to “Other Things Gentoo”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic