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 jvo...@shaw.ca 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 needed?
 

 The olpc released rpms may be a fork of the fedora code and a newer rpm
 from fedora's updates repo may undo the changes introduced by forked
 package. The kernel and firmware packages install paths won't match
 where the files really live on the XO due to OOB's modifications to
 the /boot directory.

 
  [
  Also, on a side-note, my original issue of compiling avahi on ARM
  still remains unsolved ::
  http://lists.freedesktop.org/archives/avahi/2012-July/002167.html
  ]
 

 Think something maybe missing from your build environment, have you met
 all the BuildRequires dependencies from the spec file? There maybe a
 undeclared BuildRequires, have you tried yum groupinstall devel*tools

and/or yum groupinstall devel*libs?



Thanks Champ.

yum groupinstall devel*tools proved to be enough !!



The ARM RPMS have been uploaded (after full testing) at ::
http://people.sugarlabs.org/ajay/root/freedesktop_bug_51501/platforms/f14/RPMS/armv5tel/
http://people.sugarlabs.org/ajay/root/freedesktop_bug_51501/platforms/f17/RPMS/armv7hl/



Note that the F17 packages were built on the image, downloaded from
http://download.laptop.org/xo-1.75/os/candidate/12.1.0-18/21018o2.zd, and
installed on XO-1.75.



Again, a big thanks to Jerry !!




Thanks and Regards,
Ajay






 Jerry


___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


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.org/archives/avahi/2012-July/002167.html
]


Regards,
Ajay



On Fri, Jul 13, 2012 at 2:27 AM, Jerry Vonau je...@laptop.org.au wrote:

 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 an...@sugarlabs.org wrote:

 could it be a problem with mirros?

 http://download.sugarlabs.org/dextrose/testing/dx3/rpms/i386/os/

 btw, there are a few g libc 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:11 AM, Ajay Garg a...@activitycentral.com
 wrote:
  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 jon.nettle...@gmail.com
 
  wrote:
 
  On Thu, Jul 12, 2012 at 10:09 PM, Ajay Garg a...@activitycentral.com
  wrote:
   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/$releasever
   glibc-common.armv5tel  2.13-2.1   @koji.dist-f14-armv5tel/$releasever
  
  
 #
  
 
  Oh that is very strange because the package does exist there.
  http://mock.laptop.org/repos/koji.dist-f14-armv5tel/RPMS
 
  perhaps you should try a sudo yum clean all, then sudo yum list
 'glibc*'
 
  -Jon
 
 
 
  ___
  Sugar-devel mailing list
  sugar-de...@lists.sugarlabs.org
  http://lists.sugarlabs.org/listinfo/sugar-devel
 



 --
 Anish | an...@sugarlabs.org
 ___
 Sugar-devel mailing list
 sugar-de...@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel



___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


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 code and a newer rpm
from fedora's updates repo may undo the changes introduced by forked
package. The kernel and firmware packages install paths won't match
where the files really live on the XO due to OOB's modifications to
the /boot directory. 

 
 [
 Also, on a side-note, my original issue of compiling avahi on ARM
 still remains unsolved ::
 http://lists.freedesktop.org/archives/avahi/2012-July/002167.html
 ]
 

Think something maybe missing from your build environment, have you met
all the BuildRequires dependencies from the spec file? There maybe a
undeclared BuildRequires, have you tried yum groupinstall devel*tools
and/or yum groupinstall devel*libs?

Jerry

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


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 a...@activitycentral.com 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 compiling avahi on ARM still
 remains unsolved ::
 http://lists.freedesktop.org/archives/avahi/2012-July/002167.html

It states it right there in your logs:

conftest.c:1:0: error: target CPU does not support ARM mode

And then a little further down:

configure:4121: error: in `/home/olpc/rpmbuild/BUILD/avahi-0.6.27':
configure:4125: error: C compiler cannot create executables

Peter


 Regards,
 Ajay



 On Fri, Jul 13, 2012 at 2:27 AM, Jerry Vonau je...@laptop.org.au wrote:

 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 an...@sugarlabs.org wrote:

 could it be a problem with mirros?

 http://download.sugarlabs.org/dextrose/testing/dx3/rpms/i386/os/

 btw, there are a few g libc 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:11 AM, Ajay Garg a...@activitycentral.com
 wrote:
  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
  jon.nettle...@gmail.com
  wrote:
 
  On Thu, Jul 12, 2012 at 10:09 PM, Ajay Garg a...@activitycentral.com
  wrote:
   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/$releasever
   glibc-common.armv5tel  2.13-2.1
   @koji.dist-f14-armv5tel/$releasever
  
  
   #
  
 
  Oh that is very strange because the package does exist there.
  http://mock.laptop.org/repos/koji.dist-f14-armv5tel/RPMS
 
  perhaps you should try a sudo yum clean all, then sudo yum list
  'glibc*'
 
  -Jon
 
 
 
  ___
  Sugar-devel mailing list
  sugar-de...@lists.sugarlabs.org
  http://lists.sugarlabs.org/listinfo/sugar-devel
 



 --
 Anish | an...@sugarlabs.org
 ___
 Sugar-devel mailing list
 sugar-de...@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel



___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/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, but even
that fails,  with no error message :\
Heck, building glibc packages fail even on x86 !!


So,
I would request everyone, if someone could point-me-to/give-me a
glibc-devel rpm for ARM, being used in the OLPC/sugar ecosystem, as I
believe that glibc-devel is a very fundamental package (or at least that
is what the glibc.spec file says).




For brevity,

a)
[olpc@xo-c5-b9-6c rpmbuild]$ rpm -qa | grep glibc

glibc-common-2.13-2.1.armv5tel
glibc-2.13-2.1.armv5tel




b)
[olpc@xo-c5-b9-6c rpmbuild]$ uname -a

Linux xo-c5-b9-6c.localdomain 3.0.19_xo1.75-20120321.1512.olpc.1398916 #1
PREEMPT Wed Mar 21 16:04:14 EDT 2012 armv7l armv7l armv7l GNU/Linux






Thanks in advance..


Regards,
Ajay
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


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 a...@activitycentral.com 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) !!


 I have tried building the glibc packages from the source-rpm, but even
 that fails,  with no error message :\
 Heck, building glibc packages fail even on x86 !!


 So,
 I would request everyone, if someone could point-me-to/give-me a
 glibc-devel rpm for ARM, being used in the OLPC/sugar ecosystem, as I
 believe that glibc-devel is a very fundamental package (or at least that
 is what the glibc.spec file says).




 For brevity,

 a)
 [olpc@xo-c5-b9-6c rpmbuild]$ rpm -qa | grep glibc

 glibc-common-2.13-2.1.armv5tel
 glibc-2.13-2.1.armv5tel




 b)
 [olpc@xo-c5-b9-6c rpmbuild]$ uname -a

 Linux xo-c5-b9-6c.localdomain 3.0.19_xo1.75-20120321.1512.olpc.1398916 #1
 PREEMPT Wed Mar 21 16:04:14 EDT 2012 armv7l armv7l armv7l GNU/Linux






 Thanks in advance..

Have you tried yum install glibc-devel? Have you enabled the fedora
repositories in the yum config if they're not?

Peter
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


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 pbrobin...@gmail.comwrote:

 On Thu, Jul 12, 2012 at 12:47 PM, Ajay Garg a...@activitycentral.com
 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) !!
 
 
  I have tried building the glibc packages from the source-rpm, but even
  that fails,  with no error message :\
  Heck, building glibc packages fail even on x86 !!
 
 
  So,
  I would request everyone, if someone could point-me-to/give-me a
  glibc-devel rpm for ARM, being used in the OLPC/sugar ecosystem, as I
  believe that glibc-devel is a very fundamental package (or at least
 that
  is what the glibc.spec file says).
 
 
 
 
  For brevity,
 
  a)
  [olpc@xo-c5-b9-6c rpmbuild]$ rpm -qa | grep glibc
 
  glibc-common-2.13-2.1.armv5tel
  glibc-2.13-2.1.armv5tel
 
 
 
 
  b)
  [olpc@xo-c5-b9-6c rpmbuild]$ uname -a
 
  Linux xo-c5-b9-6c.localdomain 3.0.19_xo1.75-20120321.1512.olpc.1398916 #1
  PREEMPT Wed Mar 21 16:04:14 EDT 2012 armv7l armv7l armv7l GNU/Linux
 
 
 
 
 
 
  Thanks in advance..

 Have you tried yum install glibc-devel? Have you enabled the fedora
 repositories in the yum config if they're not?


Of course yes.

If you have the glibc-devel package that I need, please provide it to me.


Thanks and Regards,
Ajay




 Peter

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


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 a...@activitycentral.com wrote:


 On Fri, Jul 13, 2012 at 12:39 AM, Peter Robinson pbrobin...@gmail.com
 wrote:

 On Thu, Jul 12, 2012 at 12:47 PM, Ajay Garg a...@activitycentral.com
 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) !!
 
 
  I have tried building the glibc packages from the source-rpm, but even
  that fails,  with no error message :\
  Heck, building glibc packages fail even on x86 !!
 
 
  So,
  I would request everyone, if someone could point-me-to/give-me a
  glibc-devel rpm for ARM, being used in the OLPC/sugar ecosystem, as I
  believe that glibc-devel is a very fundamental package (or at least
  that
  is what the glibc.spec file says).
 
 
 
 
  For brevity,
 
  a)
  [olpc@xo-c5-b9-6c rpmbuild]$ rpm -qa | grep glibc
 
  glibc-common-2.13-2.1.armv5tel
  glibc-2.13-2.1.armv5tel
 
 
 
 
  b)
  [olpc@xo-c5-b9-6c rpmbuild]$ uname -a
 
  Linux xo-c5-b9-6c.localdomain 3.0.19_xo1.75-20120321.1512.olpc.1398916
  #1
  PREEMPT Wed Mar 21 16:04:14 EDT 2012 armv7l armv7l armv7l GNU/Linux
 
 
 
 
 
 
  Thanks in advance..

 Have you tried yum install glibc-devel? Have you enabled the fedora
 repositories in the yum config if they're not?


 Of course yes.

 If you have the glibc-devel package that I need, please provide it to me.

It's in the fedora repositories.

Peter
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


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

2012-07-12 Thread Jon Nettleton
On Thu, Jul 12, 2012 at 9:44 PM, Peter Robinson pbrobin...@gmail.com wrote:
 On Thu, Jul 12, 2012 at 8:16 PM, Ajay Garg a...@activitycentral.com wrote:


 On Fri, Jul 13, 2012 at 12:39 AM, Peter Robinson pbrobin...@gmail.com
 wrote:

 On Thu, Jul 12, 2012 at 12:47 PM, Ajay Garg a...@activitycentral.com
 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) !!
 
 
  I have tried building the glibc packages from the source-rpm, but even
  that fails,  with no error message :\
  Heck, building glibc packages fail even on x86 !!
 
 
  So,
  I would request everyone, if someone could point-me-to/give-me a
  glibc-devel rpm for ARM, being used in the OLPC/sugar ecosystem, as I
  believe that glibc-devel is a very fundamental package (or at least
  that
  is what the glibc.spec file says).
 
 
 
 
  For brevity,
 
  a)
  [olpc@xo-c5-b9-6c rpmbuild]$ rpm -qa | grep glibc
 
  glibc-common-2.13-2.1.armv5tel
  glibc-2.13-2.1.armv5tel
 
 
 
 
  b)
  [olpc@xo-c5-b9-6c rpmbuild]$ uname -a
 
  Linux xo-c5-b9-6c.localdomain 3.0.19_xo1.75-20120321.1512.olpc.1398916
  #1
  PREEMPT Wed Mar 21 16:04:14 EDT 2012 armv7l armv7l armv7l GNU/Linux
 
 
 
 
 
 
  Thanks in advance..

 Have you tried yum install glibc-devel? Have you enabled the fedora
 repositories in the yum config if they're not?


 Of course yes.

 If you have the glibc-devel package that I need, please provide it to me.

 It's in the fedora repositories.

Please verify your date and time are up to date.  Having an incorrect
system time can cause
the SSL verification on the yum repo get to fail.  Also if you can not
install glibc-devel via yum
please post the output of yum list 'glibc*' so we can evaluate it.  We
obviously want to fix this
if it is a problem.

-Jon
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


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 pbrobin...@gmail.comwrote:

 On Thu, Jul 12, 2012 at 8:16 PM, Ajay Garg a...@activitycentral.com
 wrote:
 
 
  On Fri, Jul 13, 2012 at 12:39 AM, Peter Robinson pbrobin...@gmail.com
  wrote:
 
  On Thu, Jul 12, 2012 at 12:47 PM, Ajay Garg a...@activitycentral.com
  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) !!
  
  
   I have tried building the glibc packages from the source-rpm, but
 even
   that fails,  with no error message :\
   Heck, building glibc packages fail even on x86 !!
  
  
   So,
   I would request everyone, if someone could point-me-to/give-me a
   glibc-devel rpm for ARM, being used in the OLPC/sugar ecosystem, as
 I
   believe that glibc-devel is a very fundamental package (or at least
   that
   is what the glibc.spec file says).
  
  
  
  
   For brevity,
  
   a)
   [olpc@xo-c5-b9-6c rpmbuild]$ rpm -qa | grep glibc
  
   glibc-common-2.13-2.1.armv5tel
   glibc-2.13-2.1.armv5tel
  
  
  
  
   b)
   [olpc@xo-c5-b9-6c rpmbuild]$ uname -a
  
   Linux xo-c5-b9-6c.localdomain 3.0.19_xo1.75-20120321.1512.olpc.1398916
   #1
   PREEMPT Wed Mar 21 16:04:14 EDT 2012 armv7l armv7l armv7l GNU/Linux
  
  
  
  
  
  
   Thanks in advance..
 
  Have you tried yum install glibc-devel? Have you enabled the fedora
  repositories in the yum config if they're not?
 
 
  Of course yes.
 
  If you have the glibc-devel package that I need, please provide it to me.

 It's in the fedora repositories.

 Peter

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


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/$releasever
glibc-common.armv5tel  2.13-2.1   @koji.dist-f14-armv5tel/$releasever
#


I will be happy to carry out any more tests :)


Thanks and Regards,
Ajay



On Fri, Jul 13, 2012 at 1:30 AM, Jon Nettleton jon.nettle...@gmail.comwrote:

 On Thu, Jul 12, 2012 at 9:44 PM, Peter Robinson pbrobin...@gmail.com
 wrote:
  On Thu, Jul 12, 2012 at 8:16 PM, Ajay Garg a...@activitycentral.com
 wrote:
 
 
  On Fri, Jul 13, 2012 at 12:39 AM, Peter Robinson pbrobin...@gmail.com
  wrote:
 
  On Thu, Jul 12, 2012 at 12:47 PM, Ajay Garg a...@activitycentral.com
  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) !!
  
  
   I have tried building the glibc packages from the source-rpm, but
 even
   that fails,  with no error message :\
   Heck, building glibc packages fail even on x86 !!
  
  
   So,
   I would request everyone, if someone could point-me-to/give-me a
   glibc-devel rpm for ARM, being used in the OLPC/sugar ecosystem,
 as I
   believe that glibc-devel is a very fundamental package (or at least
   that
   is what the glibc.spec file says).
  
  
  
  
   For brevity,
  
   a)
   [olpc@xo-c5-b9-6c rpmbuild]$ rpm -qa | grep glibc
  
   glibc-common-2.13-2.1.armv5tel
   glibc-2.13-2.1.armv5tel
  
  
  
  
   b)
   [olpc@xo-c5-b9-6c rpmbuild]$ uname -a
  
   Linux xo-c5-b9-6c.localdomain
 3.0.19_xo1.75-20120321.1512.olpc.1398916
   #1
   PREEMPT Wed Mar 21 16:04:14 EDT 2012 armv7l armv7l armv7l GNU/Linux
  
  
  
  
  
  
   Thanks in advance..
 
  Have you tried yum install glibc-devel? Have you enabled the fedora
  repositories in the yum config if they're not?
 
 
  Of course yes.
 
  If you have the glibc-devel package that I need, please provide it to
 me.
 
  It's in the fedora repositories.

 Please verify your date and time are up to date.  Having an incorrect
 system time can cause
 the SSL verification on the yum repo get to fail.  Also if you can not
 install glibc-devel via yum
 please post the output of yum list 'glibc*' so we can evaluate it.  We
 obviously want to fix this
 if it is a problem.

 -Jon

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


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 a...@activitycentral.com 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
 olpc-f14-xo1.75.repo

The fedora repositories. I have no idea about dextrose* so I'm not
sure what they do that might block anything else. The olpc*
repositories will block anything that is installed from the original
build so it won't break the core OS build but it will allow any other
packages to be installed.

Peter

 On Fri, Jul 13, 2012 at 1:14 AM, Peter Robinson pbrobin...@gmail.com
 wrote:

 On Thu, Jul 12, 2012 at 8:16 PM, Ajay Garg a...@activitycentral.com
 wrote:
 
 
  On Fri, Jul 13, 2012 at 12:39 AM, Peter Robinson pbrobin...@gmail.com
  wrote:
 
  On Thu, Jul 12, 2012 at 12:47 PM, Ajay Garg a...@activitycentral.com
  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) !!
  
  
   I have tried building the glibc packages from the source-rpm, but
   even
   that fails,  with no error message :\
   Heck, building glibc packages fail even on x86 !!
  
  
   So,
   I would request everyone, if someone could point-me-to/give-me a
   glibc-devel rpm for ARM, being used in the OLPC/sugar ecosystem, as
   I
   believe that glibc-devel is a very fundamental package (or at least
   that
   is what the glibc.spec file says).
  
  
  
  
   For brevity,
  
   a)
   [olpc@xo-c5-b9-6c rpmbuild]$ rpm -qa | grep glibc
  
   glibc-common-2.13-2.1.armv5tel
   glibc-2.13-2.1.armv5tel
  
  
  
  
   b)
   [olpc@xo-c5-b9-6c rpmbuild]$ uname -a
  
   Linux xo-c5-b9-6c.localdomain
   3.0.19_xo1.75-20120321.1512.olpc.1398916
   #1
   PREEMPT Wed Mar 21 16:04:14 EDT 2012 armv7l armv7l armv7l GNU/Linux
  
  
  
  
  
  
   Thanks in advance..
 
  Have you tried yum install glibc-devel? Have you enabled the fedora
  repositories in the yum config if they're not?
 
 
  Of course yes.
 
  If you have the glibc-devel package that I need, please provide it to
  me.

 It's in the fedora repositories.

 Peter


___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


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

2012-07-12 Thread Jon Nettleton
On Thu, Jul 12, 2012 at 10:09 PM, Ajay Garg a...@activitycentral.com wrote:
 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/$releasever
 glibc-common.armv5tel  2.13-2.1   @koji.dist-f14-armv5tel/$releasever
 #


Oh that is very strange because the package does exist there.
http://mock.laptop.org/repos/koji.dist-f14-armv5tel/RPMS

perhaps you should try a sudo yum clean all, then sudo yum list 'glibc*'

-Jon
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


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

2012-07-12 Thread Kevin Gordon
On Thu, Jul 12, 2012 at 4:14 PM, Peter Robinson pbrobin...@gmail.comwrote:

 On Thu, Jul 12, 2012 at 9:01 PM, Ajay Garg a...@activitycentral.com
 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
  olpc-f14-xo1.75.repo

 The fedora repositories. I have no idea about dextrose* so I'm not
 sure what they do that might block anything else. The olpc*
 repositories will block anything that is installed from the original
 build so it won't break the core OS build but it will allow any other
 packages to be installed.

 Peter


I just loaded a fresh F14 1.75 build, then did a yum install glibc-devel.
 Works flawlessly, installs two dependencies:  kernel-headers and
glibc-headers.  All rpms found in the fedora repository, all are FC14,
armv5tel.


KG


  On Fri, Jul 13, 2012 at 1:14 AM, Peter Robinson pbrobin...@gmail.com
  wrote:
 
  On Thu, Jul 12, 2012 at 8:16 PM, Ajay Garg a...@activitycentral.com
  wrote:
  
  
   On Fri, Jul 13, 2012 at 12:39 AM, Peter Robinson 
 pbrobin...@gmail.com
   wrote:
  
   On Thu, Jul 12, 2012 at 12:47 PM, Ajay Garg 
 a...@activitycentral.com
   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) !!
   
   
I have tried building the glibc packages from the source-rpm, but
even
that fails,  with no error message :\
Heck, building glibc packages fail even on x86 !!
   
   
So,
I would request everyone, if someone could point-me-to/give-me a
glibc-devel rpm for ARM, being used in the OLPC/sugar ecosystem,
 as
I
believe that glibc-devel is a very fundamental package (or at
 least
that
is what the glibc.spec file says).
   
   
   
   
For brevity,
   
a)
[olpc@xo-c5-b9-6c rpmbuild]$ rpm -qa | grep glibc
   
glibc-common-2.13-2.1.armv5tel
glibc-2.13-2.1.armv5tel
   
   
   
   
b)
[olpc@xo-c5-b9-6c rpmbuild]$ uname -a
   
Linux xo-c5-b9-6c.localdomain
3.0.19_xo1.75-20120321.1512.olpc.1398916
#1
PREEMPT Wed Mar 21 16:04:14 EDT 2012 armv7l armv7l armv7l GNU/Linux
   
   
   
   
   
   
Thanks in advance..
  
   Have you tried yum install glibc-devel? Have you enabled the fedora
   repositories in the yum config if they're not?
  
  
   Of course yes.
  
   If you have the glibc-devel package that I need, please provide it to
   me.
 
  It's in the fedora repositories.
 
  Peter
 
 
 ___
 Devel mailing list
 Devel@lists.laptop.org
 http://lists.laptop.org/listinfo/devel

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


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 kgordon...@gmail.com wrote:


 On Thu, Jul 12, 2012 at 4:14 PM, Peter Robinson pbrobin...@gmail.com
 wrote:

 On Thu, Jul 12, 2012 at 9:01 PM, Ajay Garg a...@activitycentral.com
 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
  olpc-f14-xo1.75.repo

 The fedora repositories. I have no idea about dextrose* so I'm not
 sure what they do that might block anything else. The olpc*
 repositories will block anything that is installed from the original
 build so it won't break the core OS build but it will allow any other
 packages to be installed.

 Peter


 I just loaded a fresh F14 1.75 build, then did a yum install glibc-devel.
 Works flawlessly, installs two dependencies:  kernel-headers and
 glibc-headers.  All rpms found in the fedora repository, all are FC14,
 armv5tel.

Yes, so I suspect it's something that dextrose* repos are doing but
I've never used them so I have no idea how to deal with that. It's
certainly not a problem on a standard XO build.

Peter
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


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 jon.nettle...@gmail.comwrote:

 On Thu, Jul 12, 2012 at 10:09 PM, Ajay Garg a...@activitycentral.com
 wrote:
  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/$releasever
  glibc-common.armv5tel  2.13-2.1   @koji.dist-f14-armv5tel/$releasever
 
 #
 

 Oh that is very strange because the package does exist there.
 http://mock.laptop.org/repos/koji.dist-f14-armv5tel/RPMS

 perhaps you should try a sudo yum clean all, then sudo yum list 'glibc*'

 -Jon

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


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:11 AM, Ajay Garg a...@activitycentral.com wrote:
 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 jon.nettle...@gmail.com
 wrote:

 On Thu, Jul 12, 2012 at 10:09 PM, Ajay Garg a...@activitycentral.com
 wrote:
  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/$releasever
  glibc-common.armv5tel  2.13-2.1   @koji.dist-f14-armv5tel/$releasever
 
  #
 

 Oh that is very strange because the package does exist there.
 http://mock.laptop.org/repos/koji.dist-f14-armv5tel/RPMS

 perhaps you should try a sudo yum clean all, then sudo yum list 'glibc*'

 -Jon



 ___
 Sugar-devel mailing list
 sugar-de...@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel




-- 
Anish | an...@sugarlabs.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


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 a...@activitycentral.com wrote:

 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 jon.nettle...@gmail.comwrote:

 On Thu, Jul 12, 2012 at 10:09 PM, Ajay Garg a...@activitycentral.com
 wrote:
  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/$releasever
  glibc-common.armv5tel  2.13-2.1   @koji.dist-f14-armv5tel/$releasever
 
 #
 

 Oh that is very strange because the package does exist there.
 http://mock.laptop.org/repos/koji.dist-f14-armv5tel/RPMS

 perhaps you should try a sudo yum clean all, then sudo yum list 'glibc*'

 -Jon



 ___
 Sugar-devel mailing list
 sugar-de...@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel


___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


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 an...@sugarlabs.org wrote:

 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:11 AM, Ajay Garg a...@activitycentral.com
 wrote:
  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 jon.nettle...@gmail.com
  wrote:
 
  On Thu, Jul 12, 2012 at 10:09 PM, Ajay Garg a...@activitycentral.com
  wrote:
   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/$releasever
   glibc-common.armv5tel  2.13-2.1   @koji.dist-f14-armv5tel/$releasever
  
  
 #
  
 
  Oh that is very strange because the package does exist there.
  http://mock.laptop.org/repos/koji.dist-f14-armv5tel/RPMS
 
  perhaps you should try a sudo yum clean all, then sudo yum list 'glibc*'
 
  -Jon
 
 
 
  ___
  Sugar-devel mailing list
  sugar-de...@lists.sugarlabs.org
  http://lists.sugarlabs.org/listinfo/sugar-devel
 



 --
 Anish | an...@sugarlabs.org
 ___
 Sugar-devel mailing list
 sugar-de...@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel