Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46505 - app-portage/abeni-0.0.9 works on amd64
Summary: app-portage/abeni-0.0.9 works on amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-01 11:48 UTC by Holger Seidenberg
Modified: 2004-06-20 11:14 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Holger Seidenberg 2004-04-01 11:48:35 UTC
Please add "~amd64" to the KEYWORDS for app-portage/abeni-0.0.9

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.50-r1 (default-amd64-2004.0, gcc-3.3.3, 
glibc-2.3.3_pre20040207-r0, 2.6.3-gentoo-r2) 
================================================================= 
System uname: 2.6.3-gentoo-r2 x86_64 4 
Gentoo Base System version 1.4.3.13p1 
Autoconf: sys-devel/autoconf-2.59-r3 
Automake: sys-devel/automake-1.8.3 
ACCEPT_KEYWORDS="amd64 ~amd64" 
AUTOCLEAN="yes" 
CFLAGS="-O2" 
CHOST="x86_64-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-O2" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache sandbox" 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="X amd64 apache2 apm arts artswrappersuid avi berkdb bluetooth cdr crypt 
cups curl dvd dvdr encode esd evo fam flash foomaticdb foreign-package 
gd-external gdbm gif gimpprint glade gnome gphoto2 gpm gtk gtk2 gtkhtml imap 
imlib irda isdn jpeg kde lcms ldap libg++ libwww linguas_de mikmod motif mpeg 
mpeg4 mysql ncurses nls nogcj oggvorbis opengl opie oss pam pda pdflib perl 
php png postgres python qt quicktime readline samba scanner sdl slang snmp 
spell ssl tcltk tcpd transcode truetype usb v4l xine xinerama xml2 xmms xv 
xvid zlib"
Comment 1 Jason Huebel (RETIRED) gentoo-dev 2004-04-06 22:52:23 UTC
done
Comment 2 Darren West 2004-06-20 11:14:26 UTC
It compiled fine, but this is what happens when inserting a new URI in the ebuild creation stage:
Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/abeni/abeni.py", line 1017, in OnMnuNew
    self.AddPages()
  File "/usr/lib/python2.3/site-packages/abeni/abeni.py", line 1057, in AddPages
    self.panelChangelog=panels.changelog(self.nb)
  File "/usr/lib/python2.3/site-packages/abeni/panels.py", line 358, in __init__
    self.edChangelog = PythonSTC(self, -1)
  File "/usr/lib/python2.3/site-packages/abeni/panels.py", line 456, in __init__
    self.SetMarginMask(2, wxSTC_MASK_FOLDERS)
  File "/usr/lib/python2.3/site-packages/wxPython/stc_.py", line 285, in SetMarginMask
    val = stc_c.wxStyledTextCtrl_SetMarginMask(self, *_args, **_kwargs)
OverflowError: signed integer is greater than maximum