Bug 45583 - openssl1.1: не собирается на LoongArch
Summary: openssl1.1: не собирается на LoongArch
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: openssl1.1 (show other bugs)
Version: unstable
Hardware: all Linux
: P5 normal
Assignee: Gleb F-Malinovskiy
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks: 45802
  Show dependency tree
 
Reported: 2023-03-19 07:48 MSK by Alexey Sheplyakov
Modified: 2023-05-15 19:50 MSK (History)
5 users (show)

See Also:


Attachments
патч для spec (360 bytes, patch)
2023-03-19 07:48 MSK, Alexey Sheplyakov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Sheplyakov 2023-03-19 07:48:36 MSK
Created attachment 12762 [details]
патч для spec

Executing(%build): /bin/sh -e /tmp/rpm-tmp.ONOL2d
+ umask 022
+ /bin/mkdir -p /home/loongson/RPM/BUILD
+ cd /home/loongson/RPM/BUILD
+ cd openssl-1.1.1t
+ ADD_ARGS=linux-loongarch64
+ echo 'extern __uint128_t i;'
+ gcc -O2 -g -Werror -c -o/dev/null -xc -
+ ADD_ARGS='enable-ec_nistp_64_gcc_128 linux-loongarch64'
+ ./Configure shared --prefix=/usr --libdir=lib64 --openssldir=/var/lib/ssl --system-ciphers-file=/etc/openssl/cipher-list.conf enable-egd enable-
md2 enable-rfc3779 enable-ssl3 zlib enable-ec_nistp_64_gcc_128 linux-loongarch64 -O2 -g -fno-strict-aliasing -Wa,--noexecstack
Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[no-]threads] [[no-]shared] [[
no-]zlib|zlib-dynamic] [no-asm] [no-egd] [sctp] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] [--system-ciphers-file=SYSTEMCIPHERFILE] [--with-xx
x[=vvv]] [--config=FILE] os/compiler[:flags]

pick os/compiler from:
BS2000-OSD BSD-aarch64 BSD-generic32 BSD-generic64 BSD-ia64 BSD-riscv64 
BSD-sparc64 BSD-sparcv8 BSD-x86 BSD-x86-elf BSD-x86_64 Cygwin Cygwin-i386 
Cygwin-i486 Cygwin-i586 Cygwin-i686 Cygwin-x86 Cygwin-x86_64 DJGPP MPE/iX-gcc 
UEFI UWIN VC-CE VC-WIN32 VC-WIN32-ARM VC-WIN32-ONECORE VC-WIN64-ARM VC-WIN64A 
VC-WIN64A-ONECORE VC-WIN64A-masm VC-WIN64I aix-cc aix-gcc aix64-cc aix64-gcc 
android-arm android-arm64 android-armeabi android-mips android-mips64 
android-x86 android-x86_64 android64 android64-aarch64 android64-mips64 
android64-x86_64 bsdi-elf-gcc cc darwin-i386-cc darwin-ppc-cc 
darwin64-arm64-cc darwin64-ppc-cc darwin64-x86_64-cc gcc haiku-x86 
haiku-x86_64 hpux-ia64-cc hpux-ia64-gcc hpux-parisc-cc hpux-parisc-gcc 
hpux-parisc1_1-cc hpux-parisc1_1-gcc hpux64-ia64-cc hpux64-ia64-gcc 
hpux64-parisc2-cc hpux64-parisc2-gcc hurd-x86 ios-cross ios-xcrun ios64-cross 
ios64-xcrun iossimulator-xcrun iphoneos-cross irix-mips3-cc irix-mips3-gcc 
irix64-mips4-cc irix64-mips4-gcc linux-aarch64 linux-alpha-gcc linux-aout 
linux-arm64ilp32 linux-armv4 linux-c64xplus linux-elf linux-generic32 
linux-generic64 linux-ia64 linux-mips32 linux-mips64 linux-ppc linux-ppc64 
linux-ppc64le linux-sparcv8 linux-sparcv9 linux-x32 linux-x86 linux-x86-clang 
linux-x86_64 linux-x86_64-clang linux32-s390x linux64-loongarch64 
linux64-mips64 linux64-riscv64 linux64-s390x linux64-sparcv9 mingw mingw64 
nextstep nextstep3.3 sco5-cc sco5-gcc solaris-sparcv7-cc solaris-sparcv7-gcc 
solaris-sparcv8-cc solaris-sparcv8-gcc solaris-sparcv9-cc solaris-sparcv9-gcc 
solaris-x86-gcc solaris64-sparcv9-cc solaris64-sparcv9-gcc solaris64-x86_64-cc 
solaris64-x86_64-gcc tru64-alpha-cc tru64-alpha-gcc uClinux-dist 
uClinux-dist64 unixware-2.0 unixware-2.1 unixware-7 unixware-7-gcc vms-alpha 
vms-alpha-p32 vms-alpha-p64 vms-ia64 vms-ia64-p32 vms-ia64-p64 vos-gcc 
vxworks-mips vxworks-ppc405 vxworks-ppc60x vxworks-ppc750 vxworks-ppc750-debug 
vxworks-ppc860 vxworks-ppcgen vxworks-simlinux 

NOTE: If in doubt, on Unix-ish systems use './config'.
Configuring OpenSSL version 1.1.1t (0x1010114fL) for linux-loongarch64
Using os-specific seed configuration
error: Bad exit status from /tmp/rpm-tmp.ONOL2d (%build)
Comment 1 Repository Robot 2023-05-15 19:50:25 MSK
openssl1.1-1.1.1t-alt2 -> sisyphus:

 Mon May 15 2023 Gleb F-Malinovskiy <glebfm@altlinux> 1.1.1t-alt2
 - Updated from upstream OpenSSL_1_1_1-stable branch (fixes CVE-2023-0464,
   CVE-2023-0465, CVE-2023-0466).
 - spec: Added support for loongarch64 architecture (ALT#45583)
   (thx Alexey Sheplyakov).