Re: PPC64: G5 & 4k/64k page size

2019-12-14 Thread Christian Marillat
t; Thank you for the config & pointing out the culprit! That solved the problem for me. kernel 5.3.16 build with make-kpkg and the kernel config file from latest Debian kernel linux-image-5.3.0-3-amd64 Christian

Installing Debian on a PowerMac G5

2020-04-10 Thread Christian Calderon
I have a Late 2005 PowerMac G5 and I'm having some trouble installing Debian on it. I've installed debian on this machine before but this time I'm hitting some unexpected snags. I started by downloading the ppc64 iso from http://cdimage.debian.org/cdimage/ports/current/ppc64/iso-cd/ . I burned it t

Re: [RFC] Remove AGP support from Radeon/Nouveau/TTM

2020-05-11 Thread Christian König
Am 11.05.20 um 21:55 schrieb John Paul Adrian Glaubitz: Hi Christian! Well let's face it AGP is a total headache to maintain and dead for at least 10+ years. We have a lot of x86 specific stuff in the architecture independent graphics memory management to get the caching right, abusin

Re: [RFC] Remove AGP support from Radeon/Nouveau/TTM

2020-05-12 Thread Christian König
is working I'm even surprised that this ever worked at all on PowerPC. Going to extend this patch for now and add a config option to not compile in AGP GART support for TTM any more instead of removing it. Christian. Alex Thanks, Adrian -- .''`. John Paul Adrian Glaubitz

Re: [RFC] Remove AGP support from Radeon/Nouveau/TTM

2020-05-13 Thread Christian König
So it wasn't just problematic on the software level, but had a rather bad hardware specification as well. Christian. Dave.

Re: [RFC] Remove AGP support from Radeon/Nouveau/TTM

2020-05-13 Thread Christian König
y not true for AMD GPUs, people tend to put them into those embedded ARM or PowerPC boxes and just expect them to work. On the other hand we have hardware/firmware engineers which assumed you always have USWC and we wonder for weeks why firmware loaded doesn't work Regards, Chris

[PATCH 1/2] drm/radeon: disable AGP by default

2020-05-13 Thread Christian König
Always use the PCI GART instead. Signed-off-by: Christian König --- drivers/gpu/drm/radeon/radeon_drv.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_drv.c b/drivers/gpu/drm/radeon/radeon_drv.c index bbb0883e8ce6..a71f13116d6b 100644 --- a/drivers/gpu

[RFC] Deprecate AGP GART support for Radeon/Nouveau/TTM

2020-05-13 Thread Christian König
ART in TTM even when general AGP support is available. Please comment, Christian.

[PATCH 2/2] drm/ttm: deprecate AGP support

2020-05-13 Thread Christian König
Even when core AGP support is compiled in Radeon and Nouveau can also work with the PCI GART. The AGP support was notorious unstable and hard to maintain, so deprecate it for now and only enable it if there is a good reason to do so. Signed-off-by: Christian König --- drivers/gpu/drm/Kconfig

Re: [PATCH 2/2] drm/ttm: deprecate AGP support

2020-05-13 Thread Christian König
Am 13.05.20 um 14:34 schrieb Daniel Vetter: On Wed, May 13, 2020 at 01:03:13PM +0200, Christian König wrote: Even when core AGP support is compiled in Radeon and Nouveau can also work with the PCI GART. The AGP support was notorious unstable and hard to maintain, so deprecate it for now and

Re: [RFC] Remove AGP support from Radeon/Nouveau/TTM

2020-05-13 Thread Christian Zigotzky
3.jpg Cheers, Christian

Re: [RFC] Deprecate AGP GART support for Radeon/Nouveau/TTM

2020-05-20 Thread Christian König
Am 13.05.20 um 13:03 schrieb Christian König: Unfortunately AGP is still to widely used as we could just drop support for using its GART. Not using the AGP GART also doesn't mean a loss in functionality since drivers will just fallback to the driver specific PCI GART. For now just depr

Re: [RFC] Deprecate AGP GART support for Radeon/Nouveau/TTM

2020-05-22 Thread Christian König
Am 20.05.20 um 18:18 schrieb Alex Deucher: On Wed, May 20, 2020 at 10:43 AM Christian König wrote: Am 13.05.20 um 13:03 schrieb Christian König: Unfortunately AGP is still to widely used as we could just drop support for using its GART. Not using the AGP GART also doesn't mean a lo

Re: [RFC] Deprecate AGP GART support for Radeon/Nouveau/TTM

