Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28356 - zynaddsubfx failed to emerge
Summary: zynaddsubfx failed to emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-10 06:43 UTC by Sebastian Liechti
Modified: 2003-09-20 03:58 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 Sebastian Liechti 2003-09-10 06:43:37 UTC
Following error occurs when i try to emerge zynaddsubfx:

emerge zynaddsubfx
Calculating dependencies ...done!
>>> emerge (1 of 1) media-sound/zynaddsubfx-1.4.2 to /
>>> md5 src_uri ;-) ZynAddSubFX-1.4.2.tar.gz
>>> Unpacking source...
>>> Unpacking ZynAddSubFX-1.4.2.tar.gz to /var/tmp/portage/zynaddsubfx-1.4.2/work
>>> Source unpacked.
 * Applying zynaddsubfx-1.4.2.patch...                                         
                                                                          [ ok
]make -C UI all
make[1]: Entering directory
`/var/tmp/portage/zynaddsubfx-1.4.2/work/ZynAddSubFX-1.4.2/src/UI'
fluid -c WidgetPDial.fl
gcc -O6  -DOS_LINUX -DALSAMIDIIN -DJACKAUDIOOUT `fltk-config --cflags` 
`pkg-config --cflags jack`   -c -o WidgetPDial.o WidgetPDial.cc
fluid -c EnvelopeUI.fl
gcc -O6  -DOS_LINUX -DALSAMIDIIN -DJACKAUDIOOUT `fltk-config --cflags` 
`pkg-config --cflags jack`   -c -o EnvelopeUI.o EnvelopeUI.cc
fluid -c LFOUI.fl
gcc -O6  -DOS_LINUX -DALSAMIDIIN -DJACKAUDIOOUT `fltk-config --cflags` 
`pkg-config --cflags jack`   -c -o LFOUI.o LFOUI.cc
fluid -c FilterUI.fl
gcc -O6  -DOS_LINUX -DALSAMIDIIN -DJACKAUDIOOUT `fltk-config --cflags` 
`pkg-config --cflags jack`   -c -o FilterUI.o FilterUI.cc
fluid -c VirKeyboard.fl
gcc -O6  -DOS_LINUX -DALSAMIDIIN -DJACKAUDIOOUT `fltk-config --cflags` 
`pkg-config --cflags jack`   -c -o VirKeyboard.o VirKeyboard.cc
In file included from ../Misc/Util.h:31,
                 from ../Effects/Effect.h:27,
                 from ../Effects/EffectMgr.h:28,
                 from ../Misc/Master.h:28,
                 from VirKeyboard.h:9,
                 from VirKeyboard.cc:3:
../DSP/FFTwrapper.h:28:18: fftw.h: Datei oder Verzeichnis nicht gefunden
In file included from ../Misc/Util.h:31,
                 from ../Effects/Effect.h:27,
                 from ../Effects/EffectMgr.h:28,
                 from ../Misc/Master.h:28,
                 from VirKeyboard.h:9,
                 from VirKeyboard.cc:3:
../DSP/FFTwrapper.h:45: error: Syntaxfehler before `*' token
../DSP/FFTwrapper.h:46: error: parse error before `,' token
make[1]: *** [VirKeyboard.o] Fehler 1
make[1]: Leaving directory
`/var/tmp/portage/zynaddsubfx-1.4.2/work/ZynAddSubFX-1.4.2/src/UI'
make: *** [all] Fehler 2
 
!!! ERROR: media-sound/zynaddsubfx-1.4.2 failed.
!!! Function src_compile, Line 27, Exitcode 2
!!! compile failed


The two packages fftw and ftlk are installed correctly. Is there a problem with
some header files?


Portage 2.0.49-r3 (default-x86-1.4, gcc-3.3.1, glibc-2.3.2-r1, 2.4.22)
=================================================================
System uname: 2.4.22 i686 AMD Athlon(tm) XP 1700+
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -pipe -mmmx -msse -m3dnow -ffast-math -mfpmath=sse
-fforce-addr -fomit-frame-pointer -funroll-loops -frerun-loop-opt
-frerun-cse-after-loop -falign-functions=4 -fexpensive-optimizations -malign-double"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe -mmmx -msse -m3dnow -ffast-math
-mfpmath=sse -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-loop-opt
-frerun-cse-after-loop -falign-functions=4 -fexpensive-optimizations -malign-double"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="http://sunsite.cnlab-switch.ch/ftp/mirror/gentoo
ftp://ftp.solnet.ch/mirror/Gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="oss apm crypt foomaticdb jpeg libg++ mad mikmod spell gtkhtml gdbm berkdb
slang readline tetex ggi tcltk guile pam libwww python imlib gtk motif 3dnow
aalib acpi alsa arts avi bonobo cdr cups encode esd fbcon gif gnome gpm gtk2
java jikes kde mbox mmx mozilla mpeg ncurses nls oggvorbis opengl pdflib perl
png qt quicktime samba sdl sse ssl svga tcpd tiff truetype X xml xml2 xmms xv
zlib x86"
Comment 1 J. Ellis (RETIRED) gentoo-dev 2003-09-20 03:58:57 UTC
Fixed depend, needs fftw-2.x. Version bump also. 

Thanks.