Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50787 - kdepim-3.2.2 does not merge correctly
Summary: kdepim-3.2.2 does not merge correctly
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-11 12:59 UTC by Diederik van der Boor
Modified: 2004-05-11 23:42 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.