[PlanetCCRMA] Fedora 13

Fernando Lopez-Lezcano nando at ccrma.Stanford.EDU
Tue May 18 10:35:00 PDT 2010


On Mon, 2010-05-17 at 06:02 +0000, Fernando Lopez-Lezcano wrote:
> On Sun, 2010-05-16 at 11:39 -0400, freedomincluded wrote:
> > Hi Fernando,
> > 
> > You are doing a great job with CCRMA. 
> 
> Thanks.
> 
> > How do you go about rebuilding for a new release ? Maybe you could get
> > some help by bringing more people on board. For myself, I'd like to
> > understand the issues... 
> 
> I have a build server and I need to first download all the packages that
> make up a new release (easy, rsync) and then create the build
> environment (I use mock + plague). Usually that is easy but sometimes I
> have had to tweak things to make even that work. 

Looks like that part is working...

> After that I have a few
> scripts that I can use to trigger a complete rebuild. 
> 
> Packages will fail to build... 

Like, for example, jack2 (libffado went through):

i686:
/usr/bin/ld: default/dbus/reserve_1.o: undefined reference to symbol
'__gxx_personality_v0@@CXXABI_1.3'
/usr/bin/ld: note: '__gxx_personality_v0@@CXXABI_1.3' is defined in DSO /usr/lib/libstdc++.so.6 so try adding it to the linker command line
/usr/lib/libstdc++.so.6: could not read symbols: Invalid operation
collect2: ld returned 1 exit status

x86_64:
/usr/bin/ld: default/example-clients/alsa_in_24.o: undefined reference to symbol 'ceil@@GLIBC_2.2.5'
/usr/bin/ld: note: 'ceil@@GLIBC_2.2.5' is defined in DSO /lib64/libm.so.6 so try adding it to the linker command line
/lib64/libm.so.6: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
Build failed

This is after patching for a previous error (forcing example clients to link with -lm)
So it begins...
-- Fernando




More information about the PlanetCCRMA mailing list