Re: after Debian update most apps crash - libffi issue?

2021-09-26 Thread John Paul Adrian Glaubitz
the problem? If yes, you may file an upstream bug here [1]. The powerpc-related changes I can see at first glance are these [2]. Adrian > [1] https://github.com/libffi/libffi > [2] > https://github.com/libffi/libffi/search?o=desc&q=powerpc&s=author-date&type=commits --

Re: after Debian update most apps crash - libffi issue?

2021-09-26 Thread John Paul Adrian Glaubitz
On 9/26/21 14:54, John Paul Adrian Glaubitz wrote: > Did you verify that downgrading the libffi package fixes the problem? > > If yes, you may file an upstream bug here [1]. The powerpc-related changes I > can > see at first glance are these [2]. My guess would be this c

Re: after Debian update most apps crash - libffi issue?

2021-09-26 Thread John Paul Adrian Glaubitz
On 9/26/21 14:56, John Paul Adrian Glaubitz wrote: > On 9/26/21 14:54, John Paul Adrian Glaubitz wrote: >> Did you verify that downgrading the libffi package fixes the problem? >> >> If yes, you may file an upstream bug here [1]. The powerpc-related changes I >> can

Re: ATA problems on G4 and G5 - was: Re: Updated Debian Ports installation images 2021-09-21

2021-09-26 Thread John Paul Adrian Glaubitz
195895 Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: after Debian update most apps crash - libffi issue?

2021-09-26 Thread John Paul Adrian Glaubitz
m setting up to configure and build libffi locally. You can build libffi locally and then make your application make use of it by setting LD_LIBRARY_PATH=/path/to/local/libffi so that your application picks it up from there, e.g. $ LD_LIBRARY_PATH=/home/user/libffi/ python2.7 Adrian -- .'

Re: after Debian update most apps crash - libffi issue?

2021-09-26 Thread John Paul Adrian Glaubitz
sect start $ git bisect good HEAD $ git bisect bad v3.4.2 Then you can find out which patch fixed the issue. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GP

Re: after Debian update most apps crash - libffi issue?

2021-09-26 Thread John Paul Adrian Glaubitz
age locally and see if that makes any difference. I'll check the build logs whether the package might have been built with the compiler option "-mnative". Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie

Re: 5.14 fails to boot early on a PowerBook

2021-09-28 Thread John Paul Adrian Glaubitz
ever. I don't have access to my Powerbook G4 at the moment as I'm not at home. Please bisect the kernel yourself or anyone else. Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin -

Re: after Debian update most apps crash - libffi issue?

2021-09-28 Thread John Paul Adrian Glaubitz
ckages will be found in the parent folder. Install them and see if that fixes the problem. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Bug#995223: libffi: SIGILL on powerpc and ppc64 systems since libffi8

2021-09-28 Thread John Paul Adrian Glaubitz
independently verified that. It might be that libffi performs a runtime detection during build which causes the library to be built with a higher baseline on the POWER8 buildds. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `'

Re: after Debian update most apps crash - libffi issue?

2021-09-28 Thread John Paul Adrian Glaubitz
but in the Debian package as the Debian package doesn't do anything special. $ apt build-dep libffi $ git clone https://github.com/libffi/libffi.git $ cd libffi $ ./autogen.sh && ./configure && make Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Devel

Re: after Debian update most apps crash - libffi issue?

2021-09-28 Thread John Paul Adrian Glaubitz
-exec-static-tramp" because that's what the Debian package is doing now. This is the only difference I could see in the new Debian package. Otherwise, it must be some upstream change and you should be able to bisect which one it was. Please try some more. Adrian -- .''`. Jo

Re: after Debian update most apps crash - libffi issue?

2021-09-28 Thread John Paul Adrian Glaubitz
eed to find out why the Debian package causes SIGILL and we still don't know why. It gets particularly strange when the issue cannot be reproduced with the upstream source. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie

Re: after Debian update most apps crash - libffi issue?

