Bug#1068691: util-linux: enosys program missing on m68k and sh4

2024-04-09 Thread John Paul Adrian Glaubitz
: dh_install \ -Nfdisk-udeb -Nlibblkid1-udeb \ -Nlibfdisk1-udeb -Nlibsmartcols1-udeb -Nlibuuid1-udeb \ -Nutil-linux-udeb dh_install: warning: Cannot find (any matches for) "usr/bin/enosys" (tried in ., debian/tmp) Thanks, Adrian -- .''`. John Paul Adria

Re: Bug#1057050 closed by Debian FTP Masters (reply to Patrick Franz ) (Bug#1057050: fixed in qt6-multimedia 6.6.1-1)

2024-04-03 Thread John Paul Adrian Glaubitz
Control: reopen -1 Hi, looks like this didn't work: > https://buildd.debian.org/status/fetch.php?pkg=qt6-multimedia=powerpc=6.4.2-11=1705003199=0 Reopening the bug therefore. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 8

Re: Bug#1067646: llvm-toolchain-17: please enable m68k build

2024-03-25 Thread John Paul Adrian Glaubitz
mental and must be passed via >   LLVM_EXPERIMENTAL_TARGETS_TO_BUILD. > > Please do so ;-) I guess. Unless we switch to 32-bit alignment, LLVM won't build natively on m68k :-(. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 8

Re: Bug#1061879: webkit2gtk: Incorrect build-dependency on libseccomp-dev for m68k

2024-01-29 Thread John Paul Adrian Glaubitz
Hello, On Mon, 2024-01-29 at 23:41 +, Alberto Garcia wrote: > On Mon, Jan 29, 2024 at 11:57:31PM +0100, John Paul Adrian Glaubitz wrote: > > src:webkit2gtk is currently BD-Uninstallable on m68k [1] since > > libseccomp is currently not available yet. > > I guess

Bug#1061879: webkit2gtk: Incorrect build-dependency on libseccomp-dev for m68k

2024-01-29 Thread John Paul Adrian Glaubitz
assume this also applies to the build dependencies bubblewrap and xdg-dbus-proxy. Adrian > [1] https://buildd.debian.org/status/package.php?p=webkit2gtk=sid > [2] https://github.com/seccomp/libseccomp/pull/397 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Phy

Re: FPC packages for m68k

2024-01-05 Thread John Paul Adrian Glaubitz
and sparc64, I haven't had time for m68k yet since I am currently trying to rebootstrap ghc for m68k. I will build and upload fpc for m68k as soon as possible. No need to do anything. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A7

Re: Bug#1052144: ghc: Needs to link against libatomic on at least m68k

2023-10-16 Thread John Paul Adrian Glaubitz
Hello! On Sat, 2023-10-14 at 16:37 +0200, John Paul Adrian Glaubitz wrote: > Hi! > > On Sat, 2023-10-14 at 17:33 +0300, Ilias Tsitsimpis wrote: > > As a side note, I believe the attached patch is wrong, it changes the > > semantics of the functions. Notice that __sync

Re: Bug#1052144: ghc: Needs to link against libatomic on at least m68k

2023-10-14 Thread John Paul Adrian Glaubitz
Hi! On Sat, 2023-10-14 at 17:33 +0300, Ilias Tsitsimpis wrote: > As a side note, I believe the attached patch is wrong, it changes the > semantics of the functions. Notice that __sync_val_compare_and_swap() > returns the initial value of the variable x, whereas > __atomic_compare_exchange()

Re: Bug#1052144: ghc: Needs to link against libatomic on at least m68k

2023-10-14 Thread John Paul Adrian Glaubitz
Hello! On Fri, 2023-09-22 at 09:20 +0200, John Paul Adrian Glaubitz wrote: > The attached patch fixes the issue for me. The underlying problem is > the use of legacy atomic functions for which no 64-bit variants exist > on some architectures [1]. See also the upstream discussio

Re: Bug#1052144: ghc: Needs to link against libatomic on at least m68k

2023-09-27 Thread John Paul Adrian Glaubitz
On Wed, 2023-09-27 at 22:00 +0300, Ilias Tsitsimpis wrote: > On Fri, Sep 22, 2023 at 09:20AM, John Paul Adrian Glaubitz wrote: > > The attached patch fixes the issue for me. The underlying problem is > > the use of legacy atomic functions for which no 64-bit variants ex

Re: Bug#1052144: ghc: Needs to link against libatomic on at least m68k

2023-09-22 Thread John Paul Adrian Glaubitz
build later fails due to memory exhaustion for which I haven't found a solution yet. Thanks, Adrian > [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63368 > [2] https://gitlab.haskell.org/ghc/ghc/-/issues/23974 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Phy

Bug#1052382: sysprof: Should not build-depend on libunwind-dev on unsupported architectures

2023-09-21 Thread John Paul Adrian Glaubitz
mentioned above? Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Bug#1052144: ghc: Needs to link against libatomic on at least m68k

2023-09-18 Thread John Paul Adrian Glaubitz
ks, Adrian > [1] https://gitlab.haskell.org/ghc/ghc/-/issues/23974 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: Tuple and changes for m68k with -malign-int

2023-08-29 Thread John Paul Adrian Glaubitz
On Mon, 2023-08-28 at 14:29 +0100, James Le Cuirot wrote: > On Mon, 2023-08-28 at 14:50 +0200, John Paul Adrian Glaubitz wrote: > > Hi Adhemerval! > > > > On Mon, 2023-08-28 at 09:44 -0300, Adhemerval Zanella Netto wrote: > > > If the idea is really to endeavor o

Re: Tuple and changes for m68k with -malign-int

2023-08-29 Thread John Paul Adrian Glaubitz
On Mon, 2023-08-28 at 15:17 +0200, Andreas Schwab wrote: > On Aug 28 2023, John Paul Adrian Glaubitz wrote: > > > The FP failures are most likely the result of the limitations of the FPU > > emulation > > in QEMU for m68k. ARAnyM is known to have much better FPU emu

Re: Tuple and changes for m68k with -malign-int

2023-08-28 Thread John Paul Adrian Glaubitz
ifferent ABIs that fails to be fully interoperable; but > I think that if you really want to on this 'gnu32' journey, I think it will be > better to just deprecate the m68k current ABI, remove it from glibc; and move > everything to new ABI. I actually wouldn't have a problem with that. I don't p

Re: Tuple and changes for m68k with -malign-int

2023-08-28 Thread John Paul Adrian Glaubitz
On Mon, 2023-08-28 at 12:11 +, Richard wrote: > > On August 28, 2023 10:57:25 AM UTC, John Paul Adrian Glaubitz > wrote: > > On Sat, 2023-08-26 at 19:24 +, Richard wrote: > > > > Not only mold but also most notably the following projects: > >

Re: Tuple and changes for m68k with -malign-int

2023-08-28 Thread John Paul Adrian Glaubitz
problem to the distros > > and toolchain developers". > > Indeed, the world is slowly turning into "everything is 64-bit little > endian"... Well, if we want to prevent that to happen in the future, we should make sure that the m68k port is prepared for the f

Re: Tuple and changes for m68k with -malign-int

2023-08-28 Thread John Paul Adrian Glaubitz
have > entirely prevented some people from using it thus far. That is, it should > consider silicon beyond 680x0. It's a historic architecture. We don't have to redesign everything. It's enough to address the most pressing issues and these are 16-bit alignment and 32-bit time_t. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: Tuple and changes for m68k with -malign-int

2023-08-28 Thread John Paul Adrian Glaubitz
ully > designed to avoid this problems and noone of the mentioned examples should > touch them anyway. > > Thus.. is there any need to change the kernel ABI? I don't think this mandates changes to the kernel ABI. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: Tuple and changes for m68k with -malign-int

2023-08-26 Thread John Paul Adrian Glaubitz
ch? Presumably it would at least give the > same kind of performance benefit? I cannot comment on this at the moment, so let's wait for the more experienced m68k kernel and toolchain folks to chime in. > Thanks for helping to keep m68k alive. Thank you, too, and thanks for getting this rolling! Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: [PATCH] [m68k/virt]: Add flavour for QEMU M68K Virtual Machine

2023-07-24 Thread John Paul Adrian Glaubitz
ian.net/kernel-handbook/ch-common-tasks.html#id-1.6.6.4 > [3] > https://salsa.debian.org/kernel-team/kernel-team/-/tree/master/utils/kconfigeditor2 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: Updated installation images for Debian Ports 2023-06-06

2023-07-23 Thread John Paul Adrian Glaubitz
Hi Carlos! On Wed, 2023-06-07 at 09:30 +0200, John Paul Adrian Glaubitz wrote: > On Tue, 2023-06-06 at 21:26 +, Carlos Milán Figueredo wrote: > > Thanks for the work with the new snapshosts! Is there any update to the > > Debian Installer images for Amiga? hd-media doesn't

Re: Bug#985183: aranym: Switch from SDL1 to SDL2

2023-06-25 Thread John Paul Adrian Glaubitz
don't gain anything if a package builds find but doesn't work well for most users. Adrian > [1] https://github.com/aranym/aranym/issues/103#issuecomment-1593666173 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: unbreaking LibreOffices tests on at least release architectures

2023-06-18 Thread John Paul Adrian Glaubitz
its testsuite on the other architectures? Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Bug#1037978: openjdk-19: Please update patch for m68k support

2023-06-14 Thread John Paul Adrian Glaubitz
Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913 Subject: Fix alignment issues on m68k Author: John Paul Adrian Glaubitz Last Update: 2023-06-14 Index: openjdk-19-19.0.2+7/make/modules/java.desktop/gensrc/GensrcX11Wrappers.gmk

Updated installation images for Debian Ports

2023-06-14 Thread John Paul Adrian Glaubitz
is now the kernel version that the installer uses. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: Status of affs support in the kernel and affstools

2023-06-13 Thread John Paul Adrian Glaubitz
Hi Martin! On Tue, 2023-06-13 at 09:20 +0200, Martin Steigerwald wrote: > John Paul Adrian Glaubitz - 13.06.23, 08:47:11 CEST: > > I was wondering what the current status of the affs driver in the > > kernel is, did it receive the fixes that Michael(?) was working on? I >

Re: Status of affs support in the kernel and affstools

2023-06-13 Thread John Paul Adrian Glaubitz
> [1] https://github.com/cnvogelg/amitools -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: Status of affs support in the kernel and affstools

2023-06-13 Thread John Paul Adrian Glaubitz
e on this list can remember. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Status of affs support in the kernel and affstools

2023-06-13 Thread John Paul Adrian Glaubitz
https://marc.info/?l=linux-m68k=133888043312812=2 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: Updated installation images for Debian Ports 2023-06-06

2023-06-13 Thread John Paul Adrian Glaubitz
image), loads additional kernel modules from the mirror unlike the NETINST CD image which ships all these files on the CD. The network installer can only ever work properly when used with a static archive mirror that you find in stable or partially testing distributions. Adrian -- .''`. J

Re: [PATCH] [m68k/virt]: Add flavour for QEMU M68K Virtual Machine

2023-06-12 Thread John Paul Adrian Glaubitz
hared-modules > new file mode 100644 > index ..cc84b14dcd10 > --- /dev/null > +++ b/debian/installer/modules/m68k-virt/nic-shared-modules > @@ -0,0 +1 @@ > +#include > diff --git a/debian/installer/modules/m68k-virt/ppp-modules > b/debian/installer/modules/m68k-virt/ppp-modu

Re: Updated installation images for Debian Ports 2023-06-06

2023-06-11 Thread John Paul Adrian Glaubitz
Hello Michael! > On Jun 12, 2023, at 6:43 AM, Michael Schmitz wrote: > > Hi Carlos, > >> Am 10.06.2023 um 06:29 schrieb Carlos Milán Figueredo: >> From: John Paul Adrian Glaubitz >> Sent: Wednesday, June 7, 2023 9:30 >> Subject: Re: Updated installatio

Re: Updated installation images for Debian Ports 2023-06-06

2023-06-11 Thread John Paul Adrian Glaubitz
> On Jun 9, 2023, at 11:04 PM, Carlos Milán Figueredo > wrote: > > From: John Paul Adrian Glaubitz > Sent: Wednesday, June 7, 2023 9:30 > Subject: Re: Updated installation images for Debian Ports 2023-06-06 > > Hi Adrian, > >> Right, this complet

