Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1486 - Problem with sgmltools-lite-3.0.3-r3.ebuild
Summary: Problem with sgmltools-lite-3.0.3-r3.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-02 19:58 UTC by Nic Passmore
Modified: 2003-02-04 19:42 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 Nic Passmore 2002-04-02 19:58:08 UTC
ebuild for sgmltools-lite (3.0.3-r3) fails and exits. Attached is the output
from emerge:

Calculating dependencies \>>> Unpacking source...
>>> Unpacking sgmltools-lite-3.0.3.tar.gz
>>> Unpacking nw-eps-icons-0.0.1.tar.gz
>>> Source unpacked.
creating cache ./config.cache
checking for a BSD compatible install... /bin/install -c
checking for jade... /usr/bin/jade
checking for openjade... /usr/bin/openjade
Using /usr/bin/openjade as DSSSL engine
checking for lynx... /usr/bin/lynx
checking for w3m... N/A
checking for iSilo386... N/A
checking for python... /usr/bin/python
checking for gcc... gcc
checking whether the C compiler (gcc -mcpu=k6 -march=k6 -O3 -pipe ) works...
yeschecking whether the C compiler (gcc -mcpu=k6 -march=k6 -O3 -pipe ) is a
cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for /usr/share/sgml/docbkdsl/images... no
 trying 
updating cache ./config.cache
creating ./config.status
creating bin/sgmltools
creating bin/buildcat
creating bin/sgmlwhich
creating Makefile
creating dsssl/print.dsl
creating bin/gensgmlenv
echo 3.0.3 >VERSION

>>> Install sgmltools-lite-3.0.3-r3 into
/var/tmp/portage/sgmltools-lite-3.0.3-r3/image/ category app-text
mkdir -p /var/tmp/portage/sgmltools-lite-3.0.3-r3/image//usr/bin
mkdir -p /var/tmp/portage/sgmltools-lite-3.0.3-r3/image//etc/sgml/catalog.d
/bin/install -c bin/sgmltools
/var/tmp/portage/sgmltools-lite-3.0.3-r3/image//usr/bin/sgmltools
/bin/install -c bin/buildcat
/var/tmp/portage/sgmltools-lite-3.0.3-r3/image//usr/bin/buildcat
/bin/install -c bin/gensgmlenv
/var/tmp/portage/sgmltools-lite-3.0.3-r3/image//usr/bin/gensgmlenv
/bin/install -c bin/sgmlwhich
/var/tmp/portage/sgmltools-lite-3.0.3-r3/image//usr/bin/sgmlwhich
umask 022;mkdir -p
/var/tmp/portage/sgmltools-lite-3.0.3-r3/image//usr/share/sgml/stylesheets/sgmltools
set -e; for i in dsssl/*.dsl dsssl/*.cat; do \
    /bin/install -c -m 644 $i
/var/tmp/portage/sgmltools-lite-3.0.3-r3/image//usr/share/sgml/stylesheets/sgmltools;
\
  done;
umask 022;mkdir -p
/var/tmp/portage/sgmltools-lite-3.0.3-r3/image//usr/share/sgml/dtd/sgmltools
set -e; for i in dtd/[a-z]*; do \
    /bin/install -c -m 644 $i
/var/tmp/portage/sgmltools-lite-3.0.3-r3/image//usr/share/sgml/dtd/sgmltools; \
  done;
/bin/install: `dtd/CVS' is a directory
make: *** [install] Error 1
!!! ERROR: The ebuild did not complete successfully.
!!! Function src_install, Line 1, Exitcode 2
!!! (no error message)

 ...done!
>>> emerge app-text/sgmltools-lite-3.0.3-r3 to /
!!! emerge aborting on 
/usr/portage/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r3.ebuild .
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-03 06:43:00 UTC
adjusted the ebuild to rmdir the CVS dirs in the source tree.