View previous topic :: View next topic |
Author |
Message |
snakeo2 Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 01 Jan 2006 Posts: 1237
|
Posted: Sat May 29, 2010 8:29 pm Post subject: |
|
|
python-updater finished without any errors. I think I'm done updating for now. Thanks 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 |
|
![](templates/gentoo/images/spacer.gif) |
snakeo2 Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 01 Jan 2006 Posts: 1237
|
Posted: Sat May 29, 2010 8:59 pm Post subject: |
|
|
I spoke too soon. I went ahead and rebooted my system and now my keyboard & mouse are not working. Not sure what could have caused that during the update. I have to step out again and will try to boot with a sysrescue and see what could be wrong. _________________ Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tliou Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 23 Nov 2004 Posts: 108 Location: Salt Lake City, UT
|
Posted: Sun May 30, 2010 3:32 am Post subject: |
|
|
I actually posted something a few days ago that might help. Take a look:
https://forums.gentoo.org/viewtopic-t-828046-highlight-.html
If you can boot the system and ssh into your machine, you should be able to follow the instructions. This looks like the problem that people have been having recently with xorg-server-1.7.6 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
snakeo2 Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 01 Jan 2006 Posts: 1237
|
Posted: Sun May 30, 2010 4:08 am Post subject: |
|
|
Thanks for the suggestion. I think I should be able to chroot into my system and try your solution. I will report back tomorrow. _________________ Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tliou Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 23 Nov 2004 Posts: 108 Location: Salt Lake City, UT
|
Posted: Sun May 30, 2010 4:11 am Post subject: |
|
|
I'll be on the look out. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
snakeo2 Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 01 Jan 2006 Posts: 1237
|
Posted: Sun May 30, 2010 1:08 pm Post subject: |
|
|
# emerge -av =xorg-server-1.8.0
* IMPORTANT: 13 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!
[ebuild U ] media-fonts/font-util-1.1.1-r1 [1.1.1] USE="(-debug%)" 0 kB
[ebuild U ] x11-base/xorg-drivers-1.8 [1.7] INPUT_DEVICES="evdev keyboard mouse -acecad -aiptek -joystick -penmount -synaptics -tslib -virtualbox -vmmouse -void -wacom" VIDEO_CARDS="radeonhd -apm -ark -ast -chips -cirrus -dummy -epson -fbdev -fglrx (-geode) -glint -i128 (-i740) (-impact) -intel -mach64 -mga -neomagic (-newport) -nouveau% -nv -nvidia -r128 -radeon -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l -vesa -via -virtualbox -vmware (-voodoo) (-xgi)" 0 kB
[ebuild U ] x11-libs/libdrm-2.4.19 [2.4.18_pre20100211-r1] USE="-debug" 419 kB
[ebuild U ] media-libs/mesa-7.8.1 [7.7.1] USE="nptl xcb -debug (-gallium) -motif -pic (-selinux)" VIDEO_CARDS="radeonhd -intel -mach64 -mga -none -nouveau -r128 -radeon -savage -sis -svga -tdfx -via (-sunffb%)" 5,018 kB
[ebuild U ] x11-base/xorg-server-1.8.0 [1.7.6] USE="hal ipv6 kdrive nptl udev%* xorg -dmx -doc% -minimal -static-libs% -tslib (-debug%) (-sdl%*)" 4,978 kB
[ebuild U ] x11-apps/xinit-1.2.1-r2 [1.2.0-r3] USE="minimal pam -debug" 139 kB
[blocks b ] <x11-apps/xinit-1.2.1-r1 ("<x11-apps/xinit-1.2.1-r1" is blocking x11-base/xorg-server-1.8.0)
Total: 6 packages (6 upgrades), Size of downloads: 10,551 kB
Conflict: 1 block
Looks like xinit is blocking xorg-server-1.8....how do i fix this problem so everythig goes smoothly? _________________ Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tliou Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 23 Nov 2004 Posts: 108 Location: Salt Lake City, UT
|
Posted: Sun May 30, 2010 7:48 pm Post subject: |
|
|
At first I thought it was init, which would be pretty risky to change. However, it is xinit, and it looks like its just a block
Do this
emerge -C xinit
then
emerge -av xinit |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tliou Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 23 Nov 2004 Posts: 108 Location: Salt Lake City, UT
|
Posted: Sun May 30, 2010 7:50 pm Post subject: |
|
|
Make sure to include this in /etc/portage/package.keywords
Code: | =x11-apps/xinit-1.2.1-r1 |
except that you probably want to make it
Code: | =x11-apps/xinit-1.2.1-r2 |
because it has been updated in the last couple of weeks. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
VoidMage Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/16259984764821973534cdc.gif)
Joined: 14 Oct 2006 Posts: 6196
|
Posted: Sun May 30, 2010 8:11 pm Post subject: |
|
|
@tliou: re-read that portage output
@snakeo2: that's only a soft block, it should emerge just fine.
Last edited by VoidMage on Sun May 30, 2010 8:15 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tliou Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 23 Nov 2004 Posts: 108 Location: Salt Lake City, UT
|
Posted: Sun May 30, 2010 8:14 pm Post subject: |
|
|
Ooops. You're right. emerge away. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
snakeo2 Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 01 Jan 2006 Posts: 1237
|
Posted: Sun May 30, 2010 11:51 pm Post subject: |
|
|
Voidmage,
I went ahead with the emerge but it crashed at the end:
make[4]: Leaving directory `/var/tmp/portage/x11-base/xorg-server-1.8.0/work/xorg-server-1.8.0/hw/xfree86/dri'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/x11-base/xorg-server-1.8.0/work/xorg-server-1.8.0/hw/xfree86'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/x11-base/xorg-server-1.8.0/work/xorg-server-1.8.0/hw/xfree86'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-base/xorg-server-1.8.0/work/xorg-server-1.8.0/hw'
make: *** [all-recursive] Error 1
* ERROR: x11-base/xorg-server-1.8.0 failed:
* Compilation failed
*
* Call stack:
* ebuild.sh, line 54: Called src_compile
* environment, line 3906: Called die
* The specific snippet of code:
* die "Compilation failed";
*
* If you need support, post the output of 'emerge --info =x11-base/xorg-server-1.8.0',
* the complete build log and the output of 'emerge -pqv =x11-base/xorg-server-1.8.0'.
* The complete build log is located at '/var/tmp/portage/x11-base/xorg-server-1.8.0/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-base/xorg-server-1.8.0/temp/environment'.
* S: '/var/tmp/portage/x11-base/xorg-server-1.8.0/work/xorg-server-1.8.0'
>>> Failed to emerge x11-base/xorg-server-1.8.0, Log file:
>>> '/var/tmp/portage/x11-base/xorg-server-1.8.0/temp/build.log'
*** Resuming merge...
These are the packages that would be merged, in order:
Calculating dependencies... done!
* Messages for package x11-libs/libdrm-2.4.19:
* libdrm's ABI may have changed without change in library name
* Please rebuild media-libs/mesa, x11-base/xorg-server and
* your video drivers in x11-drivers/*.
* Messages for package x11-base/xorg-server-1.8.0:
* Usage of hal is strongly discouraged. Please migrate to udev.
* From next major release on the hal support will be fully disabled.
* Both hal and udev flags are enabled.
* Enabling only udev!
* ERROR: x11-base/xorg-server-1.8.0 failed:
* Compilation failed
*
* Call stack:
* ebuild.sh, line 54: Called src_compile
* environment, line 3906: Called die
* The specific snippet of code:
* die "Compilation failed";
*
* If you need support, post the output of 'emerge --info =x11-base/xorg-server-1.8.0',
* the complete build log and the output of 'emerge -pqv =x11-base/xorg-server-1.8.0'.
* The complete build log is located at '/var/tmp/portage/x11-base/xorg-server-1.8.0/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-base/xorg-server-1.8.0/temp/environment'.
* S: '/var/tmp/portage/x11-base/xorg-server-1.8.0/work/xorg-server-1.8.0'
[ebuild U ] x11-apps/xinit-1.2.1-r2 [1.2.0-r3] USE="minimal pam -debug" 0 kB
[blocks B ] <x11-base/xorg-server-1.8.0 ("<x11-base/xorg-server-1.8.0" is blocking x11-apps/xinit-1.2.1-r2)
Total: 1 package (1 upgrade), Size of downloads: 0 kB
Conflict: 1 block (1 unsatisfied)
* Error: The above package list contains packages which cannot be
* installed at the same time on the same system.
('installed', '/', 'x11-base/xorg-server-1.7.6', 'nomerge') pulled in by
x11-base/xorg-server required by world
For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked
*
* The following package has failed to build or install:
*
* ('ebuild', '/', 'x11-base/xorg-server-1.8.0', 'merge'), Log file:
* '/var/tmp/portage/x11-base/xorg-server-1.8.0/temp/build.log'
* _________________ Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tliou Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 23 Nov 2004 Posts: 108 Location: Salt Lake City, UT
|
Posted: Mon May 31, 2010 12:30 am Post subject: |
|
|
Are those all the errors that you got?
It is interesting that before you were getting a block with a lower case "b" but you are now getting a block with a capital "B" for xinit. This requires the emerge -C, emerge sequence I suggested earlier, but let's see if voidmage responds.
I also see the hal vs udev error on your messages. I assume that you are using both? Hopefully it's just a warning and you can deal with that some other time. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
snakeo2 Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 01 Jan 2006 Posts: 1237
|
Posted: Mon May 31, 2010 12:36 am Post subject: |
|
|
Yes. I followed the sequence you suggested and got those errors:
"emerge -C xinit
then
emerge -av xinit"
I'm just finding out that Hal is being faced out and I'm not sure if which one I'm using. I can see I have hal in my use flags:
emerge --info
Portage 2.1.8.3 (default/linux/amd64/10.0/desktop, gcc-4.3.4, glibc-2.10.1-r1, 2.6.31.12-std135-amd64 x86_64)
=================================================================
System uname: Linux-2.6.31.12-std135-amd64-x86_64-AMD_Phenom-tm-_II_X4_940_Processor-with-gentoo-1.12.13
Timestamp of tree: Sat, 29 May 2010 19:00:19 +0000
app-shells/bash: 4.0_p37
dev-java/java-config: 2.1.10
dev-lang/python: 2.5.4-r4, 2.6.5-r2, 3.1.2-r3
dev-python/pycrypto: 2.1.0
dev-util/cmake: 2.6.4-r3
sys-apps/baselayout: 1.12.13
sys-apps/sandbox: 1.6-r2
sys-devel/autoconf: 2.13, 2.65
sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils: 2.18-r3
sys-devel/gcc: 4.3.4, 4.4.3-r2
sys-devel/gcc-config: 1.4.1
sys-devel/libtool: 2.2.6b
virtual/os-headers: 2.6.30-r1
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -msse3 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config"
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/splash /etc/terminfo"
CXXFLAGS="-march=athlon64 -msse3 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going"
FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://ftp.gtlib.gatech.edu/pub/gentoo http://www.gtlib.gatech.edu/pub/gentoo ftp://mirror.iawnet.sandia.gov/pub/gentoo/ ftp://ftp.ussg.iu.edu/pub/linux/gentoo ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://gentoo.netnitco.net ftp://gentoo.netnitco.net/pub/mirrors/gentoo/source/ http://open-systems.ufl.edu/mirrors/gentoo http://gentoo.llarian.net/ ftp://gentoo.llarian.net/pub/gentoo http://gentoo.binarycompass.org ftp://mirror.datapipe.net/gentoo http://gentoo.cs.lewisu.edu/gentoo/ http://prometheus.cs.wmich.edu/gentoo http://modzer0.cs.uaf.edu/public/gentoo/ "
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j5"
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"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="(-firebird) 3dnow 3dnowext X a52 aac accessibility acl acpi additions alsa amd64 apache2 audio automount avahi avi berkdb bluetooth branding bzip2 cairo cdr cli consolekit cracklib crypt cups cxx dbus divx4linux dri dts dv dvd dvdr dvdread embedded emboss encode exif fam fame firefox flac fortran fts3 gdbm gif glitz gnome gpm gtk hal howl iconv imap ipv6 jpeg kde kerberos lcms ldap ldapsam libnotify libwww live mad maildir matroska mdnsresponder-compat mikmod mmx mmxext mng modules mp3 mp4 mpeg msyql mudflap multilib ncurses nls nptl nptlonly ogg opengl openmp oss pam pango pcre pdf perl png policykit ppds pppd python qt3support qt4 quicktime readline reflection sasl sdk sdl semantic-desktop session spell spl sql sqlite sse sse2 ssl startup-notification subtitles suexec suid svg swat sysfs tcpd theora tiff truetype unicode usb vda vorbis webkit winbind x264 xanim xcb xml xorg xulrunner xv xvid zlib" ALSA_CARDS="emu10k1" 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 auth_digest authn_anon authn_dbd 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 dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset: CPPFLAGS, CTARGET, FFLAGS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY _________________ Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tliou Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 23 Nov 2004 Posts: 108 Location: Salt Lake City, UT
|
Posted: Mon May 31, 2010 12:54 am Post subject: |
|
|
You have a lot of use flags set. You could try removing hal from your /etc/make.conf. It may still be necessary elsewhere, but here it may be causing a conflict. If you do decide to remove it, you can try to discover where else it might be needed by doing a
Code: | emerge -v world --pretend > somefile |
Then open up an editor and look for hal. If you think those files should have hal for compilation, add them to /etc/portage/package.use with hal set. You can do this for all the other use flags to try to reduce the complexity of your global use flags and stop some of the problems that can be caused by having universally set use flags. However, you could also wait for future emerges to show you such clashes and do that type of tedious work later.
For now, it might just work if you remove the hal use flag and try emerging again. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
snakeo2 Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 01 Jan 2006 Posts: 1237
|
Posted: Mon May 31, 2010 1:05 am Post subject: |
|
|
I went ahead and removed hal from use flags, ran
emerge -av =xorg-server-1.8.0
* IMPORTANT: 13 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!
[ebuild N ] x11-apps/xinit-1.2.1-r2 USE="minimal pam -debug" 0 kB
[ebuild U ] x11-base/xorg-server-1.8.0 [1.7.6] USE="hal ipv6 kdrive nptl udev%* xorg -dmx -doc% -minimal -static-libs% -tslib (-debug%) (-sdl%*)" 0 kB
[blocks b ] <x11-base/xorg-server-1.8.0 ("<x11-base/xorg-server-1.8.0" is blocking x11-apps/xinit-1.2.1-r2)
Total: 2 packages (1 upgrade, 1 new), Size of downloads: 0 kB
Conflict: 1 block
and still showing conflicts.
I also did the following:
emerge -C xinit
* This action can remove important packages! In order to be safer, use
* `emerge -pv --depclean <atom>` to check for reverse dependencies before
* removing packages.
--- Couldn't find 'null/xinit' to unmerge.
>>> No packages selected for removal by unmerge
* IMPORTANT: 13 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.
(chroot) sysresccd / # emerge -av xinit
* IMPORTANT: 13 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!
[ebuild N ] x11-apps/xinit-1.2.1-r2 USE="minimal pam -debug" 0 kB
[blocks B ] <x11-base/xorg-server-1.8.0 ("<x11-base/xorg-server-1.8.0" is blocking x11-apps/xinit-1.2.1-r2)
Total: 1 package (1 new), Size of downloads: 0 kB
Conflict: 1 block (1 unsatisfied)
* Error: The above package list contains packages which cannot be
* installed at the same time on the same system.
('ebuild', '/', 'x11-apps/xinit-1.2.1-r2', 'merge') pulled in by
xinit
('installed', '/', 'x11-base/xorg-server-1.7.6', 'nomerge') pulled in by
x11-base/xorg-server required by world
For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked
should i emerge -C xorg-server-1.8 and try 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 |
|
![](templates/gentoo/images/spacer.gif) |
VoidMage Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/16259984764821973534cdc.gif)
Joined: 14 Oct 2006 Posts: 6196
|
Posted: Mon May 31, 2010 1:11 am Post subject: |
|
|
@snakeo2: it's quite obvious you've failed to post the actual error.
And for the future, use a pastebin.
Also, check 'emerge -upvD --with-bdeps y world', as the chances are
you've missed something (either among protos or libs of xserver) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tliou Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 23 Nov 2004 Posts: 108 Location: Salt Lake City, UT
|
Posted: Mon May 31, 2010 1:13 am Post subject: |
|
|
yes. I also note that hal still seems to be getting pulled in by a use flag
Quote: | [ebuild U ] x11-base/xorg-server-1.8.0 [1.7.6] USE="hal ipv6 kdrive nptl udev%* xorg -dmx -doc% -minimal -static-libs% -tslib (-debug%) (-sdl%*)" 0 kB |
If you have to, you can do,
Code: | USE="-hal" emerge... |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
snakeo2 Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 01 Jan 2006 Posts: 1237
|
Posted: Mon May 31, 2010 1:21 am Post subject: |
|
|
@ tliou,
can you be more specific when you say "USE="-hal" emerge?
@ Voidmage,
I posted exactly where the error messages in the code first appeared. I will provide pastebin shortly. Also, here is the output of 'emerge -upvD --with-bdeps y world'
emerge -upvD --with-bdeps y world
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild U ] dev-perl/yaml-0.71 [0.68] 111 kB
[ebuild U ] sys-devel/automake-1.8.5-r4 [1.8.5-r3] 0 kB
[ebuild U ] app-arch/cabextract-1.2-r1 [1.2] USE="-extra-tools%" 0 kB
[ebuild U ] x11-misc/xorg-cf-files-1.0.3 [1.0.2] 335 kB
[ebuild U ] perl-core/ExtUtils-ParseXS-2.22.03 [2.20.0401] 40 kB
[ebuild U ] virtual/perl-ExtUtils-ParseXS-2.22.03 [2.20.0401] 0 kB
[ebuild U ] dev-python/dnspython-1.8.0 [1.7.1] USE="-examples" 107 kB
[ebuild U ] sci-geosciences/googleearth-5.1.3533.1731-r1 [4.2.205.5730] USE="-qt-bundled%" 25,381 kB
[ebuild U ] x11-base/xorg-server-1.8.0 [1.7.6] USE="hal ipv6 kdrive nptl udev%* xorg -dmx -doc% -minimal -static-libs% -tslib (-debug%) (-sdl%*)" 0 kB
[ebuild N ] x11-apps/xinit-1.2.1-r2 USE="minimal pam -debug" 0 kB
[ebuild U ] app-admin/sudo-1.7.2_p6 [1.7.2_p4] USE="ldap pam -offensive (-selinux) -skey" 754 kB
Total: 11 packages (10 upgrades, 1 new), Size of downloads: 26,725 kB _________________ Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tliou Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 23 Nov 2004 Posts: 108 Location: Salt Lake City, UT
|
Posted: Mon May 31, 2010 1:26 am Post subject: |
|
|
Sorry about that,
Try,
Code: | emerge -C xorg-server
USE="-hal" emerge -av =xorg-server-1.8.0 |
If this works, remember to do a revdep-rebuild. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
snakeo2 Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 01 Jan 2006 Posts: 1237
|
Posted: Mon May 31, 2010 1:31 am Post subject: |
|
|
that didnt work:
libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/libdri_la-dri.o .libs/libdri_la-drimodule.o .libs/libdri_la-xf86dri.o /usr/lib64/libdrm.so /usr/bin /usr/sbin /bin /sbin -lm -lrt -march=athlon64 -msse3 -Wl,-O1 -Wl,-z -Wl,lazy -Wl,-soname -Wl,libdri.so -o .libs/libdri.so
/usr/bin: file not recognized: Is a directory
collect2: ld returned 1 exit status
make[4]: *** [libdri.la] Error 1
make[4]: Leaving directory `/var/tmp/portage/x11-base/xorg-server-1.8.0/work/xorg-server-1.8.0/hw/xfree86/dri'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/x11-base/xorg-server-1.8.0/work/xorg-server-1.8.0/hw/xfree86'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/x11-base/xorg-server-1.8.0/work/xorg-server-1.8.0/hw/xfree86'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-base/xorg-server-1.8.0/work/xorg-server-1.8.0/hw'
make: *** [all-recursive] Error 1
* ERROR: x11-base/xorg-server-1.8.0 failed:
* Compilation failed
*
* Call stack:
* ebuild.sh, line 54: Called src_compile
* environment, line 3906: Called die
* The specific snippet of code:
* die "Compilation failed";
*
* If you need support, post the output of 'emerge --info =x11-base/xorg-server-1.8.0',
* the complete build log and the output of 'emerge -pqv =x11-base/xorg-server-1.8.0'.
* The complete build log is located at '/var/tmp/portage/x11-base/xorg-server-1.8.0/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-base/xorg-server-1.8.0/temp/environment'.
* S: '/var/tmp/portage/x11-base/xorg-server-1.8.0/work/xorg-server-1.8.0'
>>> Failed to emerge x11-base/xorg-server-1.8.0, Log file:
>>> '/var/tmp/portage/x11-base/xorg-server-1.8.0/temp/build.log'
* Messages for package x11-base/xorg-server-1.8.0:
* ERROR: x11-base/xorg-server-1.8.0 failed:
* Compilation failed
*
* Call stack:
* ebuild.sh, line 54: Called src_compile
* environment, line 3906: Called die
* The specific snippet of code:
* die "Compilation failed";
*
* If you need support, post the output of 'emerge --info =x11-base/xorg-server-1.8.0',
* the complete build log and the output of 'emerge -pqv =x11-base/xorg-server-1.8.0'.
* The complete build log is located at '/var/tmp/portage/x11-base/xorg-server-1.8.0/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-base/xorg-server-1.8.0/temp/environment'.
* S: '/var/tmp/portage/x11-base/xorg-server-1.8.0/work/xorg-server-1.8.0'
*
* The following package has failed to build or install:
*
* ('ebuild', '/', 'x11-base/xorg-server-1.8.0', 'merge'), Log file:
* '/var/tmp/portage/x11-base/xorg-server-1.8.0/temp/build.log'
* _________________ Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tliou Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 23 Nov 2004 Posts: 108 Location: Salt Lake City, UT
|
Posted: Mon May 31, 2010 1:40 am Post subject: |
|
|
Would you post this please,
emerge --pretend xorg-server |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
snakeo2 Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 01 Jan 2006 Posts: 1237
|
Posted: Mon May 31, 2010 1:42 am Post subject: |
|
|
As requested:
emerge --pretend xorg-server
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] x11-base/xorg-server-1.8.0 USE="hal ipv6 kdrive nptl udev xorg -dmx -doc -minimal -static-libs -tslib"
* IMPORTANT: 13 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 |
|
![](templates/gentoo/images/spacer.gif) |
tliou Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 23 Nov 2004 Posts: 108 Location: Salt Lake City, UT
|
Posted: Mon May 31, 2010 1:48 am Post subject: |
|
|
OK, post this please?
emerge --info =x11-base/xorg-server-1.8.0 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
snakeo2 Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 01 Jan 2006 Posts: 1237
|
Posted: Mon May 31, 2010 2:22 am Post subject: |
|
|
emerge --info =x11-base/xorg-server-1.8.0
Portage 2.1.8.3 (default/linux/amd64/10.0/desktop, gcc-4.3.4, glibc-2.10.1-r1, 2.6.31.12-std135-amd64 x86_64)
=================================================================
System Settings
=================================================================
System uname: Linux-2.6.31.12-std135-amd64-x86_64-AMD_Phenom-tm-_II_X4_940_Processor-with-gentoo-1.12.13
Timestamp of tree: Sat, 29 May 2010 19:00:19 +0000
app-shells/bash: 4.0_p37
dev-java/java-config: 2.1.10
dev-lang/python: 2.5.4-r4, 2.6.5-r2, 3.1.2-r3
dev-python/pycrypto: 2.1.0
dev-util/cmake: 2.6.4-r3
sys-apps/baselayout: 1.12.13
sys-apps/sandbox: 1.6-r2
sys-devel/autoconf: 2.13, 2.65
sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils: 2.18-r3
sys-devel/gcc: 4.3.4, 4.4.3-r2
sys-devel/gcc-config: 1.4.1
sys-devel/libtool: 2.2.6b
virtual/os-headers: 2.6.30-r1
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -msse3 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config"
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/splash /etc/terminfo"
CXXFLAGS="-march=athlon64 -msse3 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going"
FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://ftp.gtlib.gatech.edu/pub/gentoo http://www.gtlib.gatech.edu/pub/gentoo ftp://mirror.iawnet.sandia.gov/pub/gentoo/ ftp://ftp.ussg.iu.edu/pub/linux/gentoo ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://gentoo.netnitco.net ftp://gentoo.netnitco.net/pub/mirrors/gentoo/source/ http://open-systems.ufl.edu/mirrors/gentoo http://gentoo.llarian.net/ ftp://gentoo.llarian.net/pub/gentoo http://gentoo.binarycompass.org ftp://mirror.datapipe.net/gentoo http://gentoo.cs.lewisu.edu/gentoo/ http://prometheus.cs.wmich.edu/gentoo http://modzer0.cs.uaf.edu/public/gentoo/ "
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j5"
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"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="(-firebird) 3dnow 3dnowext X a52 aac accessibility acl acpi additions alsa amd64 apache2 audio automount avahi avi berkdb bluetooth branding bzip2 cairo cdr cli consolekit cracklib crypt cups cxx dbus divx4linux dri dts dv dvd dvdr dvdread embedded emboss encode exif fam fame firefox flac fortran fts3 gdbm gif glitz gnome gpm gtk hal howl iconv imap ipv6 jpeg kde kerberos lcms ldap ldapsam libnotify libwww live mad maildir matroska mdnsresponder-compat mikmod mmx mmxext mng modules mp3 mp4 mpeg msyql mudflap multilib ncurses nls nptl nptlonly ogg opengl openmp oss pam pango pcre pdf perl png policykit ppds pppd python qt3support qt4 quicktime readline reflection sasl sdk sdl semantic-desktop session spell spl sql sqlite sse sse2 ssl startup-notification subtitles suexec suid svg swat sysfs tcpd theora tiff truetype unicode usb vda vorbis webkit winbind x264 xanim xcb xml xorg xulrunner xv xvid zlib" ALSA_CARDS="emu10k1" 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 auth_digest authn_anon authn_dbd 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 dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset: CPPFLAGS, CTARGET, FFLAGS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY _________________ Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tliou Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 23 Nov 2004 Posts: 108 Location: Salt Lake City, UT
|
Posted: Mon May 31, 2010 2:32 am Post subject: |
|
|
and this,
/var/tmp/portage/x11-base/xorg-server-1.8.0/temp/build.log
thanks |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
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
|
|