Re: [proaudio] Psychosynth-0.1.1 eautoreconf/aclocal error

[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]




2008/7/8 Jouni Rinne <jouni.rinne@xxxxxxxxxx>:
Mysth-R kirjoitti:
Hi,
and thank you for your ebuild, but psychosynth is always looking for soundtouch and doesn't find it while libsoundtouch is emerged :



checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0. <http://0..9.0.>.. yes

checking for LIBLO... yes
checking for LIBXML... yes
checking for SNDFILE... yes
checking for SOUNDTOUCH... no
checking for VORBIS... yes
checking for ALSA... yes
checking for JACK... yes
checking for OGRE... yes
checking for CEGUI... yes
checking for CEGUIOGRE... yes
checking for OIS... yes
configure: error:

***
*** You need libSoundTouch to compile the program.
*** Install it and run this script again.
***

Really? Well that's strange. You really did use my ebuild as such? And the libsoundtouch is 1.3.1-r1 from portage? At this point, I can only say Works-For-Me(TM), but... could you please post the *whole* output of psychosynth emerge? I'm interested in what happens at the start of configuration.

Well I tryed to re-emerge libsoundtouch, but it's the same. Here is the entire message and the differents command I executed :

mysthr2@mysthr2 /usr/local/portage/layman/pro-audio/media-sound/psychosynth $ sudo rm psychosynth-0.1.1.ebuild
mysthr2@mysthr2 /usr/local/portage/layman/pro-audio/media-sound/psychosynth $ ls -l
total 16
-rw-r--r-- 1 root root  369 Jun  3 10:54 ChangeLog
-rw-r--r-- 1 root root  987 Jul  8 12:00 Manifest
-rw-r--r-- 1 root root  268 Jun  3 10:54 metadata.xml
-rw-r--r-- 1 root root 1480 Jul  8 00:48 psychosynth-0.1.1-r1.ebuild
mysthr2@mysthr2 /usr/local/portage/layman/pro-audio/media-sound/psychosynth $ sudo ebuild psychosynth-0.1.1-r1.ebuild digest
Appending /usr/local/portage/layman/pro-audio to PORTDIR_OVERLAY...
>>> Creating Manifest for /usr/local/portage/layman/pro-audio/media-sound/psychosynth
mysthr2@mysthr2 /usr/local/portage/layman/pro-audio/media-sound/psychosynth $ sudo emerge -av psychosynth

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] media-sound/psychosynth-0.1.1  USE="alsa jack osc psynth3d sndfile vorbis xml -oss" 0 kB [1]

Total: 1 package (1 new), Size of downloads: 0 kB
Portage tree and overlays:
 [0] /usr/portage
 [1] /usr/portage/local/layman/pro-audio

Would you like to merge these packages? [Yes/No] yes
>>> Verifying ebuild Manifests...

>>> Emerging (1 of 1) media-sound/psychosynth-0.1.1 to /
 * psychosynth-0.1.1.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                                                                                                                        [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                                                                               [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                                                                              [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                                                                             [ ok ]
 * checking psychosynth-0.1.1.tar.gz ;-) ...                                                                                                                                                       [ ok ]
>>> Unpacking source...
>>> Unpacking psychosynth-0.1.1.tar.gz to /var/tmp/portage/media-sound/psychosynth-0.1.1/work
/var/tmp/portage/media-sound/psychosynth-0.1..1/temp/environment: line 186: eautoreconf: command not found
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/media-sound/psychosynth-0..1.1/work/psychosynth-0.1.1 ...
 * econf: updating psychosynth-0.1.1/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating psychosynth-0.1.1/config.sub with /usr/share/gnuconfig/config.sub
../configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-alsa --enable-jack --enable-psynth3d --enable-sndfile --enable-vorbis --enable-xml --disable-oss --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-pc-linux-gnu-g++... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes..h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
checking for x86_64-pc-linux-gnu-g77... no
checking for x86_64-pc-linux-gnu-xlf... no
checking for x86_64-pc-linux-gnu-f77... no
checking for x86_64-pc-linux-gnu-frt... no
checking for x86_64-pc-linux-gnu-pgf77... no
checking for x86_64-pc-linux-gnu-cf77.... no
checking for x86_64-pc-linux-gnu-fort77... no
checking for x86_64-pc-linux-gnu-fl32... no
checking for x86_64-pc-linux-gnu-af77... no
checking for x86_64-pc-linux-gnu-xlf90... no
checking for x86_64-pc-linux-gnu-f90... no
checking for x86_64-pc-linux-gnu-pgf90... no
checking for x86_64-pc-linux-gnu-pghpf... no
checking for x86_64-pc-linux-gnu-epcf90... no
checking for x86_64-pc-linux-gnu-gfortran... x86_64-pc-linux-gnu-gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether x86_64-pc-linux-gnu-gfortran accepts -g... yes
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking for objdir... .libs
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for x86_64-pc-linux-gnu-gfortran option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-gfortran PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-gfortran static flag -static works... yes
checking if x86_64-pc-linux-gnu-gfortran supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-gfortran linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
checking for x86_64-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBLO... yes
checking for LIBXML... yes
checking for SNDFILE... yes
checking for SOUNDTOUCH... no
checking for VORBIS... yes
checking for ALSA... yes
checking for JACK... yes
checking for OGRE... yes
checking for CEGUI... yes
checking for CEGUIOGRE... yes
checking for OIS... yes
configure: error:

***
*** You need libSoundTouch to compile the program.
*** Install it and run this script again.
***


!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/media-sound/psychosynth-0.1.1/work/psychosynth-0.1.1/config.log
 *
 * ERROR: media-sound/psychosynth-0.1.1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line  154:  Called econf '--enable-alsa' '--enable-jack' '--enable-psynth3d' '--enable-sndfile' '--enable-vorbis' '--enable-xml' '--disable-oss'
 *               ebuild.sh, line  526:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *  The die message:
 *   econf failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/media-sound/psychosynth-0.1.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-sound/psychosynth-0.1.1/temp/environment'.

 

Cheers,
Mysth-R

--
* ***************************************************************************************
* {^_^} Mysth-R {^_^}
* <= Aide Auditive =>
*
* http://myspace.com/mysthr
* http://myspace.com/aideauditive
* http://mysthr.free.fr/Joomla => Site dédié à l'audio sous Fedora/PlanetCCRMA.
* ***************************************************************************************

Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/