Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81679 - net-im/openc6-0.9.7 (update)
Summary: net-im/openc6-0.9.7 (update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-11 16:50 UTC by Giulio Malventi
Modified: 2005-04-25 12:19 UTC (History)
0 users

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


Attachments
openc6-0.9.7.ebuild (openc6-0.9.7.ebuild,461 bytes, text/plain)
2005-02-11 16:51 UTC, Giulio Malventi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Giulio Malventi 2005-02-11 16:50:17 UTC
net-im/openc6-0.9.7 (update)

Reproducible: Always
Steps to Reproduce:
Comment 1 Giulio Malventi 2005-02-11 16:51:23 UTC
Created attachment 51034 [details]
openc6-0.9.7.ebuild
Comment 2 Michele Beltrame 2005-04-25 10:04:12 UTC
This ebuild wasn't working anymore, maybe because 0.9.7 final came out in the meantime. I edited the following line of the ebuild:

SRC_URI="mirror://sourceforge/openc6/${P}-beta.tar.gz"

changing it to:

SRC_URI="mirror://sourceforge/openc6/${P}.tar.gz"

(I removed the -beta part). Now it download, however it really doesn't compile failing in configure phase with:

hecking for Qt... libraries /usr/qt/3/lib, headers /usr/qt/3/include using -mt
checking if Qt compiles without flags... no
checking for moc... /usr/qt/3/bin/moc
checking for uic... /usr/qt/3/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!

These are the use flags for openc6 (emerge -pv output):

[ebuild     U ] net-im/openc6-0.9.7 [0.9.6_beta] +arts -debug -kde -kdeenablefinal -xinerama 0 kB [1]

Michele.
Comment 3 Michele Beltrame 2005-04-25 10:27:36 UTC
I solved this. However I think might solution isn't a good one on systems with KDE installed. However, I'm not ebuild master (I still know almost nothing, actually), so this is what I came up with. I modified this line of the ebuild file:

econf $(use_with kde) || die "./configure failed"

changing it to:

econf || die "./configure failed"

It emerged and is up and running. It also work very well on my AMD64 (I compiled it in 64 bit mode), and (for now) it shows none of the mysterious segmentation faults of version 0.9.6-beta which is in portage.

Michele.
Comment 4 Don Seiler (RETIRED) gentoo-dev 2005-04-25 10:42:46 UTC
openc6-0.9.7 now in portage
Comment 5 Giulio Malventi 2005-04-25 12:19:00 UTC
Do you get icon docking this way?