Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61829 - openoffice-1.1.2 revdep-rebuild fails during "Building project helpcontent"
Summary: openoffice-1.1.2 revdep-rebuild fails during "Building project helpcontent"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-26 09:50 UTC by Florian Loitsch
Modified: 2004-12-05 16:33 UTC (History)
1 user (show)

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 Florian Loitsch 2004-08-26 09:50:09 UTC
just did a revdep-rebuild, and OpenOffice 1.1.2 won't emerge anymore:
----+-----+-----+-----+
dmake has been successfully built
 * Building OpenOffice.org...
build -- version: 1.86.18.2
Checking dmake...

=============
Building project helpcontent
=============
/var/tmp/portage/openoffice-1.1.2/work/oo_1.1.2_src/helpcontent/unx/schart

ERROR: Error 11 occurred while making /var/tmp/portage/openoffice-1.1.2/work/oo_1.1.2_src/helpcontent/unx/schart

!!! ERROR: app-office/openoffice-1.1.2 failed.
!!! Function src_compile, Line 352, Exitcode 1
!!! Build failed!
+-----+-----+-----+-----+-----+-----+

flo@basil ~ $ emerge info
Portage 2.0.50-r10 (default-x86-1.4, gcc-3.3.4, glibc-2.3.4.20040808-r0, 2.6.8-rc2-mm1)
=================================================================
System uname: 2.6.8-rc2-mm1 i686 AMD Athlon(TM) XP 2200+
Gentoo Base System version 1.5.3
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=athlon-xp -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3.3/share/config:/usr/kde/3.3/env:/usr/kde/3.3/shutdown /usr/kde/3/share/config /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/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-mcpu=athlon-xp -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://mirrors.sec.informatik.tu-darmstadt.de/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="3dnow X alsa apm arts avi berkdb cdr crypt cups dga directfb divx4linux doc dvd dvdr encode esd foomaticdb gdbm ggi gif gpm gtk2 guile imap imlib innodb ipv6 jpeg kde libg++ libwww mad matroska mikmod mmx motif mozilla mpeg mysql nas ncurses nls oggvorbis opengl oss pam pdflib perl png python quicktime readline sdl slang spell sse ssl svga tcltk tcpd tetex theora truetype v4l v4l2 x86 xinerama xml2 xmms xv xvid zlib"


Reproducible: Didn't try
Steps to Reproduce:
1.
2.
3.
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2004-09-01 04:08:11 UTC
As a sidenote, openoffice has it's own internal libraries so you don't need to revdep-rebuild it. However to fix the issue at hand, we need a bigger snippet of the compile log. Almost all compilation failures result in an "error 11" so that's not very helpfull.
Comment 2 Patrick Lauer gentoo-dev 2004-09-01 04:32:05 UTC
gcc  -O2 -march=athlon-xp -pipe -fno-strict-aliasing -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER   -o dmake  infer.o make.o stat.o expand.o dmstring.o hash.o dag.o dmake.o path.o imacs.o sysintf.o parse.o getinp.o quit.o state.o dmdump.o macparse.o rulparse.o percent.o function.o unix/libunix.a 
make[2]: Leaving directory `/var/tmp/portage/openoffice-1.1.2/work/oo_1.1.2_src/dmake'
make[1]: Leaving directory `/var/tmp/portage/openoffice-1.1.2/work/oo_1.1.2_src/dmake'

dmake has been successfully built
 * Building OpenOffice.org...
build -- version: 1.86.18.2
else rm -f ".deps/percent.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu     -O2 -march=athlon-xp -pipe -fno-strict-aliasing -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER -MT function.o -MD -MP -MF ".deps/function.Tpo" \
  -c -o function.o `test -f 'function.c' || echo './'`function.c; \
then mv -f ".deps/function.Tpo" ".deps/function.Po"; \
else rm -f ".deps/function.Tpo"; exit 1; \
fi
gcc  -O2 -march=athlon-xp -pipe -fno-strict-aliasing -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER   -o dmake  infer.o make.o stat.o expand.o dmstring.o hash.o dag.o dmake.o path.o imacs.o sysintf.o parse.o getinp.o quit.o state.o dmdump.o macparse.o rulparse.o percent.o function.o unix/libunix.a 
make[2]: Leaving directory `/var/tmp/portage/openoffice-1.1.2/work/oo_1.1.2_src/dmake'
make[1]: Leaving directory `/var/tmp/portage/openoffice-1.1.2/work/oo_1.1.2_src/dmake'

dmake has been successfully built
 * Building OpenOffice.org...
build -- version: 1.86.18.2

Checking dmake...

=============
Building project helpcontent
=============
/var/tmp/portage/openoffice-1.1.2/work/oo_1.1.2_src/helpcontent/unx/schart

ERROR: Error 11 occurred while making /var/tmp/portage/openoffice-1.1.2/work/oo_1.1.2_src/helpcontent/unx/schart

!!! ERROR: app-office/openoffice-1.1.2 failed.

there are no obvious error messages happening above that, about 500 lines of gcc/make output after configure, then this message.
OO.o built without problems before, so maybe this is a revdep-rebuild problem?
Also, if oo.o does not need revdep-rebuild, could it be excluded?
Comment 3 Paul de Vrieze (RETIRED) gentoo-dev 2004-09-01 04:50:49 UTC
Do you have a standalone dmake installed? Normally that one conflicts with the openoffice dmake.
Comment 4 Florian Loitsch 2004-09-01 04:53:37 UTC
a "locate dmake" didn't find any dmake on my machine.
Comment 5 Florian Loitsch 2004-12-05 16:33:19 UTC
OpenOffice 1.1.2 is outdated, and I don't seem to have this bug with the
latest version (1.1.3). As I'm not even able to reproduce the problem anymore
I'm closing this bug. Feel free to reopen, if this is wrong.