Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47029 - openoffice-1.1.0 emerge fails with missing settings.mk
Summary: openoffice-1.1.0 emerge fails with missing settings.mk
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-06 21:34 UTC by Andrew Gaffney (RETIRED)
Modified: 2004-05-05 03:23 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 Andrew Gaffney (RETIRED) gentoo-dev 2004-04-06 21:34:36 UTC
I was originally running into the segfault reported earlier. I got past it by doing 'FEATURES="-sandbox" emerge -u openoffice'. Shortly after that point (bootstrap), it starts building the project helpcontant and errors out immediately. Error:

Configure completed
You may now run /var/tmp/portage/openoffice-1.1.1/work/oo_1.1.1_src/bootstrap in /var/tmp/portage/openoffice-1.1.1/work/oo_1.1.1_src
***** WARNINGS ISSUED ***** * Bootstrapping OpenOffice.org...
 * Building OpenOffice.org...
build -- version: 1.86.18.1


=============
Building project helpcontent
=============
/var/tmp/portage/openoffice-1.1.1/work/oo_1.1.1_src/helpcontent/unx/schart
dmake:  makefile.mk:  line 70:  Error -- Include file settings.mk, not found

ERROR: Error 65280 occurred while making /var/tmp/portage/openoffice-1.1.1/work/oo_1.1.1_src/helpcontent/unx/schart

!!! ERROR: app-office/openoffice-1.1.1 failed.
!!! Function src_compile, Line 357, Exitcode 1
!!! Build failed!

I believe the warning that it is referring to is my lack of dev-java/ant.

Reproducible: Always
Steps to Reproduce:
1. FEATURES="-sandbox" emerge -u openoffice



Portage 2.0.50-r3 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3_pre20040207-r0,
2.6.3-gentoo)
=================================================================
System uname: 2.6.3-gentoo i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.4.3.13p1
distcc 2.13 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-tbird -O2 -pipe -fomit-frame-pointer -mmmx -m3dnow"
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/share/config
/usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-tbird -O2 -pipe -fomit-frame-pointer -mmmx -m3dnow"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.noved.org/ http://gentoo.chem.wisc.edu/gentoo/
http://mirror.tucdemonic.org/gentoo/ http://gentoo.ccccom.com"
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="3dnow X aalib aim alsa apache2 apm avi berkdb cdr crypt cups dga dvd encode
esd ethereal faad ffmpeg foomaticdb gatos gdbm gif gpm gtk gtk2 imap imlib java
joystick jpeg libg++ libwww maildir mmx moznoirc mpeg msn ncurses nptl oggvorbis
opengl oss pam pdflib perl png python quicktime readline samba sdk sdl slang
snmp spell sse ssl svga tcltk truetype v4l x86 xml xml2 xmms xv xvid yahoo zlib"
Comment 1 Andrew Gaffney (RETIRED) gentoo-dev 2004-04-07 12:23:36 UTC
Apparently, I had dmake emerged separately. That was conflicting with the version that Openoffice builds for the compile. I unmerged dmake and it looks like everything is working fine.
Comment 2 Andreas Proschofsky (RETIRED) gentoo-dev 2004-05-05 03:23:57 UTC
This is fixed now, thanks for reporting