[Sugar-devel] "glibc-devel" F14 package for armv5tel

2012-07-12 Thread Ajay Garg
Hi all. I am trying to build "avahi" on my XO-1.75. Building "avahi" requires "glibc-devel" as one of its dependent packages. Very, very surprisingly, there is no "glibc-devel" present in the ARM repos (for armv5tel/armv7tel) !! I have tried building the "glibc" packages from the source-rpm, b

Re: [Sugar-devel] "glibc-devel" F14 package for armv5tel

2012-07-12 Thread Peter Robinson
On Thu, Jul 12, 2012 at 12:47 PM, Ajay Garg wrote: > Hi all. > > I am trying to build "avahi" on my XO-1.75. > > Building "avahi" requires "glibc-devel" as one of its dependent packages. > > Very, very surprisingly, there is no "glibc-devel" present in the ARM repos > (for armv5tel/armv7tel) !! >

Re: [Sugar-devel] "glibc-devel" F14 package for armv5tel

2012-07-12 Thread Ajay Garg
On Fri, Jul 13, 2012 at 12:39 AM, Peter Robinson wrote: > On Thu, Jul 12, 2012 at 12:47 PM, Ajay Garg > wrote: > > Hi all. > > > > I am trying to build "avahi" on my XO-1.75. > > > > Building "avahi" requires "glibc-devel" as one of its dependent packages. > > > > Very, very surprisingly, there i

Re: [Sugar-devel] "glibc-devel" F14 package for armv5tel

2012-07-12 Thread Peter Robinson
On Thu, Jul 12, 2012 at 8:16 PM, Ajay Garg wrote: > > > On Fri, Jul 13, 2012 at 12:39 AM, Peter Robinson > wrote: >> >> On Thu, Jul 12, 2012 at 12:47 PM, Ajay Garg >> wrote: >> > Hi all. >> > >> > I am trying to build "avahi" on my XO-1.75. >> > >> > Building "avahi" requires "glibc-devel" as on

Re: [Sugar-devel] "glibc-devel" F14 package for armv5tel

2012-07-12 Thread Ajay Garg
Peter, Could you let me know which repo will solve the purpose? ls /etc/yum.repos.d says :: dextrose-freeworld.rep dextrose-next.repo dextrose.repo fedora.rep fedora-updates.repo fedora-updates-testing.repo olpc-f14.repp olpc-f14-xo1.75.repo On Fri, Jul 13, 2012 at 1:14 AM, Peter Robinson wrote

Re: [Sugar-devel] "glibc-devel" F14 package for armv5tel

2012-07-12 Thread Ajay Garg
Thanks Jon for the reply. Here is the output :: # [olpc@xo-c5-b9-6c rpmbuild]$ sudo yum list glibc* Loaded plugins: downloadonly Installed Packages glibc.armv5tel 2.13-2.1 @koji.dist-f14-armv5tel/$releasev

Re: [Sugar-devel] "glibc-devel" F14 package for armv5tel

2012-07-12 Thread Peter Robinson
On Thu, Jul 12, 2012 at 9:01 PM, Ajay Garg wrote: > Peter, > > Could you let me know which repo will solve the purpose? > > ls /etc/yum.repos.d says :: > > dextrose-freeworld.rep > dextrose-next.repo > dextrose.repo > fedora.rep > fedora-updates.repo > fedora-updates-testing.repo > olpc-f14.repp >

Re: [Sugar-devel] "glibc-devel" F14 package for armv5tel

2012-07-12 Thread Peter Robinson
On Thu, Jul 12, 2012 at 9:29 PM, Kevin Gordon wrote: > > > On Thu, Jul 12, 2012 at 4:14 PM, Peter Robinson > wrote: >> >> On Thu, Jul 12, 2012 at 9:01 PM, Ajay Garg >> wrote: >> > Peter, >> > >> > Could you let me know which repo will solve the purpose? >> > >> > ls /etc/yum.repos.d says :: >> >

