Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Emerge GUI?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Ben2040
Guru
Guru


Joined: 07 May 2003
Posts: 445
Location: UK

PostPosted: Thu May 15, 2003 4:14 pm    Post subject: Emerge GUI? Reply with quote

Hi
I have just been reading a review of Gentoo 1.2 (Old I know but hopefully still relevant) and I saw a mention of "KPortageMaster". I tried ememerging this, to no avail, so looked through the online package list and still couldn't find anything. Does such an application exist? If so how can I get it?!?!??
Back to top
View user's profile Send private message
friday
n00b
n00b


Joined: 07 Feb 2003
Posts: 28
Location: Germany

PostPosted: Thu May 15, 2003 4:20 pm    Post subject: Reply with quote

Hi Ben!

Perhaps you mean app-admin/kportage?
Back to top
View user's profile Send private message
Ben2040
Guru
Guru


Joined: 07 May 2003
Posts: 445
Location: UK

PostPosted: Thu May 15, 2003 4:24 pm    Post subject: Reply with quote

Thanx!!!
Back to top
View user's profile Send private message
Frozenwings
n00b
n00b


Joined: 02 Apr 2003
Posts: 47

PostPosted: Thu May 15, 2003 10:37 pm    Post subject: Reply with quote

Isn't there anything with less requirements?
Back to top
View user's profile Send private message
OkeyMor57
n00b
n00b


Joined: 28 Feb 2003
Posts: 45
Location: FortWorth

PostPosted: Fri May 16, 2003 1:37 am    Post subject: Reply with quote

Kportage is broken on my machine. I did a rsync and emerge system and then emerge world. After which KPortage broke.

Now when I use KPortage to emerge or unmerge, I get :
Quote:

These are the packages that I would merge, in order:
Calculating dependencies  ...done!
[ebuild N ] media-gfx/pixieplus-kde-0.5.4
Error in sys.exitfunc:
Traceback (most recent call last):
File "/usr/lib/python2.2/atexit.py", line 20, in _run_exitfuncs
apply(func, targs, kargs)
File "/usr/bin/emerge", line 201, in emergeexit
emergelog(" *** terminating.")
File "/usr/bin/emerge", line 186, in emergelog
xtermTitle(mystr)
File "/usr/lib/python2.2/site-packages/output.py", line 34, in xtermTitle
myt=os.environ["TERM"]
File "/usr/lib/python2.2/UserDict.py", line 14, in __getitem__
def __getitem__(self, key): return self.data[key]
KeyError: TERM
Traceback (most recent call last):
File "/usr/bin/emerge", line 276, in ?
emergelog("Started emerge on: "+time.strftime("%b %d, %Y %H:%M:%S", time.localtime()))
File "/usr/bin/emerge", line 186, in emergelog
xtermTitle(mystr)
File "/usr/lib/python2.2/site-packages/output.py", line 34, in xtermTitle
myt=os.environ["TERM"]
File "/usr/lib/python2.2/UserDict.py", line 14, in __getitem__
def __getitem__(self, key): return self.data[key]
KeyError: TERM
Error in sys.exitfunc:
Traceback (most recent call last):
File "/usr/lib/python2.2/atexit.py", line 20, in _run_exitfuncs
apply(func, targs, kargs)
File "/usr/bin/emerge", line 201, in emergeexit
emergelog(" *** terminating.")
File "/usr/bin/emerge", line 186, in emergelog
xtermTitle(mystr)
File "/usr/lib/python2.2/site-packages/output.py", line 34, in xtermTitle
myt=os.environ["TERM"]
File "/usr/lib/python2.2/UserDict.py", line 14, in __getitem__
def __getitem__(self, key): return self.data[key]
KeyError: TERM

Does any one have a clue what went wrong?
What are the recent changes to emerge that would cause the error.
BTW kemerge gave the same error message at about the same time which is why I suspect the problem is in emerge emerge by itself works flawlessly as usual.
Back to top
View user's profile Send private message
OkeyMor57
n00b
n00b


Joined: 28 Feb 2003
Posts: 45
Location: FortWorth

PostPosted: Wed May 21, 2003 4:19 pm    Post subject: Reply with quote

I found a resolution of the problem. The solution was the set the FEATURES notitle on in make.conf. emerge tries to update the xterm window title. This causes an error on Kportage and an abort of the emerge process.
Back to top
View user's profile Send private message
OkeyMor57
n00b
n00b


Joined: 28 Feb 2003
Posts: 45
Location: FortWorth

PostPosted: Wed May 21, 2003 6:40 pm    Post subject: Reply with quote

BTW, you also need to edit emerge right about line 202
Code:
 ...
emergelog(" *** terminating.")
exterTitle(os.environ["TERM"])
...

replace with
Code:
...
emergelog(" *** terminating.")
if "notitles" not in portage.features:
exterTitle(os.environ["TERM"])
...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum