Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38178 - packages for alpha use
Summary: packages for alpha use
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: Alpha Linux
: High normal (vote)
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-14 08:19 UTC by Allan Graves
Modified: 2004-01-14 10:36 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 Allan Graves 2004-01-14 08:19:18 UTC
psi 0.9 compiles and runs on alpha

gtkmm-2.2.8 && 1.2.9-r2  
libsigc++ 1.2.5 && 1.0.4-r2
gnomemm-1.2.3-r1  (after modifying ebuild to have >= gtkmm-1.2*)


gabber-0.8.8?

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

Actual Results:  
With the lower version numbers, the gabber software ran.  The higher version
numbers compiled, but gabber did not use them, so I cannot verfiy their working
order.  Gabber seems to seg fault eveyr so often....  

Expected Results:  
not seg fault....
Comment 1 Allan Graves 2004-01-14 08:25:23 UTC
whoops.  forget that line about modifying the ebuild.  I forgot to delete that.
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2004-01-14 10:36:59 UTC
I've marked these all ~alpha.  Thanks!

Regarding gabber segfaults, you're likely hitting 64-bit issues.  You could build gabber with CFLAGS="-O0 -ggdb" CXXFLAGS="-O0 -ggdb" FEATURES=nostrip to get a debuggable binary, then run gdb on it to catch the segfault in action.  Then open another bug with the backtrace (and hopefully a patch ;-)