* [gentoo-user] libquicktime woes
@ 2006-08-19 19:13 alain.didierjean
2006-08-19 19:28 ` [gentoo-user] " Francesco Talamona
0 siblings, 1 reply; 5+ messages in thread
From: alain.didierjean @ 2006-08-19 19:13 UTC (permalink / raw
To: gentoo-user
Trying to compile libquicktime on a amd 64. Here's what I get:
checking for fseeko... yes
checking for ANSI C header files... (cached) yes
./configure: line 22102: syntax error near unexpected token `have_vorbis=true'
./configure: line 22102: `XIPH_PATH_VORBIS(have_vorbis=true)'
!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/libquicktime-0.9.7-r1/work/libquicktime-0.9.7/config.log
!!! ERROR: media-libs/libquicktime-0.9.7-r1 failed.
Call stack:
ebuild.sh, line 1539: Called dyn_compile
ebuild.sh, line 939: Called src_compile
libquicktime-0.9.7-r1.ebuild, line 56: Called econf '--enable-shared'
'--enable-static' '--disable-mmx' '--disable-firewire' '--without-libdv'
'--with-x' '--without-cpuflags'
ebuild.sh, line 541: Called die
!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if
relevant.
Have you got the same problem ? Is there a fix ? Should I report to bugzilla ?
HGelp welcome
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] Re: libquicktime woes
2006-08-19 19:13 [gentoo-user] libquicktime woes alain.didierjean
@ 2006-08-19 19:28 ` Francesco Talamona
2006-08-20 7:57 ` alain.didierjean
0 siblings, 1 reply; 5+ messages in thread
From: Francesco Talamona @ 2006-08-19 19:28 UTC (permalink / raw
To: gentoo-user
On Saturday 19 August 2006 21:13, alain.didierjean@free.fr wrote:
> Trying to compile libquicktime on a amd 64. Here's what I get:
>
>
>
> checking for fseeko... yes
> checking for ANSI C header files... (cached) yes
> ./configure: line 22102: syntax error near unexpected token
> `have_vorbis=true' ./configure: line 22102:
> `XIPH_PATH_VORBIS(have_vorbis=true)'
>
> !!! Please attach the following file when filing a report to
> bugs.gentoo.org: !!!
> /var/tmp/portage/libquicktime-0.9.7-r1/work/libquicktime-0.9.7/config
>.log
>
> !!! ERROR: media-libs/libquicktime-0.9.7-r1 failed.
> Call stack:
> ebuild.sh, line 1539: Called dyn_compile
> ebuild.sh, line 939: Called src_compile
> libquicktime-0.9.7-r1.ebuild, line 56: Called econf
> '--enable-shared' '--enable-static' '--disable-mmx'
> '--disable-firewire' '--without-libdv' '--with-x'
> '--without-cpuflags'
> ebuild.sh, line 541: Called die
>
> !!! econf failed
> !!! If you need support, post the topmost build error, and the call
> stack if relevant.
>
> Have you got the same problem ? Is there a fix ? Should I report to
> bugzilla ? HGelp welcome
Try to unset vorbis flag:
echo "media-libs/libquicktime -vorbis" >> /etc/portage/package.use
Ciao
Francesco
--
Linux Version 2.6.17-gentoo-r5, Compiled #1 PREEMPT Fri Aug 18 00:35:49
CEST 2006
One 2.2GHz AMD Athlon 64 Processor, 2GB RAM, 4410.67 Bogomips Total
aemaeth
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Re: libquicktime woes
2006-08-19 19:28 ` [gentoo-user] " Francesco Talamona
@ 2006-08-20 7:57 ` alain.didierjean
2006-08-20 8:35 ` [gentoo-user] Re: libquicktime woes : SOLVED alain.didierjean
0 siblings, 1 reply; 5+ messages in thread
From: alain.didierjean @ 2006-08-20 7:57 UTC (permalink / raw
To: gentoo-user
Selon Francesco Talamona <ti.liame@email.it>:
> On Saturday 19 August 2006 21:13, alain.didierjean@free.fr wrote:
> > Trying to compile libquicktime on a amd 64. Here's what I get:
> >
> > ./configure: line 22102: syntax error near unexpected token
> > `have_vorbis=true' ./configure: line 22102:
> > `XIPH_PATH_VORBIS(have_vorbis=true)'
> >
> > !!! Please attach the following file when filing a report to
> > bugs.gentoo.org: !!!
> > /var/tmp/portage/libquicktime-0.9.7-r1/work/libquicktime-0.9.7/config
> >.log
> >
> > !!! ERROR: media-libs/libquicktime-0.9.7-r1 failed.
> > Call stack:
> > ebuild.sh, line 1539: Called dyn_compile
> > ebuild.sh, line 939: Called src_compile
> > libquicktime-0.9.7-r1.ebuild, line 56: Called econf
> > '--enable-shared' '--enable-static' '--disable-mmx'
> > '--disable-firewire' '--without-libdv' '--with-x'
> > '--without-cpuflags'
> > ebuild.sh, line 541: Called die
> >
> > !!! econf failed
> > !!! If you need support, post the topmost build error, and the call
> > stack if relevant.
> >
> > Have you got the same problem ? Is there a fix ? Should I report to
> > bugzilla ? HGelp welcome
>
> Try to unset vorbis flag:
>
> echo "media-libs/libquicktime -vorbis" >> /etc/portage/package.use
>
Did it ; doesn't work. Thanks anyway.
Any other suggestion ?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Re: libquicktime woes : SOLVED
2006-08-20 7:57 ` alain.didierjean
@ 2006-08-20 8:35 ` alain.didierjean
2006-08-20 8:58 ` Francesco Talamona
0 siblings, 1 reply; 5+ messages in thread
From: alain.didierjean @ 2006-08-20 8:35 UTC (permalink / raw
To: gentoo-user
Selon alain.didierjean@free.fr:
> Selon Francesco Talamona <ti.liame@email.it>:
>
> > On Saturday 19 August 2006 21:13, alain.didierjean@free.fr wrote:
> > > Trying to compile libquicktime on a amd 64. Here's what I get:
> > >
> > > ./configure: line 22102: syntax error near unexpected token
> > > `have_vorbis=true' ./configure: line 22102:
> > > `XIPH_PATH_VORBIS(have_vorbis=true)'
> > >
> > > !!! Please attach the following file when filing a report to
> > > bugs.gentoo.org: !!!
> > > /var/tmp/portage/libquicktime-0.9.7-r1/work/libquicktime-0.9.7/config
> > >.log
> > >
> > > !!! ERROR: media-libs/libquicktime-0.9.7-r1 failed.
> > > Call stack:
> > > ebuild.sh, line 1539: Called dyn_compile
> > > ebuild.sh, line 939: Called src_compile
> > > libquicktime-0.9.7-r1.ebuild, line 56: Called econf
> > > '--enable-shared' '--enable-static' '--disable-mmx'
> > > '--disable-firewire' '--without-libdv' '--with-x'
> > > '--without-cpuflags'
> > > ebuild.sh, line 541: Called die
> > >
> > > !!! econf failed
> > > !!! If you need support, post the topmost build error, and the call
> > > stack if relevant.
> > >
> > > Have you got the same problem ? Is there a fix ? Should I report to
> > > bugzilla ? HGelp welcome
> >
> > Try to unset vorbis flag:
> >
> > echo "media-libs/libquicktime -vorbis" >> /etc/portage/package.use
> >
>
> Did it ; doesn't work. Thanks anyway.
> Any other suggestion ?
>
I found the solution:
emerge libvorbis
I guess libvorbis should be considered as a libquicktime dependency
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] Re: libquicktime woes : SOLVED
2006-08-20 8:35 ` [gentoo-user] Re: libquicktime woes : SOLVED alain.didierjean
@ 2006-08-20 8:58 ` Francesco Talamona
0 siblings, 0 replies; 5+ messages in thread
From: Francesco Talamona @ 2006-08-20 8:58 UTC (permalink / raw
To: gentoo-user
On Sunday 20 August 2006 10:35, alain.didierjean@free.fr wrote:
> I guess libvorbis should be considered as a libquicktime dependency
It is. See the ebuild, it states that if "vorbis" flag is set, then
libvorbis is a dependency:
DEPEND=">=sys-apps/sed-4.0.5
media-libs/libdv
gtk? ( =x11-libs/gtk+-1.2* )
png? ( media-libs/libpng )
jpeg? ( media-libs/jpeg )
vorbis? ( media-libs/libvorbis )
!virtual/quicktime"
It was a problem somewhere else...
Ciao
Francesco
--
Linux Version 2.6.17-gentoo-r5, Compiled #1 PREEMPT Fri Aug 18 00:35:49
CEST 2006
One 2.2GHz AMD Athlon 64 Processor, 2GB RAM, 4410.79 Bogomips Total
aemaeth
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-08-20 9:03 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-19 19:13 [gentoo-user] libquicktime woes alain.didierjean
2006-08-19 19:28 ` [gentoo-user] " Francesco Talamona
2006-08-20 7:57 ` alain.didierjean
2006-08-20 8:35 ` [gentoo-user] Re: libquicktime woes : SOLVED alain.didierjean
2006-08-20 8:58 ` Francesco Talamona
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox