Re: [fedora-arm] 3.8.x. kernel for F-18/17

2013-03-06 Thread Peter Robinson
On Tue, Mar 5, 2013 at 8:37 PM, Peter Robinson pbrobin...@gmail.com wrote:
 Hi All,

 We're getting close to pushing a proper updates build for the F-18/17
 releases to rebase them to kernel 3.8.x.

 I have done a scratch build of 3.8.2-202 [1] and I would like some
 wider testing especially on armv5tel devices.

 A quick overview of the status of this kernel on the various devices we 
 support:
 * Beagle XM - I have it working on my XM! WOO! I plan on generating a
 test image to allow wider testing of this because I know there's
 interesting. You need DeviceTree to get it to work.

We're missing usb on beagle at the moment, will investigate further in
the next couple of days.

Peter
___
arm mailing list
arm@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/arm

[fedora-arm] Daily Koji Compare Stats

2013-03-06 Thread jon . chiappetta
Wed Mar  6 08:05:01 EST 2013


f19 : arm vs PA

 Same |Newer |Older |Local |   Remote | 
 Missing |
--
10585 |0 |  679 |1 | 1583 | 
1030 |

http://142.204.133.82/jon/koji/kc.f19.diff.html


f18-updates : arm vs PA

 Same |Newer |Older |Local |   Remote | 
 Missing |
--
 1947 |1 |   54 |0 |  124 | 
  60 |

http://142.204.133.82/jon/koji/kc.f18-updates.diff.html


f18-updates-testing : arm vs PA

 Same |Newer |Older |Local |   Remote | 
 Missing |
--
 2466 |4 |  103 |6 |  217 | 
 109 |

http://142.204.133.82/jon/koji/kc.f18-updates-testing.diff.html


f17-updates : arm vs PA

 Same |Newer |Older |Local |   Remote | 
 Missing |
--
 3713 |5 |   24 |1 |  144 | 
  48 |

http://142.204.133.82/jon/koji/kc.f17-updates.diff.html


f17-updates-testing : arm vs PA

 Same |Newer |Older |Local |   Remote | 
 Missing |
--
  351 |0 |3 |0 |   42 | 
   3 |

http://142.204.133.82/jon/koji/kc.f17-updates-testing.diff.html


ARM Build Status Wiki:
https://fedoraproject.org/wiki/Architectures/ARM
https://fedoraproject.org/wiki/Architectures/ARM/Fedora17_rawhide


Wed Mar  6 08:30:43 EST 2013
___
arm mailing list
arm@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/arm

Re: [fedora-arm] Patching aarch64 support into Fedora

2013-03-06 Thread Dennis Gilmore
On Mon, 04 Mar 2013 19:44:16 -0800
Brendan Conoboy b...@redhat.com wrote:

 Hi everybody,
 
 Fedora 19 has many of the enablers for native aarch64 in core
 packages such as glibc and gcc.  Many more packages would compile if
 config.guess and config.sub recognized aarch64 as a valid
 architecture, but only the latest version of autoconf knows about
 aarch64.  At last week's fedora-arm meeting we talked about the
 viability of automatically patching such packages.  The outcome of
 that discussion was that we should first identify how many packages
 need such a patch, then decide what to do based on that number.
 
 Red Hat's Al Stone has written a script which automatically generates 
 patches for each package that needs it (And updates its spec file). 
 After a complete run we can say that ~1850 packages need such a
 patch. The number may be larger, but it is definitely not smaller, as
 his only considers autoconf-using packages.  If another auto
 configuration system is in use by a number of packages it too many
 need updating (cmake?). Now that we have this number, what do we want
 to do?
 
 I see a few options:
 
 1. Do nothing, trip over this issue at least 1850 times during
 bootstrap.
 
 2. Mail all package owners asking for action.
 
 3. Proven packager commits the patches, package owners take them out 
 once unnecessary.
 
 4. Run autoconf during build, incurring wrath of any packager whose 
 package isn't compatible with the latest autoconf.
 
 5. Your much more sensible idea goes here.
 
 What say you?
 

I say we need the list of packages effected. then we can evaluate how
critical it is that we take action. 

Dennis
___
arm mailing list
arm@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/arm

[fedora-arm] Fedora ARM weekly status meeting 2013-03-06

2013-03-06 Thread Paul Whalen
Good Afternoon all,

Please join us today (Wednesday, March 6th) at 4PM EST (9PM UTC)
for the Fedora ARM weekly status meeting in #fedora-meeting-1 on Freenode.

On the agenda so far..

0) Status of ACTION items from our previous meeting

1) Problem packages

2) Aarch64 patching

3) Managing changes in Uboot and boot scripts

4) Arm Koji status update
   
5) ARM Tech Talks - suggestions for future talks, volunteers?

6) Open Floor

If there is something that you would like to discuss that isn't mentioned
please feel free to bring it up at the end of the meeting or send an email
to the list.

Paul
___
arm mailing list
arm@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/arm

Re: [fedora-arm] Patching aarch64 support into Fedora

2013-03-06 Thread Brendan Conoboy

On 03/06/2013 06:37 AM, Dennis Gilmore wrote:

I say we need the list of packages effected. then we can evaluate how
critical it is that we take action.


Here is the initial list:

http://people.fedoraproject.org/~blc/fedora-arm/patchify/configure.pkgs

I think it may actually be much larger.  Al and I are going back and 
forth on fixing up patchify to identify more cases.


--
Brendan Conoboy / Red Hat, Inc. / b...@redhat.com
___
arm mailing list
arm@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/arm

Re: [fedora-arm] Patching aarch64 support into Fedora

2013-03-06 Thread Peter Robinson
On Wed, Mar 6, 2013 at 6:11 PM, Brendan Conoboy b...@redhat.com wrote:
 On 03/06/2013 06:37 AM, Dennis Gilmore wrote:

 I say we need the list of packages effected. then we can evaluate how
 critical it is that we take action.


 Here is the initial list:

 http://people.fedoraproject.org/~blc/fedora-arm/patchify/configure.pkgs

 I think it may actually be much larger.  Al and I are going back and forth
 on fixing up patchify to identify more cases.

Ultimately there's a number of things like alsa* globus* as well as a
lot of X related stuff where upstream should be contacted because they
do have regular releases so there's no reason why they shouldn't be
fixed by default from upstream.

Peter
___
arm mailing list
arm@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/arm

[fedora-arm] Fedora ARM weekly status meeting minutes 2013-03-06

2013-03-06 Thread Paul Whalen

Thanks to those who were able to join us for the weekly status meeting today. 
For those that were unable, the minutes are posted below:

Minutes: 
http://meetbot.fedoraproject.org/fedora-meeting-1/2013-03-06/fedora-meeting-1.2013-03-06-21.00.html
Minutes (text): 
http://meetbot.fedoraproject.org/fedora-meeting-1/2013-03-06/fedora-meeting-1.2013-03-06-21.00.txt
Log: 
http://meetbot.fedoraproject.org/fedora-meeting-1/2013-03-06/fedora-meeting-1.2013-03-06-21.00.log.html

Paul

===
#fedora-meeting-1: Fedora ARM weekly status meeting
===


Meeting started by pwhalen at 21:00:17 UTC. The full logs are available
at
http://meetbot.fedoraproject.org/fedora-meeting-1/2013-03-06/fedora-meeting-1.2013-03-06-21.00.log.html
.



Meeting summary
---
* 0) Status of ACTION items from our previous meeting  (pwhalen,
  21:02:12)
  * Meeting Minutes from last week:  (pwhalen, 21:02:22)
  * LINK:

http://meetbot.fedoraproject.org/fedora-meeting-1/2013-02-27/fedora-meeting-1.2013-02-27-21.00.html
(pwhalen, 21:02:23)
  * bconoboy COMPLETE - list of packages needing aarch64-specific
configurey updates. Email sent to the mailing list today, initial
package list:  (pwhalen, 21:02:35)
  * LINK:
http://people.fedoraproject.org/~blc/fedora-arm/patchify/configure.pkgs
(pwhalen, 21:02:35)
  * jonmasters COMPLETE - pbrobinson to apply jonmasters' mongodb patch.
Failed to build - dmarlin investigating  (pwhalen, 21:02:53)
  * pbrobsinson INPROGRESS - review vboot by the end of the weekend
(pwhalen, 21:03:04)
  * ACTION: jonmasters to file LLVM bug and send link to the mailing
list  (pwhalen, 21:04:21)

* 1) Problem Packages  (pwhalen, 21:05:56)
  * top-pegasus and java are the biggest blockers right now  (bconoboy,
21:08:38)
  * java team is working on java  (bconoboy, 21:08:50)
  * ACTION: pbrobinson/bconoboy investigating top-pegasus  (bconoboy,
21:09:09)
  * rawhide statistics: {'older': 2008, 'local_only': 2, 'remote_only':
262, 'same': 10919, 'newer': 2, 'total_missing_builds': 2821}
(bconoboy, 21:09:46)
  * mass rebuild more-or-less done, but koji-shadow has not run to
completion yet  (bconoboy, 21:10:03)
  * Python hackers welcome to work on koji-shadow stability  (bconoboy,
21:13:19)

* 2) Aarch64 patching  (pwhalen, 21:13:50)
  * LINK:
http://people.fedoraproject.org/~blc/fedora-arm/patchify/configure.pkgs
(pwhalen, 21:15:02)
  * LINK:

https://admin.fedoraproject.org/pkgdb/lists/critpath?tg_format=plaincollctn_list=devel
(nirik, 21:38:38)
  * LINK: Critical path list is

https://admin.fedoraproject.org/pkgdb/lists/critpath?tg_format=plaincollctn_list=devel
(bconoboy, 21:39:53)
  * ACTION: bconoboy and dmarlin to do before/after patchify builds on
critical path packages to demonstrate safety  (bconoboy, 21:40:31)
  * ACTION: jonmasters to followup with what Debian and OpenSuSE did for
automated patching  (jonmasters, 21:41:02)
  * ACTION: bconoboy to write fesco ticket  (bconoboy, 21:44:07)

* 3) Managing changes in Uboot and boot scripts  (pwhalen, 21:44:48)
  * LINK: https://fedorahosted.org/arm-boot-config/   (dgilmore,
21:58:55)
  * LINK: dgilmore has started a new package,
https://fedorahosted.org/arm-boot-config/  (bconoboy, 21:59:15)
  * ACTION: jonmasters to reply to the fedora list with his dtb idea
(bconoboy, 22:02:20)

* 4) Arm Koji status update  (pwhalen, 22:02:58)
  * ARM network almost ready to go for the 3 other chassis  (bconoboy,
22:04:39)

* 5) ARM Tech Talks - suggestions for future talks, volunteers?
  (pwhalen, 22:06:11)
  * please send ideas for future tech talks to the list  (pwhalen,
22:06:45)

* 6) Open floor  (pwhalen, 22:08:01)

Meeting ended at 22:16:19 UTC.




Action Items

* jonmasters to file LLVM bug and send link to the mailing list
* pbrobinson/bconoboy investigating top-pegasus
* bconoboy and dmarlin to do before/after patchify builds on critical
  path packages to demonstrate safety
* jonmasters to followup with what Debian and OpenSuSE did for automated
  patching
* bconoboy to write fesco ticket
* jonmasters to reply to the fedora list with his dtb idea




Action Items, by person
---
* bconoboy
  * pbrobinson/bconoboy investigating top-pegasus
  * bconoboy and dmarlin to do before/after patchify builds on critical
path packages to demonstrate safety
  * bconoboy to write fesco ticket
* jonmasters
  * jonmasters to file LLVM bug and send link to the mailing list
  * jonmasters to followup with what Debian and OpenSuSE did for
automated patching
  * jonmasters to reply to the fedora list with his dtb idea
* pbrobinson
  * pbrobinson/bconoboy investigating top-pegasus
* **UNASSIGNED**
  * (none)




People Present (lines said)
---
* bconoboy (99)
* jonmasters (93)
* pbrobinson (69)
* dgilmore (40)
* j_dulaney 

Re: [fedora-arm] Patching aarch64 support into Fedora

2013-03-06 Thread Mark Salter
On Wed, 2013-03-06 at 10:11 -0800, Brendan Conoboy wrote:
 On 03/06/2013 06:37 AM, Dennis Gilmore wrote:
  I say we need the list of packages effected. then we can evaluate how
  critical it is that we take action.
 
 Here is the initial list:
 
 http://people.fedoraproject.org/~blc/fedora-arm/patchify/configure.pkgs
 
 I think it may actually be much larger.  Al and I are going back and 
 forth on fixing up patchify to identify more cases.
 

I notice that gcc is missing from the list. I had to patch the config
files in the isl subdir for the aarch64 build.

https://bugzilla.redhat.com/show_bug.cgi?id=917749

--Mark


___
arm mailing list
arm@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/arm