Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Alexandre Prokoudine <alexandre.prokoudine@gm...> - 2006-11-22 17:36:46
|
Hi, A user reports in the Audacity's forum that on FC6 and wx 2.6.3 building of 1.3.2beta fails. The log is here: http://www.inf.ufpr.br/bmuller/pr-audacity Alexandre |
From: Alexandre Prokoudine <alexandre.prokoudine@gm...> - 2008-10-15 21:17:53
|
On Ubuntu Intrepid Ibex beta: Making all in libtwolame make[3]: Вход в каталог `/home/avp/soft/svn/audacity/lib-src/twolame/libtwolame' /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../build -I ../build/ -g -O2 -std=c99 -Wunused -Wall -O3 -MT ath.lo -MD -MP -MF .deps/ath.Tpo -c -o ath.lo ath.c ../libtool: line 838: X--tag=CC: command not found ../libtool: line 871: libtool: ignoring unknown tag : command not found ../libtool: line 838: X--mode=compile: command not found ../libtool: line 1005: *** Warning: inferring the mode of operation is deprecated.: command not found ../libtool: line 1006: *** Future versions of Libtool will require --mode=MODE be specified.: command not found ../libtool: line 1149: Xgcc: command not found ../libtool: line 1149: X-DHAVE_CONFIG_H: command not found ../libtool: line 1149: X-I.: command not found ../libtool: line 1149: X-I../build: No such file or directory ../libtool: line 1149: X-I: command not found ../libtool: line 1149: X../build/: No such file or directory ../libtool: line 1149: X-g: command not found ../libtool: line 1149: X-O2: command not found ../libtool: line 1149: X-std=c99: command not found ../libtool: line 1149: X-Wunused: command not found ../libtool: line 1149: X-Wall: command not found ../libtool: line 1149: X-O3: command not found ../libtool: line 1149: X-MT: command not found ../libtool: line 1149: Xath.lo: command not found ../libtool: line 1149: X-MD: command not found ../libtool: line 1149: X-MP: command not found ../libtool: line 1149: X-MF: command not found ../libtool: line 1149: X.deps/ath.Tpo: No such file or directory ../libtool: line 1149: X-c: command not found ../libtool: line 1202: Xath.lo: command not found ../libtool: line 1207: libtool: compile: cannot determine name of library object from `': command not found make[3]: *** [ath.lo] Error 1 make[3]: Exit `/home/avp/soft/svn/audacity/lib-src/twolame/libtwolame' make[2]: *** [all-recursive] Error 1 make[2]: Exit `/home/avp/soft/svn/audacity/lib-src/twolame' make[1]: *** [libtwolame-recursive] Error 2 make[1]: Exit `/home/avp/soft/svn/audacity/lib-src' make: *** [audacity] Error 2 Before that: Finished configure: LIBVORBIS: using SYSTEM libraries LIBMAD: using SYSTEM libraries LIBSNDFILE: using SYSTEM libraries LIBFLAC: using SYSTEM libraries LIBID3TAG: using SYSTEM libraries LIBSAMPLERATE: disabled LIBRESAMPLE: using LOCAL libraries LIBSOUNDTOUCH: using SYSTEM libraries LIBNYQUIST: using LOCAL libraries LIBVAMP: using SYSTEM libraries LIBEXPAT: using SYSTEM libraries LIBTWOLAME: using LOCAL libraries FFMPEG: using LOCAL libraries LIBLRDF: using SYSTEM libraries SLV2: using LOCAL libraries REDLAND: using LOCAL libraries PORTSMF: using LOCAL libraries ladspa: enabled audiounits: disabled prefix=/usr/local/ portaudio: v19 Is reproducible with installed libtwolame-dev from repo. Ideas? P.S. This is a clean CVS checkout. Alexandre |
From: Richard Ash <richard@au...> - 2008-10-17 22:17:34
|
On Thu, 2008-10-16 at 01:17 +0400, Alexandre Prokoudine wrote: > Making all in libtwolame > make[3]: Вход в каталог `/home/avp/soft/svn/audacity/lib-src/twolame/libtwolame' > /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. > -I../build -I ../build/ -g -O2 -std=c99 -Wunused -Wall -O3 -MT > ath.lo -MD -MP -MF .deps/ath.Tpo -c -o ath.lo ath.c > ../libtool: line 838: X--tag=CC: command not found > ../libtool: line 1207: libtool: compile: cannot determine name of > library object from `': command not found > make[3]: *** [ath.lo] Error 1 > make[3]: Exit `/home/avp/soft/svn/audacity/lib-src/twolame/libtwolame' > make[2]: *** [all-recursive] Error 1 > make[2]: Exit `/home/avp/soft/svn/audacity/lib-src/twolame' > make[1]: *** [libtwolame-recursive] Error 2 > make[1]: Exit `/home/avp/soft/svn/audacity/lib-src' > make: *** [audacity] Error 2 > > Before that: > LIBEXPAT: using SYSTEM libraries > LIBTWOLAME: using LOCAL libraries > FFMPEG: using LOCAL libraries > LIBLRDF: using SYSTEM libraries It looks like something has hosed the libtwolame build for you. Presumably if you run configure with --with-libtwolame=no then it works (or at least breaks somewhere else)? > Is reproducible with installed libtwolame-dev from repo. Do you mean it still breaks in Audacity in the same place, or that it breaks in the equivalent place in twolame? If you have the libtwolame-dev package installed (and it is >= 0.3.9) then that should be detected and used in preference to the copy in audacity CVS, which should side-step the problem. I'm confused by all the 'X' in the error messages - it looks like all the arguments have been mangled somewhere and had 'X' prepended. Problem with libtool on the system and the version used to libtoolise the twolame package not being the same (this seems to break a lot of stuff, which is then fixed by running libtoolize in the offending directory). Richard |
From: Alexandre Prokoudine <alexandre.prokoudine@gm...> - 2008-10-17 23:25:19
|
On Sat, Oct 18, 2008 at 1:47 AM, Richard Ash wrote: > It looks like something has hosed the libtwolame build for you. > Presumably if you run configure with --with-libtwolame=no then it works > (or at least breaks somewhere else)? Oh, and using --with-slv2=no I finally get it to build Alexandre |
From: Alexandre Prokoudine <alexandre.prokoudine@gm...> - 2008-10-17 23:03:01
|
On Sat, Oct 18, 2008 at 1:47 AM, Richard Ash wrote: > It looks like something has hosed the libtwolame build for you. > Presumably if you run configure with --with-libtwolame=no then it works > (or at least breaks somewhere else)? > >> Is reproducible with installed libtwolame-dev from repo. > Do you mean it still breaks in Audacity in the same place, or that it > breaks in the equivalent place in twolame? Breaks somewhere else: make[3]: Вход в каталог `/home/avp/soft/svn/audacity/lib-src/slv2/src' /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../config -std=c99 -I/home/avp/soft/svn/audacity/lib-src/slv2 -I../../redland/raptor/src -I../../redland/rasqal/src -I../../redland/librdf -DLIBSLV2_SOURCE -g -O2 -DNDEBUG -DLIBRDF_DEBUG -std=c99 -pipe -fmessage-length=999 -DCONFIG_H_PATH=\"/home/avp/soft/svn/audacity/lib-src/slv2/config/config.h\" -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo plugin.c ../libtool: line 838: X--tag=CC: command not found ../libtool: line 871: libtool: ignoring unknown tag : command not found ../libtool: line 838: X--mode=compile: command not found ../libtool: line 1005: *** Warning: inferring the mode of operation is deprecated.: command not found ../libtool: line 1006: *** Future versions of Libtool will require --mode=MODE be specified.: command not found ../libtool: line 1149: Xgcc: command not found ../libtool: line 1149: X-DHAVE_CONFIG_H: command not found ../libtool: line 1149: X-I.: command not found ../libtool: line 1149: X-I../config: No such file or directory ../libtool: line 1149: X-std=c99: command not found ../libtool: line 1149: X-I/home/avp/soft/svn/audacity/lib-src/slv2: No such file or directory ../libtool: line 1149: X-I../../redland/raptor/src: No such file or directory ../libtool: line 1149: X-I../../redland/rasqal/src: No such file or directory ../libtool: line 1149: X-I../../redland/librdf: No such file or directory ../libtool: line 1149: X-DLIBSLV2_SOURCE: command not found ../libtool: line 1149: X-g: command not found ../libtool: line 1149: X-O2: command not found ../libtool: line 1149: X-DNDEBUG: command not found ../libtool: line 1149: X-DLIBRDF_DEBUG: command not found ../libtool: line 1149: X-std=c99: command not found ../libtool: line 1149: X-pipe: command not found ../libtool: line 1149: X-fmessage-length=999: command not found ../libtool: line 1149: X-DCONFIG_H_PATH="/home/avp/soft/svn/audacity/lib-src/slv2/config/config.h": No such file or directory ../libtool: line 1149: X-MT: command not found ../libtool: line 1149: Xplugin.lo: command not found ../libtool: line 1149: X-MD: command not found ../libtool: line 1149: X-MP: command not found ../libtool: line 1149: X-MF: command not found ../libtool: line 1149: X.deps/plugin.Tpo: No such file or directory ../libtool: line 1149: X-c: command not found ../libtool: line 1202: Xplugin.lo: command not found ../libtool: line 1207: libtool: compile: cannot determine name of library object from `': command not found make[3]: *** [plugin.lo] Error 1 make[3]: Exiting `/home/avp/soft/svn/audacity/lib-src/slv2/src' make[2]: *** [all-recursive] Error 1 make[2]: Exiting `/home/avp/soft/svn/audacity/lib-src/slv2' make[1]: *** [slv2-recursive] Error 2 make[1]: Exiting `/home/avp/soft/svn/audacity/lib-src' make: *** [audacity] Error 2 > If you have the libtwolame-dev package installed (and it is >= 0.3.9) > then that should be detected and used in preference to the copy in > audacity CVS, which should side-step the problem. 0.3.12 here > I'm confused by all the 'X' in the error messages - it looks like all > the arguments have been mangled somewhere and had 'X' prepended. Problem > with libtool on the system and the version used to libtoolise the > twolame package not being the same (this seems to break a lot of stuff, > which is then fixed by running libtoolize in the offending directory). My guess is that autotools/libtool are probably badly broken in Intrepid. I do get error on config.sub when I build other applications from CVS/SVN (which means I run ./autogen.sh). Could be a whole nest of bugs, really. Alexandre |
From: Richard Ash <richard@au...> - 2008-10-19 14:14:07
|
On Sat, 2008-10-18 at 03:02 +0400, Alexandre Prokoudine wrote: > > I'm confused by all the 'X' in the error messages - it looks like all > > the arguments have been mangled somewhere and had 'X' prepended. Problem > > with libtool on the system and the version used to libtoolise the > > twolame package not being the same (this seems to break a lot of stuff, > > which is then fixed by running libtoolize in the offending directory). > > My guess is that autotools/libtool are probably badly broken in > Intrepid. I do get error on config.sub when I build other applications > from CVS/SVN (which means I run ./autogen.sh). Could be a whole nest > of bugs, really. Currently it's breaking on all the things that use libtool, and not on others, which suggests something in libtool. Depending on what is going on in autogen.sh (which depends on the authors of the script) it may well be breaking in the same way there. I think your diagnosis of a problem with autotools or their prerequisites is probably right, I would guess at libtool's stack, especially if you can run aclocal -I m4/ autoconf in the top level of the audacity build tree and still build audacity (that needs a working autoconf and hence m4, but not automake or libtool). You could also try lib-src/portsmf/ which uses autoconf and automake by not libtool (because it's using automake, just touch configure.ac and Makefile.am then run make to trigger a rebuild) to narrow it down further. Richard |
From: Richard Ash <richard@au...> - 2006-11-22 20:23:05
|
On Wed, 2006-11-22 at 20:29 +0300, Alexandre Prokoudine wrote: > A user reports in the Audacity's forum that on FC6 and wx 2.6.3 > building of 1.3.2beta fails. The log is here: > http://www.inf.ufpr.br/bmuller/pr-audacity I think it's a missing include problem, because Leyland delt with a similar one on audacity-help a couple of days ago, I'll look for the email when I get home. Richard |
From: Richard Ash <richard@au...> - 2006-11-22 22:14:09
|
On Wed, 2006-11-22 at 20:22 +0000, Richard Ash wrote: > On Wed, 2006-11-22 at 20:29 +0300, Alexandre Prokoudine wrote: > > A user reports in the Audacity's forum that on FC6 and wx 2.6.3 > > building of 1.3.2beta fails. The log is here: > > http://www.inf.ufpr.br/bmuller/pr-audacity > > I think it's a missing include problem, because Leyland delt with a > similar one on audacity-help a couple of days ago, I'll look for the > email when I get home. In that case the fix was to add #include <wx/arrstr.h> to the start of the other #includes in FileFormat.cpp, or just to get CVS rather than the tarball (where it should be fixed already). Richard > Richard > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Audacity-devel mailing list > Audacity-devel@... > https://lists.sourceforge.net/lists/listinfo/audacity-devel |