2021-09-28 Thread John Paul Adrian Glaubitz
y next guess is that there is something wrong with the Debian source package. Maybe it's actually not version 3.4.2 that is being used. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: after Debian update most apps crash - libffi issue?

2021-09-28 Thread John Paul Adrian Glaubitz
nstead by setting CC=gcc-10 after installing the gcc-10 package. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: after Debian update most apps crash - libffi issue?

2021-09-28 Thread John Paul Adrian Glaubitz
ain/libf/libffi/libffi_3.4.2-2.dsc $ apt-get build-dep libffi $ cd libffi-3.4.2 $ dpkg-buildpackage -B Then just install the package with "dpkg -i libffi_3.4.2-2_powerpc.deb" Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `&

Re: after Debian update most apps crash - libffi issue?

2021-09-28 Thread John Paul Adrian Glaubitz
dds now. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: after Debian update most apps crash - libffi issue?

2021-09-28 Thread John Paul Adrian Glaubitz
On 9/28/21 12:58, John Paul Adrian Glaubitz wrote:> On 9/28/21 12:55, Cameron MacPherson wrote: >> after building and installing it locally using your commands (i had to add >> --no-sign to dpkg-buildpackage) it works. no illegal instructions > > Well, that's becoming i

Re: after Debian update most apps crash - libffi issue?

2021-09-28 Thread John Paul Adrian Glaubitz
> On Sep 28, 2021, at 3:14 PM, Riccardo Mottola > wrote: > > Hello Adrian > > John Paul Adrian Glaubitz wrote: >> $ wget http://incoming.ports.debian.org/libffi8_3.4.2-2+b1_powerpc.deb >> $ dpkg -i libffi8_3.4.2-2+b1_powerpc.deb >&g

Re: after Debian update most apps crash - libffi issue?

2021-09-28 Thread John Paul Adrian Glaubitz
ian.org/debian/ unstable contrib non-free # source deb-src http://ftp.debian.org/debian/ unstable main deb-src http://incoming.debian.org/debian-buildd/ buildd-unstable main Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universita

Re: after Debian update most apps crash - libffi issue?

2021-09-28 Thread John Paul Adrian Glaubitz
n trigger another rebuild of the package. If that still doesn't help, we know there is some runtime detection which enables these instructions during build and I have to start looking into the source code. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Develope

Re: after Debian update most apps crash - libffi issue?

2021-09-28 Thread John Paul Adrian Glaubitz
Hi! On 9/28/21 21:34, John Paul Adrian Glaubitz wrote: > OK. I'm regenerating the chroots on the build servers now and then > trigger another rebuild of the package. If that still doesn't help, > we know there is some runtime detection which enables these instructions > duri

Re: after Debian update most apps crash - libffi issue?

2021-09-28 Thread John Paul Adrian Glaubitz
quot;power10";; >*) ax_gcc_arch=$cputype ;; > esac > ax_gcc_arch="$ax_gcc_arch powerpc" > ;; > > I saw that in m4/ax_gcc_archflag.m4 > > I guess related would be this configure option: > --with-gcc-arch= use architecture for

Re: Bug#995223: libffi: SIGILL on powerpc and ppc64 systems since libffi8

2021-09-28 Thread John Paul Adrian Glaubitz
libffi/libffi/blob/master/m4/ax_gcc_archflag.m4#L209 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: after Debian update most apps crash - libffi issue?

2021-09-28 Thread John Paul Adrian Glaubitz
On 9/28/21 22:27, John Paul Adrian Glaubitz wrote: > Yes. And this is not acceptable because they are manipulating the baseline. And just for confirmation. After closely inspecting the build log, it becomes obvious that "-mcpu=power8" is actually passed to GCC during b

Re: Bug#995223: libffi: SIGILL on powerpc and ppc64 systems since libffi8

2021-09-28 Thread John Paul Adrian Glaubitz
Hi! On 9/28/21 22:40, John Paul Adrian Glaubitz wrote: > We should therefore pass "--enable-portable-binary" in debian/rules. There is actually a baseline violation on i386 as "-march=amdfam10" is passed to the compiler, see the build log in [1], for example.

Re: after Debian update most apps crash - libffi issue?

2021-09-28 Thread John Paul Adrian Glaubitz
4.2-2&stamp=1632868252&raw=0 Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: Bug#995223: libffi: SIGILL on powerpc and ppc64 systems since libffi8

2021-09-28 Thread John Paul Adrian Glaubitz
Hello! On 9/29/21 00:38, John Paul Adrian Glaubitz wrote: > There is actually a baseline violation on i386 as "-march=amdfam10" is > passed to the compiler, see the build log in [1], for example. Comparing the build logs, it seems that this an issue with the newer version of a

Re: firmware-linux-nonfree seems to not exist?

2021-09-30 Thread John Paul Adrian Glaubitz
/people.debian.org/~glaubitz/sources.list -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: guile-3.0: FTBFS on hppa - segmentation faults

2021-10-03 Thread John Paul Adrian Glaubitz
stage is built with -O2 anyway and the above flags are not being used in this case. Could you include this patch or a possible better version in the next guile-3.0 upload? Adrian > [1] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=45214 -- .''`. John Paul Adrian Glaubitz

Re: Updated Debian Ports installation images 2021-09-23

2021-10-05 Thread John Paul Adrian Glaubitz
ide your installation log file so I can figure out what went wrong? Also, if you repeat the installation, please perform it in English because I don't speak Italian. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Frei

Re: Updated Debian Ports installation images 2021-09-23

2021-10-05 Thread John Paul Adrian Glaubitz
ith my iMac G3 in both VoidPPC > and Debian Ports Sid with a proper XOrg configuration (with monitor > Modelines and everything. It sees the internal display, it just can’t > use any configurations from the display no matter what I try.) Please start a separate thread for that. Adrian

Re: Updated Debian Ports installation images 2021-09-23

2021-10-05 Thread John Paul Adrian Glaubitz
I have updated the kernel configuration. These changes will take a few weeks to propagate into the installer images. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: Updated Debian Ports installation images 2021-09-23

2021-10-05 Thread John Paul Adrian Glaubitz
rpc&ver=5.14.3-1%7Eexp1&stamp=1631474298&raw=0 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: Updated Debian Ports installation images 2021-09-23

2021-10-05 Thread John Paul Adrian Glaubitz
mage. Adrian > [1] > https://buildd.debian.org/status/fetch.php?pkg=linux&arch=powerpc&ver=5.14.3-1~exp1&stamp=1631474298&raw=0 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub.

Re: Updated Debian Ports installation images 2021-09-23

2021-10-05 Thread John Paul Adrian Glaubitz
on? The whole GRUB installation process is a solved problem. It can just be that the "partman-hfs" package is missing in this installer image. It's required to set up and format the HFS /boot partition. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Deve

Re: Updated Debian Ports installation images 2021-09-23

2021-10-05 Thread John Paul Adrian Glaubitz
, I'm going to fix it. Adrian > [1] > https://salsa.debian.org/installer-team/debian-installer/-/blob/master/build/pkg-lists/cdrom/powerpc.cfg > [2] > https://salsa.debian.org/installer-team/debian-installer/-/blob/master/build/pkg-lists/cdrom/ppc64.cfg -- .''`.

Re: Updated Debian Ports installation images 2021-09-23

2021-10-05 Thread John Paul Adrian Glaubitz
Hello! On 10/5/21 20:36, John Paul Adrian Glaubitz wrote: > Either way, I'm going to fix it. Fixed: > https://salsa.debian.org/installer-team/debian-installer/-/commit/6c7c4846451b3d89d7f75058a614610feb39fbee > https://salsa.debian.org/installer-team/debian-inst

Re: Updated Debian Ports installation images 2021-09-23

2021-10-05 Thread John Paul Adrian Glaubitz
ust answer . Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: Updated Debian Ports installation images 2021-09-23

2021-10-05 Thread John Paul Adrian Glaubitz
might be due to a recent change in debian-installer as I just built it from git. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: X stopped working with 5.14 on iBook

2021-10-06 Thread John Paul Adrian Glaubitz
ld 5.10 gives me a perfectly working X! Ideas ? Any chance you could look into cross-building and bisecting the kernel yourself? It isn't that difficult and it would help me quit a bit if this work didn't end up with me. Adrian -- .''`. John Paul Adrian Glaubitz : :' :

Re: X stopped working with 5.14 on iBook

2021-10-06 Thread John Paul Adrian Glaubitz
On 10/6/21 01:40, Riccardo Mottola wrote: > Again, booting an old kernel leads to working X. Very much sounds like a kernel regression that you should bisect. That isn't too difficult when cross-building with a fast x86_64 machine. Adrian -- .''`. John Paul Adrian Glaub

Re: libavformat.so.58 undefinde symbol: __atomic_fetch_sub_8

2021-10-06 Thread John Paul Adrian Glaubitz
tatus=127/n/a > Oct 6 11:40:54 debian-macmini systemd[1]: minidlna.service: Failed with > result 'exit-code'. The application you're running needs to (dynamically) link against libatomic. Not sure whether this is a bug in ffmpeg or your minidlna application. Adrian --

Re: Updated Debian Ports installation images 2021-09-23

2021-10-06 Thread John Paul Adrian Glaubitz
A test installation on sparc64 worked fine for me: > https://cdimage.debian.org/cdimage/ports/snapshots/2021-10-06/ If it fails, please report back with the install log (from /var/log/syslog). Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.

Bug#995826: mozjs78: Please disable Atomics/*/bigint tests on powerpc

2021-10-06 Thread John Paul Adrian Glaubitz
78&arch=i386&ver=78.13.0-1&stamp=1630158790&raw=0 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: X stopped working with 5.14 on iBook

2021-10-06 Thread John Paul Adrian Glaubitz
xists on both > the G4 Cube and the PB G4. I don't have an iBook to test. Thanks. This is much appreciated. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: X stopped working with 5.14 on iBook

2021-10-07 Thread John Paul Adrian Glaubitz
ilding a kernel natively. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: X stopped working with 5.14 on iBook

2021-10-07 Thread John Paul Adrian Glaubitz
hines. But that is long in the past. So, please just ignore this error message. It's completely harmless and unrelated. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berl

Re: X stopped working with 5.14 on iBook

2021-10-07 Thread John Paul Adrian Glaubitz
building a custom kernel with the config file located in the /boot directory? Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: X stopped working with 5.14 on iBook

2021-10-07 Thread John Paul Adrian Glaubitz
configuration that the Debian kernel package installs into /boot? Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: libavformat.so.58 undefinde symbol: __atomic_fetch_sub_8

2021-10-07 Thread John Paul Adrian Glaubitz
. Where did you get minidlna from? Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: X stopped working with 5.14 on iBook

2021-10-07 Thread John Paul Adrian Glaubitz
?bug=790690 No, this is a different bug. The 5.10 Debian kernel image works on G4, the 5.14 image doesn't. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-G

Re: Updated Debian Ports installation images 2021-09-23

2021-10-07 Thread John Paul Adrian Glaubitz
n most cases, and the workaround is easy (at > least in my case). It's a method that can't work so this isn't something we can fix ;-). > Thanks again for your precious help in getting this going! Sure. And thanks for the feedback regarding the missing SATA drivers. Adrian

Re: Poll: Is anyone using nouveau driver on ppc64 system?

2021-10-08 Thread John Paul Adrian Glaubitz
tting up an instance of Debian's release management software called Britney [1] which is something someone from the release team needs to do. Adrian > [1] https://release.debian.org/doc/britney/ -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `

Re: X stopped working with 5.14 on iBook

2021-10-08 Thread John Paul Adrian Glaubitz
0-2-powerpc on your PowerMac? If yes, please just use this one to build the kernel. If that produces a big kernel, try at least generating a diff between the file mentioned above and your working kernel configuration and post it here. Adrian -- .''`. John Paul Adrian Glaubitz : :

Re: X stopped working with 5.14 on iBook

2021-10-08 Thread John Paul Adrian Glaubitz
ers 779 Aug 16 12:52 arch/powerpc/boot/zImage.ps3.lds.S -rwxr-xr-x 2 glaubitz users 5.9M Oct 8 17:09 arch/powerpc/boot/zImage.pseries glaubitz@node54:/data/home/glaubitz/linux> Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `&#

Re: Poll: Is anyone using nouveau driver on ppc64 system?

2021-10-08 Thread John Paul Adrian Glaubitz
bove task for adding support for "unreleased" to DAK could be something for Google Summer of Code. Adrian > [1] https://lists.debian.org/debian-sparc/2017/12/msg00060.html -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: Poll: Is anyone using nouveau driver on ppc64 system?

2021-10-08 Thread John Paul Adrian Glaubitz
s 5.4 and 5.10. 5.4 is > supported until December 2025, 5.10 is supported until December 2026. Well, you can always just pick the kernel from stable, manually build it for powerpc and/or ppc64 and you've got an LTS kernel. But again, this is not an automatic process. Adrian -- .''

Re: Poll: Is anyone using nouveau driver on ppc64 system?

2021-10-09 Thread John Paul Adrian Glaubitz
> really > more about what we can run reliably in total. Someone would still have to do the work. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF

Re: X stopped working with 5.14 on iBook

2021-10-09 Thread John Paul Adrian Glaubitz
nfig-5.14.0-2-powerpc > t2 This is a diff I can generate myself. I was asking for a diff between your custom working 5.14.x configuration and Debian 5.14.x configuration. Also, please generate the diff using the "-u" option to make the diff readable. Adrian -- .''`. John

Re: Bug#995223 closed by Debian FTP Masters (reply to Matthias Klose ) (Bug#995223: fixed in libffi 3.4.2-3)

2021-10-11 Thread John Paul Adrian Glaubitz
version which is not compatible with libffi [2]. Adrian > [1] > https://buildd.debian.org/status/fetch.php?pkg=libffi&arch=ppc64&ver=3.4.2-3&stamp=1633957534&raw=0 > [2] https://github.com/libffi/libffi/issues/662 -- .''`. John Paul Adrian Glaubitz : :' : Debia

Good news - Fwd: hfsprogs_540.1.linux3-5_amd64.changes ACCEPTED into unstable, unstable

2021-10-14 Thread John Paul Adrian Glaubitz
Subject: hfsprogs_540.1.linux3-5_amd64.changes ACCEPTED into unstable, unstable Date: Thu, 14 Oct 2021 07:00:10 + From: Debian FTP Masters To: John Paul Adrian Glaubitz Accepted: Format: 1.8 Date: Mon, 08 Mar 2021 10:28:00 +0100 Source: hfsprogs Binary: hfsprogs hfsprogs-dbgsym hfsprogs-udeb

Re: LLVM Linker

2021-10-16 Thread John Paul Adrian Glaubitz
bian/rules#L284 It's most likely disabled because it failed building in the past but it might work these days. I haven't tried but I will maybe give it a try in the upcoming days. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian

Re: LLVM Linker

2021-10-17 Thread John Paul Adrian Glaubitz
nux.cpp:96: undefined reference to `lldb_private::process_linux::NativeRegisterContextLinux::CreateHostNativeRegisterContextLinux(lldb_private::ArchSpec const&, lldb_private::process_linux::NativeThreadLinux&)' clang-13: error: linker command failed with exit code 1 (use -v to see invocation) -- .

Re: LLVM Linker

2021-10-17 Thread John Paul Adrian Glaubitz
Hello! On 10/17/21 09:38, John Paul Adrian Glaubitz wrote: > /usr/bin/ld: lib/liblldbPluginProcessLinux.a(NativeThreadLinux.cpp.o): in > function > `lldb_private::process_linux::NativeThreadLinux::NativeThreadLinux(lldb_private::process_linux::NativeProcessLinux&, > un

Re: Bug#996724: ruby3.0: FTBFS on ppc64el: Segmentation fault

2021-10-17 Thread John Paul Adrian Glaubitz
the minimal test > case, inside a build source tree, is this: > > ./miniruby -e 'END {Process.kill :SEGV, $$}' Since ruby3.0 used to build fine on ppc64el in the past, the easiest way would be to just bisect the issue. I can give it a try and see if I can find the problematic com

Re: Bug#996724: ruby3.0: FTBFS on ppc64el: Segmentation fault

2021-10-17 Thread John Paul Adrian Glaubitz
Hi! On 10/17/21 21:47, John Paul Adrian Glaubitz wrote: > Since ruby3.0 used to build fine on ppc64el in the past, the easiest way would > be to just bisect the issue. I can give it a try and see if I can find the > problematic commit. Ah, so the last successful build was 3.0.2-2 and

Re: Bug#996724: ruby3.0: FTBFS on ppc64el: Segmentation fault

2021-10-18 Thread John Paul Adrian Glaubitz
Hello! On 10/17/21 21:50, John Paul Adrian Glaubitz wrote: > Ah, so the last successful build was 3.0.2-2 and the first failure was in > 3.0.2-3, > the only difference being the mipsel patch to fix an unaligned access. > > However, 3.0.2-2 was built with gcc-10: > >> h

Re: Raptor Talos boot issues with Debian image

2021-10-18 Thread John Paul Adrian Glaubitz
nt behaviour with Debian. Could Debian be made to output to both >> serial and VGA by default? Just an idea. > > I wonder if it is just Ubuntu patches or differences in software > versions provided... I would guess Simon is not using debian-installer on Ubuntu but their new, custom in

Re: Bug#996724: ruby3.0: FTBFS on ppc64el: Segmentation fault

2021-10-18 Thread John Paul Adrian Glaubitz
x77a48f04 in kill () from /lib/powerpc64le-linux-gnu/libc.so.6 Hmm, both were built with glibc 2.32-4. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: Bug#996724: ruby3.0: FTBFS on ppc64el: Segmentation fault

2021-10-18 Thread John Paul Adrian Glaubitz
show/openSUSE:Factory:PowerPC/ruby3.0 Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: XOrg issues with Rage 128 Ultra graphics: No screens found.

2021-10-19 Thread John Paul Adrian Glaubitz
ee: > https://lists.debian.org/debian-powerpc/2020/04/msg1.html > https://lists.debian.org/debian-powerpc/2021/02/msg00108.html I haven't had the time to work on this issue yet. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@d

Re: libffi illegal instruction - again

2021-10-25 Thread John Paul Adrian Glaubitz
gi-bin/bugreport.cgi?bug=995223 I don't know what else to do and honestly, I can't fix all these bugs myself, I'm not even paid for doing that. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universi

Re: Linux kernel: powerpc: KVM guest can trigger host crash on Power8

2021-10-26 Thread John Paul Adrian Glaubitz
gzilla.kernel.org/show_bug.cgi?id=206669 > [2] https://buildd.debian.org/status/package.php?p=git&suite=experimental -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: Linux kernel: powerpc: KVM guest can trigger host crash on Power8

2021-10-27 Thread John Paul Adrian Glaubitz
plicated. > > What exact host/guest kernel versions and configs are you running? Both the host and guest are running Debian's stock 5.14.12 kernel. The host has a kernel with your patches applied, the guest doesn't. Let me do some more testing. Adrian -- .''

Re: Linux kernel: powerpc: KVM guest can trigger host crash on Power8

2021-10-27 Thread John Paul Adrian Glaubitz
Hi Michael! On 10/27/21 13:06, Michael Ellerman wrote: > John Paul Adrian Glaubitz writes: >> Hi Michael! >> >> On 10/27/21 07:30, Michael Ellerman wrote: >>> I did test the repro case you gave me before (in the bugzilla), which >>> was building glibc,

Re: libffi illegal instruction - again

2021-10-28 Thread John Paul Adrian Glaubitz
of warnings which means it's not compatible with the old autoconf files found in libffi. We could try switching to an older version of autoconf for this package. Adrian > [1] > https://buildd.debian.org/status/fetch.php?pkg=libffi&arch=ppc64&ver=3.4.2-3&stamp

Re: Linux kernel: powerpc: KVM guest can trigger host crash on Power8

2021-10-28 Thread John Paul Adrian Glaubitz
r now. I will keep monitoring the server, of course, and will let you know in case the problem shows again. Thanks a lot again for fixing this issue! Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berli

Re: Bug#995223 closed by Debian FTP Masters (reply to Matthias Klose ) (Bug#995223: fixed in libffi 3.4.2-3)

2021-10-28 Thread John Paul Adrian Glaubitz
Hi Matthias! On 10/11/21 15:27, John Paul Adrian Glaubitz wrote: > This did not fix the bug, unfortunately. libffi is still being built with > "-mcpu=power8" on ppc64, see the full build log in [1]. > > We didn't need --enable-portable before, so this isn't the

Re: Linux kernel: powerpc: KVM guest can trigger host crash on Power8

2021-10-28 Thread John Paul Adrian Glaubitz
Hello! An update to this post with oss-security CC'ed. On 10/26/21 10:48, John Paul Adrian Glaubitz wrote: > I have tested these patches against 5.14 but it seems the problem [1] still > remains for me > for big-endian guests. I built a patched kernel yesterday, rebooted the KVM

Re: Linux kernel: powerpc: KVM guest can trigger host crash on Power8

2021-10-28 Thread John Paul Adrian Glaubitz
Hello! On 10/28/21 15:52, John Paul Adrian Glaubitz wrote: > I am not sure what triggered my previous crash but I don't think it's related > to this > particular bug. I will keep monitoring the server in any case and open a new > bug report > in case I'm running

Re: Linux kernel: powerpc: KVM guest can trigger host crash on Power8

2021-10-28 Thread John Paul Adrian Glaubitz
Hi Michael! On 10/28/21 13:20, John Paul Adrian Glaubitz wrote: > It seems I also can no longer reproduce the issue, even when building the > most problematic > packages and I think we should consider it fixed for now. I will keep > monitoring the server, > of course, and will

Re: Linux kernel: powerpc: KVM guest can trigger host crash on Power8

2021-10-28 Thread John Paul Adrian Glaubitz
Hi! On 10/28/21 16:05, John Paul Adrian Glaubitz wrote: > The following packages were being built at the same time: > > - guest 1: virtuoso-opensource and openturns > - guest 2: llvm-toolchain-13 > > I really did a lot of testing today with no issues and just after I sent my

Re: Linux kernel: powerpc: KVM guest can trigger host crash on Power8

2021-10-29 Thread John Paul Adrian Glaubitz
eboot the whole machine. Adrian > [1] https://www.kernel.org/doc/html/latest/admin-guide/lockup-watchdogs.html -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: libffi illegal instruction - again

2021-10-29 Thread John Paul Adrian Glaubitz
On 10/25/21 12:11, John Paul Adrian Glaubitz wrote: > b) Debian's libffi maintainer hasn't understood the problem and assume it's >just a matter of passing the right configure option. It isn't so I reopened >the bug reportÖ > >> https://bugs.debian.or

Re: Linux kernel: powerpc: KVM guest can trigger host crash on Power8

2021-10-30 Thread John Paul Adrian Glaubitz
0.3.0-12.dsc Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: success on a PowerPC iMac 6,1

2021-11-01 Thread John Paul Adrian Glaubitz
why we're doing this. Also, it's fun and you learn a lot doing it ;-). > thanks to all for all your efforts. > > I have four more Apple PPC machines to work on next over the coming few > weeks. The next efforts will be a couple of Dual-G5s I have nearby. Great. Loo

Re: Linux kernel: powerpc: KVM guest can trigger host crash on Power8

2021-11-01 Thread John Paul Adrian Glaubitz
try that later. But first I want to switch the guests to 5.15-rc7 as well. > If the system is stable with those settings that would be useful > information, and would also mean you could use the system without it > crashing semi regularly. Gotcha. Adrian -- .''`. J

Re: Linux kernel: powerpc: KVM guest can trigger host crash on Power8

2021-11-01 Thread John Paul Adrian Glaubitz
Hi Michael! On 11/1/21 08:37, John Paul Adrian Glaubitz wrote: > I made another experiment and upgraded the host to 5.15-rc7 which contains > your > fixes and made the guests build gcc-10. Interestingly, this time, the gcc-10 > build crashed the guest but didn't manage to crash

Re: libffi illegal instruction - again

2021-11-02 Thread John Paul Adrian Glaubitz
On 11/2/21 21:59, Cameron MacPherson wrote: > i got the 3.4.2-3+ports package after apt upgrade -t experimental and there > are no illegal instructions As I expected. The build log didn't have any traces of "-mcpu=power8". Adrian -- .''`. John Paul Adrian Gl

Re: libffi illegal instruction - again

2021-11-03 Thread John Paul Adrian Glaubitz
Hi Ken! > On Nov 3, 2021, at 6:43 PM, Ken Cunningham > wrote: > > It appears that when building portable code, the ax_gcc_archflag.m4 macro > clears -mcpu for almost every arch except powerpc: > > https://github.com/libffi/libffi/blob/master/m4/ax_gcc_archflag.m4#L241 > > case $host_cpu in

Re: PowerMac7,3 DualG5 with [AMD/ATI] RV360 [Radeon 9600/X1050 Series] GPU not loading firmware...

2021-11-06 Thread John Paul Adrian Glaubitz
27;t remember exactly, but there might be a switch for initramfs-tools to control which firmware to include. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: PowerMac7,3 DualG5 with [AMD/ATI] RV360 [Radeon 9600/X1050 Series] GPU not loading firmware...

2021-11-06 Thread John Paul Adrian Glaubitz
the firmware. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: X stopped working with 5.14 on iBook

2021-11-06 Thread John Paul Adrian Glaubitz
Hi Stan! > On Nov 6, 2021, at 3:19 PM, Stan Johnson wrote: > Kernel developers have found the bug in the "bad commit" that was > identified above. Details can be found in the > linuxppc-...@lists.ozlabs.org mailing list. > > Since I'm not a kernel developer, I have no idea when the bug correctio

Re: PowerMac7,3 DualG5 with [AMD/ATI] RV360 [Radeon 9600/X1050 Series] GPU not loading firmware...

2021-11-06 Thread John Paul Adrian Glaubitz
patience is much appreciated! Thanks. > That is now two PowerPC systems converted to debian, one 32bit, and this one > 64bit. Sounds good. > I have several more to go! Great. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `.

Bug#999349: ruby3.0: Please disable some tests on powerpc

2021-11-10 Thread John Paul Adrian Glaubitz
the build succeed. Could you apply it for the next upload? Thanks, Adrian > [1] > https://buildd.debian.org/status/fetch.php?pkg=ruby3.0&arch=powerpc&ver=3.0.2-5&stamp=1635579792&raw=0 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@

Re: Download link to Debian Wheezy for ppc64el

2021-11-10 Thread John Paul Adrian Glaubitz
So, you'll have to go for Jessie or later for ppc64el. Adrian > [1] https://en.wikipedia.org/wiki/Debian_version_history#Port_timeline -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@ph

Re: libffi illegal instruction - again

2021-12-11 Thread John Paul Adrian Glaubitz
eing an RC bug open with instructions on how to fix it. I have already pinged him several times. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: About opencv packages

2021-12-12 Thread John Paul Adrian Glaubitz
. Adrian > [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994537 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: About opencv packages

2021-12-12 Thread John Paul Adrian Glaubitz
s forever. Adrian > [1] https://lists.debian.org/debian-sparc/2017/12/msg00060.html -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

  1   2   3   4   5   6   7   8   9   10   >