<?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://permalink.gmane.org/gmane.os.apple.fink.devel">
    <title>gmane.os.apple.fink.devel</title>
    <link>http://permalink.gmane.org/gmane.os.apple.fink.devel</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://permalink.gmane.org/gmane.os.apple.fink.devel/21696"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.apple.fink.devel/21695"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.apple.fink.devel/21694"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.apple.fink.devel/21693"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.apple.fink.devel/21692"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.apple.fink.devel/21691"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.apple.fink.devel/21690"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.apple.fink.devel/21689"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.apple.fink.devel/21688"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.apple.fink.devel/21687"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.apple.fink.devel/21686"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.apple.fink.devel/21685"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.apple.fink.devel/21684"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.apple.fink.devel/21683"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.apple.fink.devel/21682"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.apple.fink.devel/21681"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.apple.fink.devel/21680"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.apple.fink.devel/21679"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.apple.fink.devel/21678"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.apple.fink.devel/21677"/>
      </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://permalink.gmane.org/gmane.os.apple.fink.devel/21696">
    <title>sundials-2.5.0 build error / gcc47 bug?</title>
    <link>http://permalink.gmane.org/gmane.os.apple.fink.devel/21696</link>
    <description>&lt;pre&gt;Hi all,

One of my colleague reported a build error with the sundial-2.5.0 package:

Début du message réexpédié :


It looks like gcc47 (4.7.3) is producing invalid code when the -march/-mtune is set to native. Is this a gcc4 bug?

Sébastien
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Fink-devel mailing list
Fink-devel&amp;lt; at &amp;gt;lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

&lt;/pre&gt;</description>
    <dc:creator>Sébastien Maret</dc:creator>
    <dc:date>2013-05-17T14:48:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.apple.fink.devel/21695">
    <title>Re: Dependencies For New Package</title>
    <link>http://permalink.gmane.org/gmane.os.apple.fink.devel/21695</link>
    <description>&lt;pre&gt;
1) OpenGL typically comes either via the OpenGL framework, or via X11. 
In the former case, no dependency needs to be declared, because that 
comes with the OS and we don't have a virtual package for it.  For the 
latter, even though it ships with the OS on current versions, it's good 
to specify Depends: x11-shlibs and BuildDepends: x11-dev, plus 
RuntimeDepends: x11 if it displays in X11. (mesa is also a possibility, 
but I'd recommend not going with that if you don't have to)

2) libGLU is part of OpenGL here:

$ locate libGLU
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/usr/X11/lib/libGLU.1.3.dylib
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/usr/X11/lib/libGLU.1.dylib
/Applications/Xcode.app/Contents/Developer/Platforms/Mac&lt;/pre&gt;</description>
    <dc:creator>Alexander Hansen</dc:creator>
    <dc:date>2013-05-15T21:45:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.apple.fink.devel/21694">
    <title>Dependencies For New Package</title>
    <link>http://permalink.gmane.org/gmane.os.apple.fink.devel/21694</link>
    <description>&lt;pre&gt;Alright i'm gonna make an attempt to create a .info file from scratch.  I have verified that my candidate [SDL-Ball] is not currently in the database.  There is a similar game [lbreakout], but this one is prettier and works correctly with a mouse.  Now i need some advice on dependencies.  The manual has this to say:


1) for 'OpenGL', do i depend upon openglut-shlibs?
2) What provides libGLU?
3) Can i assume that stdlibc++6 is provided through our usual compiler toolchain?

Sent from Darlene-Lowes-Mac-mini

Mal: "Jayne, your mouth is talking. You might wanna look to that."
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
______________________________________&lt;/pre&gt;</description>
    <dc:creator>David Lowe</dc:creator>
    <dc:date>2013-05-15T19:58:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.apple.fink.devel/21693">
    <title>Re: qemu and texinfo-5.1</title>
    <link>http://permalink.gmane.org/gmane.os.apple.fink.devel/21693</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi

Am 12.05.2013 um 23:28 schrieb Alexander Hansen:


Thanks for reporting. I actually found a patch in qemu bug reports for the file qemu-options.hx. I prefer this solution, because 10.4-eol has no texinfo-legacy.

Michael.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
Comment: GPGTools - http://gpgtools.org

iEYEARECAAYFAlGSdpwACgkQNieRQA4yz99CfwCgxQDf0Q8EehN384XIZ3GLmkL8
58QAnA9S2IZZUJAGFRGFyQmAhFFbtSKP
=hnkY
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Fink-devel mailing list
Fink-devel&amp;lt; at &amp;gt;lists.sourceforge.n&lt;/pre&gt;</description>
    <dc:creator>Schindler Karl-Michael</dc:creator>
    <dc:date>2013-05-14T17:38:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.apple.fink.devel/21692">
    <title>Re: qemu and texinfo-5.1</title>
    <link>http://permalink.gmane.org/gmane.os.apple.fink.devel/21692</link>
    <description>&lt;pre&gt;
Yeah, this should be fine, or the package build could be tweaked to use 
the system's /usr/bin/makeinfo.
&lt;/pre&gt;</description>
    <dc:creator>Alexander Hansen</dc:creator>
    <dc:date>2013-05-12T21:28:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.apple.fink.devel/21691">
    <title>qemu and texinfo-5.1</title>
    <link>http://permalink.gmane.org/gmane.os.apple.fink.devel/21691</link>
    <description>&lt;pre&gt;I get the following error building qemu-1.2.2-1 with texinfo-5.1-1:

...
  GEN   qemu-options.texi
  GEN   qemu-monitor.texi
  GEN   qemu-img-cmds.texi
  GEN   qemu-doc.html
./qemu-options.texi:1444: unknown command `list'
./qemu-options.texi:1444: table requires an argument: the formatter for &amp;lt; at &amp;gt;item
./qemu-options.texi:1444: warning: &amp;lt; at &amp;gt;table has text but no &amp;lt; at &amp;gt;item
make: *** [qemu-doc.html] Error 1
### execution of /tmp/fink.ixKOd failed, exit code 2
### execution of /tmp/fink.w2v1x failed, exit code 2

I'm not sure if there is a more elegant solution, but I patched qemu.info to use texinfo-legacy, and it seems to have built correctly. Patch is attached, because I think Apple Mail still munges leading spaces either when sending or receiving email.

$ fink --version
Package manager version: 0.34.8
Distribution version: selfupdate-cvs Sun May 12 16:15:16 2013, 10.7, x86_64
Trees: local/main stable/main


------------------------------------------------------------------------------
Learn Graph Databases - Downloa&lt;/pre&gt;</description>
    <dc:creator>Charles Lepple</dc:creator>
    <dc:date>2013-05-12T21:06:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.apple.fink.devel/21690">
    <title>Re: error building gcc44 and gcc45</title>
    <link>http://permalink.gmane.org/gmane.os.apple.fink.devel/21690</link>
    <description>&lt;pre&gt;
On May 6, 2013, at 9:32 AM, Jack Howarth wrote:


Thanks, Jack, they build for me now.

  -- Dave


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Fink-devel mailing list
Fink-devel&amp;lt; at &amp;gt;lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

&lt;/pre&gt;</description>
    <dc:creator>David R. Morrison</dc:creator>
    <dc:date>2013-05-07T15:53:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.apple.fink.devel/21689">
    <title>Re: error building gcc44 and gcc45</title>
    <link>http://permalink.gmane.org/gmane.os.apple.fink.devel/21689</link>
    <description>&lt;pre&gt;
Dave,
   I've already updated the gcc45 package files in the 10.5 tree to the last gcc 4.5.4 release and
added patches to fix the build against texinfo 5.1. I also committed a similar update of gcc44 to the
last 4.4.7 release and texinfo 5.1 patches added. These were tested on x86_64 fink 10.6 but should
work fine on i386 fink 10.6 as well.
          Jack


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with &amp;lt;2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Fink-devel mailing list
Fink-devel&amp;lt; at &amp;gt;lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

&lt;/pre&gt;</description>
    <dc:creator>Jack Howarth</dc:creator>
    <dc:date>2013-05-06T16:32:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.apple.fink.devel/21688">
    <title>Re: error building gcc44 and gcc45</title>
    <link>http://permalink.gmane.org/gmane.os.apple.fink.devel/21688</link>
    <description>&lt;pre&gt;
On May 6, 2013, at 6:33 AM, Jack Howarth wrote:


Jack,

I simply did "fink update-all" on a system which hadn't been updated in quite a while, and ran into this problem.

If there are no packages currently in the fink database which use gcc44 or gcc45 to build, then we can remove the old gcc's.  If there *are* any such packages, then we either need to update them to use gcc46 (or later), or else repair the gcc44/gcc45 packages so that they build with the current fink configuration.

  -- Dave


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with &amp;lt;2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Fink-devel mailing list
Fink-devel&amp;lt; at &amp;gt;lists.sourceforge.net
List archive:
http://news.gmane.&lt;/pre&gt;</description>
    <dc:creator>David R. Morrison</dc:creator>
    <dc:date>2013-05-06T16:02:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.apple.fink.devel/21687">
    <title>Re: altas-3.10.1-1 in 10.7 tree</title>
    <link>http://permalink.gmane.org/gmane.os.apple.fink.devel/21687</link>
    <description>&lt;pre&gt;
I'll take this opportunity to mention again my unofficial bindist:

deb http://brendan.users.finkproject.org/10.8 stable main

Should make it a lot faster :)





------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with &amp;lt;2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Fink-devel mailing list
Fink-devel&amp;lt; at &amp;gt;lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

&lt;/pre&gt;</description>
    <dc:creator>Brendan Cully</dc:creator>
    <dc:date>2013-05-06T03:58:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.apple.fink.devel/21686">
    <title>Re: error building gcc44 and gcc45</title>
    <link>http://permalink.gmane.org/gmane.os.apple.fink.devel/21686</link>
    <description>&lt;pre&gt;
Dave,
   This is due to the switch to texinfo 5.0 in both trees which is more strict about texi formatting.
FYI, I submitted the fixes for the gcc 4.6.4, 4.7.3 and 4.8.0 releases upstream but there will be
no upstream fixes for earlier gcc's. The gcc 4.6.4 release is the last for the gcc 4.6.x series and
current the gcc 4.7.x series is the oldest maintained release upstream. I won't have time to look
at this for awhile but you could try applying the the changes from http://gcc.gnu.org/ml/gcc-patches/2013-02/msg01060.html
to the earlier gcc4x releases to see if this is sufficient to fix those with the texinfo 5.0.
Frankly, I don't think we should be encouraging users to stay on such ancient gcc4x releases.
                Jack


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with &amp;lt;2% overhe&lt;/pre&gt;</description>
    <dc:creator>Jack Howarth</dc:creator>
    <dc:date>2013-05-06T13:33:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.apple.fink.devel/21685">
    <title>Re: altas-3.10.1-1 in 10.7 tree</title>
    <link>http://permalink.gmane.org/gmane.os.apple.fink.devel/21685</link>
    <description>&lt;pre&gt;
Pretty similar, in my experience.  Our build setup isn't too terribly 
different than what they use.


&lt;/pre&gt;</description>
    <dc:creator>Alexander Hansen</dc:creator>
    <dc:date>2013-05-06T01:54:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.apple.fink.devel/21684">
    <title>Re: altas-3.10.1-1 in 10.7 tree</title>
    <link>http://permalink.gmane.org/gmane.os.apple.fink.devel/21684</link>
    <description>&lt;pre&gt;Unrelated, but how many hours on average does it take to build atlas via
Fink?

My experience via MacPorts has been 4+ hours on a 2.3GHz Core i5.

Same via Fink?


Art
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with &amp;lt;2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1_______________________________________________
Fink-devel mailing list
Fink-devel&amp;lt; at &amp;gt;lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel
&lt;/pre&gt;</description>
    <dc:creator>Art McGee</dc:creator>
    <dc:date>2013-05-06T01:48:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.apple.fink.devel/21683">
    <title>Re: error building gcc44 and gcc45</title>
    <link>http://permalink.gmane.org/gmane.os.apple.fink.devel/21683</link>
    <description>&lt;pre&gt;Hmm...maybe it's hardcoding %p/bin/makeinfo?

On 5/5/13 6:13 PM, David R. Morrison wrote:


&lt;/pre&gt;</description>
    <dc:creator>Alexander Hansen</dc:creator>
    <dc:date>2013-05-06T01:39:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.apple.fink.devel/21682">
    <title>Re: error building gcc44 and gcc45</title>
    <link>http://permalink.gmane.org/gmane.os.apple.fink.devel/21682</link>
    <description>&lt;pre&gt;I started a new shell, to be on the safe side…

On May 5, 2013, at 6:11 PM, Alexander Hansen wrote:



------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with &amp;lt;2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Fink-devel mailing list
Fink-devel&amp;lt; at &amp;gt;lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

&lt;/pre&gt;</description>
    <dc:creator>David R. Morrison</dc:creator>
    <dc:date>2013-05-06T01:13:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.apple.fink.devel/21681">
    <title>Re: error building gcc44 and gcc45</title>
    <link>http://permalink.gmane.org/gmane.os.apple.fink.devel/21681</link>
    <description>&lt;pre&gt;Yeah, %p/opt has been around a while. :-)

Did you start a new shell session or re-source /sw/bin/init.tcsh ?

On 5/5/13 5:59 PM, David R. Morrison wrote:


&lt;/pre&gt;</description>
    <dc:creator>Alexander Hansen</dc:creator>
    <dc:date>2013-05-06T01:11:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.apple.fink.devel/21680">
    <title>Re: error building gcc44 and gcc45</title>
    <link>http://permalink.gmane.org/gmane.os.apple.fink.devel/21680</link>
    <description>&lt;pre&gt;Yes, I use tcsh, and "which makeinfo" now gives me /sw/opt/texinfo-legacy/bin/makeinfo (to which I say "opt???"), but unfortunately the build failed just as before.

  -- Dave


On May 5, 2013, at 5:46 PM, Alexander Hansen wrote:



------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with &amp;lt;2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Fink-devel mailing list
Fink-devel&amp;lt; at &amp;gt;lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

&lt;/pre&gt;</description>
    <dc:creator>David R. Morrison</dc:creator>
    <dc:date>2013-05-06T00:59:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.apple.fink.devel/21679">
    <title>Re: error building gcc44 and gcc45</title>
    <link>http://permalink.gmane.org/gmane.os.apple.fink.devel/21679</link>
    <description>&lt;pre&gt;
texinfo-legacy installs in a private directory, so it's out of the PATH 
and can't be used without special treatment.

A quickie workaround for David would be to set up 
/sw/etc/profile.d/texinfo-legacy.csh (IIRC you use tcsh, right?) which 
has contents like

setenv PATH '/sw/opt/texinfo-legacy/bin':$PATH

That will allow the texinfo-legacy executables to be at the head of the 
PATH during the build.

&lt;/pre&gt;</description>
    <dc:creator>Alexander Hansen</dc:creator>
    <dc:date>2013-05-06T00:46:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.apple.fink.devel/21678">
    <title>error building gcc44 and gcc45</title>
    <link>http://permalink.gmane.org/gmane.os.apple.fink.devel/21678</link>
    <description>&lt;pre&gt;Jack,

I get errors building the latest versions of gcc44 and gcc45 on 10.6, i386 .  I have Xcode 3.2.6 but if that's too old, the packages should tell me so.  I reproduce the error msg from gcc44 below; the one from gcc45 was similar.  Based on the error msg, I guessed that maybe I needed to install texinfo-legacy but that didn't help.

  -- Dave


if [ xinfo = xinfo ]; then \
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-4.4.6/gcc/doc \
-I ../../gcc-4.4.6/gcc/doc/include -o doc/cpp.info ../../gcc-4.4.6/gcc/doc/cpp.texi; \
fi
../../gcc-4.4.6/gcc/doc/cppopts.texi:761: &amp;lt; at &amp;gt;itemx must follow &amp;lt; at &amp;gt;item


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with &amp;lt;2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.ne&lt;/pre&gt;</description>
    <dc:creator>David R. Morrison</dc:creator>
    <dc:date>2013-05-05T23:59:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.apple.fink.devel/21677">
    <title>[ANNOUNCE] unofficial binary distribution for 10.8</title>
    <link>http://permalink.gmane.org/gmane.os.apple.fink.devel/21677</link>
    <description>&lt;pre&gt;Hi,

This is just to let you know I've put together an *unofficial* rolling
binary distribution for 10.8, since todai isn't doing it:

deb http://brendan.users.finkproject.org/10.8 stable main

It's been running for a week or two, and seems to be doing ok. The
source code for the builder is here:

https://bitbucket.org/brendan/fink-builddist

in case anyone wants to set up a builder for other distros :)

------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Fink-devel mailing list
Fink-devel&amp;lt; at &amp;gt;lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
h&lt;/pre&gt;</description>
    <dc:creator>Brendan Cully</dc:creator>
    <dc:date>2013-04-29T17:09:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.apple.fink.devel/21676">
    <title>[ANNOUNCE] unofficial binary distribution for 10.8</title>
    <link>http://permalink.gmane.org/gmane.os.apple.fink.devel/21676</link>
    <description>&lt;pre&gt;Hi,

This is just to let you know I've put together an *unofficial* rolling
binary distribution for 10.8, since todai isn't doing it:

deb http://brendan.users.finkproject.org/10.8 stable main

It's been running for a week or two, and seems to be doing ok. The
source code for the builder is here:

https://bitbucket.org/brendan/fink-builddist

in case anyone wants to set up a builder for other distros :)

------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Fink-devel mailing list
Fink-devel&amp;lt; at &amp;gt;lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
h&lt;/pre&gt;</description>
    <dc:creator>Brendan Cully</dc:creator>
    <dc:date>2013-04-29T16:38:49</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.os.apple.fink.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.os.apple.fink.devel</link>
  </textinput>
</rdf:RDF>
