Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
app-text/docbook-sgml-utils-0.6.14 emerge fails
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
wanderer
n00b
n00b


Joined: 17 Oct 2004
Posts: 6

PostPosted: Sun Oct 17, 2004 7:02 pm    Post subject: app-text/docbook-sgml-utils-0.6.14 emerge fails Reply with quote

I'm trying to merge gnome 2.8, but it fails at merging docbook-sgml-utils.

Emerge output:

Calculating dependencies >>> Unpacking source...
>>> Unpacking docbook-utils-0.6.14.tar.gz to /var/tmp/portage/docbook-sgml-utils-0.6.14/work
* Applying docbook-sgml-utils-0.6.14-backend.patch... [ ok ]
>>> Source unpacked.
./configure --prefix=/usr --host=i386-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i386-pc-linux-gnu-strip... no
checking for strip... strip
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docbook-utils.spec
config.status: creating bin/Makefile
config.status: creating bin/jw
config.status: creating bin/sgmldiff
config.status: creating backends/Makefile
config.status: creating backends/man
config.status: creating backends/texi
config.status: creating frontends/Makefile
config.status: creating frontends/docbook
config.status: creating helpers/Makefile
config.status: creating doc/Makefile
config.status: creating doc/version
config.status: creating doc/refentry/Makefile
config.status: creating doc/man/Makefile
config.status: creating doc/HTML/Makefile
Making all in backends
make[1]: Entering directory `/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/backends'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/backends'
Making all in bin
make[1]: Entering directory `/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/bin'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/bin'
Making all in doc
make[1]: Entering directory `/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/doc'
Making all in refentry
make[2]: Entering directory `/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/doc/refentry'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/doc/refentry'
Making all in man
make[2]: Entering directory `/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/doc/man'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/doc/man'
Making all in HTML
make[2]: Entering directory `/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/doc/HTML'
SGML_CATALOG_FILES=/etc/sgml/catalog \
SGML_SEARCH_PATH=../..:../../doc:.. \
jade -t sgml -i html -d ../../docbook-utils.dsl\#html \
-V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
SGML_CATALOG_FILES=/etc/sgml/catalog \
SGML_SEARCH_PATH=../..:../../doc:.. \
jade -t sgml -i html -d ../../docbook-utils.dsl\#html \
-V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
make[2]: Leaving directory `/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/doc/HTML'
make[1]: Leaving directory `/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/doc'
...done!
>>> emerge (1 of 1) app-text/docbook-sgml-utils-0.6.14 to /
>>> md5 src_uri ;-) docbook-utils-0.6.14.tar.gz

!!! ERROR: app-text/docbook-sgml-utils-0.6.14 failed.
!!! Function src_compile, Line 510, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.



Jade output:

jade:/etc/sgml/sgml-docbook-3.1.cat:2:8:E: error reading "/usr/share/sgml/docbook/sgml-dtd-3.1/catalog" (Is a directory)
jade:/etc/sgml/sgml-docbook-3.0.cat:2:8:E: error reading "/usr/share/sgml/docbook/sgml-dtd-3.0/catalog" (Is a directory)
jade:/etc/sgml/sgml-docbook-4.1.cat:2:8:E: error reading "/usr/share/sgml/docbook/sgml-dtd-4.1/catalog" (Is a directory)
jade:/etc/sgml/sgml-docbook-4.0.cat:2:8:E: error reading "/usr/share/sgml/docbook/sgml-dtd-4.0/catalog" (Is a directory)



I tried remerging openjade opensp, but it doesn't work. I also tried the sgml fix from Satai's page and I get the same error.

Any one have any ideas? Thanks.
Back to top
View user's profile Send private message
wanderer
n00b
n00b


Joined: 17 Oct 2004
Posts: 6

PostPosted: Sun Oct 17, 2004 11:36 pm    Post subject: Reply with quote

I found a fix to the problem.

/etc/sgml/sgml-docbook-3.1.cat references /usr/share/sgml/docbook/sgml-dtd-3.1/catalog

but the referenced file is installed as /usr/share/sgml/docbook/sgml-dtd-3.1/catalog/docbook.cat

To fix it:
- I backed up the file /usr/share/sgml/docbook/sgml-dtd-3.1/catalog/docbook.cat
- removed /usr/share/sgml/docbook/sgml-dtd-3.1/catalog
- renamed the backup file as /usr/share/sgml/docbook/sgml-dtd-3.1/catalog

And repeated for:

/usr/share/sgml/docbook/sgml-dtd-4.1/catalog

/usr/share/sgml/docbook/sgml-dtd-4.0/catalog

/usr/share/sgml/docbook/sgml-dtd-3.0/catalog
Back to top
View user's profile Send private message
dschmick
n00b
n00b


Joined: 04 Oct 2004
Posts: 3

PostPosted: Mon Oct 18, 2004 1:01 am    Post subject: Thanks! Reply with quote

This worked for me also. I had the same problem, but with docbook-sgml-utils-0.6.12.
Back to top
View user's profile Send private message
dlandre
n00b
n00b


Joined: 18 Oct 2004
Posts: 9

PostPosted: Mon Oct 18, 2004 5:20 am    Post subject: Reply with quote

Same problem, trying to emerge emacs. Wanderer's workaround seems to have worked.
Back to top
View user's profile Send private message
snikifor
n00b
n00b


Joined: 18 Oct 2004
Posts: 1

PostPosted: Mon Oct 18, 2004 11:46 am    Post subject: Reply with quote

Thanks Wanderer! Your fix worked like a charm.
Back to top
View user's profile Send private message
starseeker
n00b
n00b


Joined: 19 Jan 2003
Posts: 40

PostPosted: Mon Oct 18, 2004 2:09 pm    Post subject: Different problem Reply with quote

I'm having a different problem - the compile starts OK, but the build seems to hang and churn CPU on the first jade command. I let it go most of the night without results. (Made for a good space heater though ;-) ) Is there a problem with gcc 3.4 or something?
Back to top
View user's profile Send private message
Matteo Azzali
Retired Dev
Retired Dev


Joined: 23 Sep 2004
Posts: 1133

PostPosted: Mon Oct 18, 2004 3:44 pm    Post subject: Reply with quote

Hum.... I just got this tryng to emerge -p gnome (also with gnome-light....)

emerge: there are no masked or unmasked ebuilds to satisfy "=app-text/docbook-sgml-dtd-3.0-r1".

!!! Error calculating dependencies. Please correct.


I think that '=' char is suspect..... don't know.

EDIT: omg my usr/share/sgml dir does not contains docbook dir...... hum.... corrupted?
Back to top
View user's profile Send private message
starseeker
n00b
n00b


Joined: 19 Jan 2003
Posts: 40

PostPosted: Mon Oct 18, 2004 3:51 pm    Post subject: Reply with quote

Ah, I think I found the problem - apparently I need to clean out my pre 2003 setup for sgml et. al., and then apply the fix from this thread. These instructions seem to work, sans the problem above:

http://dev.gentoo.org/~satai/sgmlfix.html
Back to top
View user's profile Send private message
reeder
n00b
n00b


Joined: 02 Apr 2003
Posts: 45
Location: Plano, TX

PostPosted: Mon Oct 18, 2004 4:28 pm    Post subject: Reply with quote

Matteo Azzali wrote:
Hum.... I just got this tryng to emerge -p gnome (also with gnome-light....)

emerge: there are no masked or unmasked ebuilds to satisfy "=app-text/docbook-sgml-dtd-3.0-r1".

!!! Error calculating dependencies. Please correct.


I get a very similar error this morning doing my weekly "emerge -uDtpv world":

Code:
root@adhara root # emerge -uDtpv world

These are the packages that I would merge, in reverse order:

Calculating world dependencies |
emerge: there are no masked or unmasked ebuilds to satisfy "=app-text/docbook-sgml-dtd-3.0-r1".

!!! Problem with ebuild media-sound/alsa-utils-1.0.6
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.
root@adhara root #


I have app-text/docbook-sgml-dtd-4.1-r1 installed and there is an update available for 4.2-r1.

Trying a deep update of alsa-utils-1.0.6 gave the same error about docbook-sgml-dtd-3.0-r1 but didn't implicate another package. I tried to look for dependencies in the ebuild, but found no refernce to docbook-sgml-dtd. So I used "emerge -pv" and "emerge -uDpv" on the dependencies I saw and continued recursively trying to find the problem, but got lost in the dependency chain without finding it. Here's where I went:

media-sound/alsa-utils-1.0.6 depends on >=media-libs/alsa-lib-1.0.3 and I have 1.0.5-r3 (the latest unmasked version) installed.
media-libs/alsa-lib-1.0.50-r3 depends on media-plugins/alsa-jack, which I don't have installed.
media-plugins/alsa-jack-1.0.5 depends on media-sound/jack-audio-connection-kit, which I don't have installed.

