Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26202 - groff fails to build (1.18.1-r3)
Summary: groff fails to build (1.18.1-r3)
Status: RESOLVED DUPLICATE of bug 25875
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-08 06:04 UTC by Richard Stevens
Modified: 2005-07-17 13:06 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 Richard Stevens 2003-08-08 06:04:02 UTC
Emerge fails in install step: 
 
/bin/install -c -m 644 img/webpage* 
/var/tmp/portage/groff-1.18.1-r3/image//usr/share/doc/groff-1.18.1-r3/examples/img 
test -d /var/tmp/portage/groff-1.18.1-r3/image//usr/share/man || 
/var/tmp/portage/groff-1.18.1-r3/work/groff-1.18.1/mkinstalldirs 
/var/tmp/portage/groff-1.18.1-r3/image//usr/share/man 
test -d /var/tmp/portage/groff-1.18.1-r3/image//usr/share/man/man1 || 
/var/tmp/portage/groff-1.18.1-r3/work/groff-1.18.1/mkinstalldirs 
/var/tmp/portage/groff-1.18.1-r3/image//usr/share/man/man1 
test -d /var/tmp/portage/groff-1.18.1-r3/image//usr/share/man/man5 || 
/var/tmp/portage/groff-1.18.1-r3/work/groff-1.18.1/mkinstalldirs 
/var/tmp/portage/groff-1.18.1-r3/image//usr/share/man/man5 
test -d /var/tmp/portage/groff-1.18.1-r3/image//usr/share/man/man7 || 
/var/tmp/portage/groff-1.18.1-r3/work/groff-1.18.1/mkinstalldirs 
/var/tmp/portage/groff-1.18.1-r3/image//usr/share/man/man7 
test -d /var/tmp/portage/groff-1.18.1-r3/image//usr/share/info || 
/var/tmp/portage/groff-1.18.1-r3/work/groff-1.18.1/mkinstalldirs 
/var/tmp/portage/groff-1.18.1-r3/image//usr/share/info 
mkdir /var/tmp/portage/groff-1.18.1-r3/image/usr/share/info 
d=.; \ 
  test -f "groff" || d=/var/tmp/portage/groff-1.18.1-r3/work/groff-1.18.1/doc; \ 
  for f in $d/groff $d/groff-*; do \ 
    rm -f /var/tmp/portage/groff-1.18.1-r3/image//usr/share/info/`basename $f`; \ 
    /bin/install -c -m 644 $f 
/var/tmp/portage/groff-1.18.1-r3/image//usr/share/info/`basename $f`; \ 
  done 
install-info --info-dir=/var/tmp/portage/groff-1.18.1-r3/image//usr/share/info 
/var/tmp/portage/groff-1.18.1-r3/image//usr/share/info/groff 
* Groff: (groff). The GNU troff document formatting system. 
install-info(/var/tmp/portage/groff-1.18.1-r3/image//usr/share/info/groff): no 
backup file /var/backups/infodir.bak available, giving up. 
make[2]: *** [install_data] Error 1 
make[2]: Leaving directory 
`/var/tmp/portage/groff-1.18.1-r3/work/groff-1.18.1/doc' 
make[1]: *** [doc] Error 2 
make[1]: Leaving directory `/var/tmp/portage/groff-1.18.1-r3/work/groff-1.18.1' 
make: *** [install] Error 2 
 
!!! ERROR: sys-apps/groff-1.18.1-r3 failed. 
!!! Function src_install, Line 95, Exitcode 2 
!!! (no error message) 
 

Reproducible: Always
Steps to Reproduce:
1. emerge -u world 
2. groff starts building and the build fails. 
 
Actual Results:  
doesn't build and install	 

Expected Results:  
build and install
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2003-08-08 06:09:40 UTC

*** This bug has been marked as a duplicate of 25875 ***