Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 138680 - emerge modular Xorg, tar and bzip2 linked with libX11
Summary: emerge modular Xorg, tar and bzip2 linked with libX11
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Highest blocker (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-01 02:57 UTC by Josef Reidinger
Modified: 2006-07-01 13:12 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.info,2.62 KB, text/plain)
2006-07-01 03:38 UTC, Josef Reidinger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Josef Reidinger 2006-07-01 02:57:11 UTC
When Xorg 7 become stable, I try emerge it. I do step by step by wiki "migrating to modular xorg". But when I try emerge new xorg, then it write me "tar: error while loading shared library libX11.so.6" and same think write bzip2. So I try can`t emerge anythink, because libX11 was unmerger with old xorg, that blocks new modular X. P.S. sorry for formatting, but I don`t use links long time.
Comment 1 Josef Reidinger 2006-07-01 03:38:23 UTC
Created attachment 90598 [details]
emerge --info

my emerge --info
Comment 2 hiyuh 2006-07-01 03:40:13 UTC
well, you means your output of "ldd /usr/bin/tar" or "ldd /usr/bin/bzip2" has
libX11.so or so on?
If so, that's so weird...
Comment 3 Josef Reidinger 2006-07-01 04:10:36 UTC
yes, ldd /usr/bin/tar return libX11.so.6 => not found. I find it also imposible, because, tar needn`t any X function. But I cann`t reemerge it, because I can`t untar anythink :( .  bzip2 have also libX11.so.6 not found. 
Comment 4 hiyuh 2006-07-01 04:22:31 UTC
(In reply to comment #3)
> yes, ldd /usr/bin/tar return libX11.so.6 => not found. I find it also
> imposible, because, tar needn`t any X function. But I cann`t reemerge it,
> because I can`t untar anythink :( .  bzip2 have also libX11.so.6 not found. 
Uh-oh, your tar has so breakages...
I don't know why your tar has breakages.
But, all I can say is the way of reinstalling gentoo is easir way, IMHO.
Then, if you found that why tar/bzip2 has un-needed linking to libX11, reopen this bug...
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-07-01 04:30:21 UTC
# ldd `which tar`
	linux-gate.so.1 =>  (0xffffe000)
	librt.so.1 => /lib/librt.so.1 (0xb7f09000)
	libc.so.6 => /lib/libc.so.6 (0xb7dcc000)
	libpthread.so.0 => /lib/libpthread.so.0 (0xb7db9000)
	/lib/ld-linux.so.2 (0xb7f27000)

No idea where did you get your broken tar. 

mv /bin/tar tar.old; cp /bin/busybox tar; emerge -1 tar 

Not much else we could do here.
Comment 6 Josef Reidinger 2006-07-01 13:10:02 UTC
(In reply to comment #5)

> No idea where did you get your broken tar. 
>
Oooops, i remember some testing and forget linking X in CXXFLAGS, my fault.
 
> mv /bin/tar tar.old; cp /bin/busybox tar; emerge -1 tar 
> 

so because I have also bzip2 linked I emerge first bzip2 and then tar.
Everthink with xorg is OK now, thanks
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2006-07-01 13:12:11 UTC
Closing then, don't do such stuff in make.conf next time. ;)