Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Need help with ati drivers
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Thu Nov 19, 2009 4:10 am    Post subject: Reply with quote

Code:
mount /dev/sdc3 /mnt/gentoo
mount /dev/sdc1 /mnt/gentoo/boot
mount -t proc none /mnt/gentoo/proc
mount -o bind /dev /mnt/gentoo/dev
chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile
export PS1="(chroot) $PS1"

Code:

export PS1="(chroot) $PS1"
should give a prompt like (chroot) hostname ~ #
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Thu Nov 19, 2009 4:17 am    Post subject: Reply with quote

try
Code:
emerge -uNDa --keep-going world
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Thu Nov 19, 2009 11:32 am    Post subject: Reply with quote

I thought so too, but i followed the instructions by the letter. running "emerge -uNDa --keep-going world" yields the same result.

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

x11-libs/qt-sql:4

('installed', '/', 'x11-libs/qt-sql-4.5.3', 'nomerge') pulled in by
>=x11-libs/qt-sql-4.5.0:4[sqlite,mysql] required by ('ebuild', '/', 'app-office/akonadi-server-1.2.1', 'merge')
(and 243 more)

('ebuild', '/', 'x11-libs/qt-sql-4.5.3', 'merge') pulled in by
x11-libs/qt-sql required by world
>=x11-libs/qt-sql-4.5.1:4[qt3support] required by ('ebuild', '/', 'kde-base/kcminit-4.3.1', 'merge')
>=x11-libs/qt-sql-4.5.1:4[qt3support] required by ('ebuild', '/', 'kde-base/kdeartwork-kscreensaver-4.3.1', 'merge')
(and 240 more)

Explanation:

New USE for 'x11-libs/qt-sql:4' are incorrectly set. In order to solve
this, adjust USE to satisfy '>=x11-libs/qt-sql-4.5.0:4[sqlite,mysql]'.



* IMPORTANT: 8 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Fri Nov 20, 2009 12:10 am    Post subject: Reply with quote

I found this thread which suggested removing all entries of x11-libs/qt* from the world file, but still the same results.

http://www.linuxized.com/2009/06/upgrading-qt-libraries-in-gentoo-with-portage/

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

x11-libs/qt-sql:4

('installed', '/', 'x11-libs/qt-sql-4.5.3', 'nomerge') pulled in by
>=x11-libs/qt-sql-4.5.0:4[sqlite,mysql] required by ('ebuild', '/', 'app-office/akonadi-server-1.2.1', 'merge')
(and 242 more)

('ebuild', '/', 'x11-libs/qt-sql-4.5.3', 'merge') pulled in by
>=x11-libs/qt-sql-4.5.1:4[qt3support] required by ('ebuild', '/', 'kde-base/kcminit-4.3.1', 'merge')
>=x11-libs/qt-sql-4.5.1:4[qt3support] required by ('ebuild', '/', 'kde-base/kcheckpass-4.3.1', 'merge')
>=x11-libs/qt-sql-4.5.1:4[qt3support] required by ('ebuild', '/', 'kde-base/kdeartwork-kscreensaver-4.3.1', 'merge')
(and 239 more)

Explanation:

New USE for 'x11-libs/qt-sql:4' are incorrectly set. In order to solve
this, adjust USE to satisfy '>=x11-libs/qt-sql-4.5.0:4[sqlite,mysql]'.



* IMPORTANT: 8 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.

what else can i remove to get past this road block?
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Fri Nov 20, 2009 1:32 am    Post subject: Reply with quote

Quote:
unmerge qt-sql

/etc/portage/package.use to contain only
Quote:
>=x11-libs/qt-sql-4.5.0:4 sqlite
>=x11-libs/qt-sql-4.5.0:4 mysql

Code:
emerge -uNDav world


Last edited by DONAHUE on Fri Nov 20, 2009 1:43 am; edited 1 time in total
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Fri Nov 20, 2009 1:39 am    Post subject: Reply with quote

DONAHUE wrote:
Quote:
unmerge qt-sql

/etc/portage/package.use to conatain only
Quote:
>=x11-libs/qt-sql-4.5.0:4 sqlite
>=x11-libs/qt-sql-4.5.0:4 mysql

As I was saying, ONLY one entry per package.
That's:
Code:
x11-libs/qt-sql sqlite mysql
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Fri Nov 20, 2009 1:55 am    Post subject: Reply with quote

as suggested:

# emerge --unmerge qt-sql

x11-libs/qt-sql
selected: 4.5.3
protected: none
omitted: none

>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.

>>> Waiting 5 seconds before starting...
>>> (Control-C to abort)...
>>> Unmerging in: 5 4 3 2 1
>>> Unmerging x11-libs/qt-sql-4.5.3...
openpty failed: 'out of pty devices'

* GNU info directory index is up-to-date.




# emerge -uNDav world
--- Invalid atom in /etc/portage/package.use: >=x11-libs/qt-sql

* IMPORTANT: 8 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.


These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds built with USE flags to satisfy ">=x11-libs/qt-sql-4.5.0:4[sqlite,mysql]".
!!! One of the following packages is required to complete your request:
- x11-libs/qt-sql-4.5.3 (Change USE: +mysql)
(dependency required by "app-office/akonadi-server-1.2.1" [ebuild])
(dependency required by "kde-base/kdepimlibs-4.3.1" [ebuild])
(dependency required by "kde-base/kdeplasma-addons-4.3.1" [ebuild])
(dependency required by "kde-base/kde-meta-4.3.1" [ebuild])
(dependency required by "world" [argument])


* IMPORTANT: 8 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Fri Nov 20, 2009 2:33 am    Post subject: Reply with quote

lmao...Donahue, your last suggestions seemed to have done the trick:

Total: 610 packages (200 upgrades, 237 new, 138 in new slots, 35 reinstalls, 2 uninstalls, 1 interactive), Size of downloads: 960,733 kB
Fetch Restriction: 1 package (1 unsatisfied)
Conflict: 3 blocks

Would you like to merge these packages? [Yes/No]

here goes nothing. I expect lots of errors and ebuilds not being able to compile. I will report back with a status...thanks to you and VoidMage for all your help.
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Fri Nov 20, 2009 3:03 am    Post subject: Reply with quote

try Void's only x11-libs/qt-sql sqlite mysql in /etc/package.use
and emerge -uNDav world
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Fri Nov 20, 2009 3:11 am    Post subject: Reply with quote

your suggestion worked. it's compiling away right now. with 600 ebuilds to emerge, i suspect this wont be done until late tomorrow. I will keep you posted. I'm hoping this will get me closer to solving the issues with x server and ati drivers.
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Fri Nov 20, 2009 3:13 am    Post subject: Reply with quote

Try voids way
Quote:
unmerge qt-sql

/etc/portagepackage.use to contain only
[quote]>=x11-libs/qt-sql-4.5.0:4 sqlite mysql
Code:
emerge -uNDav world
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Fri Nov 20, 2009 3:16 am    Post subject: Reply with quote

sorry if i seem out of sync keep getting server unavailable
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Fri Nov 20, 2009 4:04 am    Post subject: Reply with quote

after emerging roughly 200+ out 600 ebuilds it crashed. I tried running emerge --resume --skipfirst to no avail. here is the output:

* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 2935: Called _eapi2_src_compile
* ebuild.sh, line 634: Called die
* The specific snippet of code:
* emake || die "emake failed"
* The die message:
* emake failed
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/x11-libs/cairo-1.8.8/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-libs/cairo-1.8.8/temp/environment'.
*
* One or more packages are either masked or have missing dependencies:
*
* ~net-libs/libsoup-gnome-2.26.3 pulled in by:
* ('installed', '/', 'net-libs/libsoup-2.26.3-r3', 'nomerge')
*
* The resume list contains packages that are either masked or have
* unsatisfied dependencies. Please restart/continue the operation
* manually, or use --skipfirst to skip the first package in the list and
* any other packages that may be masked or have missing dependencies.
*
* The following 16 packages have failed to build or install:
*
* ('ebuild', '/', 'x11-libs/libXrandr-1.3.0', 'merge')
* ('ebuild', '/', 'x11-apps/xrandr-1.3.2', 'merge')
* ('ebuild', '/', 'app-admin/conky-1.6.1', 'merge')
* ('ebuild', '/', 'x11-libs/libxklavier-4.0', 'merge')
* ('ebuild', '/', 'gnome-base/gnome-2.26.3', 'merge')
* ('ebuild', '/', 'gnome-base/gnome-settings-daemon-2.26.1-r2', 'merge')
* ('ebuild', '/', 'media-libs/libsndfile-1.0.20', 'merge')
* ('ebuild', '/', 'sys-apps/lm_sensors-2.10.7', 'merge')
* ('ebuild', '/', 'dev-java/ibm-jdk-bin-1.4.2.13', 'merge')
* ('ebuild', '/', 'media-libs/gst-plugins-good-0.10.16', 'merge')
* ('ebuild', '/', 'media-plugins/gst-plugins-theora-0.10.24', 'merge')
* ('ebuild', '/', 'media-plugins/gst-plugins-xvideo-0.10.24', 'merge')
* ('ebuild', '/', 'media-plugins/gst-plugins-flac-0.10.16', 'merge')
* ('ebuild', '/', 'media-plugins/gst-plugins-meta-0.10-r2', 'merge')
* ('ebuild', '/', 'media-sound/alsa-utils-1.0.20-r5', 'merge')
* ('ebuild', '/', 'x11-libs/cairo-1.8.8', 'merge')
*

* GNU info directory index is up-to-date.

* IMPORTANT: 73 config files in '/etc' need updating.

* IMPORTANT: 2 config files in '/usr/kde/3.5/share/config' need updating.

* IMPORTANT: 5 config files in '/var/bind' need updating.
* See the CONFIGURATION FILES section of the emerge
* man page to learn how to update config files.

* IMPORTANT: 8 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.

i thik i read that gst-plugins is no longer in portage....can i safely remove it?
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Fri Nov 20, 2009 4:29 am    Post subject: Reply with quote

did you try
Code:
emerge --keep-going -avuND world
again?
you may have a series of blockers
gst-plugins still exist but you could certainly remove them while there is no GUI
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Fri Nov 20, 2009 11:49 am    Post subject: Reply with quote

i did try "emerge --keep-going -avuND world"...same results. I will try unmerging gst-plugins, as well as, google other possible solutions. Will report back later today.
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Fri Nov 20, 2009 4:38 pm    Post subject: Reply with quote

Add to /etc/portage/package.use
Quote:
>=net-libs/libsoup-2.25.1 gnome
>=net-libs/libsoup-2.25.1:2.4 gnome
gnome-base/gvfs gnome
x11-libs/cairo svg
>=sys-fs/udev-145 extras

Code:
emerge --sync
emerge -uNDav world

if a build crashes the actual error should appear higher up
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Fri Nov 20, 2009 11:41 pm    Post subject: Reply with quote

Im starting to wonder if I'm ever gonna be able to fix this mess. I tried your last suggestions with no success. I'm sorry if the output it's too long:

build.log'.
* The ebuild environment file is located at '/var/tmp/portage/media-sound/alsa-utils-1.0.20-r5/temp/die.env'.
*

* Messages for package x11-libs/cairo-1.8.8:

*
* ERROR: x11-libs/cairo-1.8.8 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 2935: Called _eapi2_src_compile
* ebuild.sh, line 634: Called die
* The specific snippet of code:
* emake || die "emake failed"
* The die message:
* emake failed
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/x11-libs/cairo-1.8.8/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-libs/cairo-1.8.8/temp/environment'.
*
* One or more packages are either masked or have missing dependencies:
*
* ~net-libs/libsoup-gnome-2.26.3 pulled in by:
* ('installed', '/', 'net-libs/libsoup-2.26.3-r3', 'nomerge')
*
* The resume list contains packages that are either masked or have
* unsatisfied dependencies. Please restart/continue the operation
* manually, or use --skipfirst to skip the first package in the list and
* any other packages that may be masked or have missing dependencies.
*
* The following 21 packages have failed to build or install:
*
* ('ebuild', '/', 'x11-libs/libXrandr-1.3.0', 'merge')
* ('ebuild', '/', 'x11-apps/xrandr-1.3.2', 'merge')
* ('ebuild', '/', 'app-admin/conky-1.6.1', 'merge')
* ('ebuild', '/', 'x11-libs/libxklavier-4.0', 'merge')
* ('ebuild', '/', 'gnome-base/gnome-2.26.3', 'merge')
* ('ebuild', '/', 'gnome-base/gnome-settings-daemon-2.26.1-r2', 'merge')
* ('ebuild', '/', 'media-libs/libsndfile-1.0.20', 'merge')
* ('ebuild', '/', 'sys-apps/lm_sensors-2.10.7', 'merge')
* ('ebuild', '/', 'dev-java/ibm-jdk-bin-1.4.2.13', 'merge')
* ('ebuild', '/', 'media-libs/gst-plugins-good-0.10.16', 'merge')
* ('ebuild', '/', 'media-sound/sound-juicer-2.26.1', 'merge')
* ('ebuild', '/', 'media-sound/rhythmbox-0.11.6-r1', 'merge')
* ('ebuild', '/', 'media-video/totem-2.26.3-r1', 'merge')
* ('ebuild', '/', 'media-plugins/gst-plugins-meta-0.10-r2', 'merge')
* ('ebuild', '/', 'gnome-extra/gnome-media-2.26.0-r1', 'merge')
* ('ebuild', '/', 'app-cdr/brasero-2.26.3', 'merge')
* ('ebuild', '/', 'media-plugins/gst-plugins-theora-0.10.24', 'merge')
* ('ebuild', '/', 'media-plugins/gst-plugins-xvideo-0.10.24', 'merge')
* ('ebuild', '/', 'media-plugins/gst-plugins-flac-0.10.16', 'merge')
* ('ebuild', '/', 'media-sound/alsa-utils-1.0.20-r5', 'merge')
* ('ebuild', '/', 'x11-libs/cairo-1.8.8', 'merge')
*