2020-05-22 Thread Christian König
Am 20.05.20 um 18:25 schrieb Michel Dänzer: On 2020-05-20 4:43 p.m., Christian König wrote: Am 13.05.20 um 13:03 schrieb Christian König: Unfortunately AGP is still to widely used as we could just drop support for using its GART. Not using the AGP GART also doesn't mean a lo

Which installer works right now?

2020-08-18 Thread Christian Calderon
Hello everyone. I tried installing the ppc64 image from /cdimage/ports/current on my PowerMac G5 and it failed while installing grub. This image is dated 2020-08-18. I see there are slightly older images available, does anyone know which I should use?

Build failure qtlocation-opensource-src_5.14.2+dfsg-2

2020-10-21 Thread Christian Marillat
ERROR: Relocation type not implemented yet! | Aborted | make[3]: *** [Makefile:438: check] Error 134 ` Christian

Re: Build failure qtlocation-opensource-src_5.14.2+dfsg-2

2020-10-21 Thread Christian Marillat
On 21 oct. 2020 10:02, Christian Marillat wrote: [...] > The Debian build fail with : > > , > | QWARN : > tst_QNmeaPositionInfoSource_RealTime_Generic::lastKnownPosition(all - false) > Received pending connection: QTcpSocket(0x6bd110) true > | Segmenta

Re: Build failure qtlocation-opensource-src_5.14.2+dfsg-2

2020-10-21 Thread Christian Marillat
On 21 oct. 2020 10:58, John Paul Adrian Glaubitz wrote: > Hi! > > On 10/21/20 10:02 AM, Christian Marillat wrote: >> I did a rebuild with pbuider and the build fail with : >> >> , >> | Totals: 49 passed, 0 failed, 0 skipped, 0 blacklisted, 14ms &

Re: Build failure qtlocation-opensource-src_5.14.2+dfsg-2

2020-10-22 Thread Christian Marillat
On 21 oct. 2020 12:05, John Paul Adrian Glaubitz wrote: [...] > Anyway, I will have a look later this week. I'm currently swamped in > work. Help is therefore > appreciated. The best I think is to wait for 5.15 now in experimental. Christian

Re: Build failure qtlocation-opensource-src_5.14.2+dfsg-2

2020-10-31 Thread Christian Marillat
On 22 oct. 2020 18:22, Christian Marillat wrote: > On 21 oct. 2020 12:05, John Paul Adrian Glaubitz > wrote: > > [...] > >> Anyway, I will have a look later this week. I'm currently swamped in >> work. Help is therefore >> appreciated. > >

Re: Build failure qtlocation-opensource-src_5.14.2+dfsg-2

2020-10-31 Thread Christian Marillat
On 31 oct. 2020 10:34, Christian Marillat wrote: > On 22 oct. 2020 18:22, Christian Marillat wrote: > >> On 21 oct. 2020 12:05, John Paul Adrian Glaubitz >> wrote: >> >> [...] >> >>> Anyway, I will have a look later this week. I'

Re: Build failure qtlocation-opensource-src_5.14.2+dfsg-2

2020-11-01 Thread Christian Marillat
On 21 oct. 2020 10:02, Christian Marillat wrote: > Hi, > > Someone can look to the build to see what is exactly wrong with > qtlocation-opensource-src_5.14.2+dfsg-2 ? The test crash seems to be a know problem (mips* (#868745), sparc64 (#894726), ia64 (#929682). Bug filed #973519

Re: Tool for blessing HFS+ filesystems required

2021-02-02 Thread Christian Groessler
I need to ask now... On 2/2/21 9:43 PM, John Paul Adrian Glaubitz wrote: Yes, and that libhfsp-dev is actually built from the hfsplus source package which is a fork of hfsutils to support HFS+ but it doesn't have a hattrib command anymore which is used in hfsutils to bless a file system folde

Re: Workaround for installing Debian onto PowerMacs (2020-02-02 image) -- Works on 32-bit powerpc G4!

2021-02-06 Thread Christian Calderon
Question for Rick, which G4 are you using and what graphics card? I'm thinking about doing this on my FW800. ~ Christian Calderon On Sat, Feb 6, 2021 at 8:00 PM Rick Thomas wrote: > > > On Tue, Feb 2, 2021, at 4:22 AM, John Paul Adrian Glaubitz wrote: > > Hello! > >

Re: Altivec in baseline for ppc64?

2021-07-13 Thread Christian Zigotzky
> On 13. Jul 2021, at 21:05, John Paul Adrian Glaubitz > wrote: > > Hi Sébastien! > >> On 7/13/21 1:55 PM, Sébastien Villemot wrote: >> The wiki page that synthesizes architecture specificities indicates >> that Altivec is included in the baseline for the ppc64 port: >> https://wiki.debian.

Re: Altivec in baseline for ppc64?

2021-07-13 Thread Christian Zigotzky
es, like A-Eon's AmigaOne X5000 (and > its "CyrusPlus" motherboard). So it's not just about the support of some > obscure embedded dev board. > > Charlie Charlie, I didn’t see that you have already posted a note because of the X5000. Thanks for the hint. Cheers, Christian

Re: Altivec in baseline for ppc64?

2021-07-15 Thread Christian Zigotzky
3.0.12 of VLC because of the AltiVec dependency again. [2] Cheers, Christian A-EON Technology Core Linux support team http://www.a-eon.com A-EON Technology Ltd Asquith House Unit 1 Dyfrig Rd Cardiff CF5 5AD United Kingdom [1] https://forum.hyperion-entertainment.com/viewtopic.php?p=51952#p51952

Re: X Display Problem on G3 Series PowerBook (Wallstreet)

2021-07-18 Thread Christian Zigotzky
Hello Stan, We had the same issue during the 5.14 merge window. Please look in the following thread: https://forum.hyperion-entertainment.com/viewtopic.php?p=53511#p53511 There is a patch available. Please try it. Thanks, Christian On 19 July 2021 at 04:59 am, Stan Johnson wrote: Hello

Re: issue building qemu latest on debian ppc

2021-07-19 Thread Christian Marillat
L pass: sched1 >> ../target/mips/tcg/msa_helper.c: In function ‘helper_msa_fmin_df’: >> ../target/mips/tcg/msa_helper.c:7536:1: internal compiler error: Errore di >> segmentazione Definitely a GCC bug. Christian

Re: issue building qemu latest on debian ppc

2021-07-19 Thread Christian Zigotzky
I usually compile QEMU with the following commands: ./configure --enable-sdl --target-list=ppc-softmmu,ppc64-softmmu make - Christian On 19 July 2021 at 10:08 am, luigi burdo wrote: Hi Adrian, i'm try to build last qemu on Debian PPC64 on my G5 Quad but im facing strange hard build e

FAILED: patch "[PATCH] drm/radeon/ni_dpm: Fix booting bug" failed to apply to 5.13-stable tree

2021-07-19 Thread Christian Zigotzky
On 19 July 2021 at 04:32 pm, Stan Johnson wrote: On 7/18/21 10:23 PM, Christian Zigotzky wrote: Hello Stan, We had the same issue during the 5.14 merge window. Please look in the following thread: https://forum.hyperion-entertainment.com/viewtopic.php?p=53511#p53511 There is a patch

Re: FAILED: patch "[PATCH] drm/radeon/ni_dpm: Fix booting bug" failed to apply to 5.13-stable tree

2021-07-19 Thread Christian Zigotzky
On 19 July 2021 04:58 pm, Christian Zigotzky wrote: On 19 July 2021 at 04:32 pm, Stan Johnson wrote: On 7/18/21 10:23 PM, Christian Zigotzky wrote: Hello Stan, We had the same issue during the 5.14 merge window. Please look in the following thread: https://forum.hyperion-entertainment.com

Re: Bug#605774: Bug also present in debian-squeeze-di-beta2-powerpc-netinst.iso

2010-12-13 Thread Christian PERRIER
Quoting Xavier Grave (xavier.gr...@ipno.in2p3.fr): > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > Just to give the info, I have tested the > debian-squeeze-di-beta2-powerpc-netinst.iso. The fix for bug#605774 > didn't reach the last installer iso. That's expected as no new kernel

Re: Bug#606984: PowerMac G4 (Digital Audio) sound

2011-04-13 Thread Christian PERRIER
Version: 1.85 Quoting Thomas Carlson (tcarl...@sharedcup.com): > I tried today's (4/13/11) Daily Build #5, that uses the installer build from > Sid > on my 533MHz PowerMac G4 (Digital Audio) and guess what? The sound worked. I > was able to adjust the volume and set a sound theme. The correct

Installing debian on mac mini G4

2012-06-05 Thread Christian Lynbech
D way to work. +- Christian Lynbech | christian #\@ defun #\. dk +- Hit the philistines three times over the head with the Elisp reference m

Re: Installing debian on mac mini G4

2012-06-05 Thread Christian Lynbech
Thanks for all the hints, I have several things to test out and I will let you know how it goes. PS I am not trying to have both OSX and Linux, just Linux will be fine :-) -- Christian -- To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org with a

Re: Installing debian on mac mini G4

2012-06-17 Thread Christian Lynbech
>>>>> "Milan" == Milan Kupcevic writes: Milan> On 06/05/2012 08:23 AM, Christian Lynbech wrote: Milan> boot fw/node/sbp-2/disk:,\install\yaboot Wonderful, it worked, now my mini is happily running Debian. As a longtime Debian user, I should have known t

Problems with SuperTuxKart 0.8 PowerPC

2013-03-17 Thread Christian Zigotzky
pitch is 5120 fb0: radeondrmfb frame buffer device drm: registered panic notifier [drm] Initialized radeon 2.18.0 20080528 for :01:00.0 on minor 0 Can you help me, please? Best wishes, Christian -- To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org with a subject of &q

Debian installer build: failed powerpc builds

2013-08-04 Thread Christian PERRIER
Quoting Daily build aggregator (debian-b...@lists.debian.org): > Debian installer build overview > --- > > Failed or old builds: > * FAILED BUILD: powerpc Aug 04 00:01 buildd@praetorius build_powerpc_netboot > > http://d-i.debian.org/daily-images/powe

AmigaOne X1000/Nemo PowerPC Motherboard

2013-11-21 Thread Christian Zigotzky
Just for info: A-EON's Christmas Cracker! : Special offer on Nemo PowerPC Motherboards for the holiday season. To celebrate the latest delivery of Nemo PPC motherboards, A-EON Technology is pleased to announce a special Christmas promotion on Nemo PPC motherboards and AmigaONE X1000 systems.

Re: Creating a PowerPC task force?

2013-11-21 Thread Christian Zigotzky
c.php?f=35&t=2074 http://forum.hyperion-entertainment.biz/viewtopic.php?f=35&t=1845 Rgds, Christian Hello, > we are essentially orphans of the architecture. Again, would anybody else be > interested in addressing the current problems that PowerPC seems to have? Note that ther

SuperTuxKart 0.8.1 released for PowerPC Linux

2013-11-27 Thread Christian Zigotzky
We are proud to announce the release of SuperTuxKart version 0.8.1 for PPC Linux. This release includes the following features: * New track 'STK Enterprise' * Updated tracks 'Old Mine', 'Around the Lighthouse' and 'Zen Garden' * New modes 'Soccer' and 'Egg Hunt' * New karts 'Xue' and 'Sara' * Up

We're looking for Linux beta testers for our new PowerPC board

2013-12-11 Thread Christian Zigotzky
n.biz/blog/wp-content/uploads/2013/07/CyrusPlus.jpg http://blog.a-eon.biz/blog/wp-content/uploads/2013/07/varisys.jpg http://blog.a-eon.biz/blog/wp-content/uploads/2013/12/Cyrus_Plus_bottom_name_smal2l.jpg http://www.a-eon.com/18-10-2013-3.pdf Rgds, Christian -- To UNSUBSCRIBE, email to debian-po

Wrong colors with Mesa 9.2 and Mesa 10.0 on Debian Sid

2013-12-19 Thread Christian Zigotzky
dvd drive ATA ST2000DM001-9YN1 SEAGATE HD ATA ESA 3SF1240GB HD More information: http://en.wikipedia.org/wiki/AmigaOne_X1000 http://www.supertuxkart-amiga.de/amiga/x1000.html Rgds, Christian

Wrong colors with Mesa 9.2 and Mesa 10.0 on Debian Sid

2013-12-30 Thread Christian Zigotzky
Am 30.12.13 13:20, schrieb Riccardo Mottola: Hi, Christian Zigotzky wrote: Hi all, I've tried Mesa 9.2.2-1 and 10.0.0-1 on Debian Sid and Lubuntu 13.10. Unfortunately both have issued false colors in games. They appear to be ABGR instead of RGBA, thus blue becomes green, red becomes

Re: Debian PPC test video problem with G5 Quad

2014-07-30 Thread Christian Zigotzky
http://www.a-eon.com/News_Release_A1-X5000.pdf The Debian PowerPC port has a great future! Rgds, Christian Keep on testing! Rick On Jul 30, 2014, at 3:04 AM, ke...@refaceplace.net wrote: -- To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org with a subject of "unsubscribe&

Re: Support for PPC processors prior to POWER4 being dropped from kernel 3.17

2014-08-13 Thread Christian Zigotzky
On 13.08.14 16:11, Michel Dänzer wrote: On 13.08.2014 20:23, Rick Thomas wrote: Does anybody know if this affects the Moto G[345] processors used in the Apple Macintosh machines? http://www.phoronix.com/scan.php?page=news_item&px=MTc1Njk Pretty sure that's just the usual lack of a clue on Pho

A new Mac-on-Linux version with KVM support is available

2014-09-22 Thread Christian Zigotzky
Just for info: http://ubuntuforums.org/showthread.php?t=2245041 -- To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/54201e7e.2060...@xenosoft.de

Re: A new Mac-on-Linux version with KVM support is available

2014-09-22 Thread Christian Zigotzky
On 22.09.14 15:34, v...@comsouth.net wrote: Does MOL support OS9? Original message Subject: A new Mac-on-Linux version with KVM support is available From: Christian Zigotzky To: debian-powerpc@lists.debian.org CC: Just for info: http://ubuntuforums.org/showthread.php?t

A new Mac-on-Linux version with KVM support is available

2014-10-01 Thread Christian Zigotzky
Mac OS X boots with MoL/"PR" KVM on an AmigaONE X1000 PowerPC (YouTube video): http://youtu.be/7alchoY6kzY -- To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/542cf037

Re: Bug#761040: [libqtwebkit4] Browsers based on Webkit crash on loading pages

2014-10-07 Thread Christian Zigotzky
On 07.10.2014 18:18, Lisandro Damián Nicanor Pérez Meyer wrote: Can anyone check is arora suffers from the same bug on ppc? arora is currently using Qt5, but the same webkit codebase, so we would like to know if this is a shared bug or not. The same thing with Midori -> https://bugs.launchpad

Re: No more OpenGL with ATI R300 after upgrading to Debian testing

2014-10-31 Thread Christian Zigotzky
amiga.de/amiga/mesalib-unofficial.html I don't know if these versions could help you. We only use the unofficial Mesa versions for our AMD Radeon HD graphics cards on PPC Linux. Rgds, Christian On 31/10/14 11:03 AM, Gabriel Paubert wrote: Hi Michel, On Fri, Oct 31, 2014 at 06:

Re: No more OpenGL with ATI R300 after upgrading to Debian testing

2014-10-31 Thread Christian Zigotzky
Just for info: I use the unofficial Mesa on Debian Sid and Lubuntu 14.10 PowerPC. Screenshot: http://www.supertuxkart-amiga.de/amiga/Lubuntu_14.10_kernel_3.17-RC3_A1-X1000_Mesa_unofficial.jpg -- Christian On 31/10/14 4:58 PM, Adi Kriegisch wrote: Hey! Same here; there is a debian bug

Re: Re: yaboot and runlevel

2014-12-25 Thread Christian Montanari
-- To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20141225195603.ga21...@thorntonmontanari.co.uk

Re: 3D acceleration for Radeon 9600 Pro chip on PowerBook G4

2015-04-08 Thread Christian Zigotzky
Hi Herminio, Thanks a lot for your explanation and for your work! Could you upload your Debian package somewhere, please? Or could you send me this Debian package via email, please? I'd like to test your patched Mesa. Thanks in advance. Cheers, Christian On 08/04/2015 05:58 a.m., Her

Important: Linux PPC: Problems with the new Xorg 1.17

2015-04-08 Thread Christian Zigotzky
eo-ati_7.4.0-2ubuntu2_powerpc.deb I created a package with all debs and Mesa libs for the downgrade, a month ago. Download: http://www.xenosoft.de/Xorg_and_unofficial_Mesa_for_ubuntu_MATE_15.04_AMIGA_one_X1000.tar.gz Rgds, Christian -- To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debia

Re: 3D acceleration for Radeon 9600 Pro chip on PowerBook G4

2015-04-08 Thread Christian Zigotzky
Thank you! On 08/04/2015 1:53 p.m., Herminio Hernandez Jr. wrote: Here you go https://docs.google.com/folderview?id=0ByNWUTbPhemsfkFwME9GRUd4bGlTWS1TbWlFcTZGd1RpWHRDMVp2WS1PaUJnTHlkWlpjNTg&usp=docslist_api Sent from my iPhone On Apr 8, 2015, at 3:27 AM, Christian Zigotzky <mailto:

Re: 3D acceleration for Radeon 9600 Pro chip on PowerBook G4

2015-04-08 Thread Christian Zigotzky
I could do a quick test. But I need the compiled version of Mesa. Could you upload the compiled version of Mesa, please? --Christian On 08/04/2015 7:26 p.m. Herminio Hernandez, Jr., wrote: Please let me know how it works for you. On Wed, Apr 8, 2015 at 12:09 PM, Christian Zigotzky

3D acceleration for Radeon 9600 Pro chip on PowerBook G4

2015-04-08 Thread Christian Zigotzky
Is the patched version in the archive 'mesa-10.3.2-1 patch.tar.gz'? -- Christian On 08/04/2015 7:40 p.m., Christian Zigotzky wrote: I could do a quick test. But I need the compiled version of Mesa. Could you upload the compiled version of Mesa, please? --Christian On 08/04/201

Re: 3D acceleration for Radeon 9600 Pro chip on PowerBook G4

2015-04-08 Thread Christian Zigotzky
I found them. Thank you. :-) -- Christian On 08/04/2015 8:32 p.m., Herminio Hernandez, Jr. wrote: I believe that is the source I also have the deb files in a tarbal as well. On Wed, Apr 8, 2015 at 12:50 PM, Christian Zigotzky mailto:chzigot...@xenosoft.de>> wrote: Is the p

Debian Jessie with openbox on iBook G4 crashing when firmware-linux-nonfree is installed

2015-04-28 Thread Christian Wehrli
Hi! I have upgraded my Debian Wheezy to Jessie on my iBook G4 following the upgrade manual from Debian which is really great by the way. After that I wasn't able to type the username in the Loginpanel (slim). I was able to change to the command line with CTRL+ALT+F1 and starting a openbos ses

Re: Debian 8.1 PPC working fine on Pegasos II G4

2015-06-13 Thread Christian Zigotzky
aPEX, Thank you for this information. Cheers, Christian - A-EON Core Linux Support Team On 13/06/2015 12:22 p.m., aPEX wrote: Hello again, just want to inform you that Debian 8.1 installation is working fine including all updates. cU, aPEX

iceweasel 40.X.X PowerPC isn't available for Debian PPC32

2015-09-01 Thread Christian Zigotzky
d.net/ubuntu/+source/firefox/ But iceweasel 40.0.3-1 was released for the unofficial Debian PPC64 port. I installed it inside my Debian PPC64 chroot. Unfortunately it doesn't start. Error messages: too much recursion Segmentation fault Is anyone working on resolving this issue? Rgds, Christian

iceweasel 40.X.X PowerPC isn't available for Debian PPC32

2015-09-01 Thread Christian Zigotzky
d.net/ubuntu/+source/firefox/ But iceweasel 40.0.3-1 was released for the unofficial Debian PPC64 port. I installed it inside my Debian PPC64 chroot. Unfortunately it doesn't start. Error messages: too much recursion Segmentation fault Is anyone working on resolving this issue? Rgds, Christian

iceweasel 40.X.X PowerPC isn't available for Debian PPC32

2015-09-01 Thread Christian Zigotzky
Lennart, Sorry. I sent it again. Rgds, Christian On 01 September 2015 at 7:19 PM, Lennart Sorensen wrote: On Tue, Sep 01, 2015 at 07:16:08PM +0200, Christian Zigotzky wrote: Hi All, Iceweasel and Firefox 40.X.X PowerPC aren't available for all Ubuntu flavours and for Debian with 3

Re: iceweasel 40.X.X PowerPC isn't available for Debian PPC32

2015-09-01 Thread Christian Zigotzky
Rgds, Christian On 01 September 2015 at 8:02 PM, Lennart Sorensen wrote: On Tue, Sep 01, 2015 at 07:24:48PM +0200, Christian Zigotzky wrote: Hi All, Iceweasel and Firefox 40.X.X PowerPC aren't available for all Ubuntu flavours and for Debian with 32-bit userland currently. There are buil

iceweasel 40.X.X PowerPC isn't available for Debian PPC32

2015-09-07 Thread Christian Zigotzky
ith 32-bit userland currently. Cheers, Christian On 02 September 2015 at 07:38 AM, Christian Zigotzky wrote: Hi Lennart, Thank you for your answer. Unfortunately the increasing of the stack spaces wasn't successfully. I tried the following stack sizes: ulimit -s 16384 ulimit -s 32768 ulimit

Change ofboot.b to boot last booted system by default?

2016-02-10 Thread Christian Groessler
Hi, has someone here enough forth-fu to change the attached (plain generic) ofboot.b file so that if no selection comes from the keyboard, it boots the last booted system instead of the hard-coded default? I'd spend a beer crate for a solution... :-) regards, chris MacRISC MacRISC3 MacRISC

Re: Bug#819069: dietlibc: FTBFS on powerpcspe due to missing FPU emulation in library

2016-03-27 Thread Christian Seiler
t ppcspe isn't bootstrapped yet, so my guess is that there's no official porterbox access, right? Is there any hardware you have where I could get access to? [1] Regards, Christian [1] Of course, if you know how to properly set up a qemu-based chroot on amd64, that'd also be suf

Re: Bug#819069: dietlibc: FTBFS on powerpcspe due to missing FPU emulation in library

2016-03-27 Thread Christian Seiler
rnally, so see above. Anyway, I'm going to have to wait until I'm either able to create a powerpcspe chroot for building things or you have a rootfs image available. (rootfs is actually sufficient, I can just unpack that and use it as a chroot, I don't really need a kernel now.) Regards, Christian signature.asc Description: OpenPGP digital signature

Re: Bug#819069: dietlibc: FTBFS on powerpcspe due to missing FPU emulation in library

2016-03-28 Thread Christian Seiler
Thanks for your quick response! On 03/28/2016 10:31 AM, John Paul Adrian Glaubitz wrote: > On Mon, Mar 28, 2016 at 01:26:23AM +0200, Christian Seiler wrote: >>> qemu-system-ppc -cpu e500v2 -M mpc8544ds -enable-kvm -m 2047 -bios >>> ./u-boot.e500 -nographic -kernel ./uI

Re: Bug#819069: dietlibc: FTBFS on powerpcspe due to missing FPU emulation in library

2016-03-28 Thread Christian Seiler
ted this out: [1]) I expect that this will change in the future (because from what I gather there doesn't appear to be a BD loop in the base system from what I can tell), but there's only one buildd so far, so it might take a while. Regards, Christian [1] <https://lists.debian.org/debian-

Re: Bug#819069: dietlibc: FTBFS on powerpcspe due to missing FPU emulation in library

2016-03-29 Thread Christian Seiler
(with gcc5 + ssh) + a kernel that works with qemu-system, I'm afraid that I don't think I'm using my time productively. Sorry. :( I'll gladly help with porting the package itself once I have a working base setup for this. Regards, Christian PS: Just a heads-up: I had submit

[RFC] dietlibc port to ppc64el

2016-04-03 Thread Christian Seiler
ile if necessary. Comments welcome. Regards, Christian PS: Please CC me, I'm not subscribed to the list. signature.asc Description: OpenPGP digital signature

Re: [RFC] dietlibc port to ppc64el

2016-04-03 Thread Christian Seiler
Hi, Thanks for your response! On 04/03/2016 10:53 PM, Breno Leitao wrote: > On 04/03/2016 04:36 PM, Christian Seiler wrote: >> May be built via gbp buildpackage. If needed, I can also provide a .dsc >> file if necessary. > > I tried to built it on my ppc64el machine usin

Re: Re: [RFC] dietlibc port to ppc64el

2016-04-04 Thread Christian Seiler
[ please CC me, I'm not subscribed to the list, I only saw your reply by chance in the archives because I wanted to link this thread somewhere ] Breno Leitao wrote: > On 04/03/2016 06:54 PM, Christian Seiler wrote: >> Well, you can just compile any number of standard progra

About kf6-kcrash test failures

2025-02-03 Thread Christian Marillat
red values are not the same ` https://buildd.debian.org/status/fetch.php?pkg=kf6-kcrash&arch=powerpc&ver=6.10.0-1&stamp=1736670061&raw=0 Christian

Re: call for ports to begin using 2.4.0 headers for glibc

2001-01-16 Thread Christian T. Steigies
to pay that hardware? I only have one m68k machine, I am not sure if I want to donate that one to you, I could not work for m68k anymore then. Or maybe get it donated by somebody else, and not necessarily by a developer, after all I am "donating" quite a lot already. IMHO. Christian --

Re: call for ports to begin using 2.4.0 headers for glibc

2001-01-16 Thread Christian T. Steigies
On Tue, Jan 16, 2001 at 03:34:44PM +0100, Sven LUTHER wrote: > I have a spare A1200 with 68030 processor lying around, it has no harddisk > though. > > Would that count toward donating hardware ? Send it to Ben, if he can keep up with the "speed" of the machine. Christian

Re: APUS Debian Boot-Floppies Images and bugs

2001-05-15 Thread Christian T. Steigies
ddisk into my old Amiga, even if I had to set up a system from scratch, I could very well use a bootable MOD, but maybe more users have HD drives than MOs... Christian -- http://people.debian.org/~cts/

Re: APUS Debian Boot-Floppies Images and bugs

2001-05-15 Thread Christian T. Steigies
ny benefit from bootable floppies for amigas. I can already hear the users screaming "your floppy does not work on my system"... but if somebody else is going to put that into bf, document it and take all the hits from the users, youre welcome. > why not a plain gzipped tarball or l

