if gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./unix/linux -I./unix -I./unix/linux/gnu -g -O2 -MT sysintf.o -MD -MP -MF ".deps/sysintf.Tpo" -c -o sysintf.o sysintf.c; \ then mv -f ".deps/sysintf.Tpo" ".deps/sysintf.Po"; else rm -f ".deps/sysintf.Tpo"; exit 1; fi sysintf.c:150:3: #error "Utime NULL not supported" sysintf.c: In function `Do_touch': sysintf.c:152: error: syntax error before '}' token make[3]: *** [sysintf.o] Error 1 make[3]: Leaving directory `/var/tmp/portage/openoffice-2.0.3/work/ooo-build-2.0.3.0/build/OOO_2_0_3/dmake' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/openoffice-2.0.3/work/ooo-build-2.0.3.0/build/OOO_2_0_3/dmake' make[1]: *** [all] Error 2 make[1]: Leaving directory `/var/tmp/portage/openoffice-2.0.3/work/ooo-build-2.0.3.0/build/OOO_2_0_3/dmake' make: *** [stamp/build] Error 1 ---- samma ooo-build-2.0.3.0 # emerge --pretend openoffice These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] app-office/openoffice-2.0.3 USE="xml -binfilter -cairo -debug -eds -firefox -gnome -gtk -java -kde -ldap -mono -odk -pam" LINGUAS="-af -ar -be_BY -bg -bn -bs -ca -cs -cy -da -de -el -en -en_GB -en_US -en_ZA -es -et -fa -fi -fr -gu_IN -he -hi_IN -hr -hu -it -ja -km -ko -lt -mk -nb -nl -nn -nr -ns -pa_IN -pl -pt -pt_BR -ru -rw -sh_YU -sk -sl -sr_CS -st -sv -sw_TZ -th -tn -tr -ts -vi -xh -zh_CN -zh_TW -zu" samma ooo-build-2.0.3.0 # ---- samma ooo-build-2.0.3.0 # emerge --info Portage 2.1-r1 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r4, 2.6.16-samma i686) ================================================================= System uname: 2.6.16-samma i686 Pentium III (Coppermine) Gentoo Base System version 1.6.15 app-admin/eselect-compiler: [Not Present] dev-lang/python: 2.4.3-r1 dev-python/pycrypto: 2.0.1-r5 dev-util/ccache: [Not Present] dev-util/confcache: [Not Present] sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.59-r7 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2 sys-devel/binutils: 2.16.1-r3 sys-devel/gcc-config: 1.3.13-r3 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.11-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/lib/mozilla/defaults/pref /usr/share/X11/xkb" CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo" CXXFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" 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" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="x86 X alsa apache2 apm avi berkdb bitmap-fonts cli crypt cups dlloader encode esd gpm gtk2 imlib jpeg mad mikmod mmx moznocompose moznoroaming mp3 mpeg ncurses nls nptl ogg opengl pam pcre png qt3 qt4 readline sdl session sse ssl tcpd truetype truetype-fonts type1-fonts udev vorbis xml xmms xorg xv zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_evdev kernel_linux userland_GNU video_cards_vesa video_cards_fbdev video_cards_sis video_cards_vga" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
AFAIS it looks for utime.h and fails if it is not found. Is there any utime.h under /usr/nclude/? Here it shows this: # find /usr/include/ -type f -name utime.h /usr/include/linux/utime.h /usr/include/utime.h
Both files are there.
Are you sure you have enough RAM and free disk space?
I think so. Do you expect missing space to produce syntax errors ?
(In reply to comment #4) > I think so. > Do you expect missing space to produce syntax errors ? > If some other file further up in the build process has not been built correctly: Yes. You know, openoffice has lots of mysterious possibilities to not build ;) Also, failing because of not enough free diskspace on the partition where /var/tmp/portage resides, is the most common build error, so it never hurts to ask.
Did you change anything to you linux-headers or glibc? Also you could try to rebuild them and then give OOo another try
Please change Summary to app-office/openoffice-2.0.3 fails with "Utime NULL not supported" or similar.
No feedback for quite some time, so closing this, without the requested infos there is nothing we can do. Please reopen if you provide that