Bug#853906: gcc-7: Please disable gccgo on m68k for gcc-7 (but not gcc-6)

2017-02-01 Thread John Paul Adrian Glaubitz
it was written in C for gcc-6. I would therefore like to ask to disable gccgo in gcc-7 on m68k for the time being until we have fully resolved the issues with gccgo-7 but please let gccgo-6 enabled for gcc-6. Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub

Bug#853223: gcc-6: Please update gccgo-m68k.diff with additional changes

2017-01-30 Thread John Paul Adrian Glaubitz
[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79281#c4 > [2] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79281 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956

Re: Bug#852091: Acknowledgement (gcc-6: Binaries compiled with gccgo on m68k crash (unaligned access))

2017-01-21 Thread John Paul Adrian Glaubitz
Forgot to link the upstream patch set in the footnote, sorry: > https://go-review.googlesource.com/#/c/35478/ -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2

Bug#852091: gcc-6: Binaries compiled with gccgo on m68k crash (unaligned access)

2017-01-21 Thread John Paul Adrian Glaubitz
produces working binaries. Of course, if upstream decides to backport this patch to gcc-6, it won't be necessary to carry this patch in gcc-6. But in case that doesn't happen, here's a patch verified to be working to be applied instantly. Thanks, Adrian -- .''`. John Paul Adrian Glaubitz

Bug#850831: ceph: FTBFS on some 32-bit architectures: undefined reference to `__atomic_load_8'

2017-01-10 Thread John Paul Adrian Glaubitz
https://buildd.debian.org/status/fetch.php?pkg=ceph=m68k=10.2.5-3=1483847318 > [2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=849536 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG:

Bug#850749: gcc-6: Please enable gccgo on m68k

2017-01-09 Thread John Paul Adrian Glaubitz
ts for m68k. 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 --- debian/rules.defs.old 2017-01-09 22:07:01.00

Re: Error: Adjusted signed .word (0xc244) overflows: `switch'-statement too large.

2017-01-06 Thread John Paul Adrian Glaubitz
On 12/12/2016 11:40 PM, John Paul Adrian Glaubitz wrote: > So, there are actually two related bug reports. > > gcc: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57583 The suggested patch in this bug report actually works. With the patch applied and with -mlong-jump-table-offsets in CFLA

Bug#849943: matplotlib: Circular build dependency with basemap

2017-01-02 Thread John Paul Adrian Glaubitz
> [1] https://wiki.debian.org/BuildProfileSpec > [2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734669 > [3] https://wiki.debian.org/CircularBuildDependencies -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berli

Re: Bug#849751: Acknowledgement (firefox: Fix broken m68k build support)

2016-12-30 Thread John Paul Adrian Glaubitz
Control: tags -1 patch Control: forwarded https://bugzilla.mozilla.org/show_bug.cgi?id=1325771 Whoops, forgot to attach the actual patch. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de

Bug#849751: firefox: Fix broken m68k build support

2016-12-30 Thread John Paul Adrian Glaubitz
https://bugzilla.mozilla.org/show_bug.cgi?id=1325771 -- .''`. 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#846872: gcc-7: FTBFS on m68k - fails to apply ada-m68k.diff patch

2016-12-26 Thread John Paul Adrian Glaubitz
On 12/22/2016 12:36 PM, John Paul Adrian Glaubitz wrote: > Could you please remove the ada-m68k.diff patch from the gcc-7 > source package now. It's existence still breaks the build, it has > been merged upstream now as already discussed. > > Ada is currently is disabled on gcc-6 a

Re: Bug#846872: gcc-7: FTBFS on m68k - fails to apply ada-m68k.diff patch

2016-12-22 Thread John Paul Adrian Glaubitz
Hi Matthias! On 12/05/2016 12:42 PM, John Paul Adrian Glaubitz wrote: >> gcc upstream just merged the patch after I had to modify it [1]. >> >> >>> [1] https://gcc.gnu.org/viewcvs/gcc?view=revision=243247 > > Ah, there is no gcc-7 branch yet. So we actually

Re: Implementation of lock-free atomics on m68k

2016-12-19 Thread John Paul Adrian Glaubitz
On 12/18/2016 02:14 PM, John Paul Adrian Glaubitz wrote: > On 12/18/2016 02:02 PM, Andreas Schwab wrote: >>> I knew m68k has CAS/CAS2, but my suspicion was that lock-free atomics >>> require LDREX/STREX-alike instructions since older ARM implementations >>> have SWP

Re: Implementation of lock-free atomics on m68k

2016-12-18 Thread John Paul Adrian Glaubitz
rters to get lock-free atomics in the toolchain so they can have full C++11 support including std::future, possibly with the help of existing kernel helper functions. Adrian > [1] > http://infocenter.arm.com/help/topic/com.arm.doc.dht0008a/DHT0008A_arm_synchronization_primitives.pdf -- .''`. John

Re: Implementation of lock-free atomics on m68k

2016-12-18 Thread John Paul Adrian Glaubitz
On 12/18/2016 01:41 PM, Andreas Schwab wrote: > On Dez 18 2016, John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> > wrote: > >> Does anyone know how these are implemented on m68k? Does m68k use helper >> functions in the kernel or is this actually done in

Implementation of lock-free atomics on m68k

2016-12-18 Thread John Paul Adrian Glaubitz
1.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: Fwd: Re: Debian on mac68k

2016-12-16 Thread John Paul Adrian Glaubitz
ug=826614 I'll have a look, yes. 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: [PATCH] m68k: add Sysam AMCORE open board support

2016-12-13 Thread John Paul Adrian Glaubitz
. I would like to get the installed packages count to over 10.000 and fix debian-installer on m68k to create new installer images. We also need to get EMILE back in. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin

Re: Error: Adjusted signed .word (0xc244) overflows: `switch'-statement too large.

2016-12-12 Thread John Paul Adrian Glaubitz
On 12/08/2016 06:31 PM, Andreas Schwab wrote: > On Dez 08 2016, John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> > wrote: > >> Does anyone know what exactly the background of this problem is? > > Grep for BROKEN_DOT_WORD in the binutils sources. So, there a

Re: Need help to investigate googletest failure on m68k

2016-12-12 Thread John Paul Adrian Glaubitz
oad. Thank you very much! > Thanks for all your help. Thanks. And I apologize for being a bit rough in the first report. Thanks for fixing despite all that :-). Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin -

Prelimenary Atari partition support in parted

2016-12-12 Thread John Paul Adrian Glaubitz
e to or from disk. I assume you could also loopback-mount an Atari disk with the help of lvm to get it to byte-swap on the fly, but I never tried that. Either way, parted now supports Atari partition tables in Debian! Have fun! Adrian > [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=239816

Re: Need help to investigate googletest failure on m68k

2016-12-12 Thread John Paul Adrian Glaubitz
or a real m68k machine. This is why I prefer packages to honor "nocheck" or "nobench" so I can disable tests which I expect to fail anyways. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@

Re: Need help to investigate googletest failure on m68k

2016-12-11 Thread John Paul Adrian Glaubitz
On 12/11/2016 07:20 PM, Steve M. Robbins wrote: > Would someone with a machine be so kind as to run the build, > then send me the following file: obj-*/Testing/Temporary/LastTest.log? Yes, please wait 1-2 hours, I'm building the package now manually. Thanks, Adrian -- .''`. John Paul

Bug#847525: mozjs24: Please add support for m68k

2016-12-08 Thread John Paul Adrian Glaubitz
on m68k for the JSErrorReport struct. This is necessary because the basic alignment on m68k is 16 bits and not 32 bits. Thanks, Adrian > [1] > https://github.com/google/double-conversion/commit/da11179623145f53b204105a93b8bbca431141da -- .''`. John Paul Adrian Glaubitz : :' : Debian Dev

Error: Adjusted signed .word (0xc244) overflows: `switch'-statement too large.

2016-12-08 Thread John Paul Adrian Glaubitz
itz/libreoffice_5.2.4~rc1-1_m68k.build > [2] https://lists.debian.org/debian-68k/2014/09/msg4.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: Assertion failed when building r-base on Aranym

2016-12-07 Thread John Paul Adrian Glaubitz
Aranym and the result was the same. I have an older chroot now which does not trigger the issue and I will update one build-dependency after another until I have found the culprit. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Univer

Re: Assertion failed when building r-base on Aranym

2016-12-06 Thread John Paul Adrian Glaubitz
On 12/06/2016 08:28 PM, John Paul Adrian Glaubitz wrote: > Took me a while to get the build chroot right, but I'm building with gcc-5 and > glibc_2.19 now. Let's see if I can isolate the build dependency which actually > breaks the build. Ok, it now got past the step which triggered t

Re: Assertion failed when building r-base on Aranym

2016-12-06 Thread John Paul Adrian Glaubitz
On 12/04/2016 05:01 PM, John Paul Adrian Glaubitz wrote: > It still fails with PIE disabled [1], so I guess building with the old glibc > instead will be the next thing to test. Luckily, I still have the build root > with the state after the failure, so I don't need to perform a ful

Re: Bug#846932: gettext: Please build without OpenMP support on m68k and sh4

2016-12-05 Thread John Paul Adrian Glaubitz
n't so trivial to fix. I am working together with the qemu developers to fix these issues. Once we have achieved that, we can remove this work-around again :). Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin -

Re: Bug#846872: gcc-7: FTBFS on m68k - fails to apply ada-m68k.diff patch

2016-12-05 Thread John Paul Adrian Glaubitz
On 12/05/2016 12:32 PM, John Paul Adrian Glaubitz wrote: > On 12/04/2016 06:33 PM, John Paul Adrian Glaubitz wrote: >> OK, attaching the updated patch which applies cleanly. > > gcc upstream just merged the patch after I had to modify it [1]. > > >> [1] https://g

Re: Bug#846872: gcc-7: FTBFS on m68k - fails to apply ada-m68k.diff patch

2016-12-04 Thread John Paul Adrian Glaubitz
On 12/04/2016 06:26 PM, Andreas Schwab wrote: > On Dez 04 2016, John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> > wrote: > >> So I assume we can strip the patch from the changes in s-memory.adb and >> s-memory.ads? > > Yes. OK, attaching the up

Re: Assertion failed when building r-base on Aranym

2016-12-04 Thread John Paul Adrian Glaubitz
> https://buildd.debian.org/status/fetch.php?pkg=r-base=m68k=3.3.2-1=1480846454 -- .''`. 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#846872: gcc-7: FTBFS on m68k - fails to apply ada-m68k.diff patch

2016-12-04 Thread John Paul Adrian Glaubitz
On 12/04/2016 04:43 PM, John Paul Adrian Glaubitz wrote: > However, I'm by no means an Ada expert to be able to tell whether we still > need > Ada.Unchecked_Conversion anymore. I have glimpsed over PR48835 and I'm not > sure > whether this confirms this in any way. Ah, I assume y

Re: Bug#846872: gcc-7: FTBFS on m68k - fails to apply ada-m68k.diff patch

2016-12-04 Thread John Paul Adrian Glaubitz
On 12/04/2016 02:38 PM, Andreas Schwab wrote: > On Dez 04 2016, John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> > wrote: > >> @Andreas: Are you sure the patch is no longer necessary? > > I didn't say that. Ok, this was a misunderstandin

Bug#846932: gettext: Please build without OpenMP support on m68k and sh4

2016-12-04 Thread John Paul Adrian Glaubitz
you apply the patch, please replace "NN" in the patch with the bug number of this bug report (which is not yet determined). Thanks for consideration! Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin

Re: Bug#846872: gcc-7: FTBFS on m68k - fails to apply ada-m68k.diff patch

2016-12-04 Thread John Paul Adrian Glaubitz
On 12/04/2016 01:11 PM, John Paul Adrian Glaubitz wrote: > Dropping ada-m68k.diff fixes this particular issue for me. > m68k-revert-pr45144.patch > is currently not applied because we have disabled Ada on m68k by adding it to > ada_no_cpus in debian/rules.defs because of #814221 [1]

Re: Bug#846872: gcc-7: FTBFS on m68k - fails to apply ada-m68k.diff patch

2016-12-04 Thread John Paul Adrian Glaubitz
and treat this particular patch as a separate issue. Adrian > [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814221 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84

Re: Assertion failed when building r-base on Aranym

2016-12-03 Thread John Paul Adrian Glaubitz
d to eliminate glibc as a possible cause. Downgrading glibc directly did not work due to Perl. But I could work around this LD_PRELOAD. I will try that later. > Are there debugging tools or malloc implementations on m68k that could > isolate an out-of-bounds access to heap memory? No ide

Bug#846872: gcc-7: FTBFS on m68k - fails to apply ada-m68k.diff patch

2016-12-03 Thread John Paul Adrian Glaubitz
https://buildd.debian.org/status/fetch.php?pkg=gcc-7=m68k=7-20161201-1=1480796787 -- .''`. 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: Assertion failed when building r-base on Aranym

2016-12-03 Thread John Paul Adrian Glaubitz
On 12/03/2016 08:08 AM, John Paul Adrian Glaubitz wrote: > The last known successful build on Aranym was with Debian's libc6_2.19-16 > package with r-base 3.2.2 [1]. Will downgrad glibc to this version now and > try again. I cannot downgrade to glibc <= 2.23 because the perl_

Re: Assertion failed when building r-base on Aranym

2016-12-02 Thread John Paul Adrian Glaubitz
On 11/29/2016 12:39 AM, Andreas Schwab wrote: > On Nov 29 2016, John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> > wrote: > >> Are there any m68k-specific patches or build flags which might be missing >> in Debian? If possible, could you share your SRP

Bug#846464: apt: Please drop B-D on googletest on unsupported architectures

2016-12-01 Thread John Paul Adrian Glaubitz
for the affected architectures until either Google upstream or the maintainer of googletest can be bothered to fix their software. I think I don't need to elaborate why not being able to built src:apt is a bad thing on any architecture. Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian

Re: Assertion failed when building r-base on Aranym

2016-11-28 Thread John Paul Adrian Glaubitz
limited to the futex syscall, I haven't seen any other problems so far. Are you aware of any problems in qemu that might result to miscompiled code? Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin

Re: Assertion failed when building r-base on Aranym

2016-11-28 Thread John Paul Adrian Glaubitz
On 11/29/2016 12:23 AM, Andreas Schwab wrote: > On Nov 28 2016, John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> > wrote: > >> Has anyone tried building a recent version of r-base on m68k? > > Worksforme with 3.3.2. Are there any m68k-specific patches

Assertion failed when building r-base on Aranym

2016-11-28 Thread John Paul Adrian Glaubitz
sion of r-base on m68k? Full build log in [1]. Adrian > [1] https://people.debian.org/~glaubitz/r-base_3.3.2-1-build.log -- .''`. 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#845098: chasen: FTBFS on m68k due to mismatched symbols file

2016-11-24 Thread John Paul Adrian Glaubitz
Control: fixed -1 2.4.5-32 Hi! This has now been fixed as of version 2.4.5-32. Closing. 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

Re: Bug#844722: qtwebkit: Please add platform support for m68k

2016-11-23 Thread John Paul Adrian Glaubitz
Hi! Attaching the debdiff for qtwebkit_2.3.4.dfsg-9.1. 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 diff -Nru

Bug#845372: qtbase-opensource-src: Please enable m68k in double-conversion

2016-11-22 Thread John Paul Adrian Glaubitz
that the package can be built on m68k again. Thanks, Adrian > [1] > https://github.com/google/double-conversion/commit/da11179623145f53b204105a93b8bbca431141da -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-ber

Re: Bug#845098 closed by NOKUBI Takatsugu <k...@daionet.gr.jp> (Bug#845098: fixed in chasen 2.4.5-31)

2016-11-22 Thread John Paul Adrian Glaubitz
control: reopen -1 That did not help, unfortunately. chasen still FTBFS on m68k [1]. Adrian > [1] > https://buildd.debian.org/status/fetch.php?pkg=chasen=m68k=2.4.5-31=1479770977 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Univer

Bug#845098: chasen: FTBFS on m68k due to mismatched symbols file

2016-11-20 Thread John Paul Adrian Glaubitz
# _ZNSt8_Rb_treeISsSt4pairIKSslESt10_Select1stIS2_ESt4lessISsESaIS2_EE15_M_insert_equalERKS2_@Base 2.4.5 _ZTIN5Darts15DoubleArrayImplIchlmNS_6LengthIc@Base 2.4.5 dh_makeshlibs: failing due to earlier errors Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de

Bug#844722: qtwebkit: Please add platform support for m68k

2016-11-18 Thread John Paul Adrian Glaubitz
tps://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780430 -- .''`. 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 Description: Add support for m68k Aut

Re: gcc-4.6.3, was Re: Debian on mac68k

2016-11-08 Thread John Paul Adrian Glaubitz
68k-linux-gnu is not an option? 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: gcc-4.6.3, was Re: Debian on mac68k

2016-11-06 Thread John Paul Adrian Glaubitz
he toolchain on kernel.org seems that it's not updated very often if at all. I mean, gcc-4.6.3 is ancient, that was released over four years ago [1]. gcc has seen lots of improvements and fixes, particularly the SH has had so many bugs fixed that I'd highly discourage people using any of the older vers

Bug#842787: graphicsmagick: Please honor 'nocheck' in DEB_BUILD_OPTIONS

2016-11-01 Thread John Paul Adrian Glaubitz
fi - +endif touch check-stamp clean: 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

Bug#842768: ruby2.3: Please honor 'nocheck' flags in DEB_BUILD_OPTIONS

2016-10-31 Thread John Paul Adrian Glaubitz
This is also how the rules file for the ffmpeg package checks for the 'nocheck' flag in DEB_BUILD_OPTIONS: Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0

Re: Compiler error compiling brickos on m68k?

2016-10-26 Thread John Paul Adrian Glaubitz
' >> /<>/kernel/lnp.c:264: error: register name given for >> non-register variable 'chk' >> ../Makefile.common:154: recipe for target 'lnp.o' failed I will have to try reproducing it. If it is, it might be interesting for Andreas Schwab to look at it. Thanks for reporting it!

Re: Bug#780430: qtwebkit-opensource-src: port to m68k

2016-10-17 Thread John Paul Adrian Glaubitz
ng time, after all. 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 signature.asc Description: OpenPGP digital signature

Re: Bug#780430: qtwebkit-opensource-src: port to m68k

2016-10-17 Thread John Paul Adrian Glaubitz
t info. Could you acknowledge the license for your patch so Lisandro can apply and also forward it upstream? Thanks a lot! Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 6

Simple guide for installing Debian/68k in ARAnyM

2016-10-16 Thread John Paul Adrian Glaubitz
# passwd (type new password, twice) # echo "aranym-host" > /etc/hostname 15. Shutdown ARAnym # sync * Close the ARAnyM window ot kill the emulator 16. Boot the system normally $ $EDITOR debian-68k.cfg * Remove the line "init=/bin/bash" from the "

Re: Bug#840693: qttools-opensource-src: Please disable WebKit support on m68k and sh4

2016-10-14 Thread John Paul Adrian Glaubitz
On 10/14/2016 05:05 PM, Andreas Schwab wrote: > On Okt 14 2016, John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> > wrote: > >> However, while we are able to build openjdk-8 from source, running "java >> -version" will >>

Re: qtwebkit-opensource-src: port to m68k

2016-10-14 Thread John Paul Adrian Glaubitz
have this patch added (and merged upstream) as well to get qtwebkit- opensource-src building on m68k again? Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0

Re: Bug#840693: qttools-opensource-src: Please disable WebKit support on m68k and sh4

2016-10-14 Thread John Paul Adrian Glaubitz
On 10/14/2016 03:10 PM, John Paul Adrian Glaubitz wrote: > On 10/14/2016 02:40 PM, Andreas Schwab wrote: >> On Okt 14 2016, John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> >> wrote: >> >>> You don't happen to have a fix for openjdk-8? >> >>

Re: Bug#840693: qttools-opensource-src: Please disable WebKit support on m68k and sh4

2016-10-14 Thread John Paul Adrian Glaubitz
On 10/14/2016 02:40 PM, Andreas Schwab wrote: > On Okt 14 2016, John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> > wrote: > >> You don't happen to have a fix for openjdk-8? > > It's a bit more involved. Wow, thanks, that will help a lot. Now I have something

Re: Bug#840693: qttools-opensource-src: Please disable WebKit support on m68k and sh4

2016-10-14 Thread John Paul Adrian Glaubitz
Hi Andreas! On 10/14/2016 11:02 AM, Andreas Schwab wrote: > On Okt 14 2016, John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> > wrote: > >> Both on m68k and sh4, qtwebkit-opensource-src doesn't build [1] and fixing >> the >> issue would probabl

Bug#840693: qttools-opensource-src: Please disable WebKit support on m68k and sh4

2016-10-13 Thread John Paul Adrian Glaubitz
8ce02ed75501fce1e8 -- .''`. 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#840684: firebird3.0: Please add patch to add m68k platform support

2016-10-13 Thread John Paul Adrian Glaubitz
very important for the m68k port to have a working firebird3.0 package. Thus, it would be very much appreciated if you could include the attached patch in your next upload. Thanks a lot, Adrian > [1] https://github.com/FirebirdSQL/firebird/pull/52 -- .''`. John Paul Adrian Glaub

Re: Porter roll call for Debian Stretch

2016-09-30 Thread John Paul Adrian Glaubitz
port, especially from companies, they still haven't reached the same popularity as the powerpc port for example. Heck, there are even more users for "hppa" and "sparc64" which both are just unofficial ports architectures. Thanks, Adrian > [1] http://popcon.debian.org/ -- .''`

Re: Porter roll call for Debian Stretch

2016-09-30 Thread John Paul Adrian Glaubitz
ication I am missing? 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: Porter roll call for Debian Stretch

2016-09-23 Thread John Paul Adrian Glaubitz
e you > gain some credibility to maintain another release architecture ;) So, what are the criteria to be knighted to become a maintainer of powerpc? Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@phys

Bug#838447: gtk+3.0: Please build documentation packages in binary-indep target

2016-09-21 Thread John Paul Adrian Glaubitz
of build time on the slower buildds. Thanks for considering! 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: Porter roll call for Debian Stretch

2016-09-20 Thread John Paul Adrian Glaubitz
On 09/20/2016 11:16 PM, Niels Thykier wrote: >- powerpc: No porter (RM blocker) I'd be happy to pick up powerpc to keep it for Stretch. I'm already maintaining powerpcspe which is very similar to powerpc. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - gl

Re: The (uncalled for) toolchain maintainers roll call for stretch

2016-09-10 Thread John Paul Adrian Glaubitz
eady taking care of powerpcspe, so I think it would be a perfect fit. Let me know what needs to be done to make this happen! I don't want to see powerpc go too soon. Cheers, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin

Any ColdFire evaluation boards still available?

2016-08-17 Thread John Paul Adrian Glaubitz
powerful CPU [1]. Thanks, Adrian > [1] http://www.nxp.com/products/microcontrollers-and-processors/more-processors/coldfire-plus-coldfire-32-bit-mcus/coldfire-mpus/v4-mpu/mcf5485-evaluation-board:M5485EVB -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.

Bug#833817: kido: FTBFS on non-x86 architectures due to hard-wired compiler flags

2016-08-08 Thread John Paul Adrian Glaubitz
Full build log available in [1]. Thanks! Adrian > [1] > https://buildd.debian.org/status/fetch.php?pkg=kido=sparc64=0.1.0%2Bdfsg-1=1470693049 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de

Re: Seeking for porterbox

2016-08-01 Thread John Paul Adrian Glaubitz
u want to help, please look into improving it before it gets merged into qemu main. Adrian > [1] https://github.com/vivier/qemu-m68k/issues -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-

Re: Seeking for porterbox

2016-08-01 Thread John Paul Adrian Glaubitz
come around in the future. There are already machines like the MiST available [1] which are reasonably fast but don't support anything beyond a 020 without MMU yet, so I hope this is going to improve in the future. Adrian > [1] http://lotharek.pl/product.php?pid=96 -- .''`. John Paul Adrian Glaubitz

Re: Seeking for porterbox

2016-07-28 Thread John Paul Adrian Glaubitz
ian > [1] http://ftp.ports.debian.org/debian-ports-cd/hurd-i386/current/ -- .''`. 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: Seeking for porterbox

2016-07-27 Thread John Paul Adrian Glaubitz
ian ports architectures. Adrian > [1] https://db.debian.org/machines.cgi?host=exodar > [2] https://wiki.debian.org/M68k/sbuildQEMU > [3] https://wiki.debian.org/SH4/sbuildQEMU -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universit

Re: globus-ftp-client @ m68k

2016-07-25 Thread John Paul Adrian Glaubitz
t;> official buildds I don't know. >> >> But the testsuite actually passes without issues on qemu-m68k? > > Yes. I have increased the timeout to 60 minutes now and rescheduled a rebuild of all packages. Hopefully we'll catch more than just globus-ftp-client. Adrian -- .''

Re: globus-ftp-client @ m68k

2016-07-23 Thread John Paul Adrian Glaubitz
I don't know. But the testsuite actually passes without issues on qemu-m68k? If yes, I'm happy to raise the limit. Do you think 60 minutes will be ok? Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de

Re: globus-ftp-client @ m68k

2016-07-22 Thread John Paul Adrian Glaubitz
d is slow and not because qemu-m68k is locking up because of multithreading issues, I'm not going to raise the timeout. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8

Bug#830817: qtdeclarative-opensource-src: FTBFS on m68k due to mismatched symbols file

2016-07-11 Thread John Paul Adrian Glaubitz
source-src=m68k=5.6.1-4=1468140958 -- .''`. 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#828141: firebird2.5: Please add platform support for m68k

2016-06-29 Thread John Paul Adrian Glaubitz
file /usr/lib/m68k-linux-gnu/firebird/2.5/firebird.msg not found Adrian > [1] > https://buildd.debian.org/status/fetch.php?pkg=firebird2.5=m68k=2.5.5.26952.ds4-5=1467009792 > [2] > https://people.debian.org/~glaubitz/firebird2.5_2.5.5.26952.ds4-5_m68k.build -- .''`. John Pau

Re: Kernel for Atari Falcon

2016-06-27 Thread John Paul Adrian Glaubitz
build-dep linux 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#828141: firebird2.5: Please add platform support for m68k

2016-06-25 Thread John Paul Adrian Glaubitz
5=m68k=2.5.5.26952.ds4-5=1466358521 -- .''`. 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 Description: Add basic platform support fo

Re: [Stretch] Status for architecture qualification

2016-06-20 Thread John Paul Adrian Glaubitz
On 06/20/2016 04:15 PM, Lennart Sorensen wrote: > On Mon, Jun 20, 2016 at 04:11:32PM +0200, John Paul Adrian Glaubitz wrote: >> Well, we just did a full archive rebuild of "ppc64" to be able to >> support ppc64 on the e5500 cores by disabling AltiVec, didn't we

Re: [Stretch] Status for architecture qualification

2016-06-20 Thread John Paul Adrian Glaubitz
e yet. Well, we just did a full archive rebuild of "ppc64" to be able to support ppc64 on the e5500 cores by disabling AltiVec, didn't we? Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu

Re: [Stretch] Status for architecture qualification

2016-06-18 Thread John Paul Adrian Glaubitz
fix it and need help, just let me know :). 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#827270: ctpp2: FTBFS on m68k due to mismatched symbols file

2016-06-14 Thread John Paul Adrian Glaubitz
https://buildd.debian.org/status/fetch.php?pkg=ctpp2=m68k=2.8.3-17=1462634823 -- .''`. 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: [Stretch] Status for architecture qualification

2016-06-14 Thread John Paul Adrian Glaubitz
4 to Debian, we could rebuild the archive within a few weeks. We have one user who has two Sun T2 servers which are new-in-box (NIB), would those be ok to set up as machines for DSA? Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Univer

Re: [Stretch] Status for architecture qualification

2016-06-05 Thread John Paul Adrian Glaubitz
2154 glaubitz@wuiet:~$ The rest is arch:all: glaubitz@wuiet:~$ wanna-build -A all -d unstable --list=installed | wc -l 15672 glaubitz@wuiet:~$ Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `

Re: [Stretch] Status for architecture qualification

2016-06-05 Thread John Paul Adrian Glaubitz
Debian releases. Thanks, Adrian PS: If other Debian people are interested in joining our efforts to work on the sparc64 port or making a Debian port for the J-Core happen, I would be happy to provide access to porterboxes. -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub..

Re: Fwd: Re: Debian on mac68k

2016-06-04 Thread John Paul Adrian Glaubitz
On 06/04/2016 02:43 PM, John Paul Adrian Glaubitz wrote: > # ./debootstrap/deboostrap # ./debootstrap/deboostrap --second-stage I should take a break and go outside, jesus. Sorry! -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universit

Re: Fwd: Re: Debian on mac68k

2016-06-04 Thread John Paul Adrian Glaubitz
On 06/04/2016 02:38 PM, John Paul Adrian Glaubitz wrote: > Just omit all the sbuild parts, i.e. just run debootstrap with --foreign and > --arch=m68k, then copy qemu-m68k-static into the chroot and run the following > command after changing into the chroot: > > # ./debootstrap/d

Re: Fwd: Re: Debian on mac68k

2016-06-04 Thread John Paul Adrian Glaubitz
eed it like Atari, Amiga and 68040 Macs. Similarly, > CONFIG_MAC8390=y can be made modular as of v4.4. Good to know. Could you maybe file a bug report against src:linux in the Debian bug tracker? Ben Hutchings will happily incorporate the change, he is Debian's main kernel maintainer. 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: Fwd: Re: Debian on mac68k

2016-06-03 Thread John Paul Adrian Glaubitz
bootstrap and publish a more up-to-date root filesystem, > I suggest that /etc/resolv.conf and /etc/apt/sources.list should use > Google DNS and ftp.ports.debian.org respectively. Yeah, will do that later today. Was planning to do that anyway. Any wishes for additional, pre-ins

Re: Fwd: Re: Debian on mac68k

2016-05-30 Thread John Paul Adrian Glaubitz
problems with the initial startup but I wasn't sure since the exact same problem actually affects amiboot as well (large kernels need to be gunzipped before boot). Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berli

Re: Fwd: Re: Debian on mac68k

2016-05-30 Thread John Paul Adrian Glaubitz
en too long to say for sure. 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: Fwd: Re: Debian on mac68k

2016-05-30 Thread John Paul Adrian Glaubitz
I can't have a quick look. But I think I had the same issue, try searching the mailing list archives of this list. 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: Fwd: Re: Debian on mac68k

2016-05-30 Thread John Paul Adrian Glaubitz
t? I don't know when ADB support broke. I have an m68k Mac myself, but I normally run Linux on Amigas or virtual Ataris. On my Centris 650, ADB support is working fine with the 3.16 stock kernel in any case. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@deb

<    3   4   5   6   7   8   9   10   11   12   >