Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116638 - fails at emerge groff, any version
Summary: fails at emerge groff, any version
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-24 12:34 UTC by andromede
Modified: 2009-01-05 07:23 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 andromede 2005-12-24 12:34:03 UTC
mkdir -p -- /var/tmp/portage/groff-1.19.1-r2/image//usr/share/info
d=.; \
  test -f "groff" || d=.; \
  for f in $d/groff `ls $d/groff-*`; do \
    rm -f /var/tmp/portage/groff-1.19.1-r2/image//usr/share/info/`basename $f`; \
    /bin/install -c -m 644 $f /var/tmp/portage/groff-1.19.1-r2/image//usr/share/info/`basename $f`; \
  done
install-info --info-dir=/var/tmp/portage/groff-1.19.1-r2/image//usr/share/info /var/tmp/portage/groff-1.19.1-r2/image//usr/share/info/groff
* Groff: (groff).          The GNU troff document formatting system.
install-info: failed to lock dir for editing! No such file or directory
make[2]: *** [install_data] Error 2
make[2]: Leaving directory `/var/tmp/portage/groff-1.19.1-r2/work/groff-1.19.1/doc'
make[1]: *** [doc] Error 2
make[1]: Leaving directory `/var/tmp/portage/groff-1.19.1-r2/work/groff-1.19.1'
make: *** [install] Error
Comment 1 SpanKY gentoo-dev 2005-12-24 13:15:29 UTC
you neglected to post `emerge info` ... also, what version of texinfo do you have
Comment 2 andromede 2005-12-24 20:14:40 UTC
(In reply to comment #1)
> you neglected to post `emerge info` ... also, what version of texinfo do you
> have
> 

Portage 2.0.51.22-r3 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.5-r2, 2.6.13-gentoo-r3 i686)
=================================================================
System uname: 2.6.13-gentoo-r3 i686 Intel(R) Pentium(R) M processor 1400MHz
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.3-r1, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.4.3-r4, 1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -mcpu=i686 -march=i686 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -mcpu=i686 -march=i686 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.cites.uiuc.edu/pub/gentoo/ http://mirror.datapipe.net/gentoo http://gentoo.seren.com/gentoo http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/portage/bmg-main"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acpi alsa apache2 apm arts audiofile automount avi bash-completion berkdb bitmap-fonts bzip2 cdr chroot crypt cups curl dba doc dri dvd eds emboss encode esd ethereal examples exif expat fam fat ffmpeg firefox flac foomaticdb fortran gd gdbm gimp gimpprint glut gmail gmp gnome gpm gstreamer gtk gtk2 hal hardened idn imagemagick imlib innodb ipv6 jabber java jpeg lcms ldap libg++ libwww mad madwifi maildir mhash mikmod mng mono motif mozdevelop mozilla mozsvg mozxmlterm mp3 mpeg mysql mysqli nautilus ncurses nls nsplugin ogg oggvorbis opengl openssh oss pam pcre pdf pdfkit pdflib perl php pic png posix postgres pppd python qt quicktime readline reiserfs samba sasl scp sdl session simplexml slang soap speex spell sqlite ssl svga tcltk tcpd tetex threads tiff truetype truetype-fonts type1-fonts udev utf8 vorbis win32codecs wmf xine xinerama xml2 xmms xprint xv xvid zip zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LINGUAS


*  sys-apps/texinfo
      Latest version available: 4.8-r2
      Latest version installed: 4.8-r2
      Size of downloaded files: [no/bad digest]
      Homepage:    http://www.gnu.org/software/texinfo/
      Description: The GNU info program and utilitie
Comment 3 andromede 2005-12-25 05:43:49 UTC
reopen
Comment 4 Ljubomir Bozic, Jr. 2006-03-07 14:18:55 UTC
groff-1.19.1-r2 with X flag on fails to compile with following error:

   cd `dirname ./gxditview` && \
   ln -s `basename ./gxditview.man` `basename gxditview._man`; \
else \
             cpp -undef -traditional  -D__apploaddir__=/usr/lib/X11/app-defaults -D__appmansuffix__=1x -D__filemansuffix__=5x -D__libmansuffix__=3x -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 6 8 99 903 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 6 8 99 903 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org"  \
     < ./gxditview.man | sed -e '/^#  *[0-9][0-9]*  *.*$/d'                     -e '/^#line  *[0-9][0-9]*  *.*$/d'                        -e '/^[         ]*XCOMM$/s/XCOMM/#/'                    -e '/^[         ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/'                  -e '/^[         ]*XHASH/s/XHASH/#/'                     -e '/\@\@$/s/\@\@$/\\/' >gxditview._man; \
fi
rm -f gxditview.1x.html gxditview.1x-html
rman -f HTML < ./gxditview._man \
  > gxditview.1x-html && mv -f gxditview.1x-html gxditview.1x.html
/bin/sh: rman: command not found
make: *** [gxditview.1x.html]


After emerging rman, groff compiles without error. There are no problems if groff is compiled with USE="-X". It fails on compiling xditview, so it seems that xditview requires rman. I could not find any reference on that.
Maybe rman should be listed as compile dependency.



# emerge info
Portage 2.0.54 (default-linux/x86/2006.0, gcc-3.4.5, glibc-2.3.6-r3, 2.6.15-gentoo-r7 i686)
=================================================================
System uname: 2.6.15-gentoo-r7 i686 Unknown CPU Typ
Gentoo Base System version 1.6.14
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-mtune=athlon-xp -march=athlon-xp -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-mtune=athlon-xp -march=athlon-xp -O2 -pipe -fomit-frame-pointer -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LC_ALL="hr_HR.utf8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowex 3dnowext S3TC X aac acpi alsa apache2 apm arts artswrappersuid asf audiofile avi bash-completion berkdb bigger-fonts bitmap-fonts bluetooth bzip2 cairo canvas cdparanoia cdr crypt css cups curl dbus dpms dvd dvdr effects emboss encode exif expat extras fam ffmpeg fftw flac foomaticdb freetype gd gdbm gif gimp gimpprint glut gmp gnokii gphoto2 gpm graphviz gstreamer gtk gtk2 gtkhtml h323 hal haskell howl idn ieee1394 imagemagick imlib inkjar irmc jabber jack jack-tmpfs jikes joystick jpeg jpeg2k kde kdeenablefinal kdepim kdexdeltas kqemu latex lcms ldap libg++ libwww lirc lm_sensors logitech-mouse mad mikmod mime mjpeg mmx mmxext mng motif mozilla mozsvg mozxmlterm mp3 mpeg mysql ncurses network nls nptl nvidia odbc ogg openal opengl oss pam pcre pcsc-lite pdflib perl pic plugin png postgres povray ppds python qt quicktime rdesktop readline real rtc ruby samba sasl scanner screen sdl slang slp smartcard smime sms soundtouch speex spell sqlite sse ssl stencil-buffer svg svga symlink tcltk tcpd tetex theora tidy tiff truetype truetype-fonts type1-fonts udev unicode ups usb utf8 v4l v4l2 vcd visualization vorbis win32codecs wma wmf wxgtk1 xcomposite xface xine xinerama xml xml2 xmms xprint xv xvid zeroconf zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LDFLAGS, LINGUAS
Comment 5 SpanKY gentoo-dev 2006-03-07 15:07:39 UTC
unrelated
Comment 6 Chad A. Simmons 2006-03-27 05:50:38 UTC
Confirmed here on AMD64 ebuild is missing RMAN dependancy and RMAN is used in the build process. Please update ebuild to require RMAN.
Comment 7 SpanKY gentoo-dev 2006-03-27 21:22:53 UTC
> Please update ebuild to require RMAN.

please read the comments and realize that rman breakage is *unrelated* to this bug report
Comment 8 Richard Scott 2007-02-22 11:28:04 UTC
I'm not able to install groff either, but I'm getting a different error:

/var/tmp/portage/sys-apps/groff-1.19.2-r1/work/groff-1.19.2/src/roff/groff/groff: troff: Signal 8
make[2]: *** [meref.ps] Error 2
make[2]: Leaving directory `/var/tmp/portage/sys-apps/groff-1.19.2-r1/work/groff-1.19.2/doc'
make[1]: *** [doc] Error 2
make[1]: *** Waiting for unfinished jobs....
Making groff_mmse.n from groff_mmse.man
make[2]: Leaving directory `/var/tmp/portage/sys-apps/groff-1.19.2-r1/work/groff-1.19.2/contrib/mm'
make[1]: Leaving directory `/var/tmp/portage/sys-apps/groff-1.19.2-r1/work/groff-1.19.2'
make: *** [all] Error 2

!!! ERROR: sys-apps/groff-1.19.2-r1 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 3714:   Called src_compile
  groff-1.19.2-r1.ebuild, line 68:   Called die

# emerge --info
Portage 2.1.2-r9 (hardened/x86/2.6, gcc-3.4.6, glibc-2.3.6-r5, 2.6.18-hardened i686)
=================================================================
System uname: 2.6.18-hardened i686 VIA Nehemiah
Gentoo Base System release 1.12.9
Timestamp of tree: Tue, 20 Feb 2007 00:50:01 +0000
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [disabled]
dev-java/java-config: 1.3.7, 2.0.31
dev-lang/python:     2.3.5-r3, 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r6
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=i686 -msse -mmmx -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/bind /var/service"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=i686 -msse -mmmx -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--alphabetical"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://adelie.polymtl.ca/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/opt/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="acl apache2 berkdb bzip2 crypt curl dlloader gdbm gmp hardened idn jpeg midi mysql ncurses nls nptl nptlonly pam perl php pic python readline samba snmp ssl tcpd usb x86 xorg zlib" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="via s3 vesa"
Unset:  CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 9 Richard Scott 2007-02-23 14:02:28 UTC
(In reply to comment #8)
> I'm not able to install groff either, but I'm getting a different error:

ok, I found out that re-emerging gcc and then groff looks to fix my issue!
Comment 10 Pawel Madej aka Nysander 2008-11-24 23:24:53 UTC
this bug should be closed, as problem was resolved.
Comment 11 Patrick Lauer gentoo-dev 2009-01-05 07:23:15 UTC
Indeed, this bug can be closed.