Re: Updated installation images for Debian Ports 2023-06-06

2023-06-07 Thread John Paul Adrian Glaubitz
ian-installer component - updated core packages - updated archive GPG keyring If you want to learn about what's new for Debian Bookworm, see: > https://wiki.debian.org/NewInBookworm Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E

Re: Updated installation images for Debian Ports 2023-06-06

2023-06-07 Thread John Paul Adrian Glaubitz
kworm, I cannot commit anything. Laurent Vivier has also prepared some improvements for qemu-virt which we had to shelf until after the Bookworm release. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Updated installation images for Debian Ports 2023-06-06

2023-06-06 Thread John Paul Adrian Glaubitz
Hello! I have created updated installation images for Debian Ports. These can be found here: - https://cdimage.debian.org/cdimage/ports/snapshots/2023-06-06/ I have already successfully tested the sparc64 installer. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer

Re: MiNT cross-compiler

2023-05-24 Thread John Paul Adrian Glaubitz
pendent parts of later GCC > versions favor more modern CPUs with larger caches and more RAM in > general, than typical m68k machines have.) > > I.e. newer GCC versions are useful for MiNT mainly due to their support > for newer C++ versions. Yes, indeed. Adrian -- .''`

Re: GCC compilation fails while compiling gimple-match.cc

2023-05-23 Thread John Paul Adrian Glaubitz
Hello! On Tue, 2023-05-23 at 11:11 -0600, Stan Johnson wrote: > On 5/23/23 11:05 AM, John Paul Adrian Glaubitz wrote: > > ... > > > > We don't have any specific patches but we're building our packages using > > qemu-user and not qemu-system which is why we

Re: GCC compilation fails while compiling gimple-match.cc

2023-05-23 Thread John Paul Adrian Glaubitz
s://www.youtube.com/watch?v=s_ve0bCC9q4 Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: MiNT cross-compiler

2023-05-23 Thread John Paul Adrian Glaubitz
upport the m68k architecture these days. Adrian > [1] http://snapshot.debian.org/ -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

The tale of -mrtd in GCC and Clang

2023-05-07 Thread John Paul Adrian Glaubitz
ml Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

m68k support in libseccomp finally merged upstream

2023-04-25 Thread John Paul Adrian Glaubitz
ion of libseccomp has been released. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Question on the m68k Calling Convention (RTD)

2023-04-23 Thread John Paul Adrian Glaubitz
68kExpandPseudo.cpp#L245 > [3] https://gcc.gnu.org/onlinedocs/gcc/M680x0-Options.html > [4] https://clang.llvm.org/docs/ClangCommandLineReference.html -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Bug#1033042: webkit2gtk: Please disable ccache on m68k

2023-03-16 Thread John Paul Adrian Glaubitz
kfreebsd-any], xdg-dbus-proxy [!alpha !ia64 !m68k !riscv64 !sh4 !sparc64 !hurd-any !kfreebsd-any], libseccomp-dev [!alpha !ia64 !m68k !riscv64 !sh4 !sparc64 !hurd-any !kfreebsd-any], Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `'

Re: TeX Live 2023 on Debian 12 68K

2023-03-13 Thread John Paul Adrian Glaubitz
e TeX Live distribution. I will spread the news! Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: Getting back in the saddle - Mac LC475

2023-03-06 Thread John Paul Adrian Glaubitz
hough I still > can't code worth a bean. Not sure whether I can follow: PearPC running on m68k? Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Bug#1032404: webkit2gtk: Please add m68k to the list of architectures with limited address space

2023-03-05 Thread John Paul Adrian Glaubitz
makes the build fail due to incorrect alignment. This issue will be addressed in a different manner hopefully soon by switching the default alignment on m68k to 32 bits. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0

Re: Kernel versions 6.x don't boot on Amiga 4000

2023-02-24 Thread John Paul Adrian Glaubitz
> > Running memtest could incur a boot delay but AFAIR that isn't enabled by > default, and it isn't implicated in the panic log Adrian posted. I don't have time this weekend to bisect the issue. But I think, I can start bisecting it on Sunday evening. I will give it a try on Amiga F

Re: Kernel versions 6.x don't boot on Amiga 4000

2023-02-21 Thread John Paul Adrian Glaubitz
non-debug kernel? > I do recall recent changes to the mm code, but that was for NOMMU. I > wonder whether there was anything else that would introduce an implicit > assumption about memory starting at 0x0 ... Sounds like a possible culprit. Adrian -- .''`. John Paul Adrian Glaub

Re: Kernel versions 6.x don't boot on Amiga 4000

2023-02-21 Thread John Paul Adrian Glaubitz
really should start booting on real Amiga hardware again... You should ;-). Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Kernel versions 6.x don't boot on Amiga 4000

2023-02-21 Thread John Paul Adrian Glaubitz
is 5.10.5. FWIW, I noticed that the kernel image itself is already over 7 MB, not sure whether this is a problem. Anyone else tried a recent kernel on their Amigas? Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426

Bug#1031647: git-annex: Bogus build dependency whitelist results in FTBFS on m68k

2023-02-19 Thread John Paul Adrian Glaubitz
rsistent-template-dev, Thus, I would suggest removing the white-list and enabling the build dependencies for all architectures. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: stack smashing detected

2023-02-17 Thread John Paul Adrian Glaubitz
On Fri, 2023-02-17 at 10:09 -0700, Stan Johnson wrote: > Would downloading the source from an x86 repository be sufficient, ...? Yes, there is no architecture-specific source code repository. Use: deb-src http://ftp.debian.org/debian/ unstable main Adrian -- .''`. John Paul Adrian Glaub

Re: stack smashing detected

2023-02-16 Thread John Paul Adrian Glaubitz
2-bit alignment (-malign-int) should improve code execution as well. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: Debian initramfs/initrd, was Re: stack smashing detected

2023-02-09 Thread John Paul Adrian Glaubitz
'`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: Debian initramfs/initrd, was Re: stack smashing detected

2023-02-09 Thread John Paul Adrian Glaubitz
> becomes necessary to identify specific offending options. FWIW, I haven't seen this issue on my Amiga although I haven't run a dist-upgrade for a while now. I guess, I am going to do that in the near future. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: Debian initramfs/initrd, was Re: stack smashing detected

2023-02-05 Thread John Paul Adrian Glaubitz
staller. It's not a regular initrd. That's completely independent of the architecture/sub-architecture in use. > When you need to generate a valid Debian/m68k vmlinux/initrd combination > that is also current, then you'll need a Debian/m68k system that is > current. The quickest way to get it

m68k assembly question: jsr vs. bsr

2023-02-01 Thread John Paul Adrian Glaubitz
Hi! Can anyone answer this question regarding the difference between "bsr" and "jsr": > https://github.com/llvm/llvm-project/issues/60354#issuecomment-1412018845 Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A

Re: Work on adding TLS support to LLVM on m68k

2023-01-30 Thread John Paul Adrian Glaubitz
the implementation. Or you could try sending a question to the old e-mail addresses of the people who sent the patches e.g. https://git.kernel.org/torvalds/c/9674cdc74d63 I have sent an email to both Joseph and Maxim, but I haven't got any reply yet. Adrian -- .''`. John Paul Adrian Glaubitz

Work on adding TLS support to LLVM on m68k

