mbox series

[bug#62378,0/3] Update supported-systems.

Message ID 20230322124757.26651-1-code@greghogan.com
Headers show
Series Update supported-systems. | expand

Message

Greg Hogan March 22, 2023, 12:47 p.m. UTC
Greg Hogan (3):
  gnu: b2sum: Limit to x86_64-linux.
  gnu: tokyocabinet: Limit to x86_64-linux and i686-linux.
  gnu: libx86emu: Limit to x86_64-linux and i686-linux.

 gnu/packages/crypto.scm         | 2 ++
 gnu/packages/databases.scm      | 2 ++
 gnu/packages/virtualization.scm | 2 ++
 3 files changed, 6 insertions(+)

Comments

Christopher Baines March 24, 2023, 2:47 p.m. UTC | #1
Greg Hogan <code@greghogan.com> writes:

> Greg Hogan (3):
>   gnu: b2sum: Limit to x86_64-linux.
>   gnu: tokyocabinet: Limit to x86_64-linux and i686-linux.
>   gnu: libx86emu: Limit to x86_64-linux and i686-linux.

Hi Greg,

Thanks for these patches.

I've pushed the b2sum one to master as
e0cb344b18034bfb41905c627d2b3b9dbf2e65fb.

I held back on the other two since they seem to successfully build on
systems beyond the ones you've specified. I was checking the builds
using data.guix.gnu.org.

Thanks,

Chris
Greg Hogan May 11, 2023, 8:20 p.m. UTC | #2
On Fri, Mar 24, 2023 at 10:49 AM Christopher Baines <mail@cbaines.net> wrote:
>
> Greg Hogan <code@greghogan.com> writes:
>
> > Greg Hogan (3):
> >   gnu: b2sum: Limit to x86_64-linux.
> >   gnu: tokyocabinet: Limit to x86_64-linux and i686-linux.
> >   gnu: libx86emu: Limit to x86_64-linux and i686-linux.
>
> Hi Greg,
>
> Thanks for these patches.
>
> I've pushed the b2sum one to master as
> e0cb344b18034bfb41905c627d2b3b9dbf2e65fb.
>
> I held back on the other two since they seem to successfully build on
> systems beyond the ones you've specified. I was checking the builds
> using data.guix.gnu.org.

I see that Debian has these two packages available for additional
architectures, but within Guix tokyocabinet fails with "gcc: error:
unrecognized command-line option ‘-minline-all-stringops’" on both
powerpc64le-linux (https://ci.guix.gnu.org/build/13653/details) and
aarch64-linux (https://ci.guix.gnu.org/build/49140/details). That
option looks to be x86 online
(https://gcc.gnu.org/onlinedocs/gcc-12.3.0/gcc/x86-Function-Attributes.html).
I don't see anything apropos in the list of Debian patches
(https://packages.debian.org/bullseye/tokyocabinet-bin).