Re: xfree86 4.1.0-0pre1v1 for i386 at X Strike Force repository

2001-06-14 Thread Christian T. Steigies
no more sneaker net, not even CD-R at work ...). Christian

[EMAIL PROTECTED]: Bug#497165: amiga-fdisk-cross is not being built on any architecture other than i386]

2008-10-08 Thread Christian T. Steigies
Hi, could the buildd admins please enable building for amiga-fdisk and upload the resulting packages (powerpc has been built, but it seems it was never uploaded). thanks, Christian - Forwarded message from Martin Guy <[EMAIL PROTECTED]> - Subject: Bug#497165: amiga-fdisk-cross

Re: xfree86-1_3.3.4 now compiles on powerpc, mach64 mess fixed, patch included.

1999-09-16 Thread Christian T. Steigies
since we do not (yet?) want to build mach64 on m68k, it simly doesnt compile. Does your patch include that, take care of m68k needs? Ciao, Christian.

Re: Need your input for keymap configuration

1999-11-18 Thread Christian T. Steigies
l I can not produce this key, even with an xmodmap entry, even when I put it on the "Q", like on the PC. Xmodmap is working in principle (I mapped the 2 on the 3 by mistake...) but not for the "@". Where does X get the information about the keyboard? Its not from the console to

Re: Need your input for keymap configuration

1999-11-18 Thread Christian T. Steigies
entry we will ship potato with a black pen, so the user can paint the keys on his keyboard... Ciao, Christian. -- Read the FAQ! http://www.linux-m68k.org/faq/faq.html Download the FAQ! ftp://ftp.uni-erlangen.de/pub/Linux/680x0/FAQ/FAQ.gz WHERE IS MY XF86CONFIG???

Re: Need your input for keymap configuration

1999-11-19 Thread Christian T. Steigies
On Thu, Nov 18, 1999 at 11:11:59PM +0100, Yann Dirson wrote: > Christian T. Steigies writes: > > Where does X get the information about the keyboard? Its not from > > the console tools, is it? > > Generated XF86Config use an Xkb definition. If none is in XF86Config, >

Re: Need your input for keymap configuration

2000-01-19 Thread Christian T. Steigies
described for architecture m68k/ amiga 2000 PS not sure how much mail I lost today, the var dir of the mail server is full, redirecting everything again to a save machine... Christian

Re: xfree86-1 3.3.6-3; 3 down, 3 to go

2000-01-26 Thread Christian T. Steigies
e... Installed and seems to work fine. Christian.

Re: package update lag on powerpc

2000-02-23 Thread Christian T. Steigies
l, not all maintainers are i386 only. I uploaded my first packages as source and m68k binaries, it was interesting to see how long the other buildds needed to catch up, I think powerpc was allways the fastest... Christian.

Re: boot-floppies 2.2.17 req'd packages

2000-10-06 Thread Christian T. Steigies
upload a new package with the same version (you probably didn't)? Christian -- http://www.debian.org/~cts/debian-m68k/potato

How to switch to debian on a powermac G4?

2000-05-10 Thread Christian Lynbech on satellite
:-) ---+-- Christian Lynbech | Ericsson Telebit, Fabrikvej 11, DK-8260 Viby J Fax: +45 8675 6881 | email: [EMAIL PROTECTED] Phone: +45 8675 6828 | web: www.ericssontelebit.com

Re: How to switch to debian on a powermac G4?

2000-05-11 Thread Christian Lynbech on satellite
running. There doesn't really seem to be that much information on its installation out there anymore. ---+-- Christian Lynbech | Ericsson Telebit, Fabrikvej 11, DK-8260 Viby J Fax: +45 8675 6881 | e

Re: How to switch to debian on a powermac G4?

2000-05-16 Thread Christian Lynbech on satellite
. Kevin> failing that, I guess I would get the R4 libc.so.6 This I will try next. Thanks again. ---+-- Christian Lynbech | Ericsson Telebit, Fabrikvej 11, DK-8260 Viby J Fax: +45 8675

????????: Document

2004-09-27 Thread Dubois Christian HYDRO-CH.VVY-DIR
ECTED] Kind regards Christian Dubois VA TECH HYDRO LTD Rue des Deux-Gares 6 CH-1800 Vevey / Switzerland http://www.vatech-hydro.com Phone : +41 21 925 77 00 Direct :+41 21 925 77 11 Fax: : +41 21 925 77 04 Mobile :+41 79 455 11 65

<    1   2   3   4   5