Re: ANNOUNCE: Enlightened Sound Daemon 0.2.26



Le lun 06/05/2002 à 16:12, Di Maggio Salvatore a écrit :
> Il lun, 2002-05-06 alle 15:46, Frederic Crozat ha scritto:
> > Le lun 06/05/2002 à 15:24, James Henstridge a écrit :
> > > Frederic Crozat wrote:
> > > 
> > > >Le lun 06/05/2002 à 13:46, Di Maggio Salvatore a écrit :
> > > >  
> > > >
> > > >>Hello,
> > > >>in the specfile, in the "%files" and "%files devel" sections, there are
> > > >>the lines
> > > >>
> > > >>%{_libdir}/*.so.*
> > > >>%{_libdir}/*.so
> > > >>
> > > >>but those files are not present in $RPM_BUIL_ROOT%{_libdir} directory,
> > > >>and "rpm -bb" returns errors.
> > > >>
> > > >>I can delete those lines, but maybe some applications need those
> > > >>libraries....
> > > >>    
> > > >>
> > > >
> > > >No, you can't delete these lines because .so files must be generated.
> > > >
> > > >Obviously your compilation failed for another reason..
> > > >  
> > > >
> > > Because the esound package was built with an unpatched libtool-1.4.2, 
> > > which has problem with buildroot installs?
> > 
> > Since he is using the specfile, libtoolize is called by %configure which
> > might cause this problem (but I'm not sure, I'm not versed in this
> > libtool specific problem..)
> 
> Yes, that was the problem.
> I replaced "%configure" with "./configure --prefix=/usr" in the specfile
> and now everything is ok.

Better solution is to add 
%define __libtoolize /bin/true 
before %configure and it will prevent libtoolize to be run..

-- 
Frédéric Crozat
MandrakeSoft

_______________________________________________
gnome-hackers mailing list
gnome-hackers gnome org
http://mail.gnome.org/mailman/listinfo/gnome-hackers



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]