public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] esound refuses to compile with docbook error even though -doc is specified
@ 2007-12-01 23:24 Justin Patrin
  2007-12-02  4:28 ` Statux
  2007-12-02  7:37 ` [gentoo-user] " Hans de Graaff
  0 siblings, 2 replies; 5+ messages in thread
From: Justin Patrin @ 2007-12-01 23:24 UTC (permalink / raw
  To: gentoo-user

# emerge -auv esound

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] media-sound/esound-0.2.38-r1  USE="alsa ipv6 tcpd
-debug -doc" 0 kB

...

Making all in docs
make[2]: Entering directory
`/var/tmp/portage/media-sound/esound-0.2.38-r1/work/esound-0.2.38/docs'
jw -f docbook -b html -o html ./esound.sgml
Using catalogs: /etc/sgml/sgml-docbook-3.1.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#html
Working on: /var/tmp/portage/media-sound/esound-0.2.38-r1/work/esound-0.2.38/docs/./esound.sgml
jade:/usr/share/sgml/docbook/sgml-dtd-3.1/dbcent.mod:53:65:W: cannot
generate system identifier for public text "ISO 8879:1986//ENTITIES
Added Math Symbols: Arrow Relations//EN"
jade:/usr/share/sgml/docbook/sgml-dtd-3.1/dbcent.mod:54:8:E: reference
to entity "ISOamsa" for which no system identifier could be generated
jade:/usr/share/sgml/docbook/sgml-dtd-3.1/dbcent.mod:52:0: entity was
defined here


This has been happening to me for quite some time, I haven't been able
to finish updating gnome because of this.

-- 
Justin Patrin
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] esound refuses to compile with docbook error even though -doc is specified
  2007-12-01 23:24 [gentoo-user] esound refuses to compile with docbook error even though -doc is specified Justin Patrin
@ 2007-12-02  4:28 ` Statux
  2007-12-02  7:37 ` [gentoo-user] " Hans de Graaff
  1 sibling, 0 replies; 5+ messages in thread
From: Statux @ 2007-12-02  4:28 UTC (permalink / raw
  To: gentoo-user

[snip]

> Making all in docs
> make[2]: Entering directory
> `/var/tmp/portage/media-sound/esound-0.2.38-r1/work/esound-0.2.38/docs'
> jw -f docbook -b html -o html ./esound.sgml
> Using catalogs: /etc/sgml/sgml-docbook-3.1.cat
> Using stylesheet: /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#html
> Working on: /var/tmp/portage/media-sound/esound-0.2.38-r1/work/esound-0.2.38/docs/./esound.sgml
> jade:/usr/share/sgml/docbook/sgml-dtd-3.1/dbcent.mod:53:65:W: cannot
> generate system identifier for public text "ISO 8879:1986//ENTITIES
> Added Math Symbols: Arrow Relations//EN"
> jade:/usr/share/sgml/docbook/sgml-dtd-3.1/dbcent.mod:54:8:E: reference
> to entity "ISOamsa" for which no system identifier could be generated
> jade:/usr/share/sgml/docbook/sgml-dtd-3.1/dbcent.mod:52:0: entity was
> defined here
> 
> 
> This has been happening to me for quite some time, I haven't been able
> to finish updating gnome because of this.
> 

The problem happens on Gentoo systems of a certain age and older. It
happened here and not on a newer install on another box. I immediately
traced it to somewhere in the docbook suite. Personally, what I did was
I removed everything docbook, essentially, figuring that something was
conflicting.

# emerge --unmerge docbook-sgml-utils docbook-xml-simple-dtd
docbook-xml-dtd docbook-sgml-dtd sgml-common SGMLSpm docbook-sgml
docbook-dsssl-stylesheets build-docbook-catalog

This removed all versions of these packages, obviously. At this point,
esound built because it noticed the lack of docbook and it's
documentation went together in a different fashion, which is where the
ebuild was getting hung up. However, things will be needing docbook
eventually, so this is what I ended up doing:

# emerge build-docbook-catalog docbook-sgml

