Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 50787

Summary: kdepim-3.2.2 does not merge correctly
Product: Gentoo Linux Reporter: Diederik van der Boor <mail-gentoobugs>
Component: New packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED INVALID    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Diederik van der Boor 2004-05-11 12:59:03 UTC
The kdepim package can't be merged, the Makefile doesn't seam to be generated.

configure: creating ./config.status
Uhh. Malformed pattern in ./confstatlZSAJr/subs.sed (s,@CFLAGS@,-ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2  -mcpu=athlon-xp -mmmx -msse -mfpmath=sse -m3dnow ) at admin/config.pl line 106.
config.status: creating config.h
config.status: executing depfiles commands

libgnokii (http://www.gnokii.org) is missing. The KDE Addressbook mobile phone import/export filter will not be available.

make: *** No targets specified and no makefile found.  Stop.

!!! ERROR: kde-base/kdepim-3.2.2 failed.
!!! Function kde_src_compile, Line 129, Exitcode 2
!!! died running emake, kde_src_compile:make
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-05-11 13:26:43 UTC
try upgrading automake first.
Comment 2 Diederik van der Boor 2004-05-11 23:42:27 UTC
I noticed that this happened with all packages I was merging. This happened because I wrapped my CFLAGS on two lines, like

CFLAGS="-mcpu=athlon-xp -mmmx -msse -mfpmath=sse -m3dnow  \
        -O2 -pipe -fomit-framepointer"

Perhaps I should file another bug for this (because it seams to be possible with the USE= line), but it makes this bug invalid.