Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42030 - horgand 0.91 doesn't build
Summary: horgand 0.91 doesn't build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-18 07:40 UTC by Sebastian Redl
Modified: 2004-03-13 01:26 UTC (History)
1 user (show)

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 Sebastian Redl 2004-02-18 07:40:37 UTC
The make process failed at the link stage, with this:
gcc -o horgand *.o `fltk-config --ldflags` -lasound `pkg-config --libs jack` -O6 `fltk-config --cxxflags` `pkg-config --cflags jack`
main.o(.text+0xa9f): In function `jackprocess(unsigned, void*)':
: undefined reference to `Alg1sj(unsigned, void*)'


Reproducible: Always
Steps to Reproduce:
1. emerge sync
2. emerge horgand
3.
Comment 1 Sebastian Redl 2004-02-18 07:45:40 UTC
jack version is 0.80.0 btw
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2004-02-25 23:56:04 UTC
Ok, I just added version 1.06.  Can you please try that out.
Comment 3 Sebastian Redl 2004-02-26 03:59:59 UTC
1.06 compiled cleanly.

It crashes my computer completly on running, but that's a different problem :)
Comment 4 Jeremy Huddleston (RETIRED) gentoo-dev 2004-02-26 04:06:41 UTC
can you provide me with your 'emerge info' output?  It's working fine for me ...
Comment 5 Sebastian Redl 2004-02-26 04:22:59 UTC
Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.6.1-gentoo)
=================================================================
System uname: 2.6.1-gentoo i686 Pentium III (Coppermine)
Gentoo Base System version 1.4.3.13
distcc 2.11.1 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
Autoconf: sys-devel/autoconf-2.58
Automake: sys-devel/automake-1.7.7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium3 -fprefetch-loop-arrays -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -march=pentium3 -fprefetch-loop-arrays -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distcc sandbox"
GENTOO_MIRRORS="http://212.219.247.18/sites/www.ibiblio.org/gentoo/ http://212.219.247.15/sites/www.ibiblio.org/gentoo/ http://212.219.247.16/sites/www.ibiblio.org/gentoo/ http://212.219.247.21/sites/www.ibiblio.org/gentoo/"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apache2 apm arts avi berkdb bonobo crypt cups encode esd foomaticdb gd gdbm gif gnome gpm gstreamer gtk gtk2 guile imlib java jikes jpeg libg++ libwww mad mikmod mmx motif mozilla mpeg mysql ncurses nls oggvorbis opengl oss pam pdflib perl png python quicktime readline samba sdl slang spell sse ssl svga tcltk tcpd truetype x86 xml2 xmms xv zlib"
Comment 6 Jeremy Huddleston (RETIRED) gentoo-dev 2004-02-26 16:19:57 UTC
Can you please provide a gdb backtrace... first setup:

CFLAGS="-g -O2 -march=pentium3"
CXXFLAGS="-g -O2 -march=pentium3"
FEATURES=nostrip

then re-emerge.  Then run:

$ gdb hogrand
(gdb) run
...
SEGFAULT
(gdb) bt

Comment 7 Jeremy Huddleston (RETIRED) gentoo-dev 2004-03-09 11:12:54 UTC
Sebastian, can you please provide us with the backtrace? 
Comment 8 Jeremy Huddleston (RETIRED) gentoo-dev 2004-03-13 01:26:55 UTC
setting fixed as the origional bug listed was fixed, and the "appended" bug is 'WORKSFORME' with no further info provided by the submitter.