emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50086: closed ([PATCH 0/2] Update config.guess and config.sub for po


From: GNU bug Tracking System
Subject: bug#50086: closed ([PATCH 0/2] Update config.guess and config.sub for powerpc64le)
Date: Thu, 19 Aug 2021 15:05:02 +0000

Your message dated Thu, 19 Aug 2021 17:04:50 +0200
with message-id <871r6pear1.fsf@gnu.org>
and subject line Re: bug#50086: [PATCH 0/2] Update config.guess and config.sub 
for powerpc64le
has caused the debbugs.gnu.org bug report #50086,
regarding [PATCH 0/2] Update config.guess and config.sub for powerpc64le
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
50086: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50086
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/2] Update config.guess and config.sub for powerpc64le Date: Tue, 17 Aug 2021 01:50:03 -0300
Hello,

These two packages have very old configure scripts, and therefore don’t
know about newer architectures such as aarch64, mips64el and
powerpc64le. For the former two architectures, the packages have been
changed to explicitly set the host system to work around this problem.

A more complete solution – which works for all architectures and
should in principle also allow cross-compiling – is to simply update
the ‘config.guess’ and ‘config.sub’ scripts from their canonical
source: the ‘config’ package.

I was able to verify that with these changes, the package builds on
powerpc64le-linux but I wasn’t able to test aarch64-linux nor
mips64el-linux.

Thanks,
Thiago

Thiago Jung Bauermann (2):
  gnu: pth: Update ‘config.guess’ and ‘config.sub’
  gnu: aalib: Update ‘config.guess’ and ‘config.sub’

 gnu/packages/pth.scm   | 21 +++++++++++++++------
 gnu/packages/video.scm | 23 +++++++++++------------
 2 files changed, 26 insertions(+), 18 deletions(-)




--- End Message ---
--- Begin Message --- Subject: Re: bug#50086: [PATCH 0/2] Update config.guess and config.sub for powerpc64le Date: Thu, 19 Aug 2021 17:04:50 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello Thiago,

> These two packages have very old configure scripts, and therefore don’t
> know about newer architectures such as aarch64, mips64el and
> powerpc64le. For the former two architectures, the packages have been
> changed to explicitly set the host system to work around this problem.

Looks nice, I pushed the patchset on core-update-frozen.

Thanks,

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]