Bug 109047 - app-office/gnotime-2.2.1 fails to compile
|
Bug#:
109047
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: gnome-office@gentoo.org
|
Reported By: pickscrape@gmail.com
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: app-office/gnotime-2.2.1 fails to compile
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-10-12 13:12 0000
|
When attempting to install app-office/gnotime-2.2.1, compilation fails with the
error stated below. It looks like gnotime now has a dependency on libqof
(http://
qof.sourceforge.net/). However, I can't find an ebuild for this anywhere in
portage.
Reproducible: Always
Steps to Reproduce:
1. emerge =app-office/gnotime-2.2.1
Actual Results:
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I -g -Os -march=pentium4
-
fomit-frame-pointer -pipe -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-Os
-march=pentium4 -fomit-frame-pointer -pipe -MT sql_tree.lo -MD -MP -MF .deps/
sql_tree.Tpo -c sql_tree.c -fPIC -DPIC -o .libs/sql_tree.lo
libtool: link: cannot find the library `./libqofsql.la'
Expected Results:
Application compiles correctly.
Perhaps it's me reading the descriptions wrong, but I can't imagine how a bug
that prevents an application from being compiled can be described as anything
other than a Blocker.
Normally we consider blocker bugs something that keeps you from getting a
bootable system.
Can you please include your emerge info, and attach a full build log?
$ emerge info
Portage 2.0.51.22-r3 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r1, 2.6.
11-gentoo-r11 i686)
=================================================================
System uname: 2.6.11-gentoo-r11 i686 Intel(R) Pentium(R) 4 CPU 2.93GHz
Gentoo Base System version 1.6.13
dev-lang/python: 2.3.5-r2, 2.4.2
sys-apps/sandbox: 1.2.10
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.15.92.0.2-r10
sys-devel/libtool: 1.5.20
virtual/os-headers: 2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-Os -march=pentium4 -fomit-frame-pointer -pipe"
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/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-Os -march=pentium4 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://gentoo.chem.wisc.edu/gentoo/ http://gentoo.mirrors.tds.
net/gentoo ftp://gentoo.ccccom.com ftp://130.207.108.134/pub/gentoo ftp://130.
207.108.135/pub/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.uk.gentoo.org/gentoo-portage"
USE="x86 X alsa apache2 apm avi bash-completion berkdb bitmap-fonts cdr crypt
cups curl dvd dvdr eds emboss encode esd fam flac foomaticdb fortran gdbm gif
gnome gphoto2 gpm gstreamer gtk gtk2 guile imlib ipv6 java jpeg junit kde libg++
libwww mad mikmod mmx mmxext motif mozilla mp3 mpeg mysql ncurses nls nptl
nptlonly odbc ogg oggvorbis opengl oss pam pdflib perl png postgres python qt
quicktime readline samba sdl slang spell sqlite sse sse2 ssl tcltk tcpd tiff
truetype truetype-fonts type1-fonts udev vorbis xine xinerama xml xml2 xmms xv
zlib userland_GNU kernel_linux elibc_glibc"
Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
2.2.2 is out since september 2005
Appears to be a parallel make error; setting MAKEOPTS=-j1 fixes it.
Thanks, fixed for 2.2.1 in CVS.