>
> I'm on Tiger 10.4.11, Xcode v 2.5. I did update the Portfile descriptions
> yesterday, and I've been in the process of upgrading to current packages. I'm
> fairly sure all the deps for pyqt4 are up to date.
>
> So it just works in Leopard? The reasons-to-upgrade list is getting longer.
>
> Kin
On Mar 4, 2009, at 21:06, Alexy Khrabrov wrote:
Does a regular compilation
gcc x.c
with Apple's gcc on an Intel Mac try to create a universal binary?
No, you have to add various cflags, ldflags, etc. to get a universal.
http://developer.apple.com/technotes/tn2005/tn2137.html
On Mar 4, 2009, at 6:39 PM, Peter O'Gorman wrote:
Then ar is calling ranlib for you unless you are passing it the -S
flag.
If you are building for multiple arches then you should pass ar the -s
flag (as Rainer said) to ar to ensure that the table of contents is
created. As you can see from t
Alexy Khrabrov wrote:
> I'm on Intel Leopard 10.5.6 and my xcode is 312_2621, gcc build 5490.
> The ar I have us from July 9 2008, size 64448 bytes. I've upgraded from
> gcc build 5488 yesterday to see if the most recent xcode off ADC has a
> different ar, but it didn't look like it. Peter -- is
Scott Haneda wrote:
> On Mar 4, 2009, at 2:01 PM, Joshua Root wrote:
>>> As far as I am finding, on error, the user and group are still
>>> there, I
>>> will also check of on uninstall, the user and group get removed.
>> They don't.
>
> Was this a design decision, or something overlooked? Shoul
Unfortunately, my oldest Apple HW came with Tiger and Panther won't
install on it.
If someone wants to send me an old powerbook or G4 cube (I'm pretty
sure those were in the Panher era) or something like that, I can get
this fixed... but short of that /shrug.
On Mar 3, 2009, at 00:41, Rya
On Mar 4, 2009, at 2:16 PM, Scott Haneda wrote:
On Mar 4, 2009, at 2:13 PM, Bradley Giesbrecht wrote:
Do you know if you can specify a uid and gid in a Portfile?
And is there an accessible var holding uid and gid? Using the port
commands to create them that is.
I believe so:
set gid [exi
On Mar 4, 2009, at 2:13 PM, Bradley Giesbrecht wrote:
Do you know if you can specify a uid and gid in a Portfile?
And is there an accessible var holding uid and gid? Using the port
commands to create them that is.
I believe so:
set gid [existsgroup foo]
adduser foo gid=${gid} realname=foo h
On Mar 4, 2009, at 1:48 PM, Scott Haneda wrote:
On Mar 4, 2009, at 5:45 AM, Ryan Schmidt wrote:
On Mar 4, 2009, at 06:21, Scott Haneda wrote:
Hello, I am not sure how big a problem this is, but it appears,
the adduser and addgroup functions in MacPorts do not clean up
after themselves in
On Mar 4, 2009, at 2:01 PM, Joshua Root wrote:
Scott Haneda wrote:
On Mar 4, 2009, at 5:45 AM, Ryan Schmidt wrote:
On Mar 4, 2009, at 06:21, Scott Haneda wrote:
Hello, I am not sure how big a problem this is, but it appears, the
adduser and addgroup functions in MacPorts do not clean up after
Scott Haneda wrote:
> On Mar 4, 2009, at 5:45 AM, Ryan Schmidt wrote:
>> On Mar 4, 2009, at 06:21, Scott Haneda wrote:
>>
>>> Hello, I am not sure how big a problem this is, but it appears, the
>>> adduser and addgroup functions in MacPorts do not clean up after
>>> themselves in the even of some p
On Mar 4, 2009, at 5:45 AM, Ryan Schmidt wrote:
On Mar 4, 2009, at 06:21, Scott Haneda wrote:
Hello, I am not sure how big a problem this is, but it appears, the
adduser and addgroup functions in MacPorts do not clean up after
themselves in the even of some port install error.
Is this expe
I'm on Intel Leopard 10.5.6 and my xcode is 312_2621, gcc build 5490.
The ar I have us from July 9 2008, size 64448 bytes. I've upgraded
from gcc build 5488 yesterday to see if the most recent xcode off ADC
has a different ar, but it didn't look like it. Peter -- is the new
ar supposed t
Joshua Root wrote:
> Peter O'Gorman wrote:
>> Alexy Khrabrov wrote:
>>> In building various Linux things from source on Mac, I've run into the
>>> "archive has no table of contents" problem several times. The fix is
>>> invariably to go and stick ranlib after each ar.
>> What version of Mac OS X/X
Peter O'Gorman wrote:
> Alexy Khrabrov wrote:
>> In building various Linux things from source on Mac, I've run into the
>> "archive has no table of contents" problem several times. The fix is
>> invariably to go and stick ranlib after each ar.
>
> What version of Mac OS X/Xcode are you using? ar,
Alexy Khrabrov wrote:
> In building various Linux things from source on Mac, I've run into the
> "archive has no table of contents" problem several times. The fix is
> invariably to go and stick ranlib after each ar.
What version of Mac OS X/Xcode are you using? ar, since Mac OS X 10.4
does ranli
On Mar 4, 2009, at 06:21, Scott Haneda wrote:
Hello, I am not sure how big a problem this is, but it appears, the
adduser and addgroup functions in MacPorts do not clean up after
themselves in the even of some port install error.
Is this expected behavior?
I'm not sure. What do you mean
I just committed an update to the cairo and pango ports that make the
Quartz features optional. Previously, they were always enabled. If
you relied on Quartz features being available in cairo and pango, be
sure to install both ports with the +quartz variant from now on. You
may want to edit
Hello, I am not sure how big a problem this is, but it appears, the
adduser and addgroup functions in MacPorts do not clean up after
themselves in the even of some port install error.
Is this expected behavior?
--
Scott * If you contact me off list replace talklists@ with scott@ *
__
Hi!
I'm having a moment of trouble building cmake 2.6.2 with the current
MacPort. I'm on Mac OS X 10.5.6.
It is complaining that _FILE_OFFSET_BITS=64, but uClibc was built
without large file support enabled.
I looked around but apparently haven't found the obvious toggle switch.
bentley-
20 matches
Mail list logo