This installed 14 packages for me, all relating to docbook. I redid the
emerge on esound and it was also successful. So all I really did was
clean up docbook. When I update, I use "emerge -uD world" so if I'm
missing something with docbook in the future, then it'll get corrected
as needed.

I sat on this issue for a while, too. I don't like to go in and do
sizable sandblasting like this if I don't have to but when it comes to
slotted packages like parts of docbook, sometimes it's necessary as
demonstrated in this case.

Hope that works for you.

> -- 
> Justin Patrin

-- 
Statux <statux@optonline.net>

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-user]  Re: esound refuses to compile with docbook error even though -doc is specified
  2007-12-01 23:24 [gentoo-user] esound refuses to compile with docbook error even though -doc is specified Justin Patrin
  2007-12-02  4:28 ` Statux
@ 2007-12-02  7:37 ` Hans de Graaff
  2007-12-02  9:27   ` Justin Patrin
  1 sibling, 1 reply; 5+ messages in thread
From: Hans de Graaff @ 2007-12-02  7:37 UTC (permalink / raw
  To: gentoo-user

On Sat, 01 Dec 2007 15:24:00 -0800, Justin Patrin wrote:

> # emerge -auv esound
> 
> These are the packages that would be merged, in order:
> 
> Calculating dependencies... done!
> [ebuild  N    ] media-sound/esound-0.2.38-r1  USE="alsa ipv6 tcpd -debug
> -doc" 0 kB
> 
> ...
> 
> Making all in docs
> make[2]: Entering directory
> `/var/tmp/portage/media-sound/esound-0.2.38-r1/work/esound-0.2.38/docs'
> jw -f docbook -b html -o html ./esound.sgml Using catalogs:
> /etc/sgml/sgml-docbook-3.1.cat Using stylesheet:
> /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#html Working on:
> /var/tmp/portage/media-sound/esound-0.2.38-r1/work/esound-0.2.38/docs/./
esound.sgml
> jade:/usr/share/sgml/docbook/sgml-dtd-3.1/dbcent.mod:53:65:W: cannot
> generate system identifier for public text "ISO 8879:1986//ENTITIES
> Added Math Symbols: Arrow Relations//EN"
> jade:/usr/share/sgml/docbook/sgml-dtd-3.1/dbcent.mod:54:8:E: reference
> to entity "ISOamsa" for which no system identifier could be generated
> jade:/usr/share/sgml/docbook/sgml-dtd-3.1/dbcent.mod:52:0: entity was
> defined here
> 
> 
> This has been happening to me for quite some time, I haven't been able
> to finish updating gnome because of this.

As far as I can tell this particular problem can be fixed by re-emerging 
sgml-common.

Kind regards,

Hans

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Re: esound refuses to compile with docbook error even though -doc is specified
  2007-12-02  7:37 ` [gentoo-user] " Hans de Graaff
@ 2007-12-02  9:27   ` Justin Patrin
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Patrin @ 2007-12-02  9:27 UTC (permalink / raw
  To: gentoo-user

On Dec 1, 2007 11:37 PM, Hans de Graaff <graaff@gentoo.org> wrote:
>
> On Sat, 01 Dec 2007 15:24:00 -0800, Justin Patrin wrote:
>
> > # emerge -auv esound
> >
> > These are the packages that would be merged, in order:
> >
> > Calculating dependencies... done!
> > [ebuild  N    ] media-sound/esound-0.2.38-r1  USE="alsa ipv6 tcpd -debug
> > -doc" 0 kB
> >
> > ...
> >
> > Making all in docs
> > make[2]: Entering directory
> > `/var/tmp/portage/media-sound/esound-0.2.38-r1/work/esound-0.2.38/docs'
> > jw -f docbook -b html -o html ./esound.sgml Using catalogs:
> > /etc/sgml/sgml-docbook-3.1.cat Using stylesheet:
> > /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#html Working on:
> > /var/tmp/portage/media-sound/esound-0.2.38-r1/work/esound-0.2.38/docs/./
> esound.sgml
> > jade:/usr/share/sgml/docbook/sgml-dtd-3.1/dbcent.mod:53:65:W: cannot
> > generate system identifier for public text "ISO 8879:1986//ENTITIES
> > Added Math Symbols: Arrow Relations//EN"
> > jade:/usr/share/sgml/docbook/sgml-dtd-3.1/dbcent.mod:54:8:E: reference
> > to entity "ISOamsa" for which no system identifier could be generated
> > jade:/usr/share/sgml/docbook/sgml-dtd-3.1/dbcent.mod:52:0: entity was
> > defined here
> >
> >
> > This has been happening to me for quite some time, I haven't been able
> > to finish updating gnome because of this.
>
> As far as I can tell this particular problem can be fixed by re-emerging
> sgml-common.
>
>

Yep, that did it. I thought I'd reemerged all of the docbook related
packages but I missed that one. Thanks.

-- 
Justin Patrin
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-user] RE: esound refuses to compile with docbook error even though -doc is specified
       [not found] <200712030202.lB32284o020163@robin.gentoo.org>
@ 2007-12-03 10:35 ` Trog Dog
  0 siblings, 0 replies; 5+ messages in thread
From: Trog Dog @ 2007-12-03 10:35 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1879 bytes --]