Re: [Sugar-devel] "glibc-devel" F14 package for armv5tel

2012-07-12 Thread Ajay Garg
Jon, Doing "sudo yum clean all", followed by "sudo yum list glibc*" has the same result. Also, all packages at http://mock.laptop.org/repos/koji.dist-f14-armv5tel/RPMS are 0 bytes. On Fri, Jul 13, 2012 at 1:57 AM, Jon Nettleton wrote: > On Thu, Jul 12, 2012 at 10:09 PM, Ajay Garg > wrote: > >

Re: [Sugar-devel] "glibc-devel" F14 package for armv5tel

2012-07-12 Thread Jerry Vonau
Ajay: Check /etc/yum/olpc-exclude for glib*, if present remove it and rerun yum. Check the all the fedora repo files for an exclude=glibc* also. Jerry On 12 July 2012 15:41, Ajay Garg wrote: > Jon, > > Doing "sudo yum clean all", followed by "sudo yum list glibc*" has the > same result. > > Al

Re: [Sugar-devel] "glibc-devel" F14 package for armv5tel

2012-07-12 Thread Anish Mangal
could it be a problem with mirros? http://download.sugarlabs.org/dextrose/testing/dx3/rpms/i386/os/ btw, there are a few glibc rpm's present there ^^ (dx repo) but i386 arch. I have to check why they were created. Don't think they should be blocking the update though. On Fri, Jul 13, 2012 at 2:1

Re: [Sugar-devel] "glibc-devel" F14 package for armv5tel

2012-07-12 Thread Jerry Vonau
Most likely that is it, the exclude= list is created from the list of rpms that are not found in fedora's/koji's repos. Jerry On 12 July 2012 15:50, Anish Mangal wrote: > could it be a problem with mirros? > > http://download.sugarlabs.org/dextrose/testing/dx3/rpms/i386/os/ > > btw, there are a

Re: [Sugar-devel] "glibc-devel" F14 package for armv5tel

2012-07-14 Thread Ajay Garg
Thanks Jerry, Anish. That was it. Removing the "glibc-devel" package from "/etc/yum/olpc-exclude" did the trick. But me just curious, why is "/etc/yum/olpc-exclude" needed? [ Also, on a side-note, my original issue of compiling "avahi" on ARM still remains unsolved :: http://lists.freedesktop.o

Re: [Sugar-devel] "glibc-devel" F14 package for armv5tel

2012-07-14 Thread Jerry Vonau
On Sat, 2012-07-14 at 15:56 +0530, Ajay Garg wrote: > Thanks Jerry, Anish. > > That was it. > Removing the "glibc-devel" package from "/etc/yum/olpc-exclude" did > the trick. > > But me just curious, why is "/etc/yum/olpc-exclude" needed? > The olpc released rpms may be a fork of the fedora cod

Re: [Sugar-devel] "glibc-devel" F14 package for armv5tel

2012-07-14 Thread Peter Robinson
On Sat, Jul 14, 2012 at 11:26 AM, Ajay Garg wrote: > Thanks Jerry, Anish. > > That was it. > Removing the "glibc-devel" package from "/etc/yum/olpc-exclude" did the > trick. > > But me just curious, why is "/etc/yum/olpc-exclude" needed? > > > [ > Also, on a side-note, my original issue of compili

Re: [Sugar-devel] "glibc-devel" F14 package for armv5tel

2012-07-15 Thread Ajay Garg
On Sat, Jul 14, 2012 at 5:53 PM, Jerry Vonau wrote: > On Sat, 2012-07-14 at 15:56 +0530, Ajay Garg wrote: > > Thanks Jerry, Anish. > > > > That was it. > > Removing the "glibc-devel" package from "/etc/yum/olpc-exclude" did > > the trick. > > > > But me just curious, why is "/etc/yum/olpc-exclude