First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 27401
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Python Gentoo Team <python@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Aris Basic <aris.basic@silencesoftware.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
pykde-3.7.4-r1.ebuild pykde-3.7.4-r1.ebuild text/plain Carsten Lohrke 2003-09-03 18:00 0000 1.85 KB Details
pykde-3.7.4-r1.ebuild pykde-3.7.4-r1.ebuild - works now with PyQt 3.8.* text/plain Carsten Lohrke 2003-09-18 18:54 0000 1.98 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 27401 depends on: Show dependency tree
Bug 27401 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-08-27 01:22 0000
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 From Caleb Tennis 2003-08-27 08:50:19 0000 -------
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 From Carsten Lohrke 2003-08-27 14:49:20 0000 -------
>>> 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 From Alastair Tse (RETIRED) 2003-09-02 05:20:53 0000 -------
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 From Carsten Lohrke 2003-09-03 17:57:36 0000 -------
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 From Carsten Lohrke 2003-09-03 18:00:22 0000 -------
Created an attachment (id=17023) [edit]
pykde-3.7.4-r1.ebuild

------- Comment #6 From Martin Holzer (RETIRED) 2003-09-05 07:48:08 0000 -------
wrangler

------- Comment #7 From Carsten Lohrke 2003-09-18 18:54:38 0000 -------
Created an attachment (id=17958) [edit]
pykde-3.7.4-r1.ebuild - works now with PyQt 3.8.*

------- Comment #8 From Caleb Tennis 2003-10-02 09:00:47 0000 -------
in portage.  thanks carlo!

First Last Prev Next    No search results available      Search page      Enter new bug