Up to this point, doing an "emerge -uDp" on each of the above packages generates the error about app-text/docbook-sgml-dtd-3.0-r1, but none of the dependencies I see in the ebuild for media-sound/jack-audio-connection-kit shows the error.

I've never studied ebuilds, so I may be misinterpreting the dependency tree.

I've seen the posts about the mass conversion of SGML in December 2002, but my current system was build cleanly only a few months ago and I'm not having errors during compilation or processing of the documentation. My problem is portage resolving dependencies.

I'm running x86 (not ~x86) with portage 2.0.50-r11.

Any ideas?

Thanks,
-- William
Back to top
View user's profile Send private message
hjnenc
Veteran
Veteran


Joined: 15 Aug 2004
Posts: 1599
Location: Vienna, Austria

PostPosted: Mon Oct 18, 2004 4:29 pm    Post subject: Reply with quote

Matteo Azzali wrote:
Hum.... I just got this tryng to emerge -p gnome (also with gnome-light....)

emerge: there are no masked or unmasked ebuilds to satisfy "=app-text/docbook-sgml-dtd-3.0-r1".

!!! Error calculating dependencies. Please correct.

I think that '=' char is suspect..... don't know.

EDIT: omg my usr/share/sgml dir does not contains docbook dir...... hum.... corrupted?


I got the same error message for an 'emerge -pvuD world'. It seems that some package has an explicit dependency to the package 'app-text/docbook-sgml-dtd-3.0-r1', which does however no longer exist in the portage tree.

Did anybody find the guilty package?
Back to top
View user's profile Send private message
qWen71n
n00b
n00b


Joined: 18 Oct 2004
Posts: 1
Location: Montreal, Canada

PostPosted: Mon Oct 18, 2004 4:32 pm    Post subject: Reply with quote

Matteo Azzali wrote:
Hum.... I just got this tryng to emerge -p gnome (also with gnome-light....)

emerge: there are no masked or unmasked ebuilds to satisfy "=app-text/docbook-sgml-dtd-3.0-r1".

!!! Error calculating dependencies. Please correct.


I think that '=' char is suspect..... don't know.

EDIT: omg my usr/share/sgml dir does not contains docbook dir...... hum.... corrupted?


I've got _exactly_ the same problem when I synced this morning and then tried to emerge -pvDu world (-pvDU gives the same error). emerges wants
docbook-sgml-dtd-X.0-r1 ebuilds, but in the /usr/portage/app-text/docbook-sgml-dtd there are only -r2 ebuilds. It seems something go screwd up...
Back to top
View user's profile Send private message
mhodak
Veteran
Veteran


Joined: 15 Nov 2003
Posts: 1218

PostPosted: Mon Oct 18, 2004 4:35 pm    Post subject: Reply with quote

I have the same problem with app-text/docbook-sgml-dtd-3.0-r1
Somebody already opened a bug report:
https://bugs.gentoo.org/show_bug.cgi?id=68021
Back to top
View user's profile Send private message
MG_Midget
n00b
n00b


Joined: 21 Jun 2004
Posts: 4

PostPosted: Mon Oct 18, 2004 5:13 pm    Post subject: Reply with quote

Yep...same problem for me too! I tried to un emerge app-text/docbook-sgml-dtd and re-emerge it but that didn't help.
Back to top
View user's profile Send private message
LinuxRocks
Guru
Guru


Joined: 27 Nov 2003
Posts: 397
Location: New Mexico

PostPosted: Mon Oct 18, 2004 5:16 pm    Post subject: Reply with quote

I followed both the instructions an still cant emerge -uDpv world... here is the errors Im getting...

Code:

linuxbox root # emerge -uDpv world

These are the packages that I would merge, in order:

Calculating world dependencies /
emerge: there are no masked or unmasked ebuilds to satisfy "=app-text/docbook-sgml-dtd-3.0-r1".

!!! Problem with ebuild gnome-extra/gdesklets-core-0.26.2
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.


Any ideas?

Thanks!!!
Back to top
View user's profile Send private message
Captain_Loser
Tux's lil' helper
Tux's lil' helper


Joined: 19 Mar 2003
Posts: 106

PostPosted: Mon Oct 18, 2004 5:34 pm    Post subject: Reply with quote

Just emerge --sync and the depend problem will go away.
_________________
KHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN!!!!!!!
Back to top
View user's profile Send private message
LinuxRocks
Guru
Guru


Joined: 27 Nov 2003
Posts: 397
Location: New Mexico

PostPosted: Mon Oct 18, 2004 5:39 pm    Post subject: Reply with quote

Boy, those gentoo developers are fast :)...

Yep, problem fixed !!!

Thanks!!!
Back to top
View user's profile Send private message
bedo
n00b
n00b


Joined: 11 May 2004
Posts: 56

PostPosted: Tue Oct 19, 2004 4:47 am    Post subject: thanks Reply with quote

your solution didn't work at first, but

I emerged openjade again and it worked fine

Code:

emerge openjade


thanks a lot
Back to top
View user's profile Send private message
AnXa
Apprentice
Apprentice


Joined: 06 Apr 2004
Posts: 250

PostPosted: Tue Oct 19, 2004 8:24 am    Post subject: Reply with quote

wanderer wrote:
I found a fix to the problem.


Thanks man, you saved my day. :D
_________________
The idea isn't about how do you see or hear it, it's about how do you experience it...
Back to top
View user's profile Send private message
Elsifer
n00b
n00b


Joined: 06 Jun 2002
Posts: 10

PostPosted: Tue Oct 19, 2004 6:05 pm    Post subject: Reply with quote

I still have this problem with app-text/docbook-sgml-utils-0.6.12

Doing a sync, then 'emerge gnome' doesnt do it, it still fails.

Any thoughts?
Back to top
View user's profile Send private message
dufnutz
Apprentice
Apprentice


Joined: 01 May 2002
Posts: 209

PostPosted: Tue Oct 19, 2004 7:07 pm    Post subject: Reply with quote

I posted a bug for this at https://bugs.gentoo.org/show_bug.cgi?id=68188 feel free to add your comments to it
Back to top
View user's profile Send private message
comprookie2000
Retired Dev
Retired Dev


Joined: 25 Jul 2004
Posts: 925
Location: Sun City Center, Florida

PostPosted: Tue Oct 19, 2004 10:13 pm    Post subject: Reply with quote

You are not alone,same thing here.
_________________
http://dev.gentoo.org/~dabbott/
Back to top
View user's profile Send private message
G2k
l33t
l33t


Joined: 06 Mar 2004
Posts: 672
Location: Rome, Italy

PostPosted: Wed Oct 20, 2004 5:39 am    Post subject: Reply with quote

same situation here. i'm soooooooooooooooo mad. it's the third time i do an emerge -e world...compile about 150 thigs and then it gets stuck on this same thing..i thought i had fixed it -_-...please, someone come up with a solution
_________________
Animula vagula blandula,
Hospes comesque corporis,
Quae nunc abibis in loca
Pallidula rigida nudula,
Nec ut soles dabis iocos...
- Imp. Caesar Hadrianus
Back to top
View user's profile Send private message
wanderer
n00b
n00b


Joined: 17 Oct 2004
Posts: 6

PostPosted: Wed Oct 20, 2004 6:32 am    Post subject: Reply with quote

The problem with emerging docbook-sgml-utils-0.6.14 is fixed already.

-> emerge sync
-> emerge -uD world

this should update all the docbook-sgml-dtd portages that are causing the problem.
Back to top
View user's profile Send private message
pikkumyy
n00b
n00b


Joined: 20 Nov 2002
Posts: 21
Location: Helsinki, Finland

PostPosted: Wed Oct 20, 2004 12:58 pm    Post subject: Reply with quote

This problem seems to happen if you emerge mozilla-firefox before gnome. Atleast it happened to me, and my fresh install of gentoo 2004.2 was only three days old. Atleast on another comp with maybe a week older install it worked ok, but I installed gnome before ffox.
Back to top
View user's profile Send private message
comprookie2000
Retired Dev
Retired Dev


Joined: 25 Jul 2004
Posts: 925
Location: Sun City Center, Florida

PostPosted: Wed Oct 20, 2004 8:40 pm    Post subject: Reply with quote

I got past the docbook,here is what I did.emerge sync then emerge -uD world (this is a new install so not much to upgrade) then I unmerge openjade,docbook-sgml-utils,docbook-sgml-dtd then emerge gnome and openjade and docbook emerged O.K.I am now emerging gnome-panel seems to be ok.
_________________
http://dev.gentoo.org/~dabbott/
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
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