Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
The first post of this thread is a WikiPost and can be edited by anyone with the appropiate permissions. Your edits will be public.

Should continued work on 10.6.8 PowerPC and Xcode 3.2.X have its own dedicated thread?

  • Yes - I would like to be able to follow and/or contribute to a Developer Preview thread specifically

    Votes: 0 0.0%
  • Indifferent - I don't care either way i just appreciate the work that's being done

    Votes: 0 0.0%

  • Total voters
    15
  • Poll closed .
The Darwinbuild backend which used to be hosted on http://src.macosforge.org/Roots/ was completely nuked a few years ago. Without this fileserver, Darwinbuild can't download anything. I've had some luck switching it to point to the Archive.org URL, but the file archive is incomplete there so a lot of projects still don't build.
 
The Darwinbuild backend which used to be hosted on http://src.macosforge.org/Roots/ was completely nuked a few years ago. Without this fileserver, Darwinbuild can't download anything. I've had some luck switching it to point to the Archive.org URL, but the file archive is incomplete there so a lot of projects still don't build.

I have moved sources to macos-powerpc.org/Projects, and here is the port:

1. On 10.6.8 drop the last patch (10a190 hack).
2. `0004-darwinbuild.in-fix-for-renamed-sources-from-Apple-re.patch` fixes extract, but not sure it is enough. Problem: Apple renamed sources in a retarded way, `${name}-${name}-${version}`, while Darwinbuild expects `${name}-${version}`.
3. As of now, it fails to build roots both on powerpc natively and in 10.6.8 x86_64, with a bunch of errors:
Code:
xcodebuild: 'relpath' not found
/Developer/usr/bin/xcodebuild fails with 512 - Unknown error: 512
make[5]: execvp: /Users/svacchanda/10A432/BuildRoot/SourceCache/xnu/xnu-xnu-1456.1.26: Permission denied
I do not know what that means, please tell us if you know. But it seems the app is functional, just something in the setup is not right.

P. S. Build with `-nochroot`, since we do not yet have roots with ppc included.
 
Last edited:
I have moved sources to macos-powerpc.org/Projects, and here is the port:

1. On 10.6.8 drop the last patch (10a190 hack).
2. `0004-darwinbuild.in-fix-for-renamed-sources-from-Apple-re.patch` fixes extrat, but not sure it is enough. Problem: Apple renamed sources in a retarded way, `${name}-${name}-@{version}`, while Darwinbuild expects `${name}-@{version}`.
3. As of now, it fails to build roots both on powerpc natively and in 10.6.8 x86_64, with a bunch of errors:
Code:
xcodebuild: 'relpath' not found
/Developer/usr/bin/xcodebuild fails with 512 - Unknown error: 512
make[5]: execvp: /Users/svacchanda/10A432/BuildRoot/SourceCache/xnu/xnu-xnu-1456.1.26: Permission denied
I do not know what that means, please tell us if you know. But it seems the app is functional, just something in the setup is not right.

P. S. Build with `-nochroot`, since we do not yet have roots with ppc included.
Relpath is in bootstrap commands source tarball @barracuda156
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.