Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22660 - kportage-0.6.1 linked to python-2.2.2
Summary: kportage-0.6.1 linked to python-2.2.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Hannes Mehnert (RETIRED)
URL:
Whiteboard:
Keywords:
: 22764 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-06-12 00:30 UTC by Mario Vazquez
Modified: 2003-06-18 20:44 UTC (History)
3 users (show)

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


Attachments
fixed python 2.2.3 dependency. (kportage-0.6.1-r1.tar.bz2,659 bytes, application/octet-stream)
2003-06-12 00:36 UTC, Mario Vazquez
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Vazquez 2003-06-12 00:30:32 UTC
kportage-0.6.1.ebuild has a physical dependency of python-2.2.2, when it works with 
python 2.2.3.   

Reproducible: Always
Steps to Reproduce:
1.  Emerge python greater than 2.2.2 
2.  Try to emerge kportage 
Actual Results:  
Emerge will downgrade your python to 2.2.2 

Expected Results:  
kportage should emerge without problems
Comment 1 Mario Vazquez 2003-06-12 00:36:13 UTC
Created attachment 13142 [details]
fixed python 2.2.3 dependency.
Comment 2 Derk W te Bokkel 2003-06-14 23:03:06 UTC
kportage does not run with 2.2.3 in my experience. Does it need to be compiled against it? 
Comment 3 Derk W te Bokkel 2003-06-14 23:06:09 UTC
see also bug 22764 
Comment 4 Derk W te Bokkel 2003-06-14 23:36:36 UTC
yup kportage needs the recompile against 2.2.3 or it will not run. see other comments in bug 
22764 
 
Comment 5 Alastair Tse (RETIRED) gentoo-dev 2003-06-15 12:29:44 UTC
*** Bug 22764 has been marked as a duplicate of this bug. ***
Comment 6 Alastair Tse (RETIRED) gentoo-dev 2003-06-15 12:32:32 UTC
so kportage works after recompiling with python 2.2.3, right? 

i don't have kde, so i need one of the kde guys to check this out.
Comment 7 Roger Hawley 2003-06-15 19:36:58 UTC
I compiled kportage-0.6.1 against python 2.2.3 and I got a seg fault
when trying to run kportage.
Mario Vazquez's fix - kportage-0.6.1-r1- is not in portage yet so I
haven't tried to compile it. Mario says he fixed the python dependency
problem and kportage -r1 will compile against python-.2.2.3.
Comment 8 Caleb Tennis (RETIRED) gentoo-dev 2003-06-16 06:03:19 UTC
I tried, but it goes so slow for me (I presume it's caching the portage directories) that it's 
unbearable to sit and wait.  I'll retry again at home and see what happens there. 
Comment 9 Caleb Tennis (RETIRED) gentoo-dev 2003-06-18 08:35:00 UTC
Okay, the python dependency problem has been fixed for a few days now.  A re-emerge of 
kportage seems to work fine for me.  Closing as FIXED. 
Comment 10 Roger Hawley 2003-06-18 19:13:37 UTC
It may be fixed for you but not for me. I unmerged kportage and then emerged
Kportage-0.6.1. The emerge succeeded but when I tried to run kportage
I still get a seg fault from kde.Here is the KDE Crash Handler Backtrace.

(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...[New Thread 16384 (LWP 24353)]
0x410bd1c7 in waitpid ()
   from /lib/libpthread.so.0
#0  0x410bd1c7 in waitpid () from /lib/libpthread.so.0
#1  0x406fd0ac in KCrash::defaultCrashHandler(int) ()
   from /usr/kde/3.1/lib/libkdecore.so.4
#2  0x410bc03c in __pthread_sighandler () from /lib/libpthread.so.0
#3  <signal handler called>
#4  0x080a8ba3 in PortagePython::stringFromClassMethod(char*, char*, _object*)
    ()
#5  0x080a8f12 in PortagePython::readConfig() ()
#6  0x080c2924 in ParseMakeConfs::readConfig() ()
#7  0x080c20af in ParseMakeConfs::ParseMakeConfs(QMap<QString, QString>*) ()
#8  0x080b6c2c in Config::Config() ()
#9  0x080b6f26 in Config::instance() ()
#10 0x0808952e in KPortageApp::initActions() ()
#11 0x08086b43 in KPortageApp::KPortageApp(QWidget*, char const*) ()
#12 0x0808f31e in main ()
#13 0x4114b7a7 in __libc_start_main () from /lib/libc.so.6


I am using python-2.2.3
Comment 11 Roger Hawley 2003-06-18 20:44:36 UTC
Running kportage from konsole -

bash-2.05b$ kportage
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
kportage: Can't load module

This is beyond me.