Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 1486

Summary: Problem with sgmltools-lite-3.0.3-r3.ebuild
Product: Gentoo Linux Reporter: Nic Passmore <nicjp>
Component: Current packagesAssignee: Seemant Kulleen (RETIRED) <seemant>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.0 RC6 r14   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.