Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27401 - pykde 3.7.3 cannt be build
Summary: pykde 3.7.3 cannt be build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-08-27 01:22 UTC by Aris Basic
Modified: 2003-10-02 09:00 UTC (History)
2 users (show)

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


Attachments
pykde-3.7.4-r1.ebuild (pykde-3.7.4-r1.ebuild,1.85 KB, text/plain)
2003-09-03 18:00 UTC, Carsten Lohrke (RETIRED)
Details
pykde-3.7.4-r1.ebuild - works now with PyQt 3.8.* (pykde-3.7.4-r1.ebuild,1.98 KB, text/plain)
2003-09-18 18:54 UTC, Carsten Lohrke (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aris Basic 2003-08-27 01:22:10 UTC
i cannt buld pykde (3.7.3) it looks like it not available for download
there si newer 3.7.4 available for download however there is no sandbox patch
for it and even without it im unable to emerge it. (havnt tryed to much)
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2003-08-27 08:50:19 UTC
3.7.4 is now in portage.  Please try it out (I removed the sandbox patch) and let me know if 
you have problems. 
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2003-08-27 14:49:20 UTC
>>> Install pykde-3.7.4 into /var/tmp/portage/pykde-3.7.4/image/ category dev-python
( [ -d dcop ] && cd dcop ; "/usr/bin/make" -f Makefile install; ) || true
make[1]: Entering directory `/var/tmp/portage/pykde-3.7.4/work/PyKDE-3.7-4/dcop'
cp dcop.py /var/tmp/portage/pykde-3.7.4/image//usr/lib/python2.2/site-packages
cp: cannot create regular file `/var/tmp/portage/pykde-3.7.4/image//usr/lib/python2.2/site-packages': No such file or directory

(and so on)

Adding

mkdir -p ${D}/usr/lib/python2.2/site-packages

before the make install line fixes this.

Additionally the ebuild won't work with PyQt 3.8; build.py has to be changed to achieve this.

Release = "3.7"

to:

Release = "3.8"

Python 2.3 wouldn't work out of the box, too.
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2003-09-02 05:20:53 UTC
yes, there are alot of issues with python 2.3 right now, we're working on it (or at least i am atm)

with the pyqt bug, if the problem still exists, please file another bug because it seems to be a seperate issue to pykde
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2003-09-03 17:57:36 UTC
Alastair Tse:  What's up with PyQt 3.8? The usage to change pykde's build.py, if PyQt 3.8 is installed, has nothing to do with any other PyQt 3.8 problems.

Your ebuild fix in #27619 still won't work with Python 2.3. I'll attach an ebuild that includes all necessary fixes. It will work with PyQt 3.6-8. I hope so at least. ;)
Comment 5 Carsten Lohrke (RETIRED) gentoo-dev 2003-09-03 18:00:22 UTC
Created attachment 17023 [details]
pykde-3.7.4-r1.ebuild
Comment 6 Martin Holzer (RETIRED) gentoo-dev 2003-09-05 07:48:08 UTC
wrangler
Comment 7 Carsten Lohrke (RETIRED) gentoo-dev 2003-09-18 18:54:38 UTC
Created attachment 17958 [details]
pykde-3.7.4-r1.ebuild - works now with PyQt 3.8.*
Comment 8 Caleb Tennis (RETIRED) gentoo-dev 2003-10-02 09:00:47 UTC
in portage.  thanks carlo!