Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Portato - A Portage GUI
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 18, 19, 20  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Necoro
Veteran
Veteran


Joined: 18 Dec 2005
Posts: 1912
Location: Germany

PostPosted: Sat Dec 12, 2009 6:04 pm    Post subject: Reply with quote

Just a guess: It is still recorded in /var/lib/portage/world for some reason or another?
_________________
Inter Deum Et Diabolum Semper Musica Est.
Back to top
View user's profile Send private message
r3tep
Tux's lil' helper
Tux's lil' helper


Joined: 10 Sep 2005
Posts: 108

PostPosted: Sun Dec 13, 2009 9:34 am    Post subject: Reply with quote

Yes, it was. I removed that line and everything is fine.
Back to top
View user's profile Send private message
Necoro
Veteran
Veteran


Joined: 18 Dec 2005
Posts: 1912
Location: Germany

PostPosted: Wed Mar 03, 2010 7:45 pm    Post subject: Reply with quote

Thanks to cla, the version 0.13.1 is finally in the tree (waiting for it since November). It fixes a GLib bug and a bug with saving use-flags and stuff.
_________________
Inter Deum Et Diabolum Semper Musica Est.
Back to top
View user's profile Send private message
Shingoshi
Tux's lil' helper
Tux's lil' helper


Joined: 18 Jan 2007
Posts: 128
Location: Salem, Oregon USA

PostPosted: Wed Mar 03, 2010 8:31 pm    Post subject: I am sooo glad to see that you are still working on this... Reply with quote

Necoro wrote:
Thanks to cla, the version 0.13.1 is finally in the tree (waiting for it since November). It fixes a GLib bug and a bug with saving use-flags and stuff.

I've been away from Gentoo too long and need to return to finish what I started. I'm glad I got this notification to inspire me to get back to work.

Glad still you're around,
Xavian-Anderson Macpherson
Shingoshi
_________________
The immediate equalization of all knowledge among all beings.
Xneutato - The Cluster-Distributed Package Development and Management Framework
http://portato.origo.ethz.ch/forum/23
Shingoshi's User Styles for Firefox
http://userstyles.org/users/3665
Back to top
View user's profile Send private message
Necoro
Veteran
Veteran


Joined: 18 Dec 2005
Posts: 1912
Location: Germany

PostPosted: Sun Apr 18, 2010 3:41 pm    Post subject: Upcoming Release 0.14 Reply with quote

Hi all,

a new release is planned to be released in the next weeks (I would say the first weekend in May). So I ask everybody to check the current alpha to find bugs before they are included in the release :)

The new release will come with these new features:
- allow eix as backend DB --> allow to search descriptions
- show the list of world packages
- add an icon to signal the 'best' version for a package
- added Italian translation (thx to Ponsi)
- added French translation (thx to Clément 'moonpyk' Bourgeois)
- fix bugmail sending

To install the alpha version do the following:
layman -a portato
emerge -av =app-portage/portato-0.14_alpha

Note that there is no more need to specify a file for layman. The portato overlay is now included in the Gentoo repositories list. Oh ... and you are planning to do a translation for portato -- now is the time to get it done and it being included in the next version :)
_________________
Inter Deum Et Diabolum Semper Musica Est.
Back to top
View user's profile Send private message
Necoro
Veteran
Veteran


Joined: 18 Dec 2005
Posts: 1912
Location: Germany

PostPosted: Tue May 11, 2010 9:57 pm    Post subject: Reply with quote

0.14 has hit the tree :) feel free to upgrade
_________________
Inter Deum Et Diabolum Semper Musica Est.
Back to top
View user's profile Send private message
Necoro
Veteran
Veteran


Joined: 18 Dec 2005
Posts: 1912
Location: Germany

PostPosted: Tue Sep 07, 2010 2:42 pm    Post subject: Reply with quote

Short announcement: Portato-0.14.1 has been released. Should fix problems with the new portage versions 2.1.9 and 2.2_rc7x
_________________
Inter Deum Et Diabolum Semper Musica Est.
Back to top
View user's profile Send private message
norg
Tux's lil' helper
Tux's lil' helper


Joined: 23 Aug 2010
Posts: 104
Location: Augsburg (Germany)

PostPosted: Tue Sep 07, 2010 2:50 pm    Post subject: Reply with quote

http://necoro.eu/portato/screenshots

Code:
IOError: [Errno 13] Permission denied: '/var/www/webpy/portato/static/images/tmp/thumb-console.png'


just fyi :) maybe you can fix it.
Back to top
View user's profile Send private message
Necoro
Veteran
Veteran


Joined: 18 Dec 2005
Posts: 1912
Location: Germany

PostPosted: Tue Sep 07, 2010 5:26 pm    Post subject: Reply with quote

norg wrote:
http://necoro.eu/portato/screenshots

Code:
IOError: [Errno 13] Permission denied: '/var/www/webpy/portato/static/images/tmp/thumb-console.png'


just fyi :) maybe you can fix it.

Fixed ... thx :)
_________________
Inter Deum Et Diabolum Semper Musica Est.
Back to top
View user's profile Send private message
dolphinaura
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2010
Posts: 145

PostPosted: Wed Oct 13, 2010 10:33 pm    Post subject: Reply with quote

just found that if your using grsecurity/PaX,
Code:

sudo paxctl -m -s /usr/bin/python2.6

is needed for portato to start, otherwise it will output a memory error.
Code:

Traceback (most recent call last):
  File "/usr/bin/portato", line 20, in <module>
    start()
  File "/usr/lib64/python2.6/site-packages/portato/__init__.py", line 90, in start
    from .gui import run
  File "/usr/lib64/python2.6/site-packages/portato/gui/__init__.py", line 16, in <module>
    from .exception_handling import register_ex_handler
  File "/usr/lib64/python2.6/site-packages/portato/gui/exception_handling.py", line 23, in <module>
    from .windows.mailinfo import MailInfoWindow
  File "/usr/lib64/python2.6/site-packages/portato/gui/windows/mailinfo.py", line 22, in <module>
    from .basic import AbstractDialog
  File "/usr/lib64/python2.6/site-packages/portato/gui/windows/basic.py", line 26, in <module>
    import ctypes
  File "/usr/lib64/python2.6/ctypes/__init__.py", line 546, in <module>
    CFUNCTYPE(c_int)(lambda: None)
MemoryError
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File "/usr/lib64/python2.6/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/usr/lib64/python2.6/site-packages/portato/listener.py", line 116, in close
    if self.mq is not None:
AttributeError: 'Listener' object has no attribute 'mq'
Error in sys.exitfunc:
Traceback (most recent call last):
  File "/usr/lib64/python2.6/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/usr/lib64/python2.6/site-packages/portato/listener.py", line 116, in close
    if self.mq is not None:
AttributeError: 'Listener' object has no attribute 'mq'

_________________
------------------------
Dolphinaura
http://twitter.com/dolphinaura
http://dolphinaura.com
Back to top
View user's profile Send private message
Necoro
Veteran
Veteran


Joined: 18 Dec 2005
Posts: 1912
Location: Germany

PostPosted: Thu Oct 14, 2010 12:08 am    Post subject: Reply with quote

Please see this bug https://bugs.gentoo.org/show_bug.cgi?id=329499 -- it is some python thingy :). And seems to be fixed in certain python versions already (too lazy to read through this bug and write them down)
_________________
Inter Deum Et Diabolum Semper Musica Est.
Back to top
View user's profile Send private message
dolphinaura
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2010
Posts: 145

PostPosted: Thu Oct 14, 2010 12:26 am    Post subject: Reply with quote

Necoro wrote:
Please see this bug https://bugs.gentoo.org/show_bug.cgi?id=329499 -- it is some python thingy :). And seems to be fixed in certain python versions already (too lazy to read through this bug and write them down)
I am actually quite stuck. I cant upgrade python to 2.6.6 because it kills emerge (2.6.6 fixes the bug).
I could use python 3, but some stuff doesn't work with it yet....
*sigh*
I guess the PaX settings above will be there until more stuff supports python 3...
_________________
------------------------
Dolphinaura
http://twitter.com/dolphinaura
http://dolphinaura.com
Back to top
View user's profile Send private message
Necoro
Veteran
Veteran


Joined: 18 Dec 2005
Posts: 1912
Location: Germany

PostPosted: Thu Oct 14, 2010 12:28 am    Post subject: Reply with quote

dolphinaura wrote:
I guess the PaX settings above will be there until more stuff supports python 3...

Portato is unlikely to support python3 btw if noone ports it :). Lack of time currently (and in the foreseeable future) to do so myself. It should not be much to change, but one never knows :)
_________________
Inter Deum Et Diabolum Semper Musica Est.
Back to top
View user's profile Send private message
dol-sen
Retired Dev
Retired Dev


Joined: 30 Jun 2002
Posts: 2805
Location: Richmond, BC, Canada

PostPosted: Thu Oct 14, 2010 4:30 am    Post subject: Reply with quote

dolphinaura wrote:
I am actually quite stuck. I cant upgrade python to 2.6.6 because it kills emerge (2.6.6 fixes the bug)


The solution is to upgrade to >=portage-2.1.9* which work properly with python-2.6.6. I don't know if portato will have any difficulty with python-2.6.6's changes, but I don't think it will. Also all future versions of py3 will also have the changes from 2.6.6

Also Necoro, 2.1.9 is totally portage-2.2 code now with some 2.2 features disabled.
_________________
Brian
Porthole, the Portage GUI frontend irc@freenode: #gentoo-guis, #porthole, Blog
layman, gentoolkit, CoreBuilder, esearch...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 18, 19, 20
Page 20 of 20

 
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