From kth5 at archlinuxppc.org Tue Jul 1 09:13:37 2008 From: kth5 at archlinuxppc.org (Alexander Baldeck) Date: Tue, 01 Jul 2008 15:13:37 +0200 Subject: [arch-ports] G5? In-Reply-To: <20080626062358.GA14383@scorpina> References: <20080623072504.GB26710@scorpina> <200806281216.38643.mianka@skynet.be> <4868BF9A.2050006@archlinuxppc.org> <20080626062358.GA14383@scorpina> Message-ID: <486A2D81.6010708@archlinuxppc.org> Steven DuBois wrote: > How would I go about compiling my own kernel on a PPC? > If you have an existing install that works on your ppc, check if your toolchain supports 64bit: $ vi test.c int main() { return 0; } $ gcc -m64 -o test test.c If it compiles w/o complaining you should be able to build a kernel for powerpc64. Your .config has to include: CONFIG_PPC64=y CONFIG_PPC=y With this kernel built, install image and modules onto a usb stick, boot up and install arch and configure this kernel & modules for your preferred bootloader. Indepth knowledge about this procedure can be found all over the place I'm sure. ^^ Cheers, -G From anders1 at gmail.com Wed Jul 2 17:25:25 2008 From: anders1 at gmail.com (Anders Bergh) Date: Wed, 2 Jul 2008 23:25:25 +0200 Subject: [arch-ports] pacbuild Message-ID: <976395530807021425h712f081fp3fc0b9fada2a91d8@mail.gmail.com> Hi everyone, I managed to set up pacbuild on my server for building PPC packages, so far I've only built a couple of them but it seems to work quite well. pacbuild has become kind of outdated so I had to fix a bunch of things, I'll see if I can send a patch to Jason later... build status list: http://repo.andersman.org/peach/ Anders From jason at archlinux.org Wed Jul 2 17:37:16 2008 From: jason at archlinux.org (Jason Chu) Date: Wed, 2 Jul 2008 14:37:16 -0700 Subject: [arch-ports] pacbuild In-Reply-To: <976395530807021425h712f081fp3fc0b9fada2a91d8@mail.gmail.com> References: <976395530807021425h712f081fp3fc0b9fada2a91d8@mail.gmail.com> Message-ID: <8893f8860807021437s2f67e9feu70eb96f1ab58400b@mail.gmail.com> On Wed, Jul 2, 2008 at 2:25 PM, Anders Bergh wrote: > Hi everyone, > > I managed to set up pacbuild on my server for building PPC packages, > so far I've only built a couple of them but it seems to work quite > well. pacbuild has become kind of outdated so I had to fix a bunch of > things, I'll see if I can send a patch to Jason later... > > build status list: http://repo.andersman.org/peach/ > > Anders You should check out the git version. It fixes a lot of problems on the released version. I haven't released it because there are still more things I'd prefer it to do but I haven't had the inclination to actually implement them. Jason From anders1 at gmail.com Wed Jul 2 18:39:38 2008 From: anders1 at gmail.com (Anders Bergh) Date: Thu, 3 Jul 2008 00:39:38 +0200 Subject: [arch-ports] pacbuild In-Reply-To: <8893f8860807021437s2f67e9feu70eb96f1ab58400b@mail.gmail.com> References: <976395530807021425h712f081fp3fc0b9fada2a91d8@mail.gmail.com> <8893f8860807021437s2f67e9feu70eb96f1ab58400b@mail.gmail.com> Message-ID: <976395530807021539v3f16fe36h1429c3539513c5a0@mail.gmail.com> On Wed, Jul 2, 2008 at 11:37 PM, Jason Chu wrote: > On Wed, Jul 2, 2008 at 2:25 PM, Anders Bergh wrote: >> Hi everyone, >> >> I managed to set up pacbuild on my server for building PPC packages, >> so far I've only built a couple of them but it seems to work quite >> well. pacbuild has become kind of outdated so I had to fix a bunch of >> things, I'll see if I can send a patch to Jason later... >> >> build status list: http://repo.andersman.org/peach/ >> >> Anders > > You should check out the git version. It fixes a lot of problems on > the released version. I haven't released it because there are still > more things I'd prefer it to do but I haven't had the inclination to > actually implement them. > > Jason > > _______________________________________________ > arch-ports mailing list > arch-ports at archlinux.org > http://archlinux.org/mailman/listinfo/arch-ports > Hey there, I was actually using the git version from projects.archlinux.org. I've attached the changes I've made so far, but it still complains about not finding "kernel26" (in PPC it's called "kernel26-pmac"). However that doesn't seem to cause any issues. I might have changed things outside the git repository, so I'm not sure that's all I did yet. I hope it was though. Anders -------------- next part -------------- A non-text attachment was scrubbed... Name: pacbuild.diff Type: application/octet-stream Size: 1447 bytes Desc: not available URL: From bassosimone at slacky.it Fri Jul 25 05:13:09 2008 From: bassosimone at slacky.it (Simone Basso) Date: Fri, 25 Jul 2008 11:13:09 +0200 Subject: [arch-ports] PPC: Ghostscript should be recompiled? Message-ID: <48899925.9080102@slacky.it> Hi, (I'm an user of the PPC port of ArchLinux) It seems that ghostscript should be recompiled. Infact, the following dynamic libraries are missing on my sys- tem: # ldd /usr/bin/gs|grep 'not found' libkrb5.so.22 => not found libhx509.so.1 => not found The installed version of these libraries is: /usr/lib/libkrb5.so.25.0.0 /usr/lib/libhx509.so.3.0.0 Bye From bassosimone at slacky.it Fri Jul 25 10:32:02 2008 From: bassosimone at slacky.it (Simone Basso) Date: Fri, 25 Jul 2008 16:32:02 +0200 Subject: [arch-ports] PPC: Ghostscript should be recompiled? In-Reply-To: <48899925.9080102@slacky.it> References: <48899925.9080102@slacky.it> Message-ID: <4889E3E2.7030105@slacky.it> Simone Basso wrote: > Hi, [snip] > The installed version of these libraries is: > > /usr/lib/libkrb5.so.25.0.0 > /usr/lib/libhx509.so.3.0.0 And the installed ghostscript version is: extra/ghostscript 8.62-1 Bye -- Simone