2023-01-28 Thread John Paul Adrian Glaubitz
information on the topic is highly appreciated. Thanks, Adrian [1] https://github.com/llvm/llvm-project/issues/60354 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: LLVM buildbot for m68k backend has been moved to production

2023-01-22 Thread John Paul Adrian Glaubitz
h. Adrian [1] https://opencollective.com/m68k-llvm-dev [2] https://www.patreon.com/m68k_llvm -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

LLVM buildbot for m68k backend has been moved to production

2023-01-20 Thread John Paul Adrian Glaubitz
b.llvm.org/buildbot/#/builders/192 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

LLVM developer is looking for advise on TLS support in m68k

2023-01-07 Thread John Paul Adrian Glaubitz
-1374701127 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: 80-bit subnormals printed incorrectly on Debian 11 M68K

2022-12-24 Thread John Paul Adrian Glaubitz
difference. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: Debian 11 installation attempt / walkthrough

2022-12-23 Thread John Paul Adrian Glaubitz
Hello Carsten! On 12/23/22 09:19, Carsten Strotmann wrote: Issue is now solved, Stefan is installing the latest Debian 11. Nice. Could you assemble a list of issues that you ran into that we can address them if necessary? Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer

Re: Debian Chroot and emacs-nox

2022-11-28 Thread John Paul Adrian Glaubitz
] https://lists.debian.org/debian-sparc/2017/12/msg00060.html [2] http://snapshot.debian.org/package/emacs/1%3A28.2%2B1-3/#emacs-common_1:3a:28.2:2b:1-3 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Please don't drop support for AmigaOS

2022-11-03 Thread John Paul Adrian Glaubitz
://amitopia.com/amigaos-3-2-1-is-out-for-classic-amiga/ -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

m68k support now available in the Mold linker

2022-10-30 Thread John Paul Adrian Glaubitz
/news/Mold-1.6-Linker [2] https://github.com/rui314/mold/commit/5fe60e3b6d75b72ab43f8571bf16b09959ad1a95 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Crowdfunding for m68k support in the Mold linker

2022-10-19 Thread John Paul Adrian Glaubitz
issues/554#issuecomment-1272926336 [4] https://www.a1k.org/forum/index.php?threads/85358/#post-1630398 [5] https://github.com/sponsors/rui314?frequency=one-time -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: another attempt at Y2038

2022-10-18 Thread John Paul Adrian Glaubitz
e. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: another attempt at Y2038

2022-10-18 Thread John Paul Adrian Glaubitz
a minimum alignment of 32 bits while m68k still defaults to 16 bits. Since the time64 rebootstrap would break the ABI anyway, we could use to fix alignment issue on m68k once and for all :-). Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75

Bug#1020273: ffmpeg: FTBFS on m68k due to typo in debian/rules

2022-09-19 Thread John Paul Adrian Glaubitz
eebsd-i386 m86k sh4 x32,$(DEB_HOST_ARCH))) +ifeq (,$(filter alpha hppa hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 m68k sh4 x32,$(DEB_HOST_ARCH))) CONFIG += --enable-librsvg endif Could you fix the typo with the next upload? Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian

Re: Booting Kernel on Amiga 3000

2022-09-06 Thread John Paul Adrian Glaubitz
Hi Stephen! On 9/4/22 03:48, Stephen Walsh wrote: Also, kernel 5.19.6 is currently being built and should be available soonish. I'll test that when it's released. It's in the archives now. You can give it a try. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer

Bug#1019133: ffmpeg: Please disable filter-overlay_yuv420p10 test on all BE targets

2022-09-04 Thread John Paul Adrian Glaubitz
status/fetch.php?pkg=ffmpeg=hppa=7%3A5.1.1-1=1662206663=0 > [2] > https://buildd.debian.org/status/fetch.php?pkg=ffmpeg=powerpc=7%3A5.1.1-1=1662200733=0 > [3] > https://buildd.debian.org/status/fetch.php?pkg=ffmpeg=ppc64=7%3A5.1.1-1=1662200252=0 -- .''`. John Paul Adrian Glaub

Bug#1019130: emacs: Please include small patch to fix FTBFS on m68k

2022-09-04 Thread John Paul Adrian Glaubitz
/pdumper.c which is what the attached patch does. Can it be included in the next upload? See also the upstream bug [1]. Thanks, Adrian > [1] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=44531 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 8

Re: Bug#1018881: glibc: iconv not working properly on m68k and sh4

2022-09-04 Thread John Paul Adrian Glaubitz
uploaded a glibc package with the patch set included to unreleased in any case. Adrian [1] https://sourceware.org/bugzilla/show_bug.cgi?id=23960 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: Booting Kernel on Amiga 3000

2022-09-03 Thread John Paul Adrian Glaubitz
initrd.img-5.15.0-2-m68k root=/dev/sda2 fb=false When trying the newer kernel's, all I'm doing is replacing the kernel/initrid with the newer versions. -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: Bug#1018881: glibc: iconv not working properly on m68k and sh4

2022-09-01 Thread John Paul Adrian Glaubitz
, running iconvconfig manually fixes the problem indeed. Now I just need to figure out why the file is truncated in the first place. Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Bug#1018881: glibc: iconv not working properly on m68k and sh4

2022-09-01 Thread John Paul Adrian Glaubitz
being out of date? Thanks, Adrian > [1] > https://lists.fedoraproject.org/archives/list/de...@lists.fedoraproject.org/message/IWAOAD6XXXAPBQZ364OKVBZZXDDHG2KS/ -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 742

Bug#1016904: boost1.74: Please include patch to fix FTBFS on qemu-user

2022-08-09 Thread John Paul Adrian Glaubitz
get fixed on m68k and sh4? Please see the attached patch. Thanks, Adrian > [1] > https://buildd.debian.org/status/fetch.php?pkg=boost1.74=m68k=1.74.0-16.1=1659775192=0 > [2] https://github.com/bfgroup/b2/issues/49 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `'

Re: globus-net-manager FTBFS during python 3.10 transition

2022-06-18 Thread John Paul Adrian Glaubitz
> I’ll try to get it done this week and will let you know. >> > Any news? Not yet, sorry. It takes quite some time to get the filesystems converted and I haven't found the time for that yet. It's frustrating. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `'

Re: globus-net-manager FTBFS during python 3.10 transition

2022-05-23 Thread John Paul Adrian Glaubitz
Hi Matthias! > On May 23, 2022, at 9:43 AM, Mattias Ellert > wrote: > > mån 2022-05-16 klockan 10:28 +0200 skrev John Paul Adrian Glaubitz: >> Hi Matthias! >> >>> On 5/16/22 10:24, Mattias Ellert wrote: >>> I have noticed that in addition

Bug#1011090: glusterfs: Please build with -DUATOMIC_NO_LINK_ERROR on m68k

2022-05-16 Thread John Paul Adrian Glaubitz
(,$(filter $(DEB_HOST_ARCH), armel armhf mipsel)) +ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf m68k mipsel)) export DEB_CPPFLAGS_MAINT_APPEND = -DUATOMIC_NO_LINK_ERROR endif Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75

Bug#1011086: glusterfs: Please remove libgoogle-perftools-dev B-D on unsupported targets

2022-05-16 Thread John Paul Adrian Glaubitz
], libncurses5-dev, libglib2.0-dev , libssl-dev, Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913 --- glusterfs.orig/glusterfs-10.1/debian/control2022-04-20 14:27:28.0

Re: globus-net-manager FTBFS during python 3.10 transition

2022-05-16 Thread John Paul Adrian Glaubitz
ng a similar setup like m68k and sh4. The underlying bug is an issue with glibc and ext4 [1] and can be resolved by switching the buildroot to btrfs. I have verified that this fixes the issue. I will do that later this week when I find the time. Adrian > [1] https://sourceware.org/bugzilla/show_bug.cgi

Re: globus-net-manager FTBFS during python 3.10 transition

2022-05-12 Thread John Paul Adrian Glaubitz
(host > kernel long) hash cannot be passed to the 32bit guest. > > btrfs uses it as a real index, so it will overflow only with 2³² entries. Yes, you are absolutely right. Using btrfs for the chroot fixes the problem. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer

Re: globus-net-manager FTBFS during python 3.10 transition

2022-05-12 Thread John Paul Adrian Glaubitz
ing properly: root@z6:/srv/chroot> chroot unstable-m68k-sbuild/ sh -c 'echo $0' sh root@z6:/srv/chroot> I guess it's related to the glibc issue then [1]. Adrian > [1] https://sourceware.org/bugzilla/show_bug.cgi?id=23960 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `'

Re: globus-net-manager FTBFS during python 3.10 transition

2022-05-12 Thread John Paul Adrian Glaubitz
you don't need to put it in the chroot. So, the flags are correct then? Is there any way to properly test the argument issue? Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: globus-net-manager FTBFS during python 3.10 transition

2022-05-12 Thread John Paul Adrian Glaubitz
ffset 0 magic 7f454c46010201020004 mask ff00fffe glaubitz@z6:/tmp/test> Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: Bug#932090: firebird3.0: Please include patch to ensure correct sizes of on-disk structures

2022-05-11 Thread John Paul Adrian Glaubitz
approach is wrong and upstream has already used a different approach for firebird4.0 [2], although I haven't tested that on m68k yet. Will test later. Adrian > [1] https://github.com/FirebirdSQL/firebird/pull/217 > [2] https://github.com/FirebirdSQL/firebird/pull/234/commits -- .''`. J

Re: globus-net-manager FTBFS during python 3.10 transition

2022-05-10 Thread John Paul Adrian Glaubitz
fffe root@nofan:~> Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: globus-net-manager FTBFS during python 3.10 transition

2022-05-10 Thread John Paul Adrian Glaubitz
Hi! On 4/27/22 11:19, John Paul Adrian Glaubitz wrote: > On 4/27/22 11:04, Laurent Vivier wrote: >> Normally, since qemu v6.0.0 you can preserve argv[0]: >> (...) >> You need also kernel v5.12: > > OK, I'm installing QEMU 6.2 and kernel 5.16 from backports on all QE

Re: globus-net-manager FTBFS during python 3.10 transition

2022-04-27 Thread John Paul Adrian Glaubitz
Hi Laurent! On 4/27/22 11:04, Laurent Vivier wrote: > Normally, since qemu v6.0.0 you can preserve argv[0]: > (...) > You need also kernel v5.12: OK, I'm installing QEMU 6.2 and kernel 5.16 from backports on all QEMU buildds now. Let's see if that helps. Adrian -- .''`. John Pa

Re: globus-net-manager FTBFS during python 3.10 transition

2022-04-26 Thread John Paul Adrian Glaubitz
/bugs.debian.org/cgi-bin/bugreport.cgi?bug=974004 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Bug#1009026: gcc-12: Please re-enable JIT on m68k

2022-04-06 Thread John Paul Adrian Glaubitz
-enable JIT for m68k for the next gcc-12 upload? 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

Updated Debian Ports installation images

2022-03-18 Thread John Paul Adrian Glaubitz
gt; [2] https://cdimage.debian.org/cdimage/ports/snapshots/2022-03-18/non-free/ -- .''`. 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#1007407: mac-fdisk: please consider upgrading to 3.0 source format

2022-03-15 Thread John Paul Adrian Glaubitz
a look at that. 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#977223: guile-3.0: FTBFS on hppa - segmentation faults

2022-02-28 Thread John Paul Adrian Glaubitz
Hi Rob! On 2/28/22 19:18, John Paul Adrian Glaubitz wrote: > The attached patch seems to work correctly. I had to escape the whole > statements > so that they are not interpreted by automake. I have verified that the attached patch fixes the build on 32-bit PowerPC (powerpc)

  1   2   3   4   5   6   7   8   9   10   >