* IMPORTANT: 8 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.

livecd / # emerge --resume --skipfirst

* IMPORTANT: 8 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.


These are the packages that would be merged, in order:

Calculating dependencies \
* Invalid resume list:
*
* ('ebuild', '/', 'x11-libs/pango-1.24.5-r1', 'merge')
* ('ebuild', '/', 'x11-apps/mesa-progs-7.5.1', 'merge')
* ('ebuild', '/', 'media-plugins/gst-plugins-pango-0.10.24', 'merge')
* ('ebuild', '/', 'sys-apps/hal-0.5.12_rc1-r8', 'merge')
* ('ebuild', '/', 'media-libs/libgphoto2-2.4.6', 'merge')
* ('ebuild', '/', 'sys-power/pm-utils-1.2.5', 'merge')
* ('ebuild', '/', 'x11-base/xorg-x11-7.4-r1', 'merge')
* ('ebuild', '/', 'app-emulation/emul-linux-x86-medialibs-20081109', 'merge')
* ('ebuild', '/', 'app-emulation/emul-linux-x86-soundlibs-20081109', 'merge')
* ('ebuild', '/', 'app-emulation/emul-linux-x86-sdl-20081109', 'merge')
* ('ebuild', '/', 'www-client/mozilla-firefox-bin-3.5.3', 'merge')
* ('ebuild', '/', 'dev-cpp/pangomm-2.24.0', 'merge')
* ('ebuild', '/', 'dev-libs/cyrus-sasl-2.1.23-r1', 'merge')
* ('ebuild', '/', 'net-misc/curl-7.19.6', 'merge')
* ('ebuild', '/', 'dev-libs/apr-util-1.3.9', 'merge')
* ('ebuild', '/', 'net-dialup/freeradius-2.0.5', 'merge')
* ('ebuild', '/', 'net-dns/bind-9.4.3_p3', 'merge')
* ('ebuild', '/', 'gnome-extra/libgda-3.0.4', 'merge')
* ('ebuild', '/', 'app-admin/sudo-1.7.2_p1', 'merge')
* ('ebuild', '/', 'dev-python/python-ldap-2.3.9', 'merge')
* ('ebuild', '/', 'app-admin/apache-tools-2.2.14', 'merge')
* ('ebuild', '/', 'www-servers/apache-2.2.14-r1', 'merge')
* ('ebuild', '/', 'www-apps/bugzilla-3.2.4', 'merge')
* ('ebuild', '/', 'dev-cpp/eigen-2.0.5', 'merge')
* ('ebuild', '/', 'media-libs/taglib-extras-1.0.1', 'merge')
* ('ebuild', '/', 'media-libs/musicbrainz-3.0.2', 'merge')
* ('ebuild', '/', 'media-sound/amarok-utils-2.2.0', 'merge')
* ('ebuild', '/', 'x11-libs/gtk+-2.16.6', 'merge')
* ('ebuild', '/', 'x11-libs/qt-3.3.8b-r2', 'merge')
* ('ebuild', '/', 'net-fs/samba-3.0.37', 'merge')
* ('ebuild', '/', 'app-emulation/wine-1.1.12', 'merge')
* ('ebuild', '/', 'x11-libs/qt-gui-4.5.3-r2', 'merge')
* ('ebuild', '/', 'gnome-base/gconf-2.26.2-r1', 'merge')
* ('ebuild', '/', 'gnome-base/libglade-2.6.4', 'merge')
* ('ebuild', '/', 'x11-libs/libwnck-2.26.2-r2', 'merge')
* ('ebuild', '/', 'dev-libs/libunique-1.0.8', 'merge')
* ('ebuild', '/', 'gnome-base/libgnomeprint-2.18.6', 'merge')
* ('ebuild', '/', 'x11-libs/gtksourceview-2.6.2', 'merge')
* ('ebuild', '/', 'app-crypt/pinentry-0.7.5', 'merge')
* ('ebuild', '/', 'x11-themes/gtk-engines-2.18.3', 'merge')
* ('ebuild', '/', 'dev-cpp/gtkmm-2.16.0', 'merge')
* ('ebuild', '/', 'www-plugins/adobe-flash-10.0.32.18', 'merge')
* ('ebuild', '/', 'sci-electronics/pcb-20081128-r1', 'merge')
* ('ebuild', '/', 'xfce-base/libxfce4menu-4.6.1', 'merge')
* ('ebuild', '/', 'kde-base/libkdegames-4.3.1', 'merge')
* ('ebuild', '/', 'dev-python/pygtk-2.14.1-r1', 'merge')
* ('ebuild', '/', 'kde-base/libkworkspace-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/libkonq-4.3.1', 'merge')
* ('ebuild', '/', 'gnome-base/gnome-keyring-2.26.3', 'merge')
* ('ebuild', '/', 'kde-base/knotify-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/libkdeedu-4.3.1', 'merge')
* ('ebuild', '/', 'gnome-base/libgnomecanvas-2.26.0', 'merge')
* ('ebuild', '/', 'gnome-extra/at-spi-1.26.0', 'merge')
* ('ebuild', '/', 'kde-base/nepomuk-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kephal-4.3.1', 'merge')
* ('ebuild', '/', 'gnome-base/libgnomekbd-2.26.0', 'merge')
* ('ebuild', '/', 'xfce-base/libxfcegui4-4.6.1-r1', 'merge')
* ('ebuild', '/', 'kde-base/keditfiletype-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/ksysguard-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kioclient-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/ksplash-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/libkcddb-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/libkcompactdisc-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdesu-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kcheckpass-4.3.1', 'merge')
* ('ebuild', '/', 'net-libs/webkit-gtk-1.1.10', 'merge')
* ('ebuild', '/', 'app-office/akonadi-server-1.2.1', 'merge')
* ('ebuild', '/', 'kde-base/libplasmaclock-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/plasma-runtime-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdebase-menu-icons-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kwalletd-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kcmshell-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kurifilter-plugins-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kpasswdserver-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdialog-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/libkexiv2-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/libksane-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/libkdcraw-4.3.1', 'merge')
* ('ebuild', '/', 'app-text/libspectre-0.2.2', 'merge')
* ('ebuild', '/', 'dev-libs/poppler-qt4-0.10.7', 'merge')
* ('ebuild', '/', 'kde-base/kglobalaccel-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdebase-desktoptheme-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kmimetypefinder-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kstartupconfig-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdebase-wallpapers-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kstyles-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdnssd-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kate-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kde-l10n-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kmouth-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kmag-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdeaccessibility-colorschemes-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdeaccessibility-iconthemes-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kttsd-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdf-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/sweeper-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/ktimer-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kcalc-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kcharselect-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/okteta-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdessh-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/krosspython-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kbruch-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kalgebra-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kgeography-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kiten-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kig-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/step-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kxsldbg-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kimagemapeditor-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kfilereplace-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kommander-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/juk-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kamera-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/libkipi-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kruler-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kcolorchooser-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kolourpaint-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdegraphics-strigi-analyzer-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/ksnapshot-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/svgpart-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kgamma-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kstart-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/knetattach-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kwrite-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/ksystraycmd-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdebase-cursors-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kuiserver-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kappfinder-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kiconfinder-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/knewstuff-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kquitapp-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/konsole-4.3.1-r1', 'merge')
* ('ebuild', '/', 'kde-base/kdebase-menu-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/renamedlg-plugins-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/ktraderclient-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdebugdialog-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/khelpcenter-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kinfocenter-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kfile-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kwrited-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/drkonqi-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/solid-hardware-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kreadconfig-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/amor-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kteatime-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kweather-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdeartwork-sounds-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdeartwork-styles-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdeartwork-weatherwallpapers-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdeartwork-wallpapers-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdeartwork-emoticons-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdeartwork-iconthemes-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdeartwork-colorschemes-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdeartwork-desktopthemes-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/knetworkconf-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kcron-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/ksystemlog-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdenetwork-filesharing-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kppp-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/krfb-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/krdc-4.3.1', 'merge')
* ('ebuild', '/', 'media-plugins/gst-plugins-gconf-0.10.16', 'merge')
* ('ebuild', '/', 'app-arch/file-roller-2.26.3', 'merge')
* ('ebuild', '/', 'gnome-base/gnome-session-2.26.2', 'merge')
* ('ebuild', '/', 'net-analyzer/gnome-nettool-2.26.2', 'merge')
* ('ebuild', '/', 'gnome-extra/gcalctool-5.26.3', 'merge')
* ('ebuild', '/', 'x11-themes/gnome-themes-2.26.3.1', 'merge')
* ('ebuild', '/', 'gnome-extra/gconf-editor-2.26.0', 'merge')
* ('ebuild', '/', 'x11-misc/xscreensaver-5.10', 'merge')
* ('ebuild', '/', 'www-client/opera-10.01', 'merge')
* ('ebuild', '/', 'x11-themes/redhat-artwork-5.0.8-r4', 'merge')
* ('ebuild', '/', 'gnome-extra/gtkhtml-2.11.1', 'merge')
* ('ebuild', '/', 'net-dns/avahi-0.6.24-r2', 'merge')
* ('ebuild', '/', 'app-crypt/gpgme-1.2.0', 'merge')
* ('ebuild', '/', 'dev-python/gnome-python-base-2.26.1', 'merge')
* ('ebuild', '/', 'dev-python/gnome-python-desktop-base-2.26.0', 'merge')
* ('ebuild', '/', 'gnome-base/gnome-menus-2.26.2', 'merge')
* ('ebuild', '/', 'dev-libs/libgweather-2.26.2.1', 'merge')
* ('ebuild', '/', 'gnome-base/libgnomeprintui-2.18.4', 'merge')
* ('ebuild', '/', 'kde-base/libtaskmanager-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kcminit-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kfind-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdebase-kioslaves-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kfmclient-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kscreensaver-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/khotkeys-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/libkmahjongg-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/keditbookmarks-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kwin-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/plasma-apps-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdepasswd-4.3.1', 'merge')
* ('ebuild', '/', 'x11-libs/vte-0.20.5', 'merge')
* ('ebuild', '/', 'gnome-extra/gucharmap-2.26.3.1', 'merge')
* ('ebuild', '/', 'app-accessibility/gnome-mag-0.15.9', 'merge')
* ('ebuild', '/', 'dev-python/pygtksourceview-2.6.0', 'merge')
* ('ebuild', '/', 'x11-libs/libgksu-2.0.12', 'merge')
* ('ebuild', '/', 'kde-base/kmousetool-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/ark-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kwallet-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kanagram-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/klettres-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/khangman-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/blinken-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/parley-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/ktouch-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kturtle-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kwordquiz-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kstars-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kalzium-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kmplot-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdemultimedia-kioslaves-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kscd-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/gwenview-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/ksaneplugin-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/thumbnailers-4.3.1', 'merge')
* ('ebuild', '/', 'virtual/poppler-qt4-0.10.7', 'merge')
* ('ebuild', '/', 'kde-base/kbreakout-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kblocks-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/ktuberling-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kmines-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/klines-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kblackbox-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kreversi-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kapman-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/knetwalk-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kbounce-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kgoldrunner-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kiriki-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/bomber-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/ksirk-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kjumpingcube-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kollision-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/ksame-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/killbots-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kpat-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kspaceduel-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/ksquares-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/katomic-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kubrick-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/ktron-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/konquest-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/bovo-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kbattleship-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/lskat-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/ksudoku-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kolf-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdiamond-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kfourinline-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kget-4.3.1', 'merge')
* ('ebuild', '/', 'net-libs/gtk-vnc-0.3.8-r1', 'merge')
* ('ebuild', '/', 'app-text/evince-2.26.2', 'merge')
* ('ebuild', '/', 'sci-electronics/xcircuit-3.4.30', 'merge')
* ('ebuild', '/', 'xfce-base/xfwm4-4.6.1', 'merge')
* ('ebuild', '/', 'kde-base/kdepimlibs-4.3.1', 'merge')
* ('ebuild', '/', 'dev-python/gconf-python-2.26.1', 'merge')
* ('ebuild', '/', 'dev-python/libgnomecanvas-python-2.26.1', 'merge')
* ('ebuild', '/', 'kde-base/konqueror-4.3.1', 'merge')
* ('ebuild', '/', 'dev-python/libwnck-python-2.26.0', 'merge')
* ('ebuild', '/', 'kde-base/kcontrol-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/dolphin-4.3.1-r1', 'merge')
* ('ebuild', '/', 'dev-python/gnome-keyring-python-2.26.0', 'merge')
* ('ebuild', '/', 'kde-base/kdeaccessibility-meta-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/okular-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kmenuedit-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdm-4.3.1-r2', 'merge')
* ('ebuild', '/', 'kde-base/klipper-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kshisen-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kmahjongg-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/ktux-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdeartwork-kscreensaver-4.3.1', 'merge')
* ('ebuild', '/', 'app-editors/gedit-2.26.3', 'merge')
* ('ebuild', '/', 'net-misc/vinagre-2.26.2', 'merge')
* ('ebuild', '/', 'kde-base/libkdepim-4.3.1-r1', 'merge')
* ('ebuild', '/', 'kde-base/libkleo-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/libkpgp-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/systemsettings-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/mimelib-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/libksieve-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kmailcvt-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdeartwork-meta-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdetoys-meta-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdegames-meta-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdegraphics-meta-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kgpg-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/klinkstatus-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/mplayerthumbs-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/nsplugins-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdepim-icons-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdepim-strigi-analyzer-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kabcclient-4.3.1-r1', 'merge')
* ('ebuild', '/', 'kde-base/akonadi-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kuser-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kopete-4.3.1', 'merge')
* ('ebuild', '/', 'dev-python/libgnomeprint-python-2.26.0', 'merge')
* ('ebuild', '/', 'kde-base/kontactinterfaces-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdenetwork-meta-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdeadmin-meta-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdewebdev-meta-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kalarm-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kleopatra-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kpilot-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/konsolekalendar-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kaddressbook-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kontact-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kmail-4.3.1-r1', 'merge')
* ('ebuild', '/', 'kde-base/kjots-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/knode-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/akregator-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/knotes-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdepim-kresources-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/korganizer-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/ktimetracker-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdepim-wizards-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kontact-specialdates-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdepim-meta-4.3.1', 'merge')
* ('ebuild', '/', 'x11-libs/libnotify-0.4.5', 'merge')
* ('ebuild', '/', 'gnome-base/gnome-mount-0.8-r1', 'merge')
* ('ebuild', '/', 'xfce-base/exo-0.3.105-r1', 'merge')
* ('ebuild', '/', 'gnome-extra/zenity-2.26.0', 'merge')
* ('ebuild', '/', 'x11-misc/notification-daemon-0.4.0-r1', 'merge')
* ('ebuild', '/', 'net-misc/vino-2.26.2-r1', 'merge')
* ('ebuild', '/', 'app-crypt/seahorse-2.26.2', 'merge')
* ('ebuild', '/', 'gnome-base/gnome-vfs-2.24.1', 'merge')
* ('ebuild', '/', 'xfce-base/xfce4-panel-4.6.1', 'merge')
* ('ebuild', '/', 'x11-wm/metacity-2.26.0-r1', 'merge')
* ('ebuild', '/', 'dev-python/gnome-vfs-python-2.26.1', 'merge')
* ('ebuild', '/', 'media-plugins/gst-plugins-gnomevfs-0.10.24', 'merge')
* ('ebuild', '/', 'xfce-extra/xfce4-systemload-plugin-0.4.2', 'merge')
* ('ebuild', '/', 'xfce-extra/xfce4-datetime-plugin-0.6.1', 'merge')
* ('ebuild', '/', 'xfce-base/thunar-1.0.1', 'merge')
* ('ebuild', '/', 'gnome-base/libgnome-2.26.0', 'merge')
* ('ebuild', '/', 'gnome-extra/evolution-data-server-2.26.3', 'merge')
* ('ebuild', '/', 'gnome-base/libbonoboui-2.24.1', 'merge')
* ('ebuild', '/', 'x11-terms/gnome-terminal-2.26.3.1-r2', 'merge')
* ('ebuild', '/', 'dev-python/libbonobo-python-2.26.1', 'merge')
* ('ebuild', '/', 'gnome-extra/gtkhtml-3.26.3', 'merge')
* ('ebuild', '/', 'gnome-extra/bug-buddy-2.26.0', 'merge')
* ('ebuild', '/', 'dev-libs/totem-pl-parser-2.26.2', 'merge')
* ('ebuild', '/', 'gnome-extra/evolution-webcal-2.26.0', 'merge')
* ('ebuild', '/', 'dev-python/libgnome-python-2.26.1', 'merge')
* ('ebuild', '/', 'dev-python/bug-buddy-python-2.26.0', 'merge')
* ('ebuild', '/', 'mail-client/evolution-2.26.3', 'merge')
* ('ebuild', '/', 'gnome-base/gnome-desktop-2.26.3', 'merge')
* ('ebuild', '/', 'dev-python/gnome-python-2.26.1', 'merge')
* ('ebuild', '/', 'app-admin/pessulus-2.26.2', 'merge')
* ('ebuild', '/', 'dev-python/gnome-desktop-python-2.26.0', 'merge')
* ('ebuild', '/', 'gnome-base/eel-2.24.1', 'merge')
* ('ebuild', '/', 'media-gfx/eog-2.26.3', 'merge')
* ('ebuild', '/', 'gnome-extra/gnome-screensaver-2.26.1', 'merge')
* ('ebuild', '/', 'mail-client/mozilla-thunderbird-2.0.0.23', 'merge')
* ('ebuild', '/', 'gnome-extra/libgsf-1.14.15', 'merge')
* ('ebuild', '/', 'gnome-base/librsvg-2.26.0', 'merge')
* ('ebuild', '/', 'gnome-base/gnome-panel-2.26.3', 'merge')
* ('ebuild', '/', 'gnome-extra/gnome-system-monitor-2.26.2', 'merge')
* ('ebuild', '/', 'gnome-extra/gnome-games-2.26.3-r1', 'merge')
* ('ebuild', '/', 'dev-python/gnome-applets-python-2.26.0', 'merge')
* ('ebuild', '/', 'gnome-extra/gnome-utils-2.26.0', 'merge')
* ('ebuild', '/', 'gnome-extra/gnome-power-manager-2.22.1', 'merge')
* ('ebuild', '/', 'gnome-extra/libgail-gnome-1.20.1', 'merge')
* ('ebuild', '/', 'gnome-extra/mousetweaks-2.26.3', 'merge')
* ('ebuild', '/', 'x11-misc/alacarte-0.12.1', 'merge')
* ('ebuild', '/', 'net-analyzer/gnome-netstatus-2.26.0', 'merge')
* ('ebuild', '/', 'gnome-extra/sensors-applet-2.2.4', 'merge')
* ('ebuild', '/', 'gnome-extra/deskbar-applet-2.26.2-r1', 'merge')
* ('ebuild', '/', 'gnome-base/gnome-applets-2.26.3', 'merge')
* ('ebuild', '/', 'net-wireless/bluez-4.39-r2', 'merge')
* ('ebuild', '/', 'media-sound/pulseaudio-0.9.15-r2', 'merge')
* ('ebuild', '/', 'kde-base/solid-4.3.1', 'merge')
* ('ebuild', '/', 'gnome-base/gvfs-1.2.3', 'merge')
* ('ebuild', '/', 'media-libs/libsdl-1.2.13-r1', 'merge')
* ('ebuild', '/', 'gnome-base/nautilus-2.26.4', 'merge')
* ('ebuild', '/', 'kde-base/ksmserver-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/soliduiserver-4.3.1', 'merge')
* ('ebuild', '/', 'media-sound/sox-14.3.0', 'merge')
* ('ebuild', '/', 'kde-base/kmix-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/powerdevil-4.3.1-r1', 'merge')
* ('ebuild', '/', 'kde-base/solidautoeject-4.3.1', 'merge')
* ('ebuild', '/', 'app-accessibility/espeak-1.40.02', 'merge')
* ('ebuild', '/', 'app-accessibility/gnome-speech-0.4.25', 'merge')
* ('ebuild', '/', 'media-libs/sdl-image-1.2.7-r1', 'merge')
* ('ebuild', '/', 'kde-base/krunner-4.3.1', 'merge')
* ('ebuild', '/', 'media-video/ffmpeg-0.5-r1', 'merge')
* ('ebuild', '/', 'media-sound/vorbis-tools-1.2.0-r2', 'merge')
* ('ebuild', '/', 'gnome-base/gnome-volume-manager-2.24.1', 'merge')
* ('ebuild', '/', 'gnome-base/gnome-control-center-2.26.0', 'merge')
* ('ebuild', '/', 'gnome-extra/swfdec-gnome-2.26.0', 'merge')
* ('ebuild', '/', 'gnome-extra/nautilus-open-terminal-0.17', 'merge')
* ('ebuild', '/', 'app-emulation/virtualbox-bin-3.0.8', 'merge')
* ('ebuild', '/', 'x11-libs/wxGTK-2.6.4.0-r5', 'merge')
* ('ebuild', '/', 'x11-libs/wxGTK-2.8.10.1-r1', 'merge')
* ('ebuild', '/', 'media-sound/mpg123-1.9.0', 'merge')
* ('ebuild', '/', 'media-libs/xine-lib-1.1.16.3-r1', 'merge')
* ('ebuild', '/', 'media-video/mplayer-1.0_rc2_p20090731', 'merge')
* ('ebuild', '/', 'media-plugins/gst-plugins-mpeg2dec-0.10.12', 'merge')
* ('ebuild', '/', 'net-print/gnome-cups-manager-0.33-r1', 'merge')
* ('ebuild', '/', 'gnome-base/gdm-2.20.10-r2', 'merge')
* ('ebuild', '/', 'app-admin/sabayon-2.25.0', 'merge')
* ('ebuild', '/', 'app-accessibility/orca-2.26.3', 'merge')
* ('ebuild', '/', 'app-accessibility/dasher-4.10.1', 'merge')
* ('ebuild', '/', 'app-accessibility/gok-2.26.0', 'merge')
* ('ebuild', '/', 'app-pda/gtkpod-0.99.14_p20090710', 'merge')
* ('ebuild', '/', 'media-gfx/gimp-2.6.7-r1', 'merge')
* ('ebuild', '/', 'app-cdr/graveman-0.3.12_p5-r1', 'merge')
* ('ebuild', '/', 'media-libs/libquicktime-1.1.3', 'merge')
* ('ebuild', '/', 'kde-base/dragonplayer-4.3.1', 'merge')
* ('ebuild', '/', 'dev-python/pygame-1.9.1', 'merge')
* ('ebuild', '/', 'kde-base/phonon-kde-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdemultimedia-meta-4.3.1', 'merge')
* ('ebuild', '/', 'dev-python/PyQt4-4.5.4-r4', 'merge')
* ('ebuild', '/', 'x11-libs/qtscriptgenerator-0.1.0', 'merge')
* ('ebuild', '/', 'kde-base/pykde4-4.3.1', 'merge')
* ('ebuild', '/', 'dev-python/pynotifier-0.7.0-r1', 'merge')
* ('ebuild', '/', 'media-sound/amarok-2.2.0', 'merge')
* ('ebuild', '/', 'kde-base/plasma-workspace-4.3.1', 'merge')
* ('ebuild', '/', 'dev-python/kaa-base-0.3.0', 'merge')
* ('ebuild', '/', 'kde-base/superkaramba-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/marble-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdeedu-meta-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdeutils-meta-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdeplasma-addons-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdebase-startkde-4.3.1', 'merge')
* ('ebuild', '/', 'kde-base/kdebase-meta-4.3.1', 'merge')
* ('ebuild', '/', 'media-tv/freevo-1.7.6.1', 'merge')
* ('ebuild', '/', 'kde-base/kde-meta-4.3.1', 'merge')
*
* One or more packages are either masked or have missing dependencies:
*
* ~net-libs/libsoup-gnome-2.26.3 pulled in by:
* ('installed', '/', 'net-libs/libsoup-2.26.3-r3', 'nomerge')
*
* The resume list contains packages that are either masked or have
* unsatisfied dependencies. Please restart/continue the operation
* manually, or use --skipfirst to skip the first package in the list and
* any other packages that may be masked or have missing dependencies.

* IMPORTANT: 8 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.


here is the build log for cairo, at least the part where the errors begin to appear:

mv -f .deps/cairo-xlib-surface.Tpo .deps/cairo-xlib-surface.Plo
mv -f .deps/cairo-svg-surface.Tpo .deps/cairo-svg-surface.Plo
mv -f .deps/cairo-pdf-surface.Tpo .deps/cairo-pdf-surface.Plo
../doltlibtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=athlon64 -msse3 -O2 -pi$
libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/cairo-analysis-surface.o .libs/cairo-ar$
libtool: link: (cd ".libs" && rm -f "libcairo.so.2" && ln -s "libcairo.so.2.10800.8" "libcair$
libtool: link: (cd ".libs" && rm -f "libcairo.so" && ln -s "libcairo.so.2.10800.8" "libcairo.$
libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libcairo.a cairo-analysis-surface.o cairo-ar$
libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libcairo.a
/bin/sed: can't read /usr/lib64/libxcb-xlib.la: No such file or directory
libtool: link: `/usr/lib64/libxcb-xlib.la' is not a valid libtool archive
make[3]: *** [libcairo.la] Error 1
make[3]: Leaving directory `/var/tmp/portage/x11-libs/cairo-1.8.8/work/cairo-1.8.8/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/x11-libs/cairo-1.8.8/work/cairo-1.8.8/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-libs/cairo-1.8.8/work/cairo-1.8.8'
make: *** [all] Error 2
^[[31;01m*^[[0m
^[[31;01m*^[[0m ERROR: x11-libs/cairo-1.8.8 failed.
ibtool: link: `/usr/lib64/libxcb-xlib.la' is not a valid libtool archive
make[3]: *** [libcairo.la] Error 1
make[3]: Leaving directory `/var/tmp/portage/x11-libs/cairo-1.8.8/work/cairo-1.8.8/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/x11-libs/cairo-1.8.8/work/cairo-1.8.8/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-libs/cairo-1.8.8/work/cairo-1.8.8'
make: *** [all] Error 2
^[[31;01m*^[[0m
^[[31;01m*^[[0m ERROR: x11-libs/cairo-1.8.8 failed.
^[[31;01m*^[[0m Call stack:
^[[31;01m*^[[0m ebuild.sh, line 49: Called src_compile
^[[31;01m*^[[0m environment, line 2935: Called _eapi2_src_compile
^[[31;01m*^[[0m ebuild.sh, line 634: Called die
^[[31;01m*^[[0m The specific snippet of code:
^[[31;01m*^[[0m emake || die "emake failed"
^[[31;01m*^[[0m The die message:
^[[31;01m*^[[0m emake failed
^[[31;01m*^[[0m
^[[31;01m*^[[0m If you need support, post the topmost build error, and the call stack if
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sat Nov 21, 2009 12:48 am    Post subject: Reply with quote

Code:
lafilefixer --justfixit
emerge -1 cairo
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Sat Nov 21, 2009 12:52 am    Post subject: Reply with quote

# lafilefixer --justfixit
bash: lafilefixer: command not found
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sat Nov 21, 2009 12:56 am    Post subject: Reply with quote

Code:
emerge dev-util/lafilefixer
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Sat Nov 21, 2009 1:13 am    Post subject: Reply with quote

ok, that did the trick with cairo. running "emerge -uNDav world"....it's emerging away. I will report back if and when it fails again. Thanks once again.
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Sat Nov 21, 2009 1:52 am    Post subject: Reply with quote

ok, i knew this would happen. here is the error output:

ne or more packages are either masked or have missing dependencies:
*
* ~net-libs/libsoup-gnome-2.26.3 pulled in by:
* ('installed', '/', 'net-libs/libsoup-2.26.3-r3', 'nomerge')
*
* The resume list contains packages that are either masked or have
* unsatisfied dependencies. Please restart/continue the operation
* manually, or use --skipfirst to skip the first package in the list and
* any other packages that may be masked or have missing dependencies.
*
* The following 50 packages have failed to build or install:
*
* ('ebuild', '/', 'x11-libs/libXrandr-1.3.0', 'merge')
* ('ebuild', '/', 'x11-apps/xrandr-1.3.2', 'merge')
* ('ebuild', '/', 'app-admin/conky-1.6.1', 'merge')
* ('ebuild', '/', 'x11-libs/libxklavier-4.0', 'merge')
* ('ebuild', '/', 'gnome-base/gnome-2.26.3', 'merge')
* ('ebuild', '/', 'gnome-base/gnome-settings-daemon-2.26.1-r2', 'merge')
* ('ebuild', '/', 'sys-apps/lm_sensors-2.10.7', 'merge')
* ('ebuild', '/', 'dev-java/ibm-jdk-bin-1.4.2.13', 'merge')
* ('ebuild', '/', 'media-libs/gst-plugins-good-0.10.16', 'merge')
* ('ebuild', '/', 'media-sound/sound-juicer-2.26.1', 'merge')
* ('ebuild', '/', 'media-sound/rhythmbox-0.11.6-r1', 'merge')
* ('ebuild', '/', 'media-video/totem-2.26.3-r1', 'merge')
* ('ebuild', '/', 'media-plugins/gst-plugins-meta-0.10-r2', 'merge')
* ('ebuild', '/', 'gnome-extra/gnome-media-2.26.0-r1', 'merge')
* ('ebuild', '/', 'app-cdr/brasero-2.26.3', 'merge')
* ('ebuild', '/', 'media-plugins/gst-plugins-xvideo-0.10.24', 'merge')
* ('ebuild', '/', 'media-sound/alsa-utils-1.0.20-r5', 'merge')
* ('ebuild', '/', 'x11-libs/pango-1.24.5-r1', 'merge')
* ('ebuild', '/', 'dev-cpp/pangomm-2.24.0', 'merge')
* ('ebuild', '/', 'dev-cpp/gtkmm-2.16.0', 'merge')
* ('ebuild', '/', 'www-apps/bugzilla-3.2.4', 'merge')
* ('ebuild', '/', 'x11-libs/gtk+-2.16.6', 'merge')
* ('ebuild', '/', 'gnome-base/nautilus-2.26.4', 'merge')
* ('ebuild', '/', 'gnome-base/gnome-panel-2.26.3', 'merge')
* ('ebuild', '/', 'www-client/epiphany-2.26.3-r1', 'merge')
* ('ebuild', '/', 'gnome-extra/zenity-2.26.0', 'merge')
* ('ebuild', '/', 'app-editors/gedit-2.26.3', 'merge')
* ('ebuild', '/', 'gnome-base/gconf-2.26.2-r1', 'merge')
* ('ebuild', '/', 'gnome-base/libglade-2.6.4', 'merge')
* ('ebuild', '/', 'x11-libs/libwnck-2.26.2-r2', 'merge')
* ('ebuild', '/', 'app-crypt/pinentry-0.7.5', 'merge')
* ('ebuild', '/', 'dev-libs/libunique-1.0.8', 'merge')
* ('ebuild', '/', 'net-misc/vino-2.26.2-r1', 'merge')
* ('ebuild', '/', 'x11-libs/gtksourceview-2.6.2', 'merge')
* ('ebuild', '/', 'x11-themes/gtk-engines-2.18.3', 'merge')
* ('ebuild', '/', 'sci-electronics/pcb-20081128-r1', 'merge')
* ('ebuild', '/', 'dev-python/pygtk-2.14.1-r1', 'merge')
* ('ebuild', '/', 'gnome-base/gnome-keyring-2.26.3', 'merge')
* ('ebuild', '/', 'app-crypt/seahorse-2.26.2', 'merge')
* ('ebuild', '/', 'gnome-base/libgnomecanvas-2.26.0', 'merge')
* ('ebuild', '/', 'gnome-extra/at-spi-1.26.0', 'merge')
* ('ebuild', '/', 'app-accessibility/gok-2.26.0', 'merge')
* ('ebuild', '/', 'gnome-extra/libgail-gnome-1.20.1', 'merge')
* ('ebuild', '/', 'app-accessibility/orca-2.26.3', 'merge')
* ('ebuild', '/', 'app-accessibility/dasher-4.10.1', 'merge')
* ('ebuild', '/', 'gnome-extra/mousetweaks-2.26.3', 'merge')
* ('ebuild', '/', 'app-accessibility/gnome-mag-0.15.9', 'merge')
* ('ebuild', '/', 'gnome-base/libgnomekbd-2.26.0', 'merge')
* ('ebuild', '/', 'xfce-base/libxfcegui4-4.6.1-r1', 'merge')
* ('ebuild', '/', 'net-libs/webkit-gtk-1.1.10', 'merge')
*

* GNU info directory index is up-to-date.

* IMPORTANT: 87 config files in '/etc' need updating.

* IMPORTANT: 2 config files in '/usr/kde/3.5/share/config' need updating.

* IMPORTANT: 6 config files in '/var/bind' need updating.
* See the CONFIGURATION FILES section of the emerge
* man page to learn how to update config files.


this is part of the error log for webkit-gtk:

libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libJavaScriptCore.a
libtool: link: ( cd "TestNetscapePlugin/.libs" && rm -f "libtestnetscapeplugin.la" && ln -s "$
libtool: link: ( cd ".libs" && rm -f "libJavaScriptCore.la" && ln -s "../libJavaScriptCore.la$
./doltlibtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -fno-strict-aliasing -Wall -W -$
./doltlibtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -ansi -fno-strict-aliasing -Wall$
libtool: link: x86_64-pc-linux-gnu-gcc -ansi -fno-strict-aliasing -Wall -W -Wcast-align -Wcha$
libtool: link: x86_64-pc-linux-gnu-g++ -fno-strict-aliasing -Wall -W -Wcast-align -Wchar-subs$
mv -f WebCore/platform/network/soup/.deps/libWebCore_la-ResourceHandleSoup.Tpo WebCore/platfo$
./doltlibtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -Wall -W -Wcast-align -Wchar-su$
libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libWebCore.a WebCore/accessibility/.libs/libW$
libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libWebCore.a
libtool: link: ( cd ".libs" && rm -f "libWebCore.la" && ln -s "../libWebCore.la" "libWebCore.$
./doltlibtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -Wall -W -Wcast-align -Wchar-su$
libtool: link: x86_64-pc-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/4.3$
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -l$
collect2: ld returned 1 exit status
make[1]: *** [libwebkit-1.0.la] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-libs/webkit-gtk-1.1.10/work/webkit-1.1.10'
make: *** [all] Error 2
^[[31;01m*^[[0m
^[[31;01m*^[[0m ERROR: net-libs/webkit-gtk-1.1.10 failed.
^[[31;01m*^[[0m Call stack:
^[[31;01m*^[[0m ebuild.sh, line 49: Called src_compile
^[[31;01m*^[[0m environment, line 2813: Called _eapi2_src_compile
^[[31;01m*^[[0m ebuild.sh, line 634: Called die
^[[31;01m*^[[0m The specific snippet of code:
^[[31;01m*^[[0m emake || die "emake failed"
^[[31;01m*^[[0m The die message:
^[[31;01m*^[[0m emake failed
^[[31;01m*^[[0m
^[[31;01m*^[[0m If you need support, post the topmost build error, and the call stack if rel$
^[[31;01m*^[[0m A complete build log is located at '/var/tmp/portage/net-libs/webkit-gtk-1.1$
^[[31;01m*^[[0m The ebuild environment file is located at '/var/tmp/portage/net-libs/webkit-$
^[[31;01m*^[[0m
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Sat Nov 21, 2009 2:02 am    Post subject: Reply with quote

I've also noticed that most of the gnome ebuids that crash during compile always have the following error message:

ebuild.sh, line 49: Called src_compile
* environment, line 1467: Called gnome2_src_compile
* environment, line 1228: Called die
* The specific snippet of code:
* emake || die "compile failure"
* The die message:
* compile failure
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sat Nov 21, 2009 3:06 am    Post subject: Reply with quote

Code:
emerge -1 =net-libs/libsoup-2.26.3-r3
emerge -1 gnome-base/gconf-2
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Sat Nov 21, 2009 3:25 am    Post subject: Reply with quote

lpthread -ldl -lasound -ldl -lm
/usr/lib/libxcb-xlib.so.0: undefined reference to `_xcb_unlock_io'
/usr/lib/libxcb-xlib.so.0: undefined reference to `_xcb_lock_io'
collect2: ld returned 1 exit status
gmake[4]: *** [xpcshell] Error 1
gmake[4]: Leaving directory `/var/tmp/portage/net-libs/xulrunner-1.9.1.4/work/mozilla-1.9.1/js/src/xpconnect/shell'
gmake[3]: *** [tools] Error 2
gmake[3]: Leaving directory `/var/tmp/portage/net-libs/xulrunner-1.9.1.4/work/mozilla-1.9.1/js/src/xpconnect'
gmake[2]: *** [tools_tier_gecko] Error 2
gmake[2]: Leaving directory `/var/tmp/portage/net-libs/xulrunner-1.9.1.4/work/mozilla-1.9.1'
gmake[1]: *** [tier_toolkit] Error 2
gmake[1]: Leaving directory `/var/tmp/portage/net-libs/xulrunner-1.9.1.4/work/mozilla-1.9.1'
make: *** [default] Error 2
*
* ERROR: net-libs/xulrunner-1.9.1.4 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 5762: Called _eapi2_src_compile
* ebuild.sh, line 634: Called die
* The specific snippet of code:
* emake || die "emake failed"
* The die message:
* emake failed
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/net-libs/xulrunner-1.9.1.4/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-libs/xulrunner-1.9.1.4/temp/environment'.
*
!!! When you file a bug report, please include the following information:
GENTOO_VM= CLASSPATH="" JAVA_HOME="/etc/java-config-2/current-system-vm"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info

>>> Failed to emerge net-libs/xulrunner-1.9.1.4, Log file:

>>> '/var/tmp/portage/net-libs/xulrunner-1.9.1.4/temp/build.log'
*** Resuming merge...
Calculating dependencies... done!

* Messages for package net-libs/xulrunner-1.9.1.4:

* You are enabling system sqlite. Do not file a bug with gentoo if you have
* issues that arise from enabling system sqlite. All bugs will be considered
* invalid. All patches are welcomed to fix any issues that might be found with
* system sqlite. If you are starting with a fresh profile you can enable sqlite
* without any major issues.
*
* ERROR: net-libs/xulrunner-1.9.1.4 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 5762: Called _eapi2_src_compile
* ebuild.sh, line 634: Called die
* The specific snippet of code:
* emake || die "emake failed"
* The die message:
* emake failed
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/net-libs/xulrunner-1.9.1.4/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-libs/xulrunner-1.9.1.4/temp/environment'.
*
* One or more packages are either masked or have missing dependencies:
*
* ~net-libs/libsoup-gnome-2.26.3 pulled in by:
* ('installed', '/', 'net-libs/libsoup-2.26.3-r3', 'nomerge')
*
* The resume list contains packages that are either masked or have
* unsatisfied dependencies. Please restart/continue the operation
* manually, or use --skipfirst to skip the first package in the list and
* any other packages that may be masked or have missing dependencies.
*
* The following package has failed to build or install:
*
* ('ebuild', '/', 'net-libs/xulrunner-1.9.1.4', 'merge')
*

* IMPORTANT: 8 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
Page 6 of 10

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum