Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109047 - app-office/gnotime-2.2.1 fails to compile
Summary: app-office/gnotime-2.2.1 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: GNOME Office (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-12 13:12 UTC by Russ Brown
Modified: 2006-01-09 16:39 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Gnotime ebuild log (gnotime.log,26.20 KB, text/plain)
2005-11-02 08:06 UTC, Russ Brown
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Russ Brown 2005-10-12 13:12:37 UTC
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.
Comment 1 Russ Brown 2005-10-12 13:34:57 UTC
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.
Comment 2 Jason Wever (RETIRED) gentoo-dev 2005-10-16 15:32:34 UTC
Normally we consider blocker bugs something that keeps you from getting a
bootable system.
Comment 3 Mike Gardiner (RETIRED) gentoo-dev 2005-11-01 23:40:31 UTC
Can you please include your emerge info, and attach a full build log?
Comment 4 Russ Brown 2005-11-02 07:22:56 UTC
$ 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

Comment 5 Russ Brown 2005-11-02 08:06:19 UTC
Created attachment 71937 [details]
Gnotime ebuild log

Full output from emerge.
Comment 6 Priit Laes (IRC: plaes) 2005-12-08 05:35:07 UTC
2.2.2 is out since september 2005
Comment 7 Ed Catmur 2005-12-08 07:57:41 UTC
Appears to be a parallel make error; setting MAKEOPTS=-j1 fixes it.
Comment 8 Mike Gardiner (RETIRED) gentoo-dev 2006-01-09 16:39:49 UTC
Thanks, fixed for 2.2.1 in CVS.