[Bug 2039968] Re: pycryptodome: Baseline violation on i386 and test FTBFS on !x86
Benjamin Drung
2039968 at bugs.launchpad.net
Fri Oct 20 12:54:09 UTC 2023
The ssse3 and aes build options can be disabled by calling cmake with
`-DSSE=OFF -DAESNI=OFF`, but `-mstackrealign` is hardcoded.
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to pycryptodome in Ubuntu.
https://bugs.launchpad.net/bugs/2039968
Title:
pycryptodome: Baseline violation on i386 and test FTBFS on !x86
Status in pycryptodome package in Ubuntu:
New
Status in pycryptodome package in Debian:
New
Bug description:
pycryptodome 3.18.0+dfsg1-1 fails to build on non-x86 architectures:
```
make[4]: Entering directory '/<<PKGBUILDDIR>>/src/test'
[ 1%] Building C object CMakeFiles/mont.dir/<<PKGBUILDDIR>>/src/mont.c.o
cc: error: unrecognized command-line option ‘-mssse3’
cc: error: unrecognized command-line option ‘-mpclmul’
cc: error: unrecognized command-line option ‘-maes’
make[4]: *** [CMakeFiles/mont.dir/build.make:76: CMakeFiles/mont.dir/<<PKGBUILDDIR>>/src/mont.c.o] Error 1
```
Full log: https://launchpadlibrarian.net/683921965/buildlog_ubuntu-
mantic-arm64.pycryptodome_3.18.0+dfsg1-1_BUILDING.txt.gz
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pycryptodome/+bug/2039968/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list