All of lore.kernel.org
 help / color / mirror / Atom feed
* alsa-plugins 1.0.11 has broken ltmain.sh
@ 2006-04-27  6:32 Pierre Ossman
  2006-05-03 12:59 ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Pierre Ossman @ 2006-04-27  6:32 UTC (permalink / raw)
  To: alsa-devel

When I compile the alsa-plugins package, the resulting modules lack the 
.so suffix, causing them to be installed incorrectly. This seems to be a 
problem with the ltmain.sh shipped in the package as things work 
perfectly if I re-libtoolize the tree.

I haven't tried any other components of the 1.0.11 release, so there 
might be more breakage.

Rgds
-- 
Pierre Ossman                Telephone: +46-13-21 46 00
Cendio AB                    Web: http://www.cendio.com


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: alsa-plugins 1.0.11 has broken ltmain.sh
  2006-04-27  6:32 alsa-plugins 1.0.11 has broken ltmain.sh Pierre Ossman
@ 2006-05-03 12:59 ` Takashi Iwai
  2006-05-03 14:01   ` Pierre Ossman
  2006-05-04 10:39   ` Pierre Ossman
  0 siblings, 2 replies; 5+ messages in thread
From: Takashi Iwai @ 2006-05-03 12:59 UTC (permalink / raw)
  To: Pierre Ossman; +Cc: alsa-devel

At Thu, 27 Apr 2006 08:32:26 +0200,
Pierre Ossman wrote:
> 
> When I compile the alsa-plugins package, the resulting modules lack the 
> .so suffix, causing them to be installed incorrectly. This seems to be a 
> problem with the ltmain.sh shipped in the package as things work 
> perfectly if I re-libtoolize the tree.

Works for me.

Which distro are you using?


Takashi


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: alsa-plugins 1.0.11 has broken ltmain.sh
  2006-05-03 12:59 ` Takashi Iwai
@ 2006-05-03 14:01   ` Pierre Ossman
  2006-05-04 10:39   ` Pierre Ossman
  1 sibling, 0 replies; 5+ messages in thread
From: Pierre Ossman @ 2006-05-03 14:01 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

Takashi Iwai wrote:
> At Thu, 27 Apr 2006 08:32:26 +0200,
> Pierre Ossman wrote:
>> When I compile the alsa-plugins package, the resulting modules lack the 
>> .so suffix, causing them to be installed incorrectly. This seems to be a 
>> problem with the ltmain.sh shipped in the package as things work 
>> perfectly if I re-libtoolize the tree.
> 
> Works for me.
> 
> Which distro are you using?
> 

FC4, fully updated.

-- 
Pierre Ossman                Telephone: +46-13-21 46 00
Cendio AB                    Web: http://www.cendio.com


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: alsa-plugins 1.0.11 has broken ltmain.sh
  2006-05-03 12:59 ` Takashi Iwai
  2006-05-03 14:01   ` Pierre Ossman
@ 2006-05-04 10:39   ` Pierre Ossman
  2006-05-04 10:43     ` Takashi Iwai
  1 sibling, 1 reply; 5+ messages in thread
From: Pierre Ossman @ 2006-05-04 10:39 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

Takashi Iwai wrote:
> At Thu, 27 Apr 2006 08:32:26 +0200,
> Pierre Ossman wrote:
>> When I compile the alsa-plugins package, the resulting modules lack the 
>> .so suffix, causing them to be installed incorrectly. This seems to be a 
>> problem with the ltmain.sh shipped in the package as things work 
>> perfectly if I re-libtoolize the tree.
> 
> Works for me.
> 
> Which distro are you using?
> 
> 

False alarm. The problem is caused by the fact that you've used a rather 
  new version of libtool when building those tarballs. I did a small 
tweak to configure.in and did an autoreconf, which created a configure 
script that's incompatible with your ltmain.sh.

Sorry for the noise. :)

-- 
Pierre Ossman                Telephone: +46-13-21 46 00
Cendio AB                    Web: http://www.cendio.com


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: alsa-plugins 1.0.11 has broken ltmain.sh
  2006-05-04 10:39   ` Pierre Ossman
@ 2006-05-04 10:43     ` Takashi Iwai
  0 siblings, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2006-05-04 10:43 UTC (permalink / raw)
  To: Pierre Ossman; +Cc: alsa-devel

At Thu, 04 May 2006 12:39:34 +0200,
Pierre Ossman wrote:
> 
> Takashi Iwai wrote:
> > At Thu, 27 Apr 2006 08:32:26 +0200,
> > Pierre Ossman wrote:
> >> When I compile the alsa-plugins package, the resulting modules lack the 
> >> .so suffix, causing them to be installed incorrectly. This seems to be a 
> >> problem with the ltmain.sh shipped in the package as things work 
> >> perfectly if I re-libtoolize the tree.
> > 
> > Works for me.
> > 
> > Which distro are you using?
> > 
> > 
> 
> False alarm. The problem is caused by the fact that you've used a rather 
>   new version of libtool when building those tarballs. I did a small 
> tweak to configure.in and did an autoreconf, which created a configure 
> script that's incompatible with your ltmain.sh.

Oh the hell of auto* stuff...

But I thought "autoreconf -fi" overrides the everything?


Takashi


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-05-04 10:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-27  6:32 alsa-plugins 1.0.11 has broken ltmain.sh Pierre Ossman
2006-05-03 12:59 ` Takashi Iwai
2006-05-03 14:01   ` Pierre Ossman
2006-05-04 10:39   ` Pierre Ossman
2006-05-04 10:43     ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.