--Forwarded Message Attachment--Date: Sat, 1 Dec 2007 15:24:00 -0800From: papercrane@gmail.comTo: gentoo-user@lists.gentoo.orgSubject: [gentoo-user] esound refuses to compile with docbook error even though -doc is specified# emerge -auv esound These are the packages that would be merged, in order: Calculating dependencies... done![ebuild  N    ] media-sound/esound-0.2.38-r1  USE="alsa ipv6 tcpd-debug -doc" 0 kB ... Making all in docsmake[2]: Entering directory`/var/tmp/portage/media-sound/esound-0.2.38-r1/work/esound-0.2.38/docs'jw -f docbook -b html -o html ./esound.sgmlUsing catalogs: /etc/sgml/sgml-docbook-3.1.catUsing stylesheet: /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#htmlWorking on: /var/tmp/portage/media-sound/esound-0.2.38-r1/work/esound-0.2.38/docs/./esound.sgmljade:/usr/share/sgml/docbook/sgml-dtd-3.1/dbcent.mod:53:65:W: cannotgenerate system identifier for public text "ISO 8879:1986//ENTITIESAdded Math Symbols: Arrow Relations//EN"jade:/usr/share/sgml/docbook/sgml-dtd-3.1/dbcent.mod:54:8:E: referenceto entity "ISOamsa" for which no system identifier could be generatedjade:/usr/share/sgml/docbook/sgml-dtd-3.1/dbcent.mod:52:0: entity wasdefined here  This has been happening to me for quite some time, I haven't been ableto finish updating gnome because of this. -- Justin Patrin-- gentoo-user@gentoo.org mailing list

 
G'day Justin
 
I had a similar problem that I fixed by unmerging docbook-dsssl-stylesheets and docbook-sgml-utils. (http://forums.gentoo.org/viewtopic-t-516542-highlight-.html) Hope this helps
_________________________________________________________________
Your Future Starts Here. Dream it? Then be it! Find it at www.seek.com.au
http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Eseek%2Ecom%2Eau%2F%3Ftracking%3Dsk%3Ahet%3Ask%3Anine%3A0%3Ahot%3Atext&_t=764565661&_r=OCT07_endtext_Future&_m=EXT

[-- Attachment #2: Type: text/html, Size: 2381 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-12-03 10:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-01 23:24 [gentoo-user] esound refuses to compile with docbook error even though -doc is specified Justin Patrin
2007-12-02  4:28 ` Statux
2007-12-02  7:37 ` [gentoo-user] " Hans de Graaff
2007-12-02  9:27   ` Justin Patrin
     [not found] <200712030202.lB32284o020163@robin.gentoo.org>
2007-12-03 10:35 ` [gentoo-user] " Trog Dog

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox