Built aptitude for Diablo using a cs2007 toolchain in scratchbox and aptitiude and Eugene Agafonov's port. It segfaults with its graphical interface (occurs due to "pkg_tree_ref tree=pkg_tree::create(grpstr.c_str(), grp);" line in ui.cc) but it's working well for command line (aptitude download whatever etc).
It seems aptitude in the repos segfaults due to this reason. I'd like to use its ncurses frontend... Search over the web for info on this segfault, nothing, anyone have a clue how I could recompile to remove the segfault?