Summary: | emerge openoffice | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | levin graf <levin.graf> |
Component: | New packages | Assignee: | Gentoo Office Team <office> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
levin graf
2006-01-05 09:28:37 UTC
By the site admin of the german gentoo-forum I was recommended to make the following bug report: when trying to emerge openoffice several times I recieved the message: In file included from /var/tmp/portage/openoffice-2.0.0/work/ooo-build-2.0.0.2/build/ooo680-m3/sw/source/core/doc/visiturl.cxx:44: /var/tmp/portage/openoffice-2.0.0/work/ooo-build-2.0.0.2/build/ooo680-m3/solver/680/unxlngi6.pro/inc/svtools/inethist.hxx: In member function `BOOL INetURLHistory::QueryProtocol(INetProtocol) const': /var/tmp/portage/openoffice-2.0.0/work/ooo-build-2.0.0.2/build/ooo680-m3/solver/680/unxlngi6.pro/inc/svtools/inethist.hxx:107: Fehler: »IJET_PROT_FTP« nicht deklariert (erste Verwendung dieser Funktion) /var/tmp/portage/openoffice-2.0.0/work/ooo-build-2.0.0.2/build/ooo680-m3/solver/680/unxlngi6.pro/inc/svtools/inethist.hxx:107: Fehler: (Jeder nicht deklarierte Bezeichner wird nur einmal für jede Funktion, in der er vorkommt, gemeldet.) dmake: Error code 1, while making '../../../unxlngi6.pro/slo/visiturl.obj' '---* tg_merge.mk *---' ERROR: Error 65280 occurred while making /var/tmp/portage/openoffice-2.0.0/work/ooo-build-2.0.0.2/build/ooo680-m3/sw/source/core/doc make: *** [stamp/build] Fehler 1 !!! ERROR: app-office/openoffice-2.0.0 failed. !!! Function src_compile, Line 194, Exitcode 2 It is not a problem of free disk space: hannes hannes # df -h Dateisystem Größe Benut Verf Ben% Eingehängt auf /dev/hda3 37G 9,9G 25G 29% / udev 252M 144K 252M 1% /dev /dev/hda1 38M 11M 26M 29% /boot /dev/sda1 8,5G 33M 8,0G 1% /hannes none 252M 0 252M 0% /dev/shm none 252M 0 252M 0% /dev/shm /////// hannes hannes # df -h /tmp Dateisystem Größe Benut Verf Ben% Eingehängt auf /dev/hda3 37G 9,9G 25G 29% / Emerge info shows the following: hannes hannes # emerge info Portage 2.0.53 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r2, 2.6.12-gentoo-r10 i686) ================================================================= System uname: 2.6.12-gentoo-r10 i686 Pentium III (Coppermine) Gentoo Base System version 1.6.13 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.20 virtual/os-headers: 2.6.11-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=pentium3 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O2 -march=pentium3 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks sandbox sfperms strict" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LANG="de_DE@euro" LC_ALL="de_DE@euro" LINGUAS="de" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.de.gentoo.org/gentoo-portage" USE="x86 X alsa apm arts audiofile avi berkdb bitmap-fonts bzip2 cdr crypt cups curl dvd eds emboss encode expat fam foomaticdb fortran gdbm gif gpm gstreamer gtk2 hal idn imlib ipv6 java jpeg kde lcms libg++ libwww mad mikmod mng motif mp3 mpeg ncurses nls ogg oggvorbis opengl oss pam pcre pdflib perl png ppds python qt quicktime readline sdl spell ssl tcpd tiff truetype truetype-fonts type1-fonts udev vorbis xml2 xmms xv zlib linguas_de userland_GNU kernel_linux elibc_glibc" Unset: ASFLAGS, CTARGET, LDFLAGS, PORTDIR_OVER This is my /etc/make.conf /etc/make.conf: These settings were set by the catalyst build script that automatically built this stage # Please consult /etc/make.conf.example for a more detailed example CFLAGS="-O2 -march=pentium3 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CXXFLAGS="${CFLAGS}" MAKEOPTS="-j2" SYNC="rsync://rsync.de.gentoo.org/gentoo-portage" USE="cups foomaticdb ppds -gtk -gnome qt kde dvd alsa cdr" LINGUAS="de" It should'nt be a language problem (this is a part of my /etc/profile): export EDITOR if [ -n "${BASH_VERSION}" ] ; then # Newer bash ebuilds include /etc/bash/bashrc which will setup PS1 # including color. We leave out color here because not all # terminals support it. if [ -f /etc/bash/bashrc ] ; then # Bash login shells run only /etc/profile # Bash non-login shells run only /etc/bash/bashrc # Since we want to run /etc/bash/bashrc regardless, we source it # from here. It is unfortunate that there is no way to do # this *after* the user's .bash_profile runs (without putting # it in the user's dot-files), but it shouldn't make any # difference. . /etc/bash/bashrc else PS1='\u@\h \w \$ ' fi else # Setup a bland default prompt. Since this prompt should be useable # on color and non-color terminals, as well as shells that don't # understand sequences such as \h, don't put anything special in it. PS1="`whoami`@`uname -n | cut -f1 -d.` \$ " fi export LANG=de_DE@euro export LANGUAGE=de_DE@euro export LC_ALL=de_DE@euro export LINGUAS=de Hope you can help. Wrong product... Is this reproducible? (Does it fail at the EXACT same point, if you try again?) (In reply to comment #2) > Is this reproducible? (Does it fail at the EXACT same point, if you try again?) > It fails at the very same point if I try again Do you maybe have WANT_DISTCC set somewhere? If not: Could you please attach a tarballed build-log to the bug, to see if there is an error earlier on, which triggers this? (In reply to comment #4) > Do you maybe have WANT_DISTCC set somewhere? > > If not: Could you please attach a tarballed build-log to the bug, to see if > there is an error earlier on, which triggers this? > I did not set WANT_DISTCC anywhere. When emerging openoffice again, it failed at an other point. So it might be a hardware problem. When trying to pack emerge.log I damanged the file. Sorry Ok, thanks for reporting back! |