Difference between revisions of "Fedora-ARM Package Building and Troubleshooting"

From CDOT Wiki
Jump to: navigation, search
(Created page with 'Project Members: Rocella Andrew Michael Chantell')
 
(Seneca Particpants)
 
(44 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Project Members:
+
=
 +
Fedora-ARM Package Building and Troubleshooting =
 +
<!-- Replace "Project Name" with the actual name of the project in the line above. -->
  
Rocella
+
== Project Description ==
Andrew
+
 
Michael
+
The Fedora-ARM project is building Fedora 13/14/15 for the ARM architecture. As this proceeds, various problems arise. For example:
Chantell
+
 
 +
Some packages fail to build for ARM. They can be fixed up to build successfully on ARM, or if that's not possible, marked as unsuitable for ARM (ExlcudeArch).
 +
If a group of packages is built to work with a specific version of a library, and a newer version of that library replaces the older version, then the packages that rely on that library can break. This can often be remedied simply by rebuilding the broken package; in other cases, patches are required
 +
 
 +
<!-- Description should be no longer than a paragraph.  Include links to any relevant on-line resources.  For example, [http://fedoraproject.org/wiki] or [http://developer.mozilla.org MDC]. -->
 +
 
 +
== Project Leader(s) ==
 +
 
 +
'''[[User:rjjimenez1|Rocella Jimenez]] '''
 +
 
 +
'''[[User:aparda|Andrew Parda]] '''
 +
 
 +
'''[[User:Corsamemj|Michael John Corsame]]'''
 +
 
 +
'''[[User:Breezy12|Chantell Adassa McIntosh]] '''
 +
 
 +
 
 +
<!-- Name(s) of primary people working on the project.  If you want to join a project as leader, discuss with other leaders first.  Include links to personal pages within wiki and to blog sites. -->
 +
 
 +
== Project Contributor(s) ==
 +
 
 +
None so far.
 +
 
 +
<!-- Name(s) of people casually working on the project, or who have contributed significant help.  Include links to personal pages within wiki. Adding the names of your contributors here is a nice way to thank them.
 +
 
 +
NOTE: only Project Leader(s) should add names here.  You should not add your own name to the Contributor list. -->
 +
 
 +
== Project Details ==
 +
 
 +
Site that we get our packages from:
 +
 
 +
http://zenit.senecac.on.ca/wiki/index.php/Fedora-ARM_Package_Building_and_Troubleshooting/Problems
 +
 
 +
 
 +
<!-- Provides more depth than the Project Description.  This is the place for technical discussions, project specs, or other details.  If this gets very long, you might consider breaking this part into multiple pages and linking to them. -->
 +
 
 +
== Project Plan ==
 +
 
 +
Key contacts: Paul Whalen and Chris Tyler
 +
 
 +
<!-- Add links to any mentors or key participants in the community. -->
 +
 
 +
Goals for each release and plans for reaching those goals:
 +
<!-- Note: each contributor is expected to have unique goals. These goals may be ''related'' to other students' work, but must be ''distinct'' and ''attainable'' regardless of the state of the other students' work. For example, under the umbrella of one project title, one student may work on packaging a piece of software and another may work on documentation, or one may work on solving one bug and another on solving another bug, but two students must not work on the same bug or depend on the other students' work in order to be able to complete their own project. -->
 +
 
 +
 
 +
 
 +
* 0.1 Pick a package and start fixing errors. Upload them on Koji
 +
* 0.2 Build more packages --> add them to problem list. (Write tickets with the packages we started)
 +
* 0.3 Inform Chris Tyler or Paul Whalen once we are done or tried finishing the list. (Build some more packages?)
 +
 
 +
== Communication ==
 +
 
 +
 
 +
=== Mailing Lists ===
 +
<!-- Add any appropriate mailing lists to which you are subscribed (e.g., see http://lists.fedoraproject.org -->
 +
 
 +
<u>packaging@lists.fedoraproject.org</u>
 +
 
 +
<u>arm@lists.fedoraproject.org</u>
 +
 
 +
<u>arm-builds@lists.fedoraproject.org</u>
 +
 
 +
 
 +
 
 +
=== Upsteam Wiki and Web ===
 +
<!-- Links to upstream wiki/web pages -->
 +
 
 +
 
 +
 
 +
 
 +
=== Links/Bugs/Tracking ===
 +
<!-- Add a link to any page(s) related to your work, including the bug numbers (on bugzilla or trac) -->
 +
List of current failed packages: http://zenit.senecac.on.ca/wiki/index.php/Fedora-ARM_Package_Building_and_Troubleshooting/Problems
 +
 
 +
Link to tracking tickets per packages: https://fedorahosted.org/arm/wiki
 +
 
 +
=== Source Code Control ===
 +
<!-- Add a link to source code URLs, including git/mercurial/svn/cvs repositories -->
 +
 
 +
 
 +
 
 +
 
 +
=== Blogs ===
 +
<!-- Links to the blogs of people involved, both inside and outside Seneca -->
 +
 
 +
 
 +
 
 +
 
 +
==== Seneca Particpants ====
 +
 
 +
http://rocellaj.wordpress.com<br>
 +
http://mjcorsame.wordpress.com<br>
 +
http://msbreezy12.wordpress.com<br>
 +
http://aparda.wordpress.com/<br>
 +
 
 +
==== Non-Seneca Participants ====
 +
<!-- Links to the blogs of any non-Seneca participants in this project -->
 +
 
 +
 
 +
 
 +
==== Planets ====
 +
<!-- Links to any planets related to this project -->
 +
 
 +
 
 +
 
 +
== Project News ==
 +
 
 +
<!-- This is where a permanent record of your releases and updates will go.  In these you should discuss the status or your work, your interactions with other members of the community (e.g., Seneca and Mozilla), problems you have encountered, etc. -->
 +
 
 +
We had a meeting with Chris Tyler and Paul Whalen if we should contribute to Fedora 13, Fedora 13 updates or Fedora 14.
 +
The Members of this project decided we should do the packages in random order starting with Chantell.
 +
 
 +
 
 +
 
 +
 
 +
----
 +
 
 +
'''IMAGE:'''
 +
 
 +
[[File:Fedora_ARM.jpeg]]

Latest revision as of 23:13, 25 March 2014

= Fedora-ARM Package Building and Troubleshooting =

Project Description

The Fedora-ARM project is building Fedora 13/14/15 for the ARM architecture. As this proceeds, various problems arise. For example:

Some packages fail to build for ARM. They can be fixed up to build successfully on ARM, or if that's not possible, marked as unsuitable for ARM (ExlcudeArch). If a group of packages is built to work with a specific version of a library, and a newer version of that library replaces the older version, then the packages that rely on that library can break. This can often be remedied simply by rebuilding the broken package; in other cases, patches are required


Project Leader(s)

Rocella Jimenez

Andrew Parda

Michael John Corsame

Chantell Adassa McIntosh


Project Contributor(s)

None so far.


Project Details

Site that we get our packages from:

http://zenit.senecac.on.ca/wiki/index.php/Fedora-ARM_Package_Building_and_Troubleshooting/Problems


Project Plan

Key contacts: Paul Whalen and Chris Tyler


Goals for each release and plans for reaching those goals:


  • 0.1 Pick a package and start fixing errors. Upload them on Koji
  • 0.2 Build more packages --> add them to problem list. (Write tickets with the packages we started)
  • 0.3 Inform Chris Tyler or Paul Whalen once we are done or tried finishing the list. (Build some more packages?)

Communication

Mailing Lists

packaging@lists.fedoraproject.org

arm@lists.fedoraproject.org

arm-builds@lists.fedoraproject.org


Upsteam Wiki and Web

Links/Bugs/Tracking

List of current failed packages: http://zenit.senecac.on.ca/wiki/index.php/Fedora-ARM_Package_Building_and_Troubleshooting/Problems

Link to tracking tickets per packages: https://fedorahosted.org/arm/wiki

Source Code Control

Blogs

Seneca Particpants

http://rocellaj.wordpress.com
http://mjcorsame.wordpress.com
http://msbreezy12.wordpress.com
http://aparda.wordpress.com/

Non-Seneca Participants

Planets

Project News

We had a meeting with Chris Tyler and Paul Whalen if we should contribute to Fedora 13, Fedora 13 updates or Fedora 14. The Members of this project decided we should do the packages in random order starting with Chantell.




IMAGE:

Fedora ARM.jpeg