<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.debian.ports.powerpc">
    <title>gmane.linux.debian.ports.powerpc</title>
    <link>http://blog.gmane.org/gmane.linux.debian.ports.powerpc</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43684"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43683"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43682"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43676"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43675"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43673"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43670"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43663"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43662"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43659"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43658"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43657"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43654"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43649"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43648"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43638"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43630"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43628"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43627"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43625"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43684">
    <title>Impact of [linux-any] when pbuilding packages on powerpc for squeeze</title>
    <link>http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43684</link>
    <description>&lt;pre&gt;Hello,

I would like to submit to the list a problem I encounter when I create
packages of emacs-snapshot (from http://emacs.naquadash.org by Julien
Danjou) on Debian squeeze (powerpc) with pbuilder.

After editing /etc/apt/sources.list with the right deb-src (stable), I
used apt-get source emacs-snapshot to get the debian sources.

My /etc/pbuilderrc look like this:

--8&amp;lt;---------------cut here---------------start-------------&amp;gt;8--- 
MIRRORSITE=http://ftp.fr.debian.org/debian/
DISTRIBUTION=squeeze
COMPONENTS="main contrib non-free"
--8&amp;lt;---------------cut here---------------end---------------&amp;gt;8---

In the sources folder (emacs-snapshot-20120502/) I used, as it is
described in the Debian New Maintener's Guide, pdebuild with
AUTO_DEBSIGN=no (I'm not signing packages because it's just for testing
purpose right now):

--8&amp;lt;---------------cut here---------------start-------------&amp;gt;8---
$ AUTO_DEBSIGN=no sudo pdebuild 
dpkg-checkbuilddeps: Unmet build dependencies: libncurses5-dev  
liblockfile-dev libgif-dev libtiff-dev libpng12-dev libjpeg-dev |
libjpeg62-dev | libjpeg8-dev libgtk-3-dev | libgtk2.0-dev 
quilt (&amp;gt;= 0.42) libasound2-dev libselinux1-dev librsvg2-dev  
lsb-release libm17n-dev libotf-dev libdbus-1-dev libgpm-dev  
libmagickwand-dev libxml2-dev libgnutls-dev
autoconf (&amp;gt;= 2.65) automake (&amp;gt;= 1.11)
(...)
dpkg-buildpackage: host architecture powerpc
dpkg-checkbuilddeps: Unmet build dependencies: libasound2-dev 
libselinux1-dev libgpm-dev
dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; 
aborting.
dpkg-buildpackage: warning: (Use -d flag to override.)
E: Failed autobuilding of package
--8&amp;lt;---------------cut here---------------end---------------&amp;gt;8---

So I have a problem with libasound2-dev, libselinux1-dev and libgpm-dev.
In debian/control I found that those three packages in Build-Depends
have the tag [linux-any].

(You can see the full debian/control and the pdebuild log here:
http://porneia.free.fr/tmp/emacs-snapshot-pdebuild.log).

Julien Danjou told me that the tag is only here to bypass those depends
on Debian kFreeBSD or Hurd kernels. And, as you know, [linux-any] is
described in Debian Policy Chapter 7.1 "Syntax of relationship fields"
with the example "foo [linux-any]" which "is equivalent to foo on
architectures using the Linux kernel and any cpu". So obviously, this
tag on these three packages shouldn't be a problem on my box running
Linux 2.6.32-5-powerpc, right?

I thought my problem was from my configuration of pbuilder, but I didn't
find anything usefull in /usr/share/pbuilder/pbuilderrc nor in the
manual regarding my issue.

So, the only solution I found to actually build the packages were to
suppress all three " [linux-any]" occurrences in debian/control. And it
worked! I got all my packages and I was able to install emacs-snapshot
on my box with the debs I just created.

But I *know* that I'm not supposed to edit debian/control to build the
packages in order to send them to Julien Danjou for the repository. Not
to mention that everything looks good in the debian/control, even to
compile the packages under powerpc...

As you understood I'm a total newbie in Debian packages creation but I
don't get where I'm wrong and what I haven't done to make it work
properly from the beginning. Can someone have an idea please?

Thank you very much by advance, regards.

e-

&lt;/pre&gt;</description>
    <dc:creator>e20100633</dc:creator>
    <dc:date>2012-05-16T14:51:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43683">
    <title>powerpc qualification for Wheezy</title>
    <link>http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43683</link>
    <description>&lt;pre&gt;Hi,

With the sound of the ever approaching freeze ringing loudly in our ears,
we're (somewhat belatedly) looking at finalising the list of release
architectures for the Wheezy release.

Comments on / additions and corrections to the content of
http://release.debian.org/wheezy/arch_qualify.html would be appreciated,
as would any other information you think is relevant to helping us
determine powerpc's status for the release.

Regards,

Adam
pp the Release Team


&lt;/pre&gt;</description>
    <dc:creator>Adam D. Barratt</dc:creator>
    <dc:date>2012-05-16T12:19:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43682">
    <title>Finanziamenti  per imprese e privati</title>
    <link>http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43682</link>
    <description>&lt;pre&gt;Finanziamenti
Per imprese e privati
Per informazioni clicca qui



unsubscribe

&lt;/pre&gt;</description>
    <dc:creator>Zaia</dc:creator>
    <dc:date>2012-05-14T20:29:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43676">
    <title>Hibernation (suspend-to-ram) on iMac G4 with Debian Squeeze</title>
    <link>http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43676</link>
    <description>&lt;pre&gt;Hello,

First, I apologize for my english but it is not my native language.

I successfully installed Debian Squeeze (kernel 2.6.32-5-powerpc) on a 
iMac G4. This is my first installation of Debian on a Apple desktop 
computer. I have few question about it. The first one is about 
hibernation (suspend-to-ram). I am unable to do it at all.

I'm trying to do it with pm-suspend; but the command doesn't do anything 
and return no errors (even in /var/log/{messages|syslog}). After some 
research I found that I may not have suspend-to-ram:

   # echo -n mem &amp;gt; /sys/power/state
   bash: echo: write error: No such device
   # cat /sys/power/state
   disk

Plus, trying with hal-system-power-pmu return an error too:

   /usr/lib/hal# ./hal-system-power-pmu sleep
   power-pmu : PMU_IOC_SLEEP failed

I believe that suspend-to-ram is supposed to work out of the box on 
Debian stable with my good old powerpc. So I was thinking that I forgot 
the installation of some package maybe? I search debian repos with 
apt-cache search but nothing relevant seems to be here.

Can someone please help me? I don't know what research I can do.
Thank you by advance.

Regards.

e-

Addendum: some possible usefull informations:

# lspci
000:00:0b.0 Host bridge: Apple Computer Inc. UniNorth 2 AGP
0000:00:10.0 VGA compatible controller: nVidia Corporation NV18
    [GeForce4 MX with AGP8X (Mac)] (rev a2)
0001:10:0b.0 Host bridge: Apple Computer Inc. UniNorth 2 PCI
0001:10:17.0 Unassigned class [ff00]: Apple Computer Inc.
    KeyLargo/Intrepid Mac I/O
0001:10:18.0 USB Controller: Apple Computer Inc. KeyLargo/Intrepid USB
0001:10:19.0 USB Controller: Apple Computer Inc. KeyLargo/Intrepid USB
0001:10:1a.0 USB Controller: Apple Computer Inc. KeyLargo/Intrepid USB
0002:20:0b.0 Host bridge: Apple Computer Inc. UniNorth 2 Internal PCI
0002:20:0d.0 Unassigned class [ff00]: Apple Computer Inc.
    UniNorth/Intrepid ATA/100
0002:20:0e.0 FireWire (IEEE 1394): Apple Computer Inc. UniNorth 2
    FireWire (rev 81)
0002:20:0f.0 Ethernet controller: Apple Computer Inc. UniNorth 2 GMAC
    (Sun GEM) (rev 80)

# cat /proc/cpuinfo
processor: 0
cpu: 7455, altivec supported
clock: 999.999997MHz
revision: 3.3 (pvr 8001 0303)
bogomips: 66.56
timebase: 33280414
platform: PowerMac
model: PowerMac6,1
machine: PowerMac6,1
motherboard: PowerMac6,1 MacRISC3 Power Macintosh
detected as: 287 (Flat panel iMac)
pmac flags: 00000010
L2 cache: 256K unified
pmac-generation: NewWorld
Memory: 1024 MB


&lt;/pre&gt;</description>
    <dc:creator>e20100633</dc:creator>
    <dc:date>2012-05-11T14:31:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43675">
    <title>E' arrivato</title>
    <link>http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43675</link>
    <description>&lt;pre&gt;Nuovo kit Sbiancante per denti rapido.
Nuova formula ,ancora piu' efficace!

http://naturalmente.visit-page.com

Provalo;e' garantito!

Sono disponibili anche le ricariche.


Dr.Claudio Alfieri




&lt;/pre&gt;</description>
    <dc:creator>dr.Alfieri</dc:creator>
    <dc:date>2012-05-08T18:40:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43673">
    <title>Helping with PPC64 port: missing coreutils in sid</title>
    <link>http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43673</link>
    <description>&lt;pre&gt;Hi, folks.

I would like to start contributing to the PPC64 port, since I have
access to some machines.

When trying to debootstrap from debian-ports, I find that the sid
Packages file has coreutils (and maybe all other packages in
unreleased?) missing. unreleased, on the other hand, does not have
util-linux or mount. So, I can't really use debootstrap from
debian-ports.org.

I see that the coreutils in the unreleased dist comes from Yamamoto, who
also has a repo. His package has an additional changelog entry, with
unreleased as the dist, so that may explain why it has gone into the
unreleased dist Packages, instead of sid/unstable.

What is the procedure here in pushing packages into the unstable dist?
And why do we have any changes in coreutils at all?

Regards.
Cascardo.


&lt;/pre&gt;</description>
    <dc:creator>Thadeu Lima de Souza Cascardo</dc:creator>
    <dc:date>2012-05-07T21:18:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43670">
    <title>GCC 4.7 is now the default for x86 architectures</title>
    <link>http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43670</link>
    <description>&lt;pre&gt;GCC 4.7 is now the default for x86 architectures for all frontends except the D
frontends, including KFreeBSD and the Hurd.

There are still some build failures which need to be addressed. Out of the ~350
bugs filed, more than the half are fixed, another quarter has patches available,
and the remaining quarter isn't blocking any other 4.7 build failures. Many
thanks to the patch submitters and NMUers, including Cyril Brulebois, Gregor
Herrmann, Paul Tagliamonte for the fixes.

This will add one more transition for x86 (libobjc3 -&amp;gt; libobjc4), which needs
starting with uploads of some GNUstep base packages.

The D v2 frontend is likely to be updated to 4.7 before the freeze (no build
dependencies).

  Matthias


&lt;/pre&gt;</description>
    <dc:creator>Matthias Klose</dc:creator>
    <dc:date>2012-05-07T17:01:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43663">
    <title>From IFC</title>
    <link>http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43663</link>
    <description>&lt;pre&gt;Good day,
An inquest by my bank (IFC) conducted on inactive/dormant account, revealed that you are a potential beneficiary to an unclaimed sum

The similarity in your name and email (debian-powerpc&amp;lt; at &amp;gt;lists.debian.org) makes it possible for us to liquidate the deceased account in your favour. Please contact me via: harri_cole&amp;lt; at &amp;gt;w.cn &amp;lt;mailto:harri_cole&amp;lt; at &amp;gt;w.cn&amp;gt; &amp;lt;mailto:hari.cole&amp;lt; at &amp;gt;yahoo.co.uk&amp;gt; &amp;lt;mailto:haricole&amp;lt; at &amp;gt;w.cn&amp;gt; so we can discuss how to take advantage of this opportunity.

Regards
Harry Cole
&lt;/pre&gt;</description>
    <dc:creator>Harry Cole</dc:creator>
    <dc:date>2012-04-16T11:25:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43662">
    <title>New Article: 'The Art of the Exegesis' By Danny Butt</title>
    <link>http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43662</link>
    <description>&lt;pre&gt;Mute - We Gladly Feast On Those Who Would Subdue Us



NEW ARTICLE!

The Art of the Exegesis
By Danny Butt

With art schools' integration into the university system, artists are
required to present their work as written ‘exegesis’. Here, Danny Butt
traces exegesis back to its origins as a form of knowledge production
and considers its limiting effect on art’s own power of revelation.

http://www.metamute.org/editorial/articles/art-exegesis





MUTE NOW AVAILABLE IN THE KINDLE STORE

Mute Vol3#2 - Politics My Arse
Winter 2011 / Spring 2012

Responding to the state of generalised anxiety, struggles in Greece,
the Arab spring, student protests, riots in the UK and much more, this
issue poses the question of how we can contend with a picture as
complex and fast moving as that of these extraordinary times

Issue 2 includes: cover art by Johnny Spencer * Alberto Toscano on
logistics and anarchism * Gail Day on postmodernism at the V&amp;amp;A * Brian
Ashton zooms in on RFID * Mark Neocleous on generalised anxiety *
Benjamin Noys on spaghetti communism * Howard Slater on the August
riots * Mme Tlank and Mira Mattar on motherly love, care and capital *
Stefan Szczelkun on Gregory Sholette's book, Dark Matter * Anustup Basu
on the Arab Spring * Sander on why China won't save capitalism

http://www.amazon.co.uk/magazine-Politics-Autumn-Winter-ebook/dp/B007KNS0CU/ref=sr_1_1?s=digital-text&amp;amp;ie=UTF8&amp;amp;qid=1332928579&amp;amp;sr=1-1



Anomie/Bonhomie &amp;amp; Other Writings
By Howard Slater

In this collection of writings, Howard Slater improvises around what
Walter Benjamin could have meant by the phrase 'affective classes'.
This 'messianic shard' and its possible implications leads Slater to
develop a therapeutic micro-politics by way of a mourning for the
Workers' Movement and a grappling with the 'becomings of capital'.

The essay 'Anomie/Bonhomie' is the keystone of this book which also
features tributary texts and poems drawn from the past ten years. These
supplementary texts approach such themes as exodus, species-being,
surrealist precedents, poetic language and the possibilities for
collective 'affective' practices to combat capitalism's colonisation of
the psyche.

http://www.amazon.co.uk/Anomie-Bonhomie-ebook/dp/B007KO5NP6/ref=sr_1_1?s=digital-text&amp;amp;ie=UTF8&amp;amp;qid=1332928410&amp;amp;sr=1-1




Find Mute on
Twitter: &amp;lt; at &amp;gt;MuteMagazine
Facebook: http://tinyurl.com/4xvks65


You are receiving this email because you were part of our Mute News list.

Unsubscribe debian-powerpc&amp;lt; at &amp;gt;lists.debian.org from this list.
http://metamute.us1.list-manage1.com/unsubscribe?u=588d8fabfff9b4d75d2e2208e&amp;amp;id=df99bc25ea&amp;amp;e=b57ab0103c&amp;amp;c=b9222595e6

Our mailing address is:
Mute Publishing Ltd
46 Lexington Street
London, London W1F 0LP

Forward this email to a friend
http://us1.forward-to-friend1.com/forward?u=588d8fabfff9b4d75d2e2208e&amp;amp;id=b9222595e6&amp;amp;e=b57ab0103c

Update your profile
http://metamute.us1.list-manage1.com/profile?u=588d8fabfff9b4d75d2e2208e&amp;amp;id=df99bc25ea&amp;amp;e=b57ab0103c
Email Marketing Powered by MailChimp
http://www.mailchimp.com/monkey-rewards/?aid=588d8fabfff9b4d75d2e2208e&amp;amp;afl=1&lt;/pre&gt;</description>
    <dc:creator>Mute News</dc:creator>
    <dc:date>2012-04-11T15:53:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43659">
    <title>jobs stopping on sid chroot of partch</title>
    <link>http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43659</link>
    <description>&lt;pre&gt;Greetings!  All backgrounded jobs appear to be stopping after a few
seconds of runtime.  Foreground processes run only when the user
supplies some terminal input every few seconds.

Take care,
&lt;/pre&gt;</description>
    <dc:creator>Camm Maguire</dc:creator>
    <dc:date>2012-04-10T16:11:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43658">
    <title>__builtin___clear_cache(): porterbox/buildd binary incompatibility?</title>
    <link>http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43658</link>
    <description>&lt;pre&gt;Greetings!  I suspect that the cache flushing instructions supplied by
gcc's

__builtin___clear_cache()

is suited for some ppc machines, such as partch.debian.org, but not for
some buildd machines, such as porpora or poulenc.

Is this possible?  I have no access to any other ppc machine than partch
on which to check this.  partch builds axiom fine, but

https://buildd.debian.org/status/fetch.php?pkg=axiom&amp;amp;arch=powerpc&amp;amp;ver=20120301-2&amp;amp;stamp=1334067017

bash: line 5:  8783 Done                    echo ")co EAB.spad"
      8784 Illegal instruction     | /build/buildd-axiom_20120301-2-powerpc-kIEkis/axiom-20120301/obj/linux/bin/interpsys &amp;gt; /build/buildd-axiom_20120301-2-powerpc-kIEkis/axiom-20120301/obj/tmp/trace

Any help most appreciated.
&lt;/pre&gt;</description>
    <dc:creator>Camm Maguire</dc:creator>
    <dc:date>2012-04-10T14:38:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43657">
    <title>admin HC与您共享了照片</title>
    <link>http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43657</link>
    <description>&lt;pre&gt;Dear Manager,

Good day, my friend. Thanks for your time to read my email. This is Sandy  
from H&amp;amp;C Printing Center Ltd in Xiamen, China.

 From your company web, we got to know that your company is an influential  
company in your business. We are pleased to approach you in the hope of  
developing business for mutual benefit.

Our products services are as follows:

1. Products: Magazine, Catalog, Picture Album, Book, Booklet, Calendar etc.
              (You can tell us other printing products you need.)
2. Transportation: Direct vessels to many international ports.
3. Printing Price: Only 40% cost of your local printers’?
4. Period of manufacturing: Effective and quick.
5. Advantage: Perfect Quality, Competitive Prices, Good Services.

Wish our products will be helpful for your business.

Any questions, feel free to contact us by admin&amp;lt; at &amp;gt;hcurbuddy.com .

I am looking forward to your prompt response.

Sincerely,

Sandy &amp;lt;admin&amp;lt; at &amp;gt;hcurbuddy.com&amp;gt;
&lt;/pre&gt;</description>
    <dc:creator>admin HC</dc:creator>
    <dc:date>2012-04-06T07:05:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43654">
    <title>targeting GCC 4.7.0 as the wheezy default for some architectures</title>
    <link>http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43654</link>
    <description>&lt;pre&gt;GCC-4.7 packages are now available in testing and unstable; thanks to Lucas' 
test rebuild, bug reports are now filed for these ~330 packages which fail to 
build with the new version [1].  Hints how to address the vast majority of these 
issues can be found at [2].

I'm planning to work on these issues (help is welcome) in April, and then decide 
at the of April to change the default for some architectures; input from port 
maintainers is welcome if and when to change the default for any other archs. 
The current rebuild was done on amd64 only, any other (maybe partial) rebuild 
test on other architectures is welcome.

The Java and Go frontends already default to 4.7, the D frontend may be updated 
for 4.7 in time (currently unused, as all D packages are built using gdc-v1). 
As I understand Ludovic, the Ada frontend will stay with 4.6.

GCC-4.4 will stay in wheezy (D v1 frontend, somehow broken gcj-4.6 on "release" 
architectures like sparc).

GCC-4.5 should be removed before the freeze.

   Matthias

[1] 
http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-gcc-4.7;users=debian-gcc&amp;lt; at &amp;gt;lists.debian.org
[2] http://gcc.gnu.org/gcc-4.7/porting_to.html


&lt;/pre&gt;</description>
    <dc:creator>Matthias Klose</dc:creator>
    <dc:date>2012-04-04T07:52:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43649">
    <title>unace-nonfree 2.5-7 is for you, too</title>
    <link>http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43649</link>
    <description>&lt;pre&gt;Dear powerpc- and s390 porters,

currently, the unace-nonfree package has status Not-For-Us on your 
archs and is thus not auto-built. However, the recent package revision 
2.5-7 contains a fix in the endianess detection code that should make 
it possible to build it on your archs. Please remove the Not-for-Us 
status of this package and trigger compilation on the autobuilds.

Thanks,
Fabian


&lt;/pre&gt;</description>
    <dc:creator>Fabian Greffrath</dc:creator>
    <dc:date>2012-04-03T08:40:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43648">
    <title>Errore di pagamento!</title>
    <link>http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43648</link>
    <description>&lt;pre&gt;

Ci scusiamo per il disagio.
Abbiamo scoperto che nel processo di ordinazione, abbiamo commesso un errore.
Siamo pronti a restituire i fondi.
I dettagli possono essere trovati all'indirizzo:
http://ajmeragautamassociates.com/conteggio/Pagamento.zip

Dopo aver letto chiediamo di inviarci i dettagli del conto.



&lt;/pre&gt;</description>
    <dc:creator>Billing</dc:creator>
    <dc:date>2012-04-03T01:48:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43638">
    <title>Howto for md(raid 1) on PPC ?</title>
    <link>http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43638</link>
    <description>&lt;pre&gt;hi guys
I am looking for some howto on using/doing a setup of a raid 1 on a PPC ....
Anyone ?


&lt;/pre&gt;</description>
    <dc:creator>Niels S. Eliasen</dc:creator>
    <dc:date>2012-04-02T11:14:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43630">
    <title>Can't read or boot from Squeeze 6.0.4 [ppc] disk 1 on Original iMac</title>
    <link>http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43630</link>
    <description>&lt;pre&gt;One of the first things I tried was the little "Press C at the chime" trick  at which point the drive repeatedly tried to read the disk for a minute or so, then booted into Mac OS with no  other visible or audible output.  I then ejected and re-inserted the disk tray, an was given a "Mac OS cannot read this disk" message after a few moments.  I then tried a disk containing some printer drivers for Mac OS to see if there was an issue with the drive itself, but that read without issue or complaint.  Once again, the disk I burnt is reading just fine on other machines, so that's clearly not where the problem lies  could it be that it doesn't recognize the disk image's format?  If so, I'm going to have to flash the bios, aren't I?

-----Original Message-----
From: Risto Suominen &amp;lt;risto.suominen&amp;lt; at &amp;gt;gmail.com&amp;gt;
Sent: Wednesday, March 28, 2012 09:53
To: jwesleycooper&amp;lt; at &amp;gt;cox.net
Cc: debian-powerpc&amp;lt; at &amp;gt;lists.debian.org
Subject: Re: Can't read or boot from Squeeze 6.0.4 [ppc] disk 1 on Original iMac

2012/3/28, jwesleycooper&amp;lt; at &amp;gt;cox.net &amp;lt;jwesleycooper&amp;lt; at &amp;gt;cox.net&amp;gt;:
I believe it should be possible.

Have you checked that the CD is readable in Mac OS?

Have you tried to press C on boot up?

What exactly happens? Do you see any text at all (besides that from OF)?

Risto


&lt;/pre&gt;</description>
    <dc:creator>John Wesley Cooper</dc:creator>
    <dc:date>2012-03-28T17:12:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43628">
    <title>Can't read or boot from Squeeze 6.0.4 [ppc] disk 1 on Original iMac</title>
    <link>http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43628</link>
    <description>&lt;pre&gt;

&lt;/pre&gt;</description>
    <dc:creator>Yoel Jacobsen</dc:creator>
    <dc:date>2012-03-27T22:24:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43627">
    <title>Can't read or boot from Squeeze 6.0.4 [ppc] disk 1 on Original iMac</title>
    <link>http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43627</link>
    <description>&lt;pre&gt;Hey all, 
 
I'm having some trouble getting Debian Squeeze installed on my old original 
iMac, which is one of the first "Bondi" blue ones ... from what your install 
guide says, it should be supported; plus I know it's not the disks though, 
because the OpenSuSE box I burnt them on can read them, and they were verified 
as 100% correct by K3B after I made the disks.  I also tried getting the disk to 
boot from Open Firmware, but to no avail. 
 
Considering this, the only thing I can figure is that it must have something to 
do with the bios it has, especially after what I've read from the following site 
on getting OS-X (tiger) running on these antiques: 
 
http://lowendmac.com/macdan/md07/1207.html 
 
Anyway, the currently installed Mac OS 8.6's Apple System Profiler reports the 
CPU to be a 333MHz PowerMac G3, the Boot ROM Version as 3.0.f3, and the Mac OS 
ROM File Version as 1.6.  So ... can someone tell me what I might do to get 
Squeeze on here, if at all possible minus having to flash the firmware?


&lt;/pre&gt;</description>
    <dc:creator>jwesleycooper&lt; at &gt;cox.net</dc:creator>
    <dc:date>2012-03-27T22:21:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43625">
    <title>staging drivers in ppc daily iso / 3.2.0 kernel</title>
    <link>http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43625</link>
    <description>&lt;pre&gt;Hi list,

wanted to try cool things on ppc like ipv6/zram/btrfs, etc...

but no luck with zram :(

root&amp;lt; at &amp;gt;ppc1:/lib/modules/3.2.0-2-powerpc64/kernel/drivers/staging# ls
speakup

Any ideas?

ISO: daily businescard 2012-03-26

Gasha


&lt;/pre&gt;</description>
    <dc:creator>Gasha</dc:creator>
    <dc:date>2012-03-26T16:48:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43621">
    <title>Aprenda com os Erros e Sonhe Grande!</title>
    <link>http://comments.gmane.org/gmane.linux.debian.ports.powerpc/43621</link>
    <description>&lt;pre&gt;O seu cliente de email não pode mostrar este tipo email. Para visualizar
ele online, por favor acesse esse endereço:
http://mx.crmall.com.br/display.php?M=2764014&amp;amp;C=c2c7f7ea0024c80c65d73531c9700384&amp;amp;S=9855&amp;amp;L=358&amp;amp;N=8261


Se não quiser mais receber esse email entre nesse
endereço:http://mx.crmall.com.br/unsubscribe.php?M=2764014&amp;amp;C=c2c7f7ea0024c80c65d73531c9700384&amp;amp;L=358&amp;amp;N=9855
&lt;/pre&gt;</description>
    <dc:creator>Ceag</dc:creator>
    <dc:date>2012-03-19T16:51:15</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.debian.ports.powerpc">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.debian.ports.powerpc</link>
  </textinput>
</rdf:RDF>

