Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

emerge --update --deep world (pango) broke system

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
14 posts • Page 1 of 1
Author
Message
HydroDiOxide
n00b
n00b
User avatar
Posts: 55
Joined: Tue May 22, 2007 7:36 am
Location: Groningen

emerge --update --deep world (pango) broke system

  • Quote

Post by HydroDiOxide » Sun Sep 16, 2007 1:11 pm

I tried to do a system update by running:

Code: Select all

emerge --update --deep world
However, the update stopped running while compiling a pango update and broke my gnome environment.

I haven't got a clue how to fix this. I ran

Code: Select all

revdep-rebuild
but that didn't fix it.

Code: Select all

emerge --update --deep world
still fails on the pango package.
Top
mark_alec
Bodhisattva
Bodhisattva
User avatar
Posts: 6066
Joined: Sat Sep 11, 2004 6:40 am
Location: Melbourne, Australia
Contact:
Contact mark_alec
Website

  • Quote

Post by mark_alec » Sun Sep 16, 2007 1:20 pm

Could you paste the error message when pango fails?
www.gentoo.org.au || #gentoo-au
Top
steveL
Watchman
Watchman
Posts: 5153
Joined: Wed Sep 13, 2006 1:18 pm
Location: The Peanut Gallery

  • Quote

Post by steveL » Sun Sep 16, 2007 1:34 pm

You've fallen to the expat ABI upgrade:

Code: Select all

emerge portage gentoolkit
emerge -1 sys-devel/gettext dev-perl/XML-Parser sys-devel/libtool
emerge -1 sys-apps/dbus sys-apps/hal x11-libs/cairo x11-libs/pango x11-libs/gtk+
revdep-rebuild -X -L libexpat.so.0
revdep-rebuild -i
HTH.
edit: [post=4238273]if you have apache[/post]
Top
HydroDiOxide
n00b
n00b
User avatar
Posts: 55
Joined: Tue May 22, 2007 7:36 am
Location: Groningen

  • Quote

Post by HydroDiOxide » Sun Sep 16, 2007 5:59 pm

@mark_alec: This is the last part of the compile text

Code: Select all

/var/tmp/portage/x11-libs/pango-1.16.5/work/pango-1.16.5/pango/.libs/lt-pango-querymodules: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory
make[3]: *** [pango.modules] Error 127
make[3]: Leaving directory `/var/tmp/portage/x11-libs/pango-1.16.5/work/pango-1.16.5/modules'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/x11-libs/pango-1.16.5/work/pango-1.16.5/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-libs/pango-1.16.5/work/pango-1.16.5'
make: *** [all] Error 2

!!! ERROR: x11-libs/pango-1.16.5 failed.
Call stack:
  ebuild.sh, line 1638:   Called dyn_compile
  ebuild.sh, line 985:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  ebuild.sh, line 1328:   Called gnome2_src_compile
  gnome2.eclass, line 71:   Called die

!!! compile failure
!!! 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/pango-1.16.5/temp/build.log'.
@steveL: will your code example work? In your edit you say 'if you have apache', I don't have apache.
Top
steveL
Watchman
Watchman
Posts: 5153
Joined: Wed Sep 13, 2006 1:18 pm
Location: The Peanut Gallery

  • Quote

Post by steveL » Sun Sep 16, 2007 9:13 pm

HydroDiOxide wrote:@steveL: will your code example work? In your edit you say 'if you have apache', I don't have apache.
Er the apache bit is a link to another post with more info if you do have apache, so don't worry about it. Try the code, and see what happens: if you want more immediate help log in to irc.freenode.org channel #gentoo as they have been dealing with this for weeks.
Top
xbmodder
Guru
Guru
Posts: 404
Joined: Wed Feb 25, 2004 4:55 am

  • Quote

Post by xbmodder » Sun Sep 16, 2007 9:40 pm

Do a
rm -rf .revdep*
revdep-rebuild -X
http://xbmodder.us/
Top
steveL
Watchman
Watchman
Posts: 5153
Joined: Wed Sep 13, 2006 1:18 pm
Location: The Peanut Gallery

  • Quote

Post by steveL » Mon Sep 17, 2007 1:05 am

xbmodder wrote:Do a
rm -rf .revdep*
revdep-rebuild -X
Er that's pretty much what revdep-rebuild -i does (new version does packagenames by default, but I don't know if that's in stable.) The -i flag tells it to ignore files from a previous run. You may be right that this would help at the start.
Top
HydroDiOxide
n00b
n00b
User avatar
Posts: 55
Joined: Tue May 22, 2007 7:36 am
Location: Groningen

  • Quote

Post by HydroDiOxide » Tue Sep 18, 2007 9:21 pm

@steveL and xbmodder

Both suggested repair option fail to work. I still get an error when trying to install the pango ebuild. Any suggestions?
Top
bblount
Tux's lil' helper
Tux's lil' helper
Posts: 80
Joined: Mon Nov 08, 2004 2:21 pm

  • Quote

Post by bblount » Wed Sep 19, 2007 4:27 pm

Try this again:

Code: Select all

emerge --sync
revdep-rebuild -X -i --library=libexpat.so.0
Top
HydroDiOxide
n00b
n00b
User avatar
Posts: 55
Joined: Tue May 22, 2007 7:36 am
Location: Groningen

  • Quote

Post by HydroDiOxide » Thu Sep 20, 2007 6:10 pm

@bblount

That didn't work either... Is there any way to fix this lib expat bug that broke my system.....???
Top
sbrenneis
n00b
n00b
Posts: 9
Joined: Fri Dec 08, 2006 7:54 pm

  • Quote

Post by sbrenneis » Mon Sep 24, 2007 2:14 am

I don't know if anyone solved this, but there is a pre-built binary in the pango distribution that depends on libexpat.so.0. You can get around this as follows:

Code: Select all

cd /usr/lib
ln -s libexpat.so.1.5.2 libexpat.so.0
emerge -u pango
unlink libexpat.so.0
Don't forget to do the unlink before you emerge anything else or you will have big problems.

Hope this helps.
Top
HydroDiOxide
n00b
n00b
User avatar
Posts: 55
Joined: Tue May 22, 2007 7:36 am
Location: Groningen

  • Quote

Post by HydroDiOxide » Mon Sep 24, 2007 9:54 am

@sbrenneis

Your code helped to emerge pango; great! Cheers for that. What to do now, because an emerge --update --deep world still doens't emerge all the packages?
Top
zorglube
n00b
n00b
Posts: 1
Joined: Sat Jan 05, 2008 3:19 am
Location: France, Paris.

  • Quote

Post by zorglube » Sat Jan 05, 2008 3:22 am

I tried the last tip, and it worked!!! thank you!!!
Have Fun!!!!
Top
gmfnt
n00b
n00b
Posts: 11
Joined: Tue May 06, 2008 2:19 pm

  • Quote

Post by gmfnt » Wed May 14, 2008 12:03 pm

sbrenneis wrote:I don't know if anyone solved this, but there is a pre-built binary in the pango distribution that depends on libexpat.so.0. You can get around this as follows:

Code: Select all

cd /usr/lib
ln -s libexpat.so.1.5.2 libexpat.so.0
emerge -u pango
unlink libexpat.so.0
Don't forget to do the unlink before you emerge anything else or you will have big problems.

Hope this helps.
very thanks!!
Top
Post Reply

14 posts • Page 1 of 1

Return to “Portage & Programming”

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

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy