Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 193079
Alias:
Product:
Component:
Status: CLOSED
Resolution: FIXED
Assigned To: OpenOffice Team <openoffice@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Thomas Ilnseher <illth@gmx.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 193079 depends on: Show dependency tree
Bug 193079 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.




View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-09-19 16:07 0000
OpenOffice emerge Crashed. You Suck! :P

Ok, here's the real problem:

=============
Building project oox
=============
/var/tmp/portage/app-office/openoffice-2.3.0/work/ooo/build/OOG680_m5/oox/source/token
mkout -- version: 1.7
/usr/bin/perl gentoken.pl tokens.txt ../../unxlngx6.pro/inc/tokens.hxx
../../unxlngx6.pro/misc/tokens.gperf
gperf --compare-strncmp --output-file=../../unxlngx6.pro/misc/_tokens.cxx
../../unxlngx6.pro/misc/tokens.gperf
dmake:  Error: -- gperf: No such file or directory
dmake:  Error code -1, while making '../../unxlngx6.pro/inc/tokens.cxx'
---* tg_merge.mk *---

i emerged gperf, and am now re-emergin openoffice.

Reproducible: Always

Steps to Reproduce:
1.emerge -C gperf
2.emerge openoffice
3.

Actual Results:  
doesn't emerge.

Expected Results:  
OpenOffice is compiled and installed.

------- Comment #1 From Akshay Shah 2007-09-19 19:49:27 0000 -------
I had the same problem, emerging gperf allowed it to finish compiling.

$ emerge --info
Portage 2.1.3.9 (default-linux/amd64/2007.0/desktop, gcc-4.2.0, glibc-2.6.1-r0,
2.6.22-ck1 x86_64)
=================================================================
System uname: 2.6.22-ck1 x86_64 Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz
Timestamp of tree: Wed, 19 Sep 2007 12:30:01 +0000
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632)
[enabled]
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p17-r1
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python:     2.5.1-r2
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.10-r4
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18
sys-devel/gcc-config: 1.4.0-r2
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -mtune=generic -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/revdep-rebuild
/etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=nocona -mtune=generic -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--with-bdeps y"
FEATURES="ccache distcc distlocks metadata-transfer nodoc noinfo parallel-fetch
sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://gentoo.osuosl.org http://gentoo.netnitco.net"
LINGUAS="en en_US"
MAKEOPTS="-j4"
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
--filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/xeffects /usr/local/portage"
SYNC="rsync://mccoy/gentoo-portage"
USE="X a52 aac acpi alsa amd64 avahi bash-completion bitmap-fonts branding
bzip2 cairo cdr cli cracklib crypt cups dbus dri dts dvd dvdr dvdread eds
emboss evo fam ffmpeg firefox fortran gdbm gif gnome gnutls gtk hal iconv
isdnlog java jpeg jpeg2k kde libnotify mad md5sum midi mikmod mmx mng motif mp3
mpeg mudflap ncurses network-cron nls nptl nptlonly nsplugin offensive ogg
opengl openmp pam pcre pdf perl pertty png ppds pppd python qt3 qt3support
quicktime readline reflection samba scanner sdl session spl sse sse2 ssl
startup-notification svg symlink tcpd theora tiff transparency truetype
truetype-fonts type1-fonts unicode vcd vim-syntax vorbis wmf x264 xinerama xml
xorg xscreensaver xv xvid zlib" ALSA_CARDS="emu10k1x" 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" LINGUAS="en
en_US" USERLAND="GNU" VIDEO_CARDS="nv nvidia"
Unset:  CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_COMPRESS,
PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

------- Comment #2 From Andreas Proschofsky 2007-09-19 20:31:43 0000 -------
Yes, I do suck, indeed ;)

Anyway, this is fixed now, closing

------- Comment #3 From Markus Ullmann 2007-09-19 21:10:51 0000 -------
*** Bug 193117 has been marked as a duplicate of this bug. ***

------- Comment #4 From Ivan Toshkov 2007-09-20 07:19:19 0000 -------
Wouldn't it be better to have the revision bumped, when fixing such things?

I was about to file the same bug, when I just checked the ebuild and found the
dependency added.  And searching in bugzilla didn't helped, because the bug was
closed.  I actually found this bug number in the ebuild change log.

------- Comment #5 From Jakub Moc (RETIRED) 2007-09-20 10:11:53 0000 -------
(In reply to comment #4)
> Wouldn't it be better to have the revision bumped, when fixing such things?

Uh, to force people recompile OO.org for an added dependency that gets picked
up automatically by portage (and which is needed *only* at buildtime)??? No
way.

------- Comment #6 From Ivan Toshkov 2007-09-20 12:30:44 0000 -------
Yup. Didn't think of that...

------- Comment #7 From Jakub Moc (RETIRED) 2007-09-20 12:53:07 0000 -------
*** Bug 193171 has been marked as a duplicate of this bug. ***

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug