You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package graphene fails to build from source with the following error:
using /tmp/apko-temp-1340942338/apko-x86_64.tar.gz for image layer
ImgRef = /tmp/melange-guest-1352237788
running step "fetch"
--2025-01-02 06:59:54-- https://github.com/ebassi/graphene/archive/1.10.8/graphene-1.10.8.tar.gz
Resolving github.com... 140.82.114.3
Connecting to github.com|140.82.114.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/ebassi/graphene/tar.gz/refs/tags/1.10.8 [following]
--2025-01-02 06:59:55-- https://codeload.github.com/ebassi/graphene/tar.gz/refs/tags/1.10.8
Resolving codeload.github.com... 140.82.113.10
Connecting to codeload.github.com|140.82.113.10|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: 'graphene-1.10.8.tar.gz'
0K .......... .......... .......... .......... .......... 677K
50K .......... .......... .......... .......... .......... 58.1M
100K .......... .......... .......... .......... .......... 1.99M
150K .......... .......... .... 56.1M=0.1s
2025-01-02 06:59:55 (1.71 MB/s) - 'graphene-1.10.8.tar.gz' saved [178557]
fetch: Expected sha256: 922dc109d2dc5dc56617a29bd716c79dd84db31721a8493a13a5f79109a4a4ed
The Meson build system
Version: 1.6.1
Source dir: /home/build
Build dir: /home/build/output
Build type: native build
Project name: graphene
Project version: 1.10.8
C compiler for the host machine: cc (gcc 14.2.0 "cc (Wolfi 14.2.0-r7) 14.2.0")
C linker for the host machine: cc ld.bfd 2.43.1
Host machine cpu family: x86_64
Host machine cpu: x86_64
Compiler for C supports arguments -ffast-math: YES
Compiler for C supports arguments -fstrict-aliasing: YES
Compiler for C supports arguments -Wpointer-arith: YES
Compiler for C supports arguments -Wstrict-prototypes: YES
Compiler for C supports arguments -Wnested-externs: YES
Compiler for C supports arguments -Wold-style-definition: YES
Compiler for C supports arguments -Wunused: YES
Compiler for C supports arguments -Wmissing-noreturn: YES
Compiler for C supports arguments -Wmissing-format-attribute: YES
Compiler for C supports arguments -Wlogical-op: YES
Compiler for C supports arguments -Wcast-align: YES
Compiler for C supports arguments -Wno-unused-local-typedefs: YES
Compiler for C supports arguments -Werror=float-conversion: YES
Compiler for C supports arguments -Werror=float-equal: YES
Compiler for C supports arguments -Werror=redundant-decls: YES
Compiler for C supports arguments -Werror=missing-prototypes: YES
Compiler for C supports arguments -Werror=missing-declarations: YES
Compiler for C supports arguments -Werror=format=2: YES
Compiler for C supports arguments -Werror=uninitialized: YES
Compiler for C supports arguments -Werror=shadow: YES
Compiler for C supports arguments -Werror=implicit: YES
Compiler for C supports arguments -Werror=init-self: YES
Compiler for C supports arguments -Werror=main: YES
Compiler for C supports arguments -Werror=missing-braces: YES
Compiler for C supports arguments -Werror=return-type: YES
Compiler for C supports arguments -Werror=array-bounds: YES
Compiler for C supports arguments -Werror=write-strings: YES
Compiler for C supports arguments -Werror=undef: YES
Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES
Compiler for C supports link arguments -Wl,-z,relro: YES
Compiler for C supports link arguments -Wl,-z,now: YES
Library m found: YES
Run-time dependency threads found: YES
Has header "stdlib.h" : YES
Has header "stdint.h" : YES
Has header "stdbool.h" : YES
Has header "memory.h" : YES
Has header "pthread.h" with dependency threads: YES
Checking for function "memalign" : YES
meson.build:159: DEPRECATION: configuration_data.set10 with number. The `set10` method should only be used with booleans
Checking for function "sincosf" with dependency -lm: YES
Checking for function "isinff" with dependency -lm: YES
Checking for function "isnanf" with dependency -lm: YES
Message: Enabling various debug infrastructure
Found pkg-config: YES (/usr/bin/pkg-config) 2.3.0
Run-time dependency gobject-2.0 found: YES 2.83.2
Program g-ir-scanner found: YES (/usr/bin/g-ir-scanner)
Checking if "IEEE 754 floating-point division" runs: YES
Checking if "SSE intrinsics" compiles: YES
Checking if "GCC vector intrinsics" compiles: YES
Checking if "ARM NEON intrinsics" compiles: NO
Configuring graphene-config.h using configuration
Configuring graphene-version.h using configuration
Configuring config.h using configuration
Program python3 found: NO
src/meson.build:100:18: ERROR: python3 not found
A full log can be found at /home/build/output/meson-logs/meson-log.txt
WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
deleting guest dir /tmp/melange-guest-218238082
deleting workspace dir /tmp/melange-workspace-3483994226
removing image path /tmp/melange-guest-1352237788
failed to build package: unable to run package graphene pipeline: unable to run pipeline: exit status 1
The text was updated successfully, but these errors were encountered:
The package graphene fails to build from source with the following error:
The text was updated successfully, but these errors were encountered: