View previous topic :: View next topic |
Author |
Message |
hgomersall Tux's lil' helper
Joined: 08 Jul 2002 Posts: 135 Location: Cambridge, UK
|
Posted: Fri Jul 12, 2002 7:59 am Post subject: emerging scrollkeeper (during gnome emerge) |
|
|
Whilst trying to emerge scrollkeeper (as a gnome dependancy) I get the following error:
>>> Rebuilding Scrollkeeper database
/usr/src/ebuild.sh: Scrollkeeper-rebuilddb: command not found
>>>updating Scrollkeeper database...
!!!pkg-postinst() script failed; exiting.
Scrollkeeper is then considered emerged, but dependancy for gnome-docs is not satisfied.
I originally did the 'emerge gnome-base/gnome' from a fresh base install using the stage-3 tarball. Everything *appeared* to be working fine.
Is this a bug, or have I screwed up some config file somewhere?
Thanks
hen |
|
Back to top |
|
|
Zu` l33t
Joined: 26 May 2002 Posts: 716 Location: BE
|
Posted: Fri Jul 12, 2002 8:50 am Post subject: |
|
|
I think this is a bug.
I had the same error this morning. However, I tried re-emerging gnome and seemed like it didn't try to install scrollkeeper then.
However I have been changing my USE flags in between, and they are now set as:
I don't know if these affect the dependencies of Gnome, however.
If it doesn't work, you might try filing a bug report.
Greets |
|
Back to top |
|
|
BernieKe Tux's lil' helper
Joined: 02 Jul 2002 Posts: 130 Location: California/Bangalore/Belgium
|
Posted: Fri Jul 12, 2002 10:33 am Post subject: |
|
|
i've got something similar with emerging nautilus
one of it's dependencies is docbook-sgml (or something like this), which in fact is a dependencie of scrollkeeper
emerge scrollkeeper with the nodeps flag, then emerging nautilus, works
but does anybody have the same problem emerging docbook; or is it something with my use flags i should change (what flags do you need to emerge docbook)
ps: in my system docbook doesn't show dependencies |
|
Back to top |
|
|
hgomersall Tux's lil' helper
Joined: 08 Jul 2002 Posts: 135 Location: Cambridge, UK
|
Posted: Fri Jul 12, 2002 10:36 am Post subject: |
|
|
has there been many updates to portage since the current stage-3 tarball was built?
Might updating portage solve the problem?
cheers
hen |
|
Back to top |
|
|
soma n00b
Joined: 12 Jul 2002 Posts: 3
|
Posted: Fri Jul 12, 2002 11:04 am Post subject: i might have a solution |
|
|
I had the same problem, and i updated the port tree...
and it seems to work now..
so just run:
Code: | emerge --clean rsync
emerge -u world |
|
|
Back to top |
|
|
xorbe n00b
Joined: 19 Jul 2002 Posts: 46 Location: near San Jose, CA
|
Posted: Fri Jul 19, 2002 4:16 pm Post subject: |
|
|
Here's a slightly different problem with scrollkeeper and docbook:
Code: |
# emerge -p scrollkeeper
These are the packages that I would merge, in order.
Calculating dependencies ...done!
[ebuild R ] app-text/scrollkeeper-0.3.10-r1 to /
# emerge -p scrollkeeper
...
checking for docbook-dtd412-xml... * ERROR *
Couldn't find the DocBook XML V4.1.2 DTD. Please make sure that you have the docbook-dtd412-xml package installed. If it is installed, the package probably did not register the DTD in the catalog properly. Consult http://scrollkeeper.sourceforge.net/docbook.shtml for more information.
configure: error: DocBook XML V4.1.2 DTD not present in /etc/xml/catalog. Make sure docbook-dtd412-xml is installed and registers DTD in catalog.
# qpkg -I -v -nc | grep docbook-xml-dtd
app-text/docbook-xml-dtd-4.1.2-r2
#
|
Whoops, I just re-emerged docbook-xml-dtd and docbook-xml-simple-dtd,
and now scrollkeeper emerges...
Ok, nevermind! |
|
Back to top |
|
|
|