10.22 can't build with older libtool

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

10.22 can't build with older libtool

Farkas Levente
hi,
it seems gstreamer-0.10.22 can't be build on fedora-10 or rhel/centos-5
since it's required a newer libtool. imho it'd be useful to fix somehow:
------------------------------------------------------
make[2]: Entering directory `/tmp/gstreamer-0.10.22/tools'
test -z "/usr/bin" || /bin/mkdir -p
"/home/lfarkas/rpm/BUILDROOT/gstreamer-0.10.22-1.fc11.i386/usr/bin"
  /bin/sh ../libtool   --mode=install /usr/bin/install -c
'gst-xmllaunch'
'/home/lfarkas/rpm/BUILDROOT/gstreamer-0.10.22-1.fc11.i386/usr/bin/gst-xmllaunch'
libtool: install: /usr/bin/install -c gst-xmllaunch
/home/lfarkas/rpm/BUILDROOT/gstreamer-0.10.22-1.fc11.i386/usr/bin/gst-xmllaunch
  /bin/sh ../libtool   --mode=install /usr/bin/install -c
'gst-xmllaunch-0.10'
'/home/lfarkas/rpm/BUILDROOT/gstreamer-0.10.22-1.fc11.i386/usr/bin/gst-xmllaunch-0.10'
libtool: install: invalid libtool wrapper script `gst-xmllaunch-0.10'
make[2]: *** [install-binPROGRAMS] Error 1
make[2]: Leaving directory `/tmp/gstreamer-0.10.22/tools'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/tmp/gstreamer-0.10.22/tools'
make: *** [install-recursive] Error 1
------------------------------------------------------
is there any quick solution?
thanks.
yours.

--
  Levente                               "Si vis pacem para bellum!"

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: 10.22 can't build with older libtool

Stefan Sauer
Farkas Levente schrieb:

> hi,
> it seems gstreamer-0.10.22 can't be build on fedora-10 or rhel/centos-5
> since it's required a newer libtool. imho it'd be useful to fix somehow:
> ------------------------------------------------------
> make[2]: Entering directory `/tmp/gstreamer-0.10.22/tools'
> test -z "/usr/bin" || /bin/mkdir -p
> "/home/lfarkas/rpm/BUILDROOT/gstreamer-0.10.22-1.fc11.i386/usr/bin"
>   /bin/sh ../libtool   --mode=install /usr/bin/install -c
> 'gst-xmllaunch'
> '/home/lfarkas/rpm/BUILDROOT/gstreamer-0.10.22-1.fc11.i386/usr/bin/gst-xmllaunch'
> libtool: install: /usr/bin/install -c gst-xmllaunch
> /home/lfarkas/rpm/BUILDROOT/gstreamer-0.10.22-1.fc11.i386/usr/bin/gst-xmllaunch
>   /bin/sh ../libtool   --mode=install /usr/bin/install -c
> 'gst-xmllaunch-0.10'
> '/home/lfarkas/rpm/BUILDROOT/gstreamer-0.10.22-1.fc11.i386/usr/bin/gst-xmllaunch-0.10'
> libtool: install: invalid libtool wrapper script `gst-xmllaunch-0.10'
> make[2]: *** [install-binPROGRAMS] Error 1
> make[2]: Leaving directory `/tmp/gstreamer-0.10.22/tools'
> make[1]: *** [install-am] Error 2
> make[1]: Leaving directory `/tmp/gstreamer-0.10.22/tools'
> make: *** [install-recursive] Error 1
> ------------------------------------------------------
> is there any quick solution?
> thanks.
> yours.
>

I don't think a new libtool is required. I still have libtool 1.5. Are you
building from a tarball? You coulr re-bootstrap but running autogen.sh.

Stefan

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: 10.22 can't build with older libtool

Farkas Levente
Stefan Kost wrote:

> Farkas Levente schrieb:
>> hi,
>> it seems gstreamer-0.10.22 can't be build on fedora-10 or rhel/centos-5
>> since it's required a newer libtool. imho it'd be useful to fix somehow:
>> ------------------------------------------------------
>> make[2]: Entering directory `/tmp/gstreamer-0.10.22/tools'
>> test -z "/usr/bin" || /bin/mkdir -p
>> "/home/lfarkas/rpm/BUILDROOT/gstreamer-0.10.22-1.fc11.i386/usr/bin"
>>   /bin/sh ../libtool   --mode=install /usr/bin/install -c
>> 'gst-xmllaunch'
>> '/home/lfarkas/rpm/BUILDROOT/gstreamer-0.10.22-1.fc11.i386/usr/bin/gst-xmllaunch'
>> libtool: install: /usr/bin/install -c gst-xmllaunch
>> /home/lfarkas/rpm/BUILDROOT/gstreamer-0.10.22-1.fc11.i386/usr/bin/gst-xmllaunch
>>   /bin/sh ../libtool   --mode=install /usr/bin/install -c
>> 'gst-xmllaunch-0.10'
>> '/home/lfarkas/rpm/BUILDROOT/gstreamer-0.10.22-1.fc11.i386/usr/bin/gst-xmllaunch-0.10'
>> libtool: install: invalid libtool wrapper script `gst-xmllaunch-0.10'
>> make[2]: *** [install-binPROGRAMS] Error 1
>> make[2]: Leaving directory `/tmp/gstreamer-0.10.22/tools'
>> make[1]: *** [install-am] Error 2
>> make[1]: Leaving directory `/tmp/gstreamer-0.10.22/tools'
>> make: *** [install-recursive] Error 1
>> ------------------------------------------------------
>> is there any quick solution?
>> thanks.
>> yours.
>>
>
> I don't think a new libtool is required. I still have libtool 1.5. Are you
> building from a tarball? You coulr re-bootstrap but running autogen.sh.

no, but now i try and it seems the situation is worst:-(
the result is:
----------------------------------
./autogen.sh
check for build tools
  checking for autoconf >= 2.52 ... found 2.59, ok.
  checking for automake >= 1.7 ... found 1.9.6, ok.
  checking for autopoint >= 0.17 ... found 0.14.6, not ok !
not found !
You must have autopoint installed to compile gstreamer.
Download the appropriate package for your distribution,
or get the source tarball at ftp://ftp.gnu.org/pub/gnu/gettext/
  checking for libtoolize >= 1.5.0 ... found 1.5.22, ok.
  checking for pkg-config >= 0.8.0 ... found 0.21, ok.

- Please get the right tools before proceeding.
- Alternatively, if you're sure we're wrong, run with --nocheck.
----------------------------------
autopoint is part of gettext-0.17, but on rhel/centos-5.3 the latest
package is gettext-0.14.6-4.el5 which has not autopoint.
does it means gstreamer no longer compile on the latest rhel/centos?
it'd be said.

--
  Levente                               "Si vis pacem para bellum!"

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: 10.22 can't build with older libtool

Stefan Sauer
Farkas Levente schrieb:

> Stefan Kost wrote:
>  
>> Farkas Levente schrieb:
>>    
>>> hi,
>>> it seems gstreamer-0.10.22 can't be build on fedora-10 or rhel/centos-5
>>> since it's required a newer libtool. imho it'd be useful to fix somehow:
>>> ------------------------------------------------------
>>> make[2]: Entering directory `/tmp/gstreamer-0.10.22/tools'
>>> test -z "/usr/bin" || /bin/mkdir -p
>>> "/home/lfarkas/rpm/BUILDROOT/gstreamer-0.10.22-1.fc11.i386/usr/bin"
>>>   /bin/sh ../libtool   --mode=install /usr/bin/install -c
>>> 'gst-xmllaunch'
>>> '/home/lfarkas/rpm/BUILDROOT/gstreamer-0.10.22-1.fc11.i386/usr/bin/gst-xmllaunch'
>>> libtool: install: /usr/bin/install -c gst-xmllaunch
>>> /home/lfarkas/rpm/BUILDROOT/gstreamer-0.10.22-1.fc11.i386/usr/bin/gst-xmllaunch
>>>   /bin/sh ../libtool   --mode=install /usr/bin/install -c
>>> 'gst-xmllaunch-0.10'
>>> '/home/lfarkas/rpm/BUILDROOT/gstreamer-0.10.22-1.fc11.i386/usr/bin/gst-xmllaunch-0.10'
>>> libtool: install: invalid libtool wrapper script `gst-xmllaunch-0.10'
>>> make[2]: *** [install-binPROGRAMS] Error 1
>>> make[2]: Leaving directory `/tmp/gstreamer-0.10.22/tools'
>>> make[1]: *** [install-am] Error 2
>>> make[1]: Leaving directory `/tmp/gstreamer-0.10.22/tools'
>>> make: *** [install-recursive] Error 1
>>> ------------------------------------------------------
>>> is there any quick solution?
>>> thanks.
>>> yours.
>>>
>>>      
>> I don't think a new libtool is required. I still have libtool 1.5. Are you
>> building from a tarball? You coulr re-bootstrap but running autogen.sh.
>>    
>
> no, but now i try and it seems the situation is worst:-(
> the result is:
> ----------------------------------
> ./autogen.sh
> check for build tools
>   checking for autoconf >= 2.52 ... found 2.59, ok.
>   checking for automake >= 1.7 ... found 1.9.6, ok.
>   checking for autopoint >= 0.17 ... found 0.14.6, not ok !
> not found !
> You must have autopoint installed to compile gstreamer.
> Download the appropriate package for your distribution,
> or get the source tarball at ftp://ftp.gnu.org/pub/gnu/gettext/
>   checking for libtoolize >= 1.5.0 ... found 1.5.22, ok.
>   checking for pkg-config >= 0.8.0 ... found 0.21, ok.
>
> - Please get the right tools before proceeding.
> - Alternatively, if you're sure we're wrong, run with --nocheck.
> ----------------------------------
> autopoint is part of gettext-0.17, but on rhel/centos-5.3 the latest
> package is gettext-0.14.6-4.el5 which has not autopoint.
> does it means gstreamer no longer compile on the latest rhel/centos?
> it'd be said.
>  
That means you can't build from git with that version? I am not sure why
the gettext dependency was bumped to that version.
Also no idea whats wrong with the libtool wrapper script in the tarball ...
You could check ho wit differs from other tarballs.

Stefan

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: 10.22 can't build with older libtool

Farkas Levente
Stefan Kost wrote:

> Farkas Levente schrieb:
>> Stefan Kost wrote:
>>  
>>> Farkas Levente schrieb:
>>>    
>>>> hi,
>>>> it seems gstreamer-0.10.22 can't be build on fedora-10 or rhel/centos-5
>>>> since it's required a newer libtool. imho it'd be useful to fix somehow:
>>>> ------------------------------------------------------
>>>> make[2]: Entering directory `/tmp/gstreamer-0.10.22/tools'
>>>> test -z "/usr/bin" || /bin/mkdir -p
>>>> "/home/lfarkas/rpm/BUILDROOT/gstreamer-0.10.22-1.fc11.i386/usr/bin"
>>>>   /bin/sh ../libtool   --mode=install /usr/bin/install -c
>>>> 'gst-xmllaunch'
>>>> '/home/lfarkas/rpm/BUILDROOT/gstreamer-0.10.22-1.fc11.i386/usr/bin/gst-xmllaunch'
>>>> libtool: install: /usr/bin/install -c gst-xmllaunch
>>>> /home/lfarkas/rpm/BUILDROOT/gstreamer-0.10.22-1.fc11.i386/usr/bin/gst-xmllaunch
>>>>   /bin/sh ../libtool   --mode=install /usr/bin/install -c
>>>> 'gst-xmllaunch-0.10'
>>>> '/home/lfarkas/rpm/BUILDROOT/gstreamer-0.10.22-1.fc11.i386/usr/bin/gst-xmllaunch-0.10'
>>>> libtool: install: invalid libtool wrapper script `gst-xmllaunch-0.10'
>>>> make[2]: *** [install-binPROGRAMS] Error 1
>>>> make[2]: Leaving directory `/tmp/gstreamer-0.10.22/tools'
>>>> make[1]: *** [install-am] Error 2
>>>> make[1]: Leaving directory `/tmp/gstreamer-0.10.22/tools'
>>>> make: *** [install-recursive] Error 1
>>>> ------------------------------------------------------
>>>> is there any quick solution?
>>>> thanks.
>>>> yours.
>>>>
>>>>      
>>> I don't think a new libtool is required. I still have libtool 1.5. Are you
>>> building from a tarball? You coulr re-bootstrap but running autogen.sh.
>>>    
>> no, but now i try and it seems the situation is worst:-(
>> the result is:
>> ----------------------------------
>> ./autogen.sh
>> check for build tools
>>   checking for autoconf >= 2.52 ... found 2.59, ok.
>>   checking for automake >= 1.7 ... found 1.9.6, ok.
>>   checking for autopoint >= 0.17 ... found 0.14.6, not ok !
>> not found !
>> You must have autopoint installed to compile gstreamer.
>> Download the appropriate package for your distribution,
>> or get the source tarball at ftp://ftp.gnu.org/pub/gnu/gettext/
>>   checking for libtoolize >= 1.5.0 ... found 1.5.22, ok.
>>   checking for pkg-config >= 0.8.0 ... found 0.21, ok.
>>
>> - Please get the right tools before proceeding.
>> - Alternatively, if you're sure we're wrong, run with --nocheck.
>> ----------------------------------
>> autopoint is part of gettext-0.17, but on rhel/centos-5.3 the latest
>> package is gettext-0.14.6-4.el5 which has not autopoint.
>> does it means gstreamer no longer compile on the latest rhel/centos?
>> it'd be said.
>>  
> That means you can't build from git with that version? I am not sure why
> the gettext dependency was bumped to that version.
> Also no idea whats wrong with the libtool wrapper script in the tarball ...
> You could check ho wit differs from other tarballs.

i already fill a bugzilla about it:
http://bugzilla.gnome.org/show_bug.cgi?id=570673

--
  Levente                               "Si vis pacem para bellum!"

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel