colord-minimal fails to build for target aarch64-linux-gnu

  • Open
  • quality assurance status badge
Details
One participant
  • Lars Rustand
Owner
unassigned
Submitted by
Lars Rustand
Severity
normal

Debbugs page

Lars Rustand wrote 1 years ago
(address . bug-guix@gnu.org)
87msszcf1o.fsf@yoga.mail-host-address-is-not-set
I was trying to build gtk+ like this:

```
guix build gtk+ --target=aarch64-linux-gnu --no-grafts
```

and got the following error:

Toggle snippet (18 lines)
Configuring cd-version.h using configuration
Run-time dependency gobject-introspection-1.0 found: YES 1.72.0
Did not find pkg-config by name 'pkg-config'
Found Pkg-config: NO
Did not find CMake 'cmake'
Found CMake: NO
Build-time dependency gobject-introspection-1.0 found: NO (tried pkgconfig and cmake)
Program g-ir-scanner found: NO

../colord-1.4.6/lib/colord/meson.build:150:28: ERROR: Program 'g-ir-scanner' not found or not executable

A full log can be found at /tmp/guix-build-colord-minimal-1.4.6.drv-0/build/meson-logs/meson-log.txt
error: in phase 'configure': uncaught exception:
%exception #<&invoke-error program: "meson" arguments: ("setup" "--prefix=/gnu/store/ad8yj1448jvibzr6b0x0gpnyn69vq5fc-colord-minimal-1.4.6" "--buildtype=debugoptimized" "-Dc_link_args=-Wl,-rpath=/gnu/store/ad8yj1448jvibzr6b0x0gpnyn69vq5fc-colord-minimal-1.4.6/lib" "-Dcpp_link_args=-Wl,-rpath=/gnu/store/ad8yj1448jvibzr6b0x0gpnyn69vq5fc-colord-minimal-1.4.6/lib" "--cross-file" "/gnu/store/24v58cicnclnpwwv42pcpc9z53x1938k-cross-file" "-Dargyllcms_sensor=false" "-Dbash_completion=false" "-Ddaemon_user=colord" "-Ddocs=false" "-Dlocalstatedir=/var" "-Dman=false" "-Dsystemd=false" "/tmp/guix-build-colord-minimal-1.4.6.drv-0/colord-1.4.6") exit-status: 1 term-signal: #f stop-signal: #f>
phase `configure' failed after 1.3 seconds
command "meson" "setup" "--prefix=/gnu/store/ad8yj1448jvibzr6b0x0gpnyn69vq5fc-colord-minimal-1.4.6" "--buildtype=debugoptimized" "-Dc_link_args=-Wl,-rpath=/gnu/store/ad8yj1448jvibzr6b0x0gpnyn69vq5fc-colord-minimal-1.4.6/lib" "-Dcpp_link_args=-Wl,-rpath=/gnu/store/ad8yj1448jvibzr6b0x0gpnyn69vq5fc-colord-minimal-1.4.6/lib" "--cross-file" "/gnu/store/24v58cicnclnpwwv42pcpc9z53x1938k-cross-file" "-Dargyllcms_sensor=false" "-Dbash_completion=false" "-Ddaemon_user=colord" "-Ddocs=false" "-Dlocalstatedir=/var" "-Dman=false" "-Dsystemd=false" "/tmp/guix-build-colord-minimal-1.4.6.drv-0/colord-1.4.6" failed with status 1
builder for `/gnu/store/b5af25h1p5f12h3sbsp2jz4daajl6135-colord-minimal-1.4.6.drv' failed with exit code 1
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 68626@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68626
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help