Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14160 - app-text/docbook-sgml-utils-0.6.11-r2 fails to install (CVE-2017-14160)
Summary: app-text/docbook-sgml-utils-0.6.11-r2 fails to install (CVE-2017-14160)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Matthew Turk (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-18 18:37 UTC by J Robert Ray
Modified: 2017-10-19 17:54 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description J Robert Ray 2003-01-18 18:37:18 UTC
It runs jade on a bunch of files, printing out the contents of each as it goes
(I have no idea if that is normal behavior... it also dumps out the full text of
the GPL a lot, wtf?), then during install it goes:

    /bin/sh ../../mkinstalldirs
/var/tmp/portage/docbook-sgml-utils-0.6.11-r2/image//usr/share/doc/docbook-sgml-utils-0.6.11-r2/html
mkdir -p --
/var/tmp/portage/docbook-sgml-utils-0.6.11-r2/image//usr/share/doc/docbook-sgml-utils-0.6.11-r2/html
 /bin/install -c -m 644 ./api.html
/var/tmp/portage/docbook-sgml-utils-0.6.11-r2/image//usr/share/doc/docbook-sgml-utils-0.6.11-r2/html/api.html
/bin/install: cannot stat `./api.html': No such file or directory
 /bin/install -c -m 644 ./backend-spec.html
/var/tmp/portage/docbook-sgml-utils-0.6.11-r2/image//usr/share/doc/docbook-sgml-utils-0.6.11-r2/html/backend-spec.html
/bin/install: cannot stat `./backend-spec.html': No such file or directory
 /bin/install -c -m 644 ./docbook2man.html
/var/tmp/portage/docbook-sgml-utils-0.6.11-r2/image//usr/share/doc/docbook-sgml-utils-0.6.11-r2/html/docbook2man.html
/bin/install: cannot stat `./docbook2man.html': No such file or directory
 /bin/install -c -m 644 ./docbook2texi.html
/var/tmp/portage/docbook-sgml-utils-0.6.11-r2/image//usr/share/doc/docbook-sgml-utils-0.6.11-r2/html/docbook2texi.html
/bin/install: cannot stat `./docbook2texi.html': No such file or directory
 /bin/install -c -m 644 ./fdl.html
/var/tmp/portage/docbook-sgml-utils-0.6.11-r2/image//usr/share/doc/docbook-sgml-utils-0.6.11-r2/html/fdl.html
/bin/install: cannot stat `./fdl.html': No such file or directory
 /bin/install -c -m 644 ./frontend-spec.html
/var/tmp/portage/docbook-sgml-utils-0.6.11-r2/image//usr/share/doc/docbook-sgml-utils-0.6.11-r2/html/frontend-spec.html
/bin/install: cannot stat `./frontend-spec.html': No such file or directory
 /bin/install -c -m 644 ./helpers.html
/var/tmp/portage/docbook-sgml-utils-0.6.11-r2/image//usr/share/doc/docbook-sgml-utils-0.6.11-r2/html/helpers.html
/bin/install: cannot stat `./helpers.html': No such file or directory
 /bin/install -c -m 644 ./index.html
/var/tmp/portage/docbook-sgml-utils-0.6.11-r2/image//usr/share/doc/docbook-sgml-utils-0.6.11-r2/html/index.html
/bin/install: cannot stat `./index.html': No such file or directory
 /bin/install -c -m 644 ./introduction.html
/var/tmp/portage/docbook-sgml-utils-0.6.11-r2/image//usr/share/doc/docbook-sgml-utils-0.6.11-r2/html/introduction.html
/bin/install: cannot stat `./introduction.html': No such file or directory
 /bin/install -c -m 644 ./intro-jw.html
/var/tmp/portage/docbook-sgml-utils-0.6.11-r2/image//usr/share/doc/docbook-sgml-utils-0.6.11-r2/html/intro-jw.html
/bin/install: cannot stat `./intro-jw.html': No such file or directory
 /bin/install -c -m 644 ./intro-sgmldiff.html
/var/tmp/portage/docbook-sgml-utils-0.6.11-r2/image//usr/share/doc/docbook-sgml-utils-0.6.11-r2/html/intro-sgmldiff.html
/bin/install: cannot stat `./intro-sgmldiff.html': No such file or directory
 /bin/install -c -m 644 ./jw.html
/var/tmp/portage/docbook-sgml-utils-0.6.11-r2/image//usr/share/doc/docbook-sgml-utils-0.6.11-r2/html/jw.html
/bin/install: cannot stat `./jw.html': No such file or directory
 /bin/install -c -m 644 ./sgmldiff.html
/var/tmp/portage/docbook-sgml-utils-0.6.11-r2/image//usr/share/doc/docbook-sgml-utils-0.6.11-r2/html/sgmldiff.html
/bin/install: cannot stat `./sgmldiff.html': No such file or directory
make[3]: *** [install-htmlDATA] Error 1
make[3]: Leaving directory
`/var/tmp/portage/docbook-sgml-utils-0.6.11-r2/work/docbook-utils-0.6.11/doc/HTML'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory
`/var/tmp/portage/docbook-sgml-utils-0.6.11-r2/work/docbook-utils-0.6.11/doc/HTML'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/docbook-sgml-utils-0.6.11-r2/work/docbook-utils-0.6.11/doc'
make: *** [install-recursive] Error 1

!!! ERROR: app-text/docbook-sgml-utils-0.6.11-r2 failed.
!!! Function einstall, Line 322, Exitcode 2
!!! einstall failed


I don't know anything about this package so I'm just reporting this.
Comment 1 Matthew Turk (RETIRED) gentoo-dev 2003-01-18 19:34:32 UTC
Looks like you're missing some files.  Try 
http://www.gentoo.org/~satai/sgmlfix.html and let me know how that works for 
you. 
Comment 2 Matthew Turk (RETIRED) gentoo-dev 2003-01-29 10:38:29 UTC
Any luck? 
Comment 3 Pardsbane 2003-01-31 09:05:40 UTC
This isn't my bug, but I had the exact same symptoms. Following this step seemed to work, docbook-sgml-utils emerged ok. The tetex emerge from emerge `cat packnames.txt` failed, but I don't really care, I just needed docbook-sgml for KDE 3.1. Could the URL to that web page be displayed whenever an SGML ebuild fails? How often does this come up? 
Comment 4 Matthew Turk (RETIRED) gentoo-dev 2003-02-03 00:48:02 UTC
I'll see what I can do.  :)  Marking this as closed; reopen if problem still persists. 
Comment 5 GLSAMaker/CVETool Bot gentoo-dev 2017-10-19 17:54:14 UTC
CVE-2017-14160 (http://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-14160):
  The bark_noise_hybridmp function in psy.c in Xiph.Org libvorbis 1.3.5 allows
  remote attackers to cause a denial of service (out-of-bounds access and
  application crash) or possibly have unspecified other impact via a crafted
  mp4 file.