Re: Bug#1069498: libx86emu: FTBFS on armhf: mem.c:581:12: error: implicit declaration of function ‘inb’; did you mean ‘ins’? [-Werror=implicit-function-declaration]

2024-06-11 Thread Guillem Jover
Control: tag -1 patch [ CCing debian-arm list to loop them into the porting issue. ] Hi! On Fri, 2024-06-07 at 14:42:18 +0200, Guillem Jover wrote: > On Sat, 2024-04-20 at 14:56:40 +0200, Lucas Nussbaum wrote: > > Source: libx86emu > > Version: 3.5-1 > > Severity: seri

Re: Really enable -fstack-clash-protection on armhf/armel?

2023-11-23 Thread Guillem Jover
Hi! On Thu, 2023-11-23 at 10:45:33 +0100, Matthias Klose wrote: > it looks like enabling this flag on armel/armhf is a little bit premature. > > Apparently it's not completely supported upstream, and might cause > regressions, according to > https://bugzilla.redhat.com/show_bug.cgi?id=1522678 I

Re: Removing dpkg arch definition for arm64ilp32?

2023-11-12 Thread Guillem Jover
On Sat, 2023-11-11 at 23:52:21 +, Steve McIntyre wrote: > On Sat, Nov 11, 2023 at 08:36:16PM +, Wookey wrote: > >It was being used internally/developmentally for a while (at CISCO) > >but, as you observe, only with large kernel and toolchain > >patches. Various groups dragged their feet on

Removing dpkg arch definition for arm64ilp32?

2023-11-11 Thread Guillem Jover
Hi! On Fri, 2023-10-27 at 20:17:21 -0400, Lennart Sorensen wrote: > On Fri, Oct 27, 2023 at 02:29:30PM +0100, Steve McIntyre wrote: > > Are either of those ports (armeb/arm64ilp32) actually useful / alive > > at this point? > > Not that I have seen. I didn't think anything other than the IXP

Re: Bug#1054583: dpkg-dev: really enable -fstack-clash-protection on armhf/armel

2023-10-26 Thread Guillem Jover
Hi! On Thu, 2023-10-26 at 12:55:32 +0200, Guillem Jover wrote: > On Thu, 2023-10-26 at 11:40:53 +0200, Emanuele Rocca wrote: > > Package: dpkg-dev > > Version: 1.22.0 > > Severity: normal > > -fstack-clash-protection is supposed to be enabled by default on amd64,

Re: Enabling -fstack-clash-protection for trixie

2023-08-27 Thread Guillem Jover
Hi! On Sun, 2023-08-06 at 23:25:23 +0200, Moritz Mühlenhoff wrote: > Following the procedure to modify default dpkg-buildflags I propose to > enable -fstack-clash-protection on amd64. The bug for dpkg tracking this > is #918914. > > | -fstack-clash-protection > | Generate code to prevent stack

Re: Status of dpkg-shlibdeps tracking ARM object linkage ABI mismatches

2023-06-27 Thread Guillem Jover
; nbc > pasdoc > tomboy-ng […] > view3dscene > winff-gtk2 > winff-qt Hmm I guess these are going to be problematic for dpkg-shlibdeps when trying to analyze these objects against the shared libraries they link against. On Tue, 2023-06-27 at 15:16:22 +0200, Emanuele Rocca wrote: >

Re: Status of dpkg-shlibdeps tracking ARM object linkage ABI mismatches

2023-06-15 Thread Guillem Jover
Hi! On Thu, 2023-06-15 at 14:56:21 +0200, Emanuele Rocca wrote: > On 2023-04-27 11:27, Guillem Jover wrote: > > I was recently working on the Dpkg::Shlibs::Objdump module code > > related to ELF and ABI tracking, and when seeing the ARM handling > > missing there, recalled t

Re: Status of dpkg-shlibdeps tracking ARM object linkage ABI mismatches

2023-05-05 Thread Guillem Jover
Hi! On Wed, 2023-05-03 at 23:16:16 +0100, Wookey wrote: > On 2023-05-03 21:50 +0100, Steve McIntyre wrote: > > If we're still seeing > > issues in packages today, then maybe we might find some help from > > Wookey or Emmanuel (who should both be reading this list!). > > I am, and have noticed

Status of dpkg-shlibdeps tracking ARM object linkage ABI mismatches

2023-04-27 Thread Guillem Jover
Hi Steve! I was recently working on the Dpkg::Shlibs::Objdump module code related to ELF and ABI tracking, and when seeing the ARM handling missing there, recalled the issues we saw some time ago with ARM when I tried to make that tracking more strict, which had to be reverted due to issues with

Re: Y2038 - best way forward in Debian?

2020-02-04 Thread Guillem Jover
Hi! On Tue, 2020-02-04 at 13:14:10 +, Steve McIntyre wrote: > The glibc folks have taken an interesting approach. > > * 64-bit ABIs/architectures are already using 64-bit time_t >throughout. The design is sane and so we should already be mostly >safe here, modulo silly code bugs

Re: Bug#853793: dpkg: ABI mismatch detector is too strict on armel/armhf

2017-02-01 Thread Guillem Jover
On Wed, 2017-02-01 at 15:34:04 +, Steve McIntyre wrote: > On Wed, Feb 01, 2017 at 05:08:50AM +0100, Guillem Jover wrote: > >On Tue, 2017-01-31 at 22:44:36 +, James Cowgill wrote: > >> > >> Here libgsm.so has neither HARD or SOFT flags set. Also, asking gcc to &g

Re: Bug#853793: dpkg: ABI mismatch detector is too strict on armel/armhf

2017-01-31 Thread Guillem Jover
Hi! On Tue, 2017-01-31 at 22:44:36 +, James Cowgill wrote: > Package: dpkg > Version: 1.18.21 > Severity: serious > X-Debbugs-CC: debian-arm@lists.debian.org > [Disclaimer: I'm not an ARM porter and I don't really know much about > the ARM psABI] > > The new ABI mismatch detector seems to

[RFC] The PIE unholy mess

2017-01-17 Thread Guillem Jover
Hi! I'd like to get some feedback from porters and package maintainers, given that this affects at least both groups. Some background first. One of the reasons PIE has in the past not been enabled by default in dpkg-buildflags, is because it introduced some slowness on some arches, although this

Re: Bug#845193: dpkg: recent -specs PIE changes break openssl

2016-11-24 Thread Guillem Jover
Hi! On Thu, 2016-11-24 at 14:52:33 +, Thorsten Glaser wrote: > clone 845193 -1 > reassign -1 dpkg > retitle -1 dpkg: please do not add -specs= flags only on some architectures > thanks I'm afraid I'll have to wontfix this because it is not really implementable. See below… :/ >

Re: Porter roll call for Debian Stretch

2016-08-21 Thread Guillem Jover
Hi! On Sun, 2016-08-21 at 08:22:09 +0200, Niels Thykier wrote: > Kurt Roeckx: > > On Wed, Aug 17, 2016 at 10:05:06PM +0200, ni...@thykier.net wrote: > >> * If we were to enable -fPIE/-pie by default in GCC-6, should that change > >>also apply to this port? [0] > > > > If -fPIE is the

Re: Bug#623747: svgalib: FTBS on armel

2011-05-04 Thread Guillem Jover
On Wed, 2011-05-04 at 06:47:20 +0200, Guillem Jover wrote: I've implemented a different change, but it should also fix the issue at hand. I'll be requesting an update to the P-a-s entries. The new svgalib is now in the archive, and I've requested the P-a-s update in bug 625680. thanks, guillem

Re: Bug#623747: svgalib: FTBS on armel

2011-05-03 Thread Guillem Jover
Hi! On Wed, 2011-05-04 at 02:01:18 +0100, peter green wrote: I see two ways of fixing the uninstallability. 1: apply the patch the submitter of this bug supplied and change packages-arch-specific allow the buildds to build svgalib on armel (and possiblly other architectures). I've

Re: Bug#594179: dpkg armhf patch acceptance status?

2011-02-20 Thread Guillem Jover
[ Sorry for entangling the armhf bug with the i386 stuff, subsequent replies should probably remove debian-arm and the bug report from them. ] On Fri, 2011-02-18 at 13:30:19 +0100, Matthias Klose wrote: On 18.02.2011 11:13, Guillem Jover wrote: [ CCing Matthias, as I'd like your opinion

Re: Bug#594179: dpkg armhf patch acceptance status?

2011-02-18 Thread Guillem Jover
think I particularly care much, it would need to be prefixed arm-linux-gnueabi though so that the matches work transparently. Beware, both patches completely untested! On Wed, Sep 08, 2010, Guillem Jover wrote: We currently need something like this in dpkg-dev because the mappings need

Re: dpkg armhf patch acceptance status?

2010-09-08 Thread Guillem Jover
Hi! [ I'm leaving for two days, and running out the door just right now, so this mail is a bit rushed, and might contain inaccuracies and repetition due to lack of proper review, sorry about that, I'll try to clarify anything unclear once I get back. ] On Tue, 2010-09-07 at 14:01:37 +0300,

Re: armelfp: new architecture name for an armel variant

2010-07-08 Thread Guillem Jover
Hi! On Tue, 2010-07-06 at 21:07:10 +0300, Konstantinos Margaritis wrote: On Tuesday 06 July 2010 20:45:33 Paul Brook wrote: Debian is pure soft-float (i.e. -mfloat-abi=soft). Right, all the more reason for a new flavour then :) Actually, this only seems to me to indicate the option that

Re: firefox(iceweseal), firebird(icedove), openoffice

2007-12-19 Thread Guillem Jover
Hi, On Wed, 2007-12-19 at 13:30:10 +, Martin Guy wrote: 2007/12/19, Sergey Smirnov [EMAIL PROTECTED]: Do anybody have any of this program working with Debian armel? Yes, they are all in the repo, but you cannot currently install them from ftp.debian-ports.org until the armel version of

Re: packages with different build-depends on arm than armel

2007-12-08 Thread Guillem Jover
Hi, On Fri, 2007-12-07 at 17:25:05 -0500, Joey Hess wrote: This is a list of packages that build-depend/conflict with something on arm, but not on armel. I've fltered out obvious cases where arm and armel are meant to differ, but haven't investigated everything thuroughly. Most of these are

Re: gnuab.org unreleased analysis

2007-09-13 Thread Guillem Jover
Hi, On Mon, 2007-09-10 at 18:32:37 -0400, Joey Hess wrote: The following packages in unreleased have older versions than unstable and the new versions don't have the armel patch applied. I filed bugs on several of these since the patch wasn't in the BTS. We probably should update the versions

Re: armel debian-installer using gnuab repo

2007-08-08 Thread Guillem Jover
On Wed, 2007-08-08 at 11:16:26 -0700, Joey Hess wrote: Riku Voipio wrote: I fixed the libpam-modules issue, but I don't know why d-i wants to install modutils. Since armel never supported linux 2.4 we really shouldn't have it in armel repo for the first place. I don't see any modutils

Reestructuration of armel and kfreebsd-any repos at GNUAB

2007-07-20 Thread Guillem Jover
Hi, The kfreebsd-i386, kfreebsd-amd64 and armel repos at GNUAB now carry the pure arch:all packages mirrored from the main archive. The previously needed sources.list deb line hack[0] is not anymore. This will also make it easier to work on D-I and stop bothering users about unathenticated

Re: Debian Armel ARM Port

2007-07-02 Thread Guillem Jover
Hi, On Fri, 2007-06-15 at 10:26:51 +0900, Mohan wrote: I tried debootstrap/cdebootstrap from the other mirrors (?) like http://ftp.gnuab.org/debian http://ftp.de.debian.org/debian-kfreebsd http://www.gtlib.gatech.edu/pub/gnuab/debian But was somehow not able to do it. Those are not

Re: arm eabi port, patches

2007-02-26 Thread Guillem Jover
On Mon, 2007-02-26 at 23:07:28 +, Wookey wrote: On 2007-02-22 18:47 +0200, Guillem Jover wrote: Well spotted. That is indeed the offending bit. dpkg-architecture now seems to give the right answers. Perfect! That has revealed that dpkg-cross needed armel support, which I've done

Re: dpkg-cross, dpkg-architecture and arch names

2007-02-26 Thread Guillem Jover
[ Please use my debian address as I prefer to use that hat for dpkg stuff. ] Hi, On Tue, 2007-02-27 at 00:03:30 +, Wookey wrote: I noticed that dpkg-cross didn't automatically recognise armel when provided with an updated dpkg-architecture. This is because it has its own table of

Re: arm eabi port, patches

2007-02-22 Thread Guillem Jover
Hi, On Thu, 2007-02-22 at 15:33:35 +, ext Wookey wrote: On 2007-02-14 04:00 +, Wookey wrote: On 2007-01-10 23:06 +0200, Guillem Jover wrote: The first candidate is dpkg. Guillem Jover's patch available here: http://lists.debian.org/debian-embedded/2006/05/msg00032

Re: arm eabi port available

2007-01-19 Thread Guillem Jover
On Mon, 2007-01-15 at 12:57:38 +0100, Lennert Buytenhek wrote: On Fri, Jan 12, 2007 at 02:01:27AM +0100, Lennert Buytenhek wrote: [ list of patches needed ] I just took the time the other day to check some of the patches I produced some time ago for the N770 and file bug reports where relevant,

Re: arm eabi port, patches

2007-01-10 Thread Guillem Jover
Hi, On Wed, 2007-01-10 at 17:11:23 +0100, Lennert Buytenhek wrote: More and more VFP-supporting CPUs are coming out lately, and it would be nice to be able to use VFP on them in a sane way. The existing Debian EABI efforts have been taking a while, so November 24 last year I started working

Re: Debian EABI arm port name: armel

2006-04-24 Thread Guillem Jover
[ Resending as the initial mail on the 22th seems to have been lost or stuck somewhere. ] Hi, I'll reply here to the whole thread. Even if the tone of this mail was not encouraging to do so. On Thu, 2006-04-20 at 11:03:35 +0200, Martin Guy wrote: Lennert at least didn't see any problem in

Debian EABI arm port name: armel

2006-04-14 Thread Guillem Jover
Hi, A few of us are at the Debian Embedded sessions in Extremadura. We have talked about the new arch name and have reached consensus on armel, which matches the naming convention used in other arch names in Debian like mipsel, and with the counterpart armeb. One of the main concerns was the

Deciding new arm EABI port name

2006-03-29 Thread Guillem Jover
Hi, At Nokia for the next 770 software update we are switching to EABI. And using the same Debian arch name w/o changing lib names will make it binary incompatible with Debian, which I'd hate to see. Thus even if there's no plan for an upgrade path yet (although multi arch could be the solution),