Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48411 - New version of MusE sequencer (media-sound/museseq); partially working ebuild attatched.
Summary: New version of MusE sequencer (media-sound/museseq); partially working ebuild...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL: http://lmuse.sourceforge.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-04-19 15:02 UTC by Daniel Holth
Modified: 2004-06-16 18:14 UTC (History)
1 user (show)

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


Attachments
compiles, does not install, muse sequencer. (museseq-0.7.0_pre1.ebuild,2.45 KB, text/plain)
2004-04-19 15:05 UTC, Daniel Holth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Holth 2004-04-19 15:02:04 UTC
Version 0.7pre1 is now available.

This ebuild, based on the newest available ebuild, compiles the program but fails on install.

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




Portage 2.0.50-r6 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.2-r9, 2.6.4-ck1-preempt)
=================================================================
System uname: 2.6.4-ck1-preempt i686 AMD Athlon(TM) XP 1600+
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.7.7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
CHOST="i686-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/lib/mozilla/defaults/pref
/usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
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="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X alsa apache2 apm arts avi berkdb bonobo cdr crypt cups encode esd
flac foomaticdb gdbm gif gnome gphoto2 gpm gtk gtk2 gtkhtml guile imlib jack
java jpeg kde ldap libg++ libwww mad mikmod mmx motif mozilla mpeg ncurses nls
oggvorbis opengl oss pam pdflib perl png ppds python qt quicktime readline sdl
slang speex spell ssl svga tcltk tcpd tetex truetype usb x86 xml2 xmms xv zlib"
Comment 1 Daniel Holth 2004-04-19 15:05:01 UTC
Created attachment 29658 [details]
compiles, does not install, muse sequencer.
Comment 2 phaidros 2004-04-28 04:47:05 UTC
does not copile for me:

make[5]: Entering directory `/var/tmp/portage/museseq-0.7.0_pre1/work/muse-0.7.0pre1/synti/fluid'
if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -fno-exceptions -Wall -W -D_GNU_SOURCE -D_REENTRANT   -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT   -I../.. -I../../muse/widgets -I/usr/qt/3/include -I.. -I../../synti   -fPIC -O3 -ffast-math -fno-exceptions -fno-rtti -pipe -mcpu=750 -MT fluid.lo -MD -MP -MF ".deps/fluid.Tpo" \
  -c -o fluid.lo `test -f 'fluid.cpp' || echo './'`fluid.cpp; \
then mv -f ".deps/fluid.Tpo" ".deps/fluid.Plo"; \
else rm -f ".deps/fluid.Tpo"; exit 1; \
fi
rm -f .libs/fluid.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -fno-exceptions -Wall -W -D_GNU_SOURCE -D_REENTRANT -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -I../.. -I../../muse/widgets -I/usr/qt/3/include -I.. -I../../synti -fPIC -O3 -ffast-math -fno-exceptions -fno-rtti -pipe -mcpu=750 -MT fluid.lo -MD -MP -MF .deps/fluid.Tpo -c fluid.cpp  -fPIC -DPIC -o .libs/fluid.lo
fluid.cpp: In member function `void ISynth::sysexSoundFont(SfOp, const char*)':
fluid.cpp:435: `write' undeclared (first use this function)
fluid.cpp:435: (Each undeclared identifier is reported only once for each
   function it appears in.)
fluid.cpp: In member function `void ISynth::noRTHelper()':
fluid.cpp:461: `read' undeclared (first use this function)
fluid.cpp: In member function `bool ISynth::init(const char*)':
fluid.cpp:504: `pipe' undeclared (first use this function)
make[5]: *** [fluid.lo] Error 1
make[5]: Leaving directory `/var/tmp/portage/museseq-0.7.0_pre1/work/muse-0.7.0pre1/synti/fluid'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/var/tmp/portage/museseq-0.7.0_pre1/work/muse-0.7.0pre1/synti/fluid'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/museseq-0.7.0_pre1/work/muse-0.7.0pre1/synti'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/museseq-0.7.0_pre1/work/muse-0.7.0pre1/synti'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/museseq-0.7.0_pre1/work/muse-0.7.0pre1'
make: *** [all] Error 2


emerge info 
Portage 2.0.50-r6 (default-ppc-2004.0, gcc-3.2.3, glibc-2.3.2-r9, 2.6.3-3)
=================================================================
System uname: 2.6.3-3 ppc 750FX
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="ppc ~ppc"
AUTOCLEAN="yes"
CFLAGS="-pipe -mcpu=750"
CHOST="powerpc-unknown-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/lib/pbbuttons /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-pipe -mcpu=750"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache"
GENTOO_MIRRORS="ftp://ftp.easynet.nl/mirror/gentoo/ ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/"
MAKEOPTS="-j2"
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 X509 aalib acl alsa apache2 ardour-ksi arts autofs berkdb cdr chroot clamav crypt cups dga dillo dv dvd dvdr encode esd ethereal fastcgi fbcon fbdev ffmpeg flac flash fluidsynth foomaticdb freetype gdbm geoip gif gimpprint gnome gnome-libs gnomedb gphoto2 gpm gps gstreamer gtk gtk2 gtkhtml hbci idea imagemagick imap imlib ipv6 j-noaim j-nomsn j-nomuconf j-noyahoo jabber jack jack-caps jack-tmpfs java javascript jpeg kde kerberos krb4 ladcca lcms ldap libwww maildir md5sum mdb memlimit minimal mitshm mldonkeypango motif mozilla moznocompose moznoirc moznomail mozp3p mozsvg mozxmlterm mpeg mpeg4 music nocd oav oggvorbis opengl operanom2 ospfapi oss pam pcap pdflib perl php png postgres ppc ppds prelude python qt quicktime radeon readline samba sasl scanner sdl skey slang snmp socks5 sox speex ssl svg tcltk tcpd tiff transcode truetype usb videos wmf wsconvert wxwindows xface xinerama xmms xv xvid zeo zlib"
Comment 3 Jeremy Huddleston (RETIRED) gentoo-dev 2004-05-15 00:32:56 UTC
can you please test/update this ebuild for pre2 and verify that it compiles and installs properly.

Thanks.
Comment 4 Jeremy Huddleston (RETIRED) gentoo-dev 2004-06-16 18:14:13 UTC
I don't want to use the development releases unless it is really neccessary... pleasse ping me when 0.7 is final