Coder Social home page Coder Social logo

colord's People

Contributors

aaronp24 avatar abustany avatar cgwalters avatar dantti avatar dottedmag avatar ebassi avatar elho avatar heftig avatar hughsie avatar jtojnar avatar lantw44 avatar lebedevri avatar lnussel avatar moben avatar nekopsykose avatar nemequ avatar olesalscheider avatar pabs3 avatar piotrdrag avatar pmjdebruijn avatar prahal avatar prokoudine avatar pwithnall avatar raof avatar rossburton avatar soapux avatar thesamesam avatar twaugh avatar vuntz avatar wjt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

colord's Issues

Remove dependency on docbook

Docbook doesn't seem to be a well maintained software:

Furthermore the relation between all these projects and forks and relaunchs seem unclear and uncoordinated.

colord checks the return code of the command xsltproc --nonet http://docbook.sourceforge.net/release/xsl-ns/current/manpages/docbook.xsl which causes the build to fail if it doesn't return with 0. The file can easily be provided on popular OS by installing a system package (like docbook-xsl-ns on Ubuntu 19.04), however building from source is close to impossible due to the chaotic situation sketched above.

Maybe there's a change to migrate to a better maintained documentation build tool.

Colord not detecting monitors with same EDID

I have three monitors of the same model but from different manufacturing runs, two have the same EDID (by hash) and one has a different one. None of them provide a serial number in the EDID and all of them identify as the exact same model in the EDID. Only one monitor shows up in colord, the others are not visible. This makes it impossible to use a calibration profile on all monitors since colord is the only working color calibration system on Wayland (I used displaycal on X, but X is rather unstable here).

System info:
Gnome 3.26
Colord 1.3.3-2
Wayland on nouveau DRM

let http://colord.hughsie.com/ redirect to HTTPS https://www.freedesktop.org/software/colord/

Please change the redirect location for http://colord.hughsie.com/ to https://www.freedesktop.org/software/colord/.

$ curl -I http://colord.hughsie.com/
HTTP/1.1 301 Moved Permanently
Date: Mon, 18 Dec 2017 09:23:47 GMT
Server: Apache
Location: http://www.freedesktop.org/software/colord/
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=iso-8859-1

$ curl -I http://www.freedesktop.org/software/colord/
HTTP/1.1 302 Found
Date: Mon, 18 Dec 2017 09:23:58 GMT
Server: Apache/2.4.10 (Debian)
Location: https://www.freedesktop.org/software/colord/
Content-Type: text/html; charset=iso-8859-1

If the certificate for colord.hughsie.com was fixed, that’d be great.

$ curl -I https://colord.hughsie.com/
curl: (51) SSL: no alternative certificate subject name matches target host name 'colord.hughsie.com'

Prefix violation

For my debugging needs, i need to install some set of libraries into
custom prefix:

export PREFIX=/opt/darktable
mkdir -p $PREFIX/share/aclocal
export PATH=$PREFIX/bin:$PATH
export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
export XDG_DATA_DIRS=$PREFIX/share:$XDG_DATA_DIRS
export ACLOCAL_FLAGS="-I $PREFIX/share/aclocal"
export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig:$PKG_CONFIG_PATH
export GIO_EXTRA_MODULES=/usr/lib/x86_64-linux-gnu/gio/modules

And then call autogen (this is pure clean checkout)

./autogen.sh --prefix=$PREFIX --enable-debug=yes --disable-docs && make -j9 && make install

And the relevant part of output is:

...
 /bin/mkdir -p '/opt/darktable/share/colord/ti1'
 /usr/bin/install -c -m 644 display-long.ti1 display-normal.ti1 display-short.ti1 printer-long.ti1 printer-normal.ti1 printer-short.ti1 '/opt/darktable/share/colord/ti1'
make[3]: Leaving directory '/home/lebedevri/src/colord/data/ti1'
make[2]: Leaving directory '/home/lebedevri/src/colord/data/ti1'
make[2]: Entering directory '/home/lebedevri/src/colord/data'
make[3]: Entering directory '/home/lebedevri/src/colord/data'
make[3]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/opt/darktable/share/dbus-1/system-services'
 /usr/bin/install -c -m 644 org.freedesktop.ColorManager.service '/opt/darktable/share/dbus-1/system-services'
 /bin/mkdir -p '/usr/share/bash-completion/completions'
 /usr/bin/install -c -m 644 colormgr '/usr/share/bash-completion/completions'
/usr/bin/install: cannot remove ‘/usr/share/bash-completion/completions/colormgr’: Permission denied
Makefile:551: recipe for target 'install-dist_bashcompletionDATA' failed
make[3]: *** [install-dist_bashcompletionDATA] Error 1
make[3]: Leaving directory '/home/lebedevri/src/colord/data'
Makefile:803: recipe for target 'install-am' failed
make[2]: *** [install-am] Error 2
make[2]: Leaving directory '/home/lebedevri/src/colord/data'
Makefile:642: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/home/lebedevri/src/colord/data'
Makefile:579: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1

no lcd display device in colord

on a fresh debian sid install on a 2012 macbook air, gnome-color-manager does not list my laptop's lcd. colormgr get-devices doesn't show a display. looking in journal, i see these related messages:

Nov 03 08:49:54 xxx colord[3266]: (colord:3266): Cd-WARNING *: failed to get session [pid 3270]: No such device or address
Nov 03 08:49:54 xxx colord[3266]: (colord:3266): Cd-WARNING *
: CdMain: failed to read /proc/3270/cmdline

any ideas what is going on? i'm hoping to get the lcd added so that i can apply the appropriate profile.

running colord 1.2.11, gnome-color-manager 3.18.0

thanks in advance, had no luck with google.

Integrated Huey not detected

I've always been using DispcalGUI for my calibration, but recently wanted to have a look at colord since I've seen some suggestions. Now the problem I have is that colord-1.0.3, unlike dispcalgui, won't recognize my colorimeter. This is on Gentoo Linux.

$ colormgr get-sensors
There are no supported sensors attached

It is an integrated Huey on my Thinkpad.
ID 0765:5001 X-Rite, Inc. Huey PRO Colorimeter

I'm assuming that colord is simply unaware of this model, seeing as integrated colorimeters are probably rather rare. Could it be added?

Many thanks!

colord in Plasma and Awesome

Hello

I would like to use colord in Plasma ("KDE5") and in Awesome (tiling window manager), but colord-kde hasn't had any meaningful updates in a while and I hear it doesn't work in plasma-5.5, while colord-gtk hasn't had meaningful updates in over a year, and I don't know what to use for Awesome (i.e. for not-KDE and no-GNOME). Could you please comment on those GUIs and advise what to use?

Stop forcing C99

I propose that we revert b5436b49d7d

That commit forces the C99 standard to be used. Otherwise, it would build with C11 on newer distros. (There are some comments on the commit.)

Please use more HTTPS URLs

Several outputs list http://www.freedesktop.org which is more securely accessible over HTTPS. It’d be great to update these URLs.

$ curl -I http://www.freedesktop.org
HTTP/1.1 302 Found
Date: Mon, 11 Dec 2017 16:03:22 GMT
Server: Apache/2.4.10 (Debian)
Location: https://www.freedesktop.org/
Content-Type: text/html; charset=iso-8859-1

Debian glib version

Seems Debian is still glib 2.42.1 with a minimum of 2.44.

Struggling to find anything ICC related which will work with Debian jessie.

potential memory leak: forgetting to free error message of libsqlite3 API 'sqlite3_exec' -1

According to libsqlite3 API document, "To avoid memory leaks, the application should invoke sqlite3_free() on error message strings returned through the 5th parameter of sqlite3_exec() after the error message string is no longer needed."

colord/src/cd-device-db.c

Lines 93 to 103 in 1572d92

rc = sqlite3_exec (priv->db, "SELECT * FROM properties_v2 LIMIT 1",
NULL, NULL, &error_msg);
if (rc != SQLITE_OK) {
statement = "CREATE TABLE properties_v2 ("
"device_id TEXT,"
"property TEXT,"
"value TEXT,"
"PRIMARY KEY (device_id, property));";
sqlite3_exec (priv->db, statement, NULL, NULL, NULL);
}
return TRUE;

Rec709.xml is not buit

Hi,
In latest git master there is a typo (I suppose) in ./data/profiles/Makefiles.am
[...]
ProPhotoRGB.xml
Rec709.xml.in
SMPTE-C-RGB.xml
SNAP_TR002_newsprint.xml
[...]

We can see the xml.in version instead of .xml (Rec709.xml.in instead of Rec709.xml).
This prevent Rec809.xml to be built and Rec709.xml.in is deleted by a toplevel "make distclean"

Regards

Jean-Luc

Consider using more sandboxing options in systemd service

Systemd offers options to explicitely abandon unecessary kernel features for a daemon.

The service file bundled with this project doesn't seem to use it apart from PrivateTmp. I am by no means a security expert but this issue hasn't been raised yet so I wonder if fewer capabilities could be used?

FYI, the output of systemd-analyze security colord.service returns:

  NAME                                                        DESCRIPTION                                                             EXPOSURE
✗ PrivateNetwork=                                             Service has access to the host's network                                     0.5
✓ User=/DynamicUser=                                          Service runs under a static non-root user identity                              
✗ CapabilityBoundingSet=~CAP_SET(UID|GID|PCAP)                Service may change UID/GID identities/capabilities                           0.3
✗ CapabilityBoundingSet=~CAP_SYS_ADMIN                        Service has administrator privileges                                         0.3
✗ CapabilityBoundingSet=~CAP_SYS_PTRACE                       Service has ptrace() debugging abilities                                     0.3
✗ RestrictAddressFamilies=~AF_(INET|INET6)                    Service may allocate Internet sockets                                        0.3
✗ RestrictNamespaces=~CLONE_NEWUSER                           Service may create user namespaces                                           0.3
✗ RestrictAddressFamilies=~…                                  Service may allocate exotic sockets                                          0.3
✗ CapabilityBoundingSet=~CAP_(CHOWN|FSETID|SETFCAP)           Service may change file ownership/access mode/capabilities unrestricted      0.2
✗ CapabilityBoundingSet=~CAP_(DAC_*|FOWNER|IPC_OWNER)         Service may override UNIX file/IPC permission checks                         0.2
✗ CapabilityBoundingSet=~CAP_NET_ADMIN                        Service has network configuration privileges                                 0.2
✗ CapabilityBoundingSet=~CAP_RAWIO                            Service has raw I/O access                                                   0.2
✗ CapabilityBoundingSet=~CAP_SYS_MODULE                       Service may load kernel modules                                              0.2
✗ CapabilityBoundingSet=~CAP_SYS_TIME                         Service processes may change the system clock                                0.2
✗ DeviceAllow=                                                Service has no device ACL                                                    0.2
✗ IPAddressDeny=                                              Service does not define an IP address whitelist                              0.2
✓ KeyringMode=                                                Service doesn't share key material with other services                          
✗ NoNewPrivileges=                                            Service processes may acquire new privileges                                 0.2
✓ NotifyAccess=                                               Service child processes cannot alter service state                              
✗ PrivateDevices=                                             Service potentially has access to hardware devices                           0.2
✓ PrivateMounts=                                              Service cannot install system mounts                                            
✓ PrivateTmp=                                                 Service has no access to other software's temporary files                       
✗ PrivateUsers=                                               Service has access to other users                                            0.2
✗ ProtectControlGroups=                                       Service may modify the control group file system                             0.2
✗ ProtectHome=                                                Service has full access to home directories                                  0.2
✗ ProtectKernelLogs=                                          Service may read from or write to the kernel log ring buffer                 0.2
✗ ProtectKernelModules=                                       Service may load or read kernel modules                                      0.2
✗ ProtectKernelTunables=                                      Service may alter kernel tunables                                            0.2
✗ ProtectSystem=                                              Service has full access to the OS file hierarchy                             0.2
✗ RestrictAddressFamilies=~AF_PACKET                          Service may allocate packet sockets                                          0.2
✗ RestrictSUIDSGID=                                           Service may create SUID/SGID files                                           0.2
✗ SystemCallArchitectures=                                    Service may execute system calls with all ABIs                               0.2
✗ SystemCallFilter=~@clock                                    Service does not filter system calls                                         0.2
✗ SystemCallFilter=~@debug                                    Service does not filter system calls                                         0.2
✗ SystemCallFilter=~@module                                   Service does not filter system calls                                         0.2
✗ SystemCallFilter=~@mount                                    Service does not filter system calls                                         0.2
✗ SystemCallFilter=~@raw-io                                   Service does not filter system calls                                         0.2
✗ SystemCallFilter=~@reboot                                   Service does not filter system calls                                         0.2
✗ SystemCallFilter=~@swap                                     Service does not filter system calls                                         0.2
✗ SystemCallFilter=~@privileged                               Service does not filter system calls                                         0.2
✗ SystemCallFilter=~@resources                                Service does not filter system calls                                         0.2
✓ AmbientCapabilities=                                        Service process does not receive ambient capabilities                           
✗ CapabilityBoundingSet=~CAP_AUDIT_*                          Service has audit subsystem access                                           0.1
✗ CapabilityBoundingSet=~CAP_KILL                             Service may send UNIX signals to arbitrary processes                         0.1
✗ CapabilityBoundingSet=~CAP_MKNOD                            Service may create device nodes                                              0.1
✗ CapabilityBoundingSet=~CAP_NET_(BIND_SERVICE|BROADCAST|RAW) Service has elevated networking privileges                                   0.1
✗ CapabilityBoundingSet=~CAP_SYSLOG                           Service has access to kernel logging                                         0.1
✗ CapabilityBoundingSet=~CAP_SYS_(NICE|RESOURCE)              Service has privileges to change resource use parameters                     0.1
✗ RestrictNamespaces=~CLONE_NEWCGROUP                         Service may create cgroup namespaces                                         0.1
✗ RestrictNamespaces=~CLONE_NEWIPC                            Service may create IPC namespaces                                            0.1
✗ RestrictNamespaces=~CLONE_NEWNET                            Service may create network namespaces                                        0.1
✗ RestrictNamespaces=~CLONE_NEWNS                             Service may create file system namespaces                                    0.1
✗ RestrictNamespaces=~CLONE_NEWPID                            Service may create process namespaces                                        0.1
✗ RestrictRealtime=                                           Service may acquire realtime scheduling                                      0.1
✗ SystemCallFilter=~@cpu-emulation                            Service does not filter system calls                                         0.1
✗ SystemCallFilter=~@obsolete                                 Service does not filter system calls                                         0.1
✗ RestrictAddressFamilies=~AF_NETLINK                         Service may allocate netlink sockets                                         0.1
✗ RootDirectory=/RootImage=                                   Service runs within the host's root directory                                0.1
✓ SupplementaryGroups=                                        Service has no supplementary groups                                             
✗ CapabilityBoundingSet=~CAP_MAC_*                            Service may adjust SMACK MAC                                                 0.1
✗ CapabilityBoundingSet=~CAP_SYS_BOOT                         Service may issue reboot()                                                   0.1
✓ Delegate=                                                   Service does not maintain its own delegated control group subtree               
✗ LockPersonality=                                            Service may change ABI personality                                           0.1
✗ MemoryDenyWriteExecute=                                     Service may create writable executable memory mappings                       0.1
✗ RemoveIPC=                                                  Service user may leave SysV IPC objects around                               0.1
✗ RestrictNamespaces=~CLONE_NEWUTS                            Service may create hostname namespaces                                       0.1
✗ UMask=                                                      Files created by service are world-readable by default                       0.1
✗ CapabilityBoundingSet=~CAP_LINUX_IMMUTABLE                  Service may mark files immutable                                             0.1
✗ CapabilityBoundingSet=~CAP_IPC_LOCK                         Service may lock memory into RAM                                             0.1
✗ CapabilityBoundingSet=~CAP_SYS_CHROOT                       Service may issue chroot()                                                   0.1
✗ ProtectHostname=                                            Service may change system host/domainname                                    0.1
✗ CapabilityBoundingSet=~CAP_BLOCK_SUSPEND                    Service may establish wake locks                                             0.1
✗ CapabilityBoundingSet=~CAP_LEASE                            Service may create file leases                                               0.1
✗ CapabilityBoundingSet=~CAP_SYS_PACCT                        Service may use acct()                                                       0.1
✗ CapabilityBoundingSet=~CAP_SYS_TTY_CONFIG                   Service may issue vhangup()                                                  0.1
✗ CapabilityBoundingSet=~CAP_WAKE_ALARM                       Service may program timers that wake up the system                           0.1
✗ RestrictAddressFamilies=~AF_UNIX                            Service may allocate local sockets                                           0.1

→ Overall exposure level for colord.service: 8.8 EXPOSED 🙁

colord error when attempting monitor calibration. (Kubuntu 16.04)

I am not sure if there is a better place to put this. I am trying to calibrate my monitor using Displaycal. After it goes through its tests and tries to install an ICC profile I get the following error message:

The profile has been installed, but there may be problems.
Agryll CMS: OK
colord: Querying for profile 'icc-(long hex string here)' returned no result for 5 seconds

I have rebooted the computer and searched for the profile name using
$ colormgr get-profiles

And no profile by that name exists.

I asked on the Displaycal help forums and the developer there told me to ask you people.

Some people have solved this problem by installing package gnome-color-manager, however, since I am using KDE with Kubuntu, I am hesitant to try this. Any ideas?

Using ColorCech Digital SG to calibrate scanner

I hope it is correct place for this.
I have ColorCech Digital SG and i wont use it to calibrate my scanner. But Calibration files since there is no shared-color-target for this. Is it possible to fix it? Can i some how help with it?

Failed calibration with ColorHug2

Debian testing, colord 1.4.3-3+b1.

Jan 08 18:47:48 patanjali dbus-daemon[1532]: [session uid=1000 pid=1532] Activating via systemd: service name='org.freedesktop.ColorHelper' unit='colord-session.service' requested by ':1.307' (uid=1000 pid=23786 comm="/usr/bin/gnome-control-center color ")
Jan 08 18:47:48 patanjali systemd[1513]: Starting Color management helper...
Jan 08 18:47:48 patanjali dbus-daemon[1532]: [session uid=1000 pid=1532] Successfully activated service 'org.freedesktop.ColorHelper'
Jan 08 18:47:48 patanjali systemd[1513]: Started Color management helper.
Jan 08 18:47:48 patanjali colord[774]: ignoring error: usb:00:02: Invalid read: retval=0x0a [Invalid value] cmd=0x35 [get-remote-hash] (expected 0x35 [get-remote-hash]) len=64 (expected 22 or 64)
Jan 08 18:47:48 patanjali gnome-shell[1566]: meta_window_set_stack_position_no_sync: assertion 'window->stack_position >= 0' failed
Jan 08 18:48:00 patanjali gnome-control-c[23786]: calibration failed with code 1: usb:00:02: Invalid read: retval=0x0a [Invalid value] cmd=0x35 [get-remote-hash] (expected 0x35 [get-remote-hash]) len=64 (expected 22 or 64)
Jan 08 18:48:00 patanjali systemd[1513]: colord-session.service: Main process exited, code=killed, status=15/TERM
Jan 08 18:48:00 patanjali systemd[1513]: colord-session.service: Succeeded.
Jan 08 18:48:04 patanjali gnome-control-c[23786]: failed to start calibrate: failed to calibrate
Jan 08 18:48:04 patanjali org.gnome.Shell.desktop[1566]: libinput error: client bug: timer event17 debounce short: offset negative (-2ms)
Jan 08 18:49:01 patanjali gnome-control-c[23786]: cc_color_calibrate_setup: assertion 'calibrate->device_kind != CD_SENSOR_CAP_UNKNOWN' failed
Jan 08 18:49:01 patanjali kernel: show_signal_msg: 16 callbacks suppressed
Jan 08 18:49:01 patanjali kernel: gnome-control-c[23786]: segfault at 8 ip 000055f9cb9644bf sp 00007ffede895d30 error 4 in gnome-control-center[55f9cb949000+106000]
Jan 08 18:49:01 patanjali kernel: Code: e8 66 51 fe ff 48 89 c7 e8 c6 e4 fe ff eb 99 0f 1f 40 00 48 8b 04 24 48 8d 15 1b ec 0e 00 be 10 00 00 00 48 8d 3d b7 ea 0e 00 <48> 8b 48 08 31 c0 e8 36 72 fe ff e9 6e ff ff ff e8 9c 5c fe ff 66
Jan 08 18:49:01 patanjali systemd[1]: Started Process Core Dump (PID 26798/UID 0).
Jan 08 18:49:02 patanjali systemd-coredump[26799]: Process 23786 (gnome-control-c) of user 1000 dumped core.

Gamma correction table was non-monotonic (was: Total error -NAN and colprof error)

I attached the output of /usr/lib/colord/colord-session --verbose (see colord-session.txt) for a failed calibration. Settings were Medium and Native. Versions are colord 1.3.4 and ColorHug 2.0.7. Note

16:11:32	CdMain: Emitting UpdateGamma(2 elements)
16:11:34	Absolute luminance at this point should be 1.000000 but is 3.921053
16:11:34	Lab: inf	-nan	-nan error -nan
16:11:34	Total error -nan
16:11:34	try 1.000000,1.000000,0.950000

and

16:24:19	CdMain: Emitting Finished(5,colprof failed: /usr/bin/colprof: Error - Write file: 1, icmCurve_write: write_U8Fixed8umber(-5.41305723) failed
)

Any idea what went wrong? Thanks :).

Edit: I should mention, the Low profile works.

colord-1.4.0 vapi specifies wrong cheader_filename

Hi, with #54 fixed and PackageKit built with --disable-vala, my next build error occurs trying to build simple-scan:

src/simple-scan@exe/simple-scan.c:24:10: fatal error: Colord-1.0.h: No such file or directory
 #include <Colord-1.0.h>
          ^~~~~~~~~~~~~~
compilation terminated.

The problem is that colord.vapi specifies an incorrect cheader_filename:

[CCode (cprefix = "Cd", gir_namespace = "Colord", gir_version = "1.0", lower_case_cprefix = "cd_")]
namespace Cd {
	[CCode (cheader_filename = "Colord-1.0.h", type_id = "cd_client_get_type ()")]

Colord-1.0.h does not exist. In 1.3.5 the vapi looked like this:

[CCode (cprefix = "Cd", gir_namespace = "Colord", gir_version = "1.0", lower_case_cprefix = "cd_")]
namespace Cd {
	[CCode (cheader_filename = "colord.h", type_id = "cd_client_get_type ()")]

After a bit of hunting, I think Vala takes the cheader_filename directly from the gir. Here was the top of Colord-1.0.gir in 1.3.5:

<?xml version="1.0"?>
<!-- This file was automatically generated from C sources - DO NOT EDIT!
To affect the contents of this file, edit the original C definitions,
and/or use gtk-doc annotations.  -->
<repository version="1.2"
            xmlns="http://www.gtk.org/introspection/core/1.0"
            xmlns:c="http://www.gtk.org/introspection/c/1.0"
            xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
  <include name="GObject" version="2.0"/>
  <include name="Gio" version="2.0"/>
  <package name="colord"/>
  <c:include name="colord.h"/>
  <namespace name="Colord"
             version="1.0"
             shared-library="libcolord.so.2,libcolordprivate.so.2"
             c:identifier-prefixes="Cd"
             c:symbol-prefixes="cd">

Note the line <c:include name="colord.h"/>. That line is missing now:

<?xml version="1.0"?>
<!-- This file was automatically generated from C sources - DO NOT EDIT!
To affect the contents of this file, edit the original C definitions,
and/or use gtk-doc annotations.  -->
<repository version="1.2"
            xmlns="http://www.gtk.org/introspection/core/1.0"
            xmlns:c="http://www.gtk.org/introspection/c/1.0"
            xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
  <include name="GObject" version="2.0"/>
  <include name="Gio" version="2.0"/>
  <package name="colord"/>
  <namespace name="Colord"
             version="1.0"
             shared-library="libcolord.so.2"
             c:identifier-prefixes="Cd"
             c:symbol-prefixes="cd">

Looking at the meson documentation of gnome.generate_gir(), I'm not sure if meson provides any way to specify the right include file (@TingPing?). In the Autotools build that was done by adding --c-include="colord.h" to Colord_1_0_gir_SCANNERFLAGS.

Flaky test: /colord/profile{file}

While running gnome-desktop-testing-runner colord/colord-daemon.test in a loop, it eventually errored out with:

Running test: colord/colord-daemon.test
# random seed: R02Sf8636a9f2aa3718800a58dd3dd7b7a09
1..24
# Start of colord tests
ok 1 /colord/client
# libcolord-DEBUG: using random key 562d
ok 2 /colord/device
ok 3 /colord/device{embedded}
ok 4 /colord/device{invalid-kind}
ok 5 /colord/device{duplicate}
ok 6 /colord/device{seat}
ok 7 /colord/device{enabled}
ok 8 /colord/device{invalid}
# libcolord-DEBUG: using random key 73f2
ok 9 /colord/device{qualifiers}
ok 10 /colord/profile{metadata}
# libcolord-DEBUG: using random key 95eb
ok 11 /colord/profile{file}
**
libcolord:ERROR:../lib/colord/cd-test-daemon.c:570:colord_device_id_mapping_pd_func: assertion failed: (profile_on_device != NULL)
Bail out! libcolord:ERROR:../lib/colord/cd-test-daemon.c:570:colord_device_id_mapping_pd_func: assertion failed: (profile_on_device != NULL)
FAIL: colord/colord-daemon.test (Child process killed by signal 6)
SUMMARY: total=1; passed=0; skipped=0; failed=1; user=0.1s; system=0.0s; maxrss=6584
FAIL: colord/colord-daemon.test (Child process killed by signal 6)

colord-1.4.0 does not build

I'm still struggling to get a buildable GNOME 3.25.90. My current hangup:

*** Configuring colord *** [1/199]
meson --prefix /home/mcatanzaro/releases/gnome-apps-3.25.90/install --libdir lib -Denable-bash-completion=false -Denable-vala=true --buildtype=debugoptimized -Ddisable_gtkdoc=true /home/mcatanzaro/releases/gnome-apps-3.25.90/colord-1.4.0
The Meson build system
Version: 0.41.2
Source dir: /home/mcatanzaro/releases/gnome-apps-3.25.90/colord-1.4.0
Build dir: /home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0
Build type: native build
Project name: colord
Native c compiler: ccache cc (gcc 7.1.1)
Appending LDFLAGS from environment: '-L/home/mcatanzaro/releases/gnome-apps-3.25.90/install/lib '
Build machine cpu family: x86_64
Build machine cpu: x86_64
Compiler for c supports argument -fstack-protector-strong: YES
Compiler for c supports argument -Waggregate-return: YES
Compiler for c supports argument -Wunused: YES
Compiler for c supports argument -Warray-bounds: YES
Compiler for c supports argument -Wcast-align: YES
Compiler for c supports argument -Wclobbered: YES
Compiler for c supports argument -Wdeclaration-after-statement: YES
Compiler for c supports argument -Wempty-body: YES
Compiler for c supports argument -Wextra: YES
Compiler for c supports argument -Wformat=2: YES
Compiler for c supports argument -Wformat-nonliteral: YES
Compiler for c supports argument -Wformat-security: YES
Compiler for c supports argument -Wformat-signedness: YES
Compiler for c supports argument -Wignored-qualifiers: YES
Compiler for c supports argument -Wimplicit-function-declaration: YES
Compiler for c supports argument -Winit-self: YES
Compiler for c supports argument -Wmissing-declarations: YES
Compiler for c supports argument -Wmissing-format-attribute: YES
Compiler for c supports argument -Wmissing-include-dirs: YES
Compiler for c supports argument -Wmissing-noreturn: YES
Compiler for c supports argument -Wmissing-parameter-type: YES
Compiler for c supports argument -Wmissing-prototypes: YES
Compiler for c supports argument -Wnested-externs: YES
Compiler for c supports argument -Wno-discarded-qualifiers: YES
Compiler for c supports argument -Wno-missing-field-initializers: YES
Compiler for c supports argument -Wno-strict-aliasing: YES
Compiler for c supports argument -Wno-suggest-attribute=format: YES
Compiler for c supports argument -Wno-unused-parameter: YES
Compiler for c supports argument -Wold-style-definition: YES
Compiler for c supports argument -Woverride-init: YES
Compiler for c supports argument -Wpointer-arith: YES
Compiler for c supports argument -Wreturn-type: YES
Compiler for c supports argument -Wshadow: YES
Compiler for c supports argument -Wsign-compare: YES
Compiler for c supports argument -Wstrict-aliasing: YES
Compiler for c supports argument -Wstrict-prototypes: YES
Compiler for c supports argument -Wswitch-default: YES
Compiler for c supports argument -Wtype-limits: YES
Compiler for c supports argument -Wundef: YES
Compiler for c supports argument -Wuninitialized: YES
Compiler for c supports argument -Wunused-but-set-variable: YES
Compiler for c supports argument -Wwrite-strings: YES
Compiler for c supports argument -Wl,-z,relro: YES
Compiler for c supports argument -Wl,-z,now: YES
Found pkg-config: /usr/bin/pkg-config (1.3.8)
Native dependency gio-2.0 found: YES 2.53.5
Native dependency glib-2.0 found: YES 2.53.5
Native dependency gmodule-2.0 found: YES 2.53.5
Native dependency gio-unix-2.0 found: YES 2.53.5
Native dependency lcms2 found: YES 2.8
Native dependency sqlite3 found: YES 3.19.3
Native dependency systemd found: YES 233
Native dependency libsystemd found: YES 233
Native dependency gusb found: YES 0.2.11
Native dependency gudev-1.0 found: YES 230
Library m found: YES
Native dependency udev found: YES 233
Native dependency libudev found: YES 233
Has header "pwd.h": YES
Has header "syslog.h": YES
Has header "unistd.h": YES
Checking for function "getuid": YES
Program spotread found: YES (/usr/bin/spotread)
Program vapigen found: YES (/home/mcatanzaro/releases/gnome-apps-3.25.90/install/bin/vapigen)
Message: RUNNING THIS AS root IS NOT A GOOD IDEA SEE --with-daemon-user
Native dependency polkit-gobject-1 found: YES 0.113
Native dependency valgrind found: YES 3.13.0
Configuring config.h using configuration
Configuring cd-version.h using configuration
Program g-ir-scanner found: YES (/home/mcatanzaro/releases/gnome-apps-3.25.90/install/bin/g-ir-scanner)
Program g-ir-compiler found: YES (/home/mcatanzaro/releases/gnome-apps-3.25.90/install/bin/g-ir-compiler)
Native dependency gobject-introspection-1.0 found: YES 1.53.5
Program vapigen found: YES (/home/mcatanzaro/releases/gnome-apps-3.25.90/install/bin/vapigen)
Configuring ch-version.h using configuration
Configuring colord-session.service using configuration
Configuring org.freedesktop.ColorHelper.service using configuration
Configuring colord.service using configuration
Configuring org.freedesktop.ColorManager.service using configuration
Configuring org.freedesktop.ColorManager.conf using configuration
Program docbook2man found: YES (/usr/bin/docbook2man)
Configuring org.freedesktop.color.policy.in using configuration
Configuring 69-cd-sensors.rules using configuration
Native dependency glib-2.0 found: YES 2.53.5
Program meson_post_install.sh found: YES (/bin/sh /home/mcatanzaro/releases/gnome-apps-3.25.90/colord-1.4.0/meson_post_install.sh)
Build targets in project: 112
*** Building colord *** [1/199]
ninja
[55/219] Generating symbol file 'lib/colord/colordprivate@sha/lib/colord/libcolordprivate.so.2.0.5.symbol[65/219] Generating symbol file 'lib/colord/colordprivate@sha/lib/colord/libcolordprivate.so.2.0.5.symbol[123/219] Generating Colord-1.0.gir with a custom command.
g-ir-scanner: link: cc -o /home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/tmp-introspectwjo683tj/Colord-1.0 /home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/tmp-introspectwjo683tj/Colord-1.0.o -L. -Wl,-rpath,. -Wl,--no-as-needed -lcolord -lcolordprivate -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgudev-1.0 -llcms2 -lm -ludev -L/home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/lib/colord -Wl,-rpath,/home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/lib/colord -L/home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/lib/colord -Wl,-rpath,/home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/lib/colord -L/home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/lib/colord -Wl,-rpath,/home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/lib/colord -L/home/mcatanzaro/releases/gnome-apps-3.25.90/install/lib -Wl,-rpath,/home/mcatanzaro/releases/gnome-apps-3.25.90/install/lib -L/home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/lib/colord -Wl,-rpath,/home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/lib/colord -L/home/mcatanzaro/releases/gnome-apps-3.25.90/install/lib -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -L/home/mcatanzaro/releases/gnome-apps-3.25.90/install/lib
[139/219] Generating colord.vapi with a custom command.
FAILED: lib/colord/colord.vapi 
/home/mcatanzaro/releases/gnome-apps-3.25.90/install/bin/vapigen --quiet --library=colord --directory=/home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/lib/colord --metadatadir=/home/mcatanzaro/releases/gnome-apps-3.25.90/colord-1.4.0/lib/colord /home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/lib/colord/Colord-1.0.gir
Gio-2.0.gir:2736.7-2736.37: warning: Virtual method `G.AppInfo.get_commandline' conflicts with method of the same name
Gio-2.0.gir:2777.7-2777.35: warning: Virtual method `G.AppInfo.get_executable' conflicts with method of the same name
Gio-2.0.gir:29356.7-29356.31: warning: Virtual method `G.File.get_basename' conflicts with method of the same name
Gio-2.0.gir:29441.7-29441.23: warning: Virtual method `G.File.get_path' conflicts with method of the same name
Gio-2.0.gir:29451.7-29451.41: warning: Virtual method `G.File.get_relative_path' conflicts with method of the same name
Gio-2.0.gir:62514.7-62514.47: warning: Virtual method `G.Resolver.lookup_service_async' conflicts with method of the same name
Gio-2.0.gir:64944.7-64944.31: warning: Signal `G.Settings.change_event' conflicts with method of the same name
Gio-2.0.gir:85926.7-85930.24: error: `UnixSocketAddress' already contains a definition for `abstract'
Gio-2.0.gir:85769.7-85771.21: note: previous definition of `abstract' was here
[147/219] Generating Colorhug-1.0.gir with a custom command.
Package colord was not found in the pkg-config search path.
Perhaps you should add the directory containing `colord.pc'
to the PKG_CONFIG_PATH environment variable
Package 'colord', required by 'virtual:world', not found
g-ir-scanner: link: cc -o /home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/tmp-introspectv_m42x_k/Colorhug-1.0 /home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/tmp-introspectv_m42x_k/Colorhug-1.0.o -L. -Wl,-rpath,. -Wl,--no-as-needed -lcolorhug -lcolorhug -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgusb -lusb-1.0 -llcms2 -lm -ludev -L/home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/lib/colorhug -Wl,-rpath,/home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/lib/colorhug -L/home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/lib/colorhug -Wl,-rpath,/home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/lib/colorhug -L/home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/lib/colord -Wl,-rpath,/home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/lib/colord -L/home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/lib/colorhug -Wl,-rpath,/home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/lib/colorhug -L/home/mcatanzaro/releases/gnome-apps-3.25.90/install/lib -Wl,-rpath,/home/mcatanzaro/releases/gnome-apps-3.25.90/install/lib -L/home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/lib/colorhug -Wl,-rpath,/home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/lib/colorhug -L/home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/lib/colord -Wl,-rpath,/home/mcatanzaro/.cache/jhbuild/build/colord-1.4.0/lib/colord -L/home/mcatanzaro/releases/gnome-apps-3.25.90/install/lib -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -L/home/mcatanzaro/releases/gnome-apps-3.25.90/install/lib
<unknown>:: Warning: Colorhug: (ErrorQuarkFunction)device_error_quark: ch_device_error_quark: Couldn't find corresponding enumeration
releases/gnome-apps-3.25.90/colord-1.4.0/lib/colorhug/ch-device-queue.c:961: Warning: Colorhug: ch_device_queue_get_calibration: argument calibration: Unresolved type: 'CdMat3x3*'
releases/gnome-apps-3.25.90/colord-1.4.0/lib/colorhug/ch-device-queue.c:1011: Warning: Colorhug: ch_device_queue_set_calibration: argument calibration: Unresolved type: 'CdMat3x3*'
releases/gnome-apps-3.25.90/colord-1.4.0/lib/colorhug/ch-device-queue.c:1072: Warning: Colorhug: ch_device_queue_set_calibration_ccmx: argument ccmx: Unresolved type: 'CdIt8*'
[148/219] Generating ProPhotoRGB.icc with a custom command.
ninja: build stopped: subcommand failed.
*** Error during phase build of colord: ########## Error running ninja *** [1/199]

I tried including commit 1c9c972 and I think that got rid of the unresolved type warnings at the bottom, but the build still failed. I think the main problem is this one:

Gio-2.0.gir:85926.7-85930.24: error: `UnixSocketAddress' already contains a definition for `abstract'
Gio-2.0.gir:85769.7-85771.21: note: previous definition of `abstract' was here

Calibration of dual screen setup always calibrates primary screen

Looks like whatever I select from the device list to calibrate, the calibration stuff always happens on the same monitor.

I have a laptop with LCD (it is docked, so that one is disabled) and two screens connected. Appears that the one the calibration happens is the one listed first by xrandr, if that matters.

redefinition of 'glib_autoptr_cleanup_PolkitAuthorizationResult

Hi,

i can't build colord-1.3.3 because of strange errors:
cd-common.c:33:1: error: redefinition of 'glib_autoptr_cleanup_PolkitAuthorizationResult'
G_DEFINE_AUTOPTR_CLEANUP_FUNC(PolkitAuthorizationResult, g_object_unref)
^
/usr/include/glib-2.0/glib/gmacros.h:444:22: note: expanded from macro 'G_DEFINE_AUTOPTR_CLEANUP_FUNC'
static inline void _GLIB_AUTOPTR_FUNC_NAME(TypeName) (TypeName **_ptr) { if (_ptr) (func) (_ptr); } \

More logs can be found here:
https://abf.openmandriva.org/build_lists/84418

failed to get session / CdMain: failed to read erros on every boot

Hello!

On every boot colord.service throws errors like:

colord[1135]: failed to get session [pid 1157]: No such process
colord[1135]: CdMain: failed to read /proc/1157/cmdline
colord[1135]: failed to get session [pid 1099]: No such process
colord[1135]: CdMain: failed to read /proc/1099/cmdline: Failed to open file “/proc/1099/cmdline”: No such file or directory
colord[1135]: failed to get session [pid 1395]: No such process
colord[1135]: CdMain: failed to read /proc/1395/cmdline: Failed to open file “/proc/1395/cmdline”: No such file or directory
colord[1135]: failed to get session [pid 1395]: No such process
colord[1135]: CdMain: failed to read /proc/1395/cmdline: Failed to open file “/proc/1395/cmdline”: No such file or directory

I didn't notice any unusual behavior other than those errors but I think those should be either fixed or reduced it's priority (currently it's warning.

Those errors are already well known elsewhere:
https://mail.gnome.org/archives/gnome-list/2017-March/msg00005.html
https://bugs.launchpad.net/ubuntu/+source/colord/+bug/1442050
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813334

Here's some code analyze: https://bugs.archlinux.org/task/37014#comment131583

Tested on:
colord 1.3.3,1.3.5
Archlinux,debian

Passed invalid keyword argument "c_args"

When building colord 1.4.1, I see the following warnings:

WARNING: Passed invalid keyword argument "c_args" in lib/colord/meson.build line 149.
This will become a hard error in the future.
WARNING: Passed invalid keyword argument "c_args" in lib/colorhug/meson.build line 76.
This will become a hard error in the future.

tests: colord-daemon/client{import} sometimes fails

I'm in the process of trying to get the installed tests running in the Ubuntu & Debian test infrastructure, and I can't seem to get the environment set up correctly for this test.

As far as I can tell, it calls cd_import_profile which ends up copying the profile into the user's ICC directory and then waiting for the daemon to pick Up the new profile. However, when running in the test infrastructure the daemon doesn't pick up the new file (nor can I see what code is actually watching the user directories - the daemon only seems to be monitoring system-wide locations)

What am I (or colord) missing here?

colord 1.3.5 build failure

I am unable to build colord on latest Slackware-current snapshot using this packages:

  • glibc 2.25
  • gcc 7.1.0
  • glib2-2.52.3
  • glibmm-2.52.0
  • polkit-0.113
  • sane-1.0.27
  • vala-0.36.2
  • gobject-introspection-1.52.1
  • libgudev-231
  • libgusb-0.2.10
  • sqlite-3.19.3

Here are the relevant error message while building:

make[4]: Leaving directory '/tmp/csb/colord-1.3.5/src/sensors'
make[4]: Entering directory '/tmp/csb/colord-1.3.5/src'
  CC       colord-cd-common.o
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9:0,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from /usr/include/polkit-1/polkit/polkittypes.h:25,
                 from /usr/include/polkit-1/polkit/polkit.h:27,
                 from cd-common.c:27:
/usr/include/glib-2.0/glib/gmacros.h:430:43: error: redefinition of ‘glib_autoptr_cleanup_PolkitAuthorizationResult’
 #define _GLIB_AUTOPTR_FUNC_NAME(TypeName) glib_autoptr_cleanup_##TypeName
                                           ^
/usr/include/glib-2.0/glib/gmacros.h:444:22: note: in expansion of macro ‘_GLIB_AUTOPTR_FUNC_NAME’
   static inline void _GLIB_AUTOPTR_FUNC_NAME(TypeName) (TypeName **_ptr) { if (*_ptr) (func) (*_ptr); }         \
                      ^~~~~~~~~~~~~~~~~~~~~~~
cd-common.c:33:1: note: in expansion of macro ‘G_DEFINE_AUTOPTR_CLEANUP_FUNC’
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(PolkitAuthorizationResult, g_object_unref)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:430:43: note: previous definition of ‘glib_autoptr_cleanup_PolkitAuthorizationResult’ was here
 #define _GLIB_AUTOPTR_FUNC_NAME(TypeName) glib_autoptr_cleanup_##TypeName
                                           ^
/usr/include/glib-2.0/glib/gmacros.h:444:22: note: in expansion of macro ‘_GLIB_AUTOPTR_FUNC_NAME’
   static inline void _GLIB_AUTOPTR_FUNC_NAME(TypeName) (TypeName **_ptr) { if (*_ptr) (func) (*_ptr); }         \
                      ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/polkit-1/polkit/polkittypes.h:78:1: note: in expansion of macro ‘G_DEFINE_AUTOPTR_CLEANUP_FUNC’
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (PolkitAuthorizationResult, g_object_unref)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:430:43: error: redefinition of ‘glib_autoptr_cleanup_PolkitSubject’
 #define _GLIB_AUTOPTR_FUNC_NAME(TypeName) glib_autoptr_cleanup_##TypeName
                                           ^
/usr/include/glib-2.0/glib/gmacros.h:444:22: note: in expansion of macro ‘_GLIB_AUTOPTR_FUNC_NAME’
   static inline void _GLIB_AUTOPTR_FUNC_NAME(TypeName) (TypeName **_ptr) { if (*_ptr) (func) (*_ptr); }         \
                      ^~~~~~~~~~~~~~~~~~~~~~~
cd-common.c:34:1: note: in expansion of macro ‘G_DEFINE_AUTOPTR_CLEANUP_FUNC’
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(PolkitSubject, g_object_unref)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:430:43: note: previous definition of ‘glib_autoptr_cleanup_PolkitSubject’ was here
 #define _GLIB_AUTOPTR_FUNC_NAME(TypeName) glib_autoptr_cleanup_##TypeName
                                           ^
/usr/include/glib-2.0/glib/gmacros.h:444:22: note: in expansion of macro ‘_GLIB_AUTOPTR_FUNC_NAME’
   static inline void _GLIB_AUTOPTR_FUNC_NAME(TypeName) (TypeName **_ptr) { if (*_ptr) (func) (*_ptr); }         \
                      ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/polkit-1/polkit/polkittypes.h:70:1: note: in expansion of macro ‘G_DEFINE_AUTOPTR_CLEANUP_FUNC’
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (PolkitSubject, g_object_unref)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:430:43: error: redefinition of ‘glib_autoptr_cleanup_PolkitAuthority’
 #define _GLIB_AUTOPTR_FUNC_NAME(TypeName) glib_autoptr_cleanup_##TypeName
                                           ^
/usr/include/glib-2.0/glib/gmacros.h:444:22: note: in expansion of macro ‘_GLIB_AUTOPTR_FUNC_NAME’
   static inline void _GLIB_AUTOPTR_FUNC_NAME(TypeName) (TypeName **_ptr) { if (*_ptr) (func) (*_ptr); }         \
                      ^~~~~~~~~~~~~~~~~~~~~~~
cd-common.c:35:1: note: in expansion of macro ‘G_DEFINE_AUTOPTR_CLEANUP_FUNC’
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(PolkitAuthority, g_object_unref)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:430:43: note: previous definition of ‘glib_autoptr_cleanup_PolkitAuthority’ was here
 #define _GLIB_AUTOPTR_FUNC_NAME(TypeName) glib_autoptr_cleanup_##TypeName
                                           ^
/usr/include/glib-2.0/glib/gmacros.h:444:22: note: in expansion of macro ‘_GLIB_AUTOPTR_FUNC_NAME’
   static inline void _GLIB_AUTOPTR_FUNC_NAME(TypeName) (TypeName **_ptr) { if (*_ptr) (func) (*_ptr); }         \
                      ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/polkit-1/polkit/polkittypes.h:68:1: note: in expansion of macro ‘G_DEFINE_AUTOPTR_CLEANUP_FUNC’
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (PolkitAuthority, g_object_unref)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[4]: *** [Makefile:1134: colord-cd-common.o] Error 1
make[4]: Leaving directory '/tmp/csb/colord-1.3.5/src'
make[3]: *** [Makefile:1377: all-recursive] Error 1
make[3]: Leaving directory '/tmp/csb/colord-1.3.5/src'
make[2]: *** [Makefile:825: all] Error 2
make[2]: Leaving directory '/tmp/csb/colord-1.3.5/src'
make[1]: *** [Makefile:579: all-recursive] Error 1
make[1]: Leaving directory '/tmp/csb/colord-1.3.5'
make: *** [Makefile:511: all] Error 2

full build log: https://pastebin.com/kzku3guZ

colord fails to build if libgusb was built without gobject-introspection support

Since it's last release libgusb can be built without gobject-introspection support again, that feature was lost with the translation to the meson build system. The same is true for colord which before the migration to meson also allowed to be built without gobject-introspection via a configure flag.

[59/192] /usr/bin/g-ir-scanner -pthread -I/usr/x86_64-pc-linux-gnu/include/gobject-introspection-1.0 -I/usr/x86_64-pc-linux-gnu/lib/libffi-3.2.1/include -I/usr/x86_64-pc-linux-gnu/include/glib-2.0 -I/usr/x86_64-pc-linux-gnu/lib/glib-2.0/include --no-libtool --namespace=Colorhug --nsversion=1.0 --warn-all --output lib/colorhug/Colorhug-1.0.gir -I/var/tmp/paludis/build/sys-apps-colord-1.4.3/work/colord-1.4.3/lib/colorhug -I/var/tmp/paludis/build/sys-apps-colord-1.4.3/work/_build/lib/colorhug -I./lib/colord/. -I../colord-1.4.3/lib/colord/. -I./lib/. -I../colord-1.4.3/lib/. -I./. -I../colord-1.4.3/. --filelist=/var/tmp/paludis/build/sys-apps-colord-1.4.3/work/_build/lib/colorhug/f86f99c@@colorhug@sha/Colorhug_1.0_gir_filelist -L/var/tmp/paludis/build/sys-apps-colord-1.4.3/work/_build/lib/colorhug -L/var/tmp/paludis/build/sys-apps-colord-1.4.3/work/_build/lib/colord --extra-library=colorhug --include=Gio-2.0 --include=GObject-2.0 --include=GUsb-1.0 --include-uninstalled=lib/colord/Colord-1.0.gir --symbol-prefix=ch --identifier-prefix=Ch --pkg-export=colorhug --cflags-begin -fstack-protector-strong -Waggregate-return -Wunused -Warray-bounds -Wcast-align -Wclobbered -Wdeclaration-after-statement -Wempty-body -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wformat-signedness -Wignored-qualifiers -Wimplicit-function-declaration -Winit-self -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-parameter-type -Wmissing-prototypes -Wnested-externs -Wno-discarded-qualifiers -Wno-missing-field-initializers -Wno-strict-aliasing -Wno-suggest-attribute=format -Wno-unused-parameter -Wold-style-definition -Woverride-init -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunused-but-set-variable -Wwrite-strings -DCD_COMPILATION -D_XOPEN_SOURCE=700 -I./lib/colord/. -I../colord-1.4.3/lib/colord/. -I./lib/. -I../colord-1.4.3/lib/. -I./. -I../colord-1.4.3/. -I/usr/x86_64-pc-linux-gnu/include/gio-unix-2.0 -I/usr/x86_64-pc-linux-gnu/include/libmount -I/usr/x86_64-pc-linux-gnu/include/blkid -I/usr/x86_64-pc-linux-gnu/include/uuid -I/usr/x86_64-pc-linux-gnu/lib/libffi-3.2.1/include -I/usr/x86_64-pc-linux-gnu/include/glib-2.0 -I/usr/x86_64-pc-linux-gnu/lib/glib-2.0/include -I/usr/x86_64-pc-linux-gnu/include/gusb-1 -I/usr/x86_64-pc-linux-gnu/include/libusb-1.0 --cflags-end --add-include-path=/var/tmp/paludis/build/sys-apps-colord-1.4.3/work/_build/lib/colord -L/var/tmp/paludis/build/sys-apps-colord-1.4.3/work/_build/lib/colord --library colorhug -L/var/tmp/paludis/build/sys-apps-colord-1.4.3/work/_build/lib/colorhug --extra-library=gio-2.0 --extra-library=gobject-2.0 --extra-library=glib-2.0 --extra-library=gusb --extra-library=usb-1.0 --extra-library=lcms2 --extra-library=m --extra-library=udev
FAILED: lib/colorhug/Colorhug-1.0.gir 
/usr/bin/g-ir-scanner -pthread -I/usr/x86_64-pc-linux-gnu/include/gobject-introspection-1.0 -I/usr/x86_64-pc-linux-gnu/lib/libffi-3.2.1/include -I/usr/x86_64-pc-linux-gnu/include/glib-2.0 -I/usr/x86_64-pc-linux-gnu/lib/glib-2.0/include --no-libtool --namespace=Colorhug --nsversion=1.0 --warn-all --output lib/colorhug/Colorhug-1.0.gir -I/var/tmp/paludis/build/sys-apps-colord-1.4.3/work/colord-1.4.3/lib/colorhug -I/var/tmp/paludis/build/sys-apps-colord-1.4.3/work/_build/lib/colorhug -I./lib/colord/. -I../colord-1.4.3/lib/colord/. -I./lib/. -I../colord-1.4.3/lib/. -I./. -I../colord-1.4.3/. --filelist=/var/tmp/paludis/build/sys-apps-colord-1.4.3/work/_build/lib/colorhug/f86f99c@@colorhug@sha/Colorhug_1.0_gir_filelist -L/var/tmp/paludis/build/sys-apps-colord-1.4.3/work/_build/lib/colorhug -L/var/tmp/paludis/build/sys-apps-colord-1.4.3/work/_build/lib/colord --extra-library=colorhug --include=Gio-2.0 --include=GObject-2.0 --include=GUsb-1.0 --include-uninstalled=lib/colord/Colord-1.0.gir --symbol-prefix=ch --identifier-prefix=Ch --pkg-export=colorhug --cflags-begin -fstack-protector-strong -Waggregate-return -Wunused -Warray-bounds -Wcast-align -Wclobbered -Wdeclaration-after-statement -Wempty-body -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wformat-signedness -Wignored-qualifiers -Wimplicit-function-declaration -Winit-self -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-parameter-type -Wmissing-prototypes -Wnested-externs -Wno-discarded-qualifiers -Wno-missing-field-initializers -Wno-strict-aliasing -Wno-suggest-attribute=format -Wno-unused-parameter -Wold-style-definition -Woverride-init -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunused-but-set-variable -Wwrite-strings -DCD_COMPILATION -D_XOPEN_SOURCE=700 -I./lib/colord/. -I../colord-1.4.3/lib/colord/. -I./lib/. -I../colord-1.4.3/lib/. -I./. -I../colord-1.4.3/. -I/usr/x86_64-pc-linux-gnu/include/gio-unix-2.0 -I/usr/x86_64-pc-linux-gnu/include/libmount -I/usr/x86_64-pc-linux-gnu/include/blkid -I/usr/x86_64-pc-linux-gnu/include/uuid -I/usr/x86_64-pc-linux-gnu/lib/libffi-3.2.1/include -I/usr/x86_64-pc-linux-gnu/include/glib-2.0 -I/usr/x86_64-pc-linux-gnu/lib/glib-2.0/include -I/usr/x86_64-pc-linux-gnu/include/gusb-1 -I/usr/x86_64-pc-linux-gnu/include/libusb-1.0 --cflags-end --add-include-path=/var/tmp/paludis/build/sys-apps-colord-1.4.3/work/_build/lib/colord -L/var/tmp/paludis/build/sys-apps-colord-1.4.3/work/_build/lib/colord --library colorhug -L/var/tmp/paludis/build/sys-apps-colord-1.4.3/work/_build/lib/colorhug --extra-library=gio-2.0 --extra-library=gobject-2.0 --extra-library=glib-2.0 --extra-library=gusb --extra-library=usb-1.0 --extra-library=lcms2 --extra-library=m --extra-library=udev
Couldn't find include 'GUsb-1.0.gir' (search path: '['/var/tmp/paludis/build/sys-apps-colord-1.4.3/work/_build/lib/colord', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0']')
ninja: build stopped: subcommand failed.

It would be nice if a build option for gobject-introspection support could be added to the meson build again for colord as well.

build failure under jhbuild

trying to build git master on Ubuntu get the following build failure:

make[2]: Entering directory '/home/darkness/.cache/jhbuild/build/colord/man'
GEN colormgr.1
GEN cd-fix-profile.1
GEN cd-create-profile.1
GEN cd-it8.1
GEN /home/darkness/gnome-shell/source/colord/man/.gitignore
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:1:59:W: cannot generate system identifier for public text "-//OASIS//DTD DocBook V4.1//EN"
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:7:0:E: reference to entity "REFENTRY" for which no system identifier could be generated
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:1:0: entity was defined here
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:7:0:E: DTD did not contain element declaration for document type name
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:9:9:E: element "REFENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:10:15:E: element "REFENTRYINFO" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:11:12:E: element "ADDRESS" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:12:12:E: element "EMAIL" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:14:11:E: element "AUTHOR" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:15:16:E: element "FIRSTNAME" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:16:14:E: element "SURNAME" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:18:14:E: element "COPYRIGHT" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:19:11:E: element "YEAR" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:20:13:E: element "HOLDER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:22:10:E: element "DATE" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:24:10:E: element "REFMETA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:25:18:E: element "REFENTRYTITLE" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:26:14:E: element "MANVOLNUM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:28:13:E: element "REFNAMEDIV" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:29:12:E: element "REFNAME" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:30:15:E: element "REFPURPOSE" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:32:17:E: element "REFSYNOPSISDIV" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:33:16:E: element "CMDSYNOPSIS" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:34:14:E: element "COMMAND" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:35:10:E: element "ARG" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:35:18:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:38:11:E: element "REFSECT1" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:39:10:E: element "TITLE" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:40:9:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:41:53:E: element "COMMAND" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:43:9:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:44:14:E: element "COMMAND" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:47:9:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:51:11:E: element "REFSECT1" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:52:10:E: element "TITLE" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:53:9:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:54:42:E: element "ACRONYM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:58:17:E: element "VARIABLELIST" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:59:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:60:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:61:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:63:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:64:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:67:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:68:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:69:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:71:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:72:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:75:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:76:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:77:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:79:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:80:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:83:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:84:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:85:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:87:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:88:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:91:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:92:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:93:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:95:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:96:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:101:11:E: element "REFSECT1" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:102:10:E: element "TITLE" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:103:9:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-fix-profile.sgml:103:63:E: element "EMAIL" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:1:59:W: cannot generate system identifier for public text "-//OASIS//DTD DocBook V4.1//EN"
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:7:0:E: reference to entity "REFENTRY" for which no system identifier could be generated
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:1:0: entity was defined here
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:7:0:E: DTD did not contain element declaration for document type name
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:9:9:E: element "REFENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:10:15:E: element "REFENTRYINFO" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:11:12:E: element "ADDRESS" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:12:12:E: element "EMAIL" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:14:11:E: element "AUTHOR" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:15:16:E: element "FIRSTNAME" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:16:14:E: element "SURNAME" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:18:14:E: element "COPYRIGHT" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:19:11:E: element "YEAR" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:20:13:E: element "HOLDER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:22:10:E: element "DATE" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:24:10:E: element "REFMETA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:25:18:E: element "REFENTRYTITLE" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:26:14:E: element "MANVOLNUM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:28:13:E: element "REFNAMEDIV" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:29:12:E: element "REFNAME" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:30:15:E: element "REFPURPOSE" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:32:17:E: element "REFSYNOPSISDIV" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:33:16:E: element "CMDSYNOPSIS" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:34:14:E: element "COMMAND" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:35:10:E: element "ARG" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:35:18:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:38:11:E: element "REFSECT1" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:39:10:E: element "TITLE" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:40:9:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:41:53:E: element "COMMAND" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:43:9:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:44:14:E: element "COMMAND" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:48:11:E: element "REFSECT1" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:49:10:E: element "TITLE" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:50:9:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:51:42:E: element "ACRONYM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:55:17:E: element "VARIABLELIST" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:56:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:57:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:58:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:60:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:61:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:64:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:65:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:66:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:68:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:69:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:72:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:73:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:74:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:76:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:77:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:80:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:81:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:82:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:84:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:85:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:88:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:89:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:90:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:92:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:93:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:96:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:97:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:98:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:100:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:101:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:102:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:105:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:106:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:107:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:109:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:110:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:113:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:114:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:115:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:117:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:118:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:121:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:122:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:123:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:125:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:126:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:131:11:E: element "REFSECT1" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:132:10:E: element "TITLE" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:133:9:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-create-profile.sgml:133:63:E: element "EMAIL" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:1:59:W: cannot generate system identifier for public text "-//OASIS//DTD DocBook V4.1//EN"
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:7:0:E: reference to entity "REFENTRY" for which no system identifier could be generated
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:1:0: entity was defined here
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:7:0:E: DTD did not contain element declaration for document type name
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:9:9:E: element "REFENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:10:15:E: element "REFENTRYINFO" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:11:12:E: element "ADDRESS" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:12:12:E: element "EMAIL" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:14:11:E: element "AUTHOR" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:15:16:E: element "FIRSTNAME" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:16:14:E: element "SURNAME" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:18:14:E: element "COPYRIGHT" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:19:11:E: element "YEAR" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:20:13:E: element "HOLDER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:22:10:E: element "DATE" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:24:10:E: element "REFMETA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:25:18:E: element "REFENTRYTITLE" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:26:14:E: element "MANVOLNUM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:28:13:E: element "REFNAMEDIV" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:29:12:E: element "REFNAME" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:30:15:E: element "REFPURPOSE" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:32:17:E: element "REFSYNOPSISDIV" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:33:16:E: element "CMDSYNOPSIS" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:34:14:E: element "COMMAND" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:35:10:E: element "ARG" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:35:18:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:38:11:E: element "REFSECT1" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:39:10:E: element "TITLE" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:40:9:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:41:53:E: element "COMMAND" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:43:9:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:44:14:E: element "COMMAND" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:45:34:E: element "FILENAME" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:45:60:E: element "FILENAME" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:46:15:E: element "FILENAME" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:46:42:E: element "FILENAME" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:49:11:E: element "REFSECT1" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:50:10:E: element "TITLE" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:51:9:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:52:42:E: element "ACRONYM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:56:17:E: element "VARIABLELIST" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:57:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:58:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:59:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:61:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:62:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:67:11:E: element "REFSECT1" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:68:10:E: element "TITLE" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:69:9:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/cd-it8.sgml:69:63:E: element "EMAIL" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:1:59:W: cannot generate system identifier for public text "-//OASIS//DTD DocBook V4.1//EN"
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:7:0:E: reference to entity "REFENTRY" for which no system identifier could be generated
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:1:0: entity was defined here
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:7:0:E: DTD did not contain element declaration for document type name
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:9:9:E: element "REFENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:10:15:E: element "REFENTRYINFO" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:11:12:E: element "ADDRESS" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:12:12:E: element "EMAIL" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:14:11:E: element "AUTHOR" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:15:16:E: element "FIRSTNAME" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:16:14:E: element "SURNAME" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:18:14:E: element "COPYRIGHT" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:19:11:E: element "YEAR" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:20:13:E: element "HOLDER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:22:10:E: element "DATE" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:24:10:E: element "REFMETA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:25:18:E: element "REFENTRYTITLE" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:26:14:E: element "MANVOLNUM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:28:13:E: element "REFNAMEDIV" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:29:12:E: element "REFNAME" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:30:15:E: element "REFPURPOSE" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:32:17:E: element "REFSYNOPSISDIV" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:33:16:E: element "CMDSYNOPSIS" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:34:14:E: element "COMMAND" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:35:10:E: element "ARG" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:35:18:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:36:10:E: element "ARG" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:36:18:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:39:11:E: element "REFSECT1" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:40:10:E: element "TITLE" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:41:9:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:42:53:E: element "COMMAND" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:44:9:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:45:14:E: element "COMMAND" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:49:11:E: element "REFSECT1" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:50:10:E: element "TITLE" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:51:9:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:52:42:E: element "ACRONYM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:56:17:E: element "VARIABLELIST" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:57:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:58:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:59:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:61:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:62:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:67:11:E: element "REFSECT1" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:68:10:E: element "TITLE" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:69:9:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:72:17:E: element "VARIABLELIST" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:73:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:74:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:75:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:76:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:77:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:79:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:80:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:83:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:84:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:85:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:86:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:87:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:89:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:90:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:93:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:94:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:95:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:96:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:98:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:99:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:102:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:103:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:104:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:105:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:107:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:108:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:111:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:112:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:113:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:114:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:115:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:117:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:118:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:121:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:122:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:123:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:124:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:126:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:127:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:130:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:131:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:132:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:133:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:134:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:136:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:137:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:140:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:141:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:142:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:143:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:144:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:146:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:147:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:150:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:151:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:152:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:153:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:154:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:156:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:157:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:160:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:161:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:162:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:164:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:165:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:168:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:169:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:170:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:171:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:172:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:174:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:175:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:178:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:179:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:180:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:181:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:182:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:184:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:185:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:188:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:189:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:190:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:191:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:192:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:194:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:195:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:198:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:199:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:200:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:201:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:202:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:204:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:205:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:208:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:209:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:210:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:211:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:213:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:214:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:217:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:218:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:219:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:220:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:221:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:223:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:224:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:227:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:228:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:229:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:230:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:232:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:233:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:236:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:237:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:238:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:239:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:241:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:242:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:245:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:246:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:247:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:249:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:250:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:253:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:254:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:255:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:256:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:258:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:259:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:262:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:263:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:264:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:266:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:267:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:270:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:271:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:272:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:273:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:275:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:276:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:279:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:280:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:281:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:283:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:284:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:287:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:288:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:289:17:E: element "OPTION" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:290:20:E: element "PARAMETER" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:292:17:E: element "LISTITEM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:293:15:E: element "PARA" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:296:19:E: element "VARLISTENTRY" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:297:13:E: element "TERM" undefined
onsgmls:/home/darkness/gnome-shell/source/colord/man/colormgr.sgml:298:17:E: element "OPTION" undefined
onsgmls:I: maximum number of errors (200) reached; change with -E option
Makefile:660: recipe for target 'cd-fix-profile.1' failed
make[2]: *** [cd-fix-profile.1] Error 8
make[2]: *** Waiting for unfinished jobs....
Makefile:657: recipe for target 'cd-create-profile.1' failed
make[2]: *** [cd-create-profile.1] Error 8
Makefile:663: recipe for target 'cd-it8.1' failed
make[2]: *** [cd-it8.1] Error 8
Makefile:654: recipe for target 'colormgr.1' failed
make[2]: *** [colormgr.1] Error 8
make[2]: Leaving directory '/home/darkness/.cache/jhbuild/build/colord/man'
Makefile:580: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/darkness/.cache/jhbuild/build/colord'
Makefile:512: recipe for target 'all' failed
make: *** [all] Error 2

Build Error

[84/213] Generating CIE1964-10deg-XYZ with a custom command.
FAILED: data/cmf/CIE1964-10deg-XYZ.cmf
/var/lib/pkg/work/colord/src/colord-1.4.4/build/client/cd-it8 create-cmf data/cmf/CIE1964-10deg-XYZ.cmf ../data/cmf/CIE1964-10deg-XYZ.csv 1.0
/var/lib/pkg/work/colord/src/colord-1.4.4/build/client/cd-it8: error while loading shared libraries: libcolord.so.2: cannot open shared object file: No such file or directory
[86/213] Compiling C object 'contrib/session-helper/be99e05@@colord-session@exe/cd-main.c.o'.
ninja: build stopped: subcommand failed.

1.4.4: test suite is failing

+ /usr/bin/meson test -C x86_64-redhat-linux-gnu --num-processes 48 --print-errorlogs
ninja: Entering directory `/home/tkloczko/rpmbuild/BUILD/colord-1.4.4/x86_64-redhat-linux-gnu'
ninja: no work to do.
1/4 colord-test-private                     OK       6.60 s 
2/4 colord-test-daemon                      FAIL     0.48 s (killed by signal 6 SIGABRT)
3/4 colorhug-self-test                      OK       0.08 s 
4/4 cd-self-test                            OK       0.04 s 

Ok:                    3
Expected Fail:         0
Fail:                  1
Unexpected Pass:       0
Skipped:               0
Timeout:               0


The output from the failed tests:

2/4 colord-test-daemon                      FAIL     0.48 s (killed by signal 6 SIGABRT)

--- command ---
/home/tkloczko/rpmbuild/BUILD/colord-1.4.4/x86_64-redhat-linux-gnu/lib/colord/colord-test-daemon
--- stdout ---
# random seed: R02S28c72340166128d72fe169c8ff072d6e
1..24
# Start of colord tests
ok 1 /colord/client
# libcolord-DEBUG: using random key a09d
Bail out! libcolord:ERROR:../lib/colord/cd-test-daemon.c:1873:colord_device_func: assertion failed (error == NULL): failed to obtain org.freedesktop.color-manager.create-device auth (cd_client_error, 2)
--- stderr ---
**
libcolord:ERROR:../lib/colord/cd-test-daemon.c:1873:colord_device_func: assertion failed (error == NULL): failed to obtain org.freedesktop.color-manager.create-device auth (cd_client_error, 2)
-------

Full log written to /home/tkloczko/rpmbuild/BUILD/colord-1.4.4/x86_64-redhat-linux-gnu/meson-logs/testlog.txt
error: Bad exit status from /var/tmp/rpm-tmp.UKwCRa (%check)

ColorHug does not build

Making all in colorhug
make[3]: Entering directory '/mnt/JHBuild/3.22/checkout/colord/lib/colorhug'
CC libcolorhug_la-ch-device.lo
CC libcolorhug_la-ch-common.lo
CC libcolorhug_la-ch-hash.lo
CC libcolorhug_la-ch-inhx32.lo
CC libcolorhug_la-ch-device-queue.lo
CC libcolorhug_la-ch-math.lo
GEN .gitignore
CCLD libcolorhug.la
GISCAN ColorHug-1.0.gir
./.libs/libcolorhug.so: undefined reference to `cd_spectrum_resample_to_size'
collect2: error: ld returned 1 exit status
linking of temporary binary failed: Command '['/bin/bash', '../../libtool', '--mode=link', '--tag=CC', '--silent', 'gcc', '-o', '/mnt/JHBuild/3.22/checkout/colord/lib/colorhug/tmp-introspectr3du6dfb/ColorHug-1.0', '-export-dynamic', '-fdiagnostics-color', '-L/mnt/JHBuild/3.22/install/lib', 'tmp-introspectr3du6dfb/mnt/JHBuild/3.22/checkout/colord/lib/colorhug/tmp-introspectr3du6dfb/ColorHug-1.0.o', '-L.', 'libcolorhug.la', '-L/mnt/JHBuild/3.22/install/lib', '-lgio-2.0', '-lgobject-2.0', '-Wl,--export-dynamic', '-lgmodule-2.0', '-pthread', '-lglib-2.0']' returned non-zero exit status 1
/mnt/JHBuild/3.22/install/share/gobject-introspection-1.0/Makefile.introspection:155: recipe for target 'ColorHug-1.0.gir' failed
make[3]: *** [ColorHug-1.0.gir] Error 1
make[3]: Leaving directory '/mnt/JHBuild/3.22/checkout/colord/lib/colorhug'

Any idea why I am getting this error? And/or how to fix it?

colord-sane crash.

I have started seeing this crash at boot when colord starts after updating to sane 1.0.27

coredumpctl gdb 508
PID: 508 (colord-sane)
UID: 124 (colord)
GID: 124 (colord)
Signal: 6 (ABRT)
Timestamp: Fri 2017-05-26 19:58:30 EEST (2min 57s ago)
Command Line: /usr/lib/colord/colord-sane
Executable: /usr/lib/colord/colord-sane
Control Group: /system.slice/colord.service
Unit: colord.service
Slice: system.slice
Boot ID: 6ea24718324f4587a75c0cf773f4ee50
Machine ID: efb490e643e2436d9d1138df1745a008
Hostname: hades
Storage: /var/lib/systemd/coredump/core.colord-sane.124.6ea24718324f4587a75c0cf773f4ee50.508.1495817910000000.lz4
Message: Process 508 (colord-sane) of user 124 dumped core.

            Stack trace of thread 512:
            #0  0x00007fc367e32620 raise (libc.so.6)
            #1  0x00007fc367e33c80 abort (libc.so.6)
            #2  0x00007fc3686a1a81 g_thread_abort (libglib-2.0.so.0)
            #3  0x00007fc3686a200a g_private_set (libglib-2.0.so.0)
            #4  0x00007fc36867a48d thread_memory_from_self (libglib-2.0.so.0)
            #5  0x00007fc36867b05f g_slist_delete_link (libglib-2.0.so.0)
            #6  0x00007fc36893a7e5 g_object_unref (libgobject-2.0.so.0)
            #7  0x00007fc3675aed0e on_worker_message_about_to_be_sent (libgio-2.0.so.0)
            #8  0x00007fc3675c351e _g_dbus_worker_emit_message_about_to_be_sent (libgio-2.0.so.0)
            #9  0x00007fc3675c36a9 continue_writing_in_idle_cb (libgio-2.0.so.0)
            #10 0x00007fc36865cb15 g_main_dispatch (libglib-2.0.so.0)
            #11 0x00007fc36865ced8 g_main_context_iterate (libglib-2.0.so.0)
            #12 0x00007fc36865d1f2 g_main_loop_run (libglib-2.0.so.0)
            #13 0x00007fc3675c1ee6 gdbus_shared_thread_func (libgio-2.0.so.0)
            #14 0x00007fc3686844c5 g_thread_proxy (libglib-2.0.so.0)
            #15 0x00007fc3681ab247 start_thread (libpthread.so.0)
            #16 0x00007fc367eebe2f __clone (libc.so.6)
            
            Stack trace of thread 508:
            #0  0x00007fc3692073ac n/a (n/a)
            #1  0x00007fc369207682 n/a (n/a)
            #2  0x00007fc367e35218 __run_exit_handlers (libc.so.6)
            #3  0x00007fc367e3526a exit (libc.so.6)
            #4  0x00007fc367e1f441 __libc_start_main (libc.so.6)
            #5  0x000055c08010680a _start (colord-sane)
            
            Stack trace of thread 511:
            #0  0x00007fc367ee6f89 syscall (libc.so.6)
            #1  0x00007fc3686a260a g_cond_wait_until (libglib-2.0.so.0)
            #2  0x00007fc3686313b1 g_async_queue_pop_intern_unlocked (libglib-2.0.so.0)
            #3  0x00007fc36863196c g_async_queue_timeout_pop (libglib-2.0.so.0)
            #4  0x00007fc368684f6e g_thread_pool_wait_for_new_pool (libglib-2.0.so.0)
            #5  0x00007fc3686844c5 g_thread_proxy (libglib-2.0.so.0)
            #6  0x00007fc3681ab247 start_thread (libpthread.so.0)
            #7  0x00007fc367eebe2f __clone (libc.so.6)
            
            Stack trace of thread 515:
            #0  0x00007fc367ee1e8d poll (libc.so.6)
            #1  0x00007fc3670e1b21 poll (libusb-1.0.so.0)
            #2  0x00007fc3681ab247 start_thread (libpthread.so.0)
            #3  0x00007fc367eebe2f __clone (libc.so.6)
            
            Stack trace of thread 510:
            #0  0x00007fc367ee1e8d poll (libc.so.6)
            #1  0x00007fc36865ce59 g_main_context_poll (libglib-2.0.so.0)
            #2  0x00007fc36865cf6c g_main_context_iteration (libglib-2.0.so.0)
            #3  0x00007fc36865cfb1 glib_worker_main (libglib-2.0.so.0)
            #4  0x00007fc3686844c5 g_thread_proxy (libglib-2.0.so.0)
            #5  0x00007fc3681ab247 start_thread (libpthread.so.0)
            #6  0x00007fc367eebe2f __clone (libc.so.6)

GNU gdb (GDB) 7.12.1
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/lib/colord/colord-sane...done.
[New LWP 512]
[New LWP 508]
[New LWP 511]
[New LWP 515]
[New LWP 510]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Core was generated by `/usr/lib/colord/colord-sane'.
Program terminated with signal SIGABRT, Aborted.
#0 0x00007fc367e32620 in raise () from /usr/lib/libc.so.6
[Current thread is 1 (Thread 0x7fc364abc700 (LWP 512))]
(gdb) thread apply all bt full

Thread 5 (Thread 0x7fc365abe700 (LWP 510)):
#0 0x00007fc367ee1e8d in poll () at /usr/lib/libc.so.6
#1 0x00007fc36865ce59 in g_main_context_poll (priority=, n_fds=1, fds=0x7fc3600008e0, timeout=, context=0x55c082048370)
at gmain.c:4271
poll_func = 0x7fc36866c350 <g_poll>
max_priority = 2147483647
timeout = -1
some_ready =
nfds = 1
allocated_nfds = 1
fds = 0x7fc3600008e0
#2 0x00007fc36865ce59 in g_main_context_iterate (context=context@entry=0x55c082048370, block=block@entry=1, dispatch=dispatch@entry=1, self=)
at gmain.c:3967
max_priority = 2147483647
timeout = -1
some_ready =
nfds = 1
allocated_nfds = 1
fds = 0x7fc3600008e0
#3 0x00007fc36865cf6c in g_main_context_iteration (context=0x55c082048370, may_---Type to continue, or q to quit---
block=may_block@entry=1) at gmain.c:4033
retval =
#4 0x00007fc36865cfb1 in glib_worker_main (data=)
at gmain.c:5824
#5 0x00007fc3686844c5 in g_thread_proxy (data=0x55c082048800) at gthread.c:784
thread = 0x55c082048800
#6 0x00007fc3681ab247 in start_thread () at /usr/lib/libpthread.so.0
#7 0x00007fc367eebe2f in clone () at /usr/lib/libc.so.6

Thread 4 (Thread 0x7fc357d95700 (LWP 515)):
#0 0x00007fc367ee1e8d in poll () at /usr/lib/libc.so.6
#1 0x00007fc3670e1b21 in poll (__timeout=-1, __nfds=2, __fds=0x7fc357d94e50)
at /usr/include/bits/poll2.h:46
dummy = 0 '\000'
r =
udev_dev =
fds =
{{fd = 8, events = 1, revents = 0}, {fd = 7, events = 1, revents = 0}}
FUNCTION = "linux_udev_event_thread_main"
#2 0x00007fc3670e1b21 in linux_udev_event_thread_main (arg=)
at os/linux_udev.c:175
dummy = 0 '\000'
---Type to continue, or q to quit---
r =
udev_dev =
fds =
{{fd = 8, events = 1, revents = 0}, {fd = 7, events = 1, revents = 0}}
FUNCTION = "linux_udev_event_thread_main"
#3 0x00007fc3681ab247 in start_thread () at /usr/lib/libpthread.so.0
#4 0x00007fc367eebe2f in clone () at /usr/lib/libc.so.6

Thread 3 (Thread 0x7fc3652bd700 (LWP 511)):
#0 0x00007fc367ee6f89 in syscall () at /usr/lib/libc.so.6
#1 0x00007fc3686a260a in g_cond_wait_until (cond=cond@entry=0x55c0820482b8, mutex=mutex@entry=0x55c0820482b0, end_time=end_time@entry=60726001)
at gthread-posix.c:1442
now = {tv_sec = 45, tv_nsec = 726002039}
span = {tv_sec = 14, tv_nsec = 999998961}
sampled = 0
res =
#2 0x00007fc3686313b1 in g_async_queue_pop_intern_unlocked (queue=queue@entry=0x55c0820482b0, wait=wait@entry=1, end_time=end_time@entry=60726001)
at gasyncqueue.c:422
retval =
func = "g_async_queue_pop_intern_unlocked"
---Type to continue, or q to quit---
#3 0x00007fc36863196c in g_async_queue_timeout_pop (queue=0x55c0820482b0, timeout=timeout@entry=15000000) at gasyncqueue.c:543
end_time = 60726001
retval =
#4 0x00007fc368684f6e in g_thread_pool_wait_for_new_pool ()
at gthreadpool.c:167
pool =
local_wakeup_thread_serial =
last_wakeup_thread_serial =
have_relayed_thread_marker =
free_pool =
pool =
#5 0x00007fc368684f6e in g_thread_pool_thread_proxy (data=)
at gthreadpool.c:364
free_pool =
pool =
#6 0x00007fc3686844c5 in g_thread_proxy (data=0x55c082048850) at gthread.c:784
thread = 0x55c082048850
#7 0x00007fc3681ab247 in start_thread () at /usr/lib/libpthread.so.0
#8 0x00007fc367eebe2f in clone () at /usr/lib/libc.so.6

Thread 2 (Thread 0x7fc369342400 (LWP 508)):
#0 0x00007fc3692073ac in _dl_sort_fini () at /lib64/ld-linux-x86-64.so.2
---Type to continue, or q to quit---
#1 0x00007fc369207682 in _dl_fini () at /lib64/ld-linux-x86-64.so.2
#2 0x00007fc367e35218 in __run_exit_handlers () at /usr/lib/libc.so.6
#3 0x00007fc367e3526a in () at /usr/lib/libc.so.6
#4 0x00007fc367e1f441 in __libc_start_main () at /usr/lib/libc.so.6
#5 0x000055c08010680a in _start ()

Thread 1 (Thread 0x7fc364abc700 (LWP 512)):

#0 0x00007fc367e32620 in raise () at /usr/lib/libc.so.6
#1 0x00007fc367e33c80 in abort () at /usr/lib/libc.so.6
#2 0x00007fc3686a1a81 in g_thread_abort (status=, function=function@entry=0x7fc368704b31 "pthread_setspecific") at gthread-posix.c:78
#3 0x00007fc3686a200a in g_private_set (key=key@entry=0x7fc368924ae0 <private_thread_memory>, value=value@entry=0x7fc35c005a40) at gthread-posix.c:1076
status =
#4 0x00007fc36867a48d in thread_memory_from_self () at gslice.c:522

    n_magazines = <optimized out>
    init_mutex = {p = 0x0, i = {0, 0}}
    tmem = 0x7fc35c005a40
    tmem = <optimized out>
    init_mutex = {p = 0x0, i = {0, 0}}
    ix = <optimized out>
    chunk_size = 16

#5 0x00007fc36867a48d in g_slice_free1 (mem_size=16, mem_block=0x55c082041810)
---Type to continue, or q to quit---
at gslice.c:1112
ix =
chunk_size = 16
#6 0x00007fc36867b05f in g_slist_delete_link (list=, link_=) at gslist.c:544
#7 0x00007fc36893a7e5 in g_object_unref (_object=0x55c082052080)
at gobject.c:3269
weak_ref_location =
weak_locations = 0x55c082051a30
old_ref =
object = 0x55c082052080 [GDBusConnection]
object = 0x55c082052080 [GDBusConnection]

#8 0x00007fc3675aed0e in on_worker_message_about_to_be_sent (worker=, message=0x55c082048b20 [GDBusMessage], user_data=)
at gdbusconnection.c:2360
connection = 0x55c082052080 [GDBusConnection]
filters = 0x7fc35c004c40
n =
alive =
#9 0x00007fc3675c351e in _g_dbus_worker_emit_message_about_to_be_sent (message=0x55c082048b20 [GDBusMessage], worker=0x7fc35800ca70) at gdbusprivate.c:488
ret = 0x0

    old_message = 0x55c082048b20 [GDBusMessage]

---Type to continue, or q to quit---
new_blob =
new_blob_size = 140477241968633
error = 0x0
data = 0x55c082055130
flush_async_data = 0x0
func = "continue_writing"
#10 0x00007fc3675c351e in continue_writing (worker=0x7fc35800ca70)
at gdbusprivate.c:1479
old_message = 0x55c082048b20 [GDBusMessage]
new_blob =
new_blob_size = 140477241968633
error = 0x0
data = 0x55c082055130
flush_async_data = 0x0
func = "continue_writing"
#11 0x00007fc3675c36a9 in continue_writing_in_idle_cb (user_data=) at gdbusprivate.c:1540
worker =
#12 0x00007fc36865cb15 in g_main_dispatch (context=0x7fc35800a8d0)
at gmain.c:3234
dispatch = 0x7fc368659450 <g_idle_dispatch>
prev_source = 0x0
was_in_call = 0
---Type to continue, or q to quit---
user_data = 0x7fc35800ca70
callback = 0x7fc3675c3690 <continue_writing_in_idle_cb>
cb_funcs = 0x7fc368924920 <g_source_callback_funcs>
cb_data = 0x55c082184de0
need_destroy =
source = 0x55c082155650
current = 0x7fc3580014b0
i = 0
#13 0x00007fc36865cb15 in g_main_context_dispatch (context=context@entry=0x7fc35800a8d0) at gmain.c:3899
#14 0x00007fc36865ced8 in g_main_context_iterate (context=0x7fc35800a8d0, block=block@entry=1, dispatch=dispatch@entry=1, self=) at gmain.c:3972
max_priority = 2147483647
timeout = -1
some_ready = 1
nfds =
allocated_nfds = 2
fds = 0x7fc35c0010c0
#15 0x00007fc36865d1f2 in g_main_loop_run (loop=0x7fc35800c850) at gmain.c:4168
func = "g_main_loop_run"
#16 0x00007fc3675c1ee6 in gdbus_shared_thread_func (user_data=0x7fc35800ca10)
at gdbusprivate.c:272
data = 0x7fc35800ca10
---Type to continue, or q to quit---
#17 0x00007fc3686844c5 in g_thread_proxy (data=0x55c082048ed0) at gthread.c:784
thread = 0x55c082048ed0
#18 0x00007fc3681ab247 in start_thread () at /usr/lib/libpthread.so.0
#19 0x00007fc367eebe2f in clone () at /usr/lib/libc.so.6

Spyder4 no sensor->get_sample

$ colormgr get-sensor-reading lcd
Sensor: ColorVision, Inc. - Spyder 4
no sensor->get_sample

Works just fine in DisplayCal.

Remove unnecessary translations

it_IT.po, nb_NO.po and pt_PT.po are duplicate of their respective it/nb/pt files. They should be deleted from the repository.

Ugly way of creating temp directory

Hey,

Looking at https://github.com/hughsie/colord/blob/master/lib/colord/cd-test-private.c#L2010, I see the following code

        /* create test directory */
        root = g_strdup_printf ("/tmp/colord-%c%c%c%c",
                                g_random_int_range ('a', 'z'),
                                g_random_int_range ('a', 'z'),
                                g_random_int_range ('a', 'z'),
                                g_random_int_range ('a', 'z'));
        rc = g_mkdir_with_parents (root, 0777);

Two things

  1. making the directory 0777 is IMHO no nice (and insecure)
  2. Why not use g_dir_make_tmp () or g_get_tmp_dir () so one can override the TMPDIR if needed

There are more occurance of using 0777: https://github.com/hughsie/colord/blob/master/lib/colord/cd-test-private.c#L2058

Question: About Matching Functions information source

Hello,

I'm looking for matching functions data, but I can't find a "complete" dataset. I've found 1nm MFs (but starting at 390nm, not at 360nm as in colord), and your MFs, starting at 360nm, but with 5nm steps...

Any advice? ^_^U

Thanks for your attention.

Using cc.has_argument to check linker flags always fails with clang

meson console output:

Native C compiler: clang (clang 4.0.0)
Compiler for C supports argument -Wl,-z,relro: NO
Compiler for C supports argument -Wl,-z,now: NO

meson-log.txt

clang: error: -Wl,-z,relro: 'linker' input unused [-Werror,-Wunused-command-line-argument]
clang: error: -Wl,-z,now: 'linker' input unused [-Werror,-Wunused-command-line-argument]

Unfortunately, I don't know any clean solution other than asking.meson to add a cc.has_link_argument method. It may be possible to do the check with cc.links manually, but I haven't checked it myself.

Calibration fails on Fedora 24 prerelease

As per our discussion at LGM, here's the details from the crash:

tigert@crypt0nite:$ /usr/libexec/colord-session --verbose
14:06:27 Verbose debugging enabled (on console 1)
14:06:27 CdMain: acquired name: org.freedesktop.ColorHelper
14:07:02 CdMain: :1.97:Start(xrandr-AU Optronics,colorhug2-00)
14:07:02 Quality: medium
14:07:02 Whitepoint: 6500K
14:07:02 Gamma: 2.40
14:07:02 Title: ThinkPad X230 ColorHug2 High
14:07:02 Device kind: lcd
**
libcolord:ERROR:cd-sensor.c:1630:cd_sensor_finalize: assertion failed: (ret > 0)
Aborted (core dumped)
tigert@crypt0nite:
$

Failed to activate service 'org.freedesktop.ColorManager': timed out

If I try to run colormgr get-devices the ColorManager service times out. I also tried running the colord binary manually but it exits immediately.

sudo strace /nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/libexec/colord
execve("/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/libexec/colord", ["/nix/store/lv55y6g6p3gqvnhz22bwr"...], 0x7ffd7a1fc4b0 /* 24 vars */) = 0
brk(NULL)                               = 0x1375000
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcc6a667000
readlink("/proc/self/exe", "/nix/store/lv55y6g6p3gqvnhz22bwr"..., 4096) = 71
access("/etc/ld-nix.so.preload", R_OK)  = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/run/opengl-driver/lib/tls/haswell/x86_64/libcolordprivate.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/run/opengl-driver/lib/tls/haswell/x86_64", 0x7fff0a2cdf10) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/run/opengl-driver/lib/tls/haswell/libcolordprivate.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/run/opengl-driver/lib/tls/haswell", 0x7fff0a2cdf10) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/run/opengl-driver/lib/tls/x86_64/libcolordprivate.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/run/opengl-driver/lib/tls/x86_64", 0x7fff0a2cdf10) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/run/opengl-driver/lib/tls/libcolordprivate.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/run/opengl-driver/lib/tls", 0x7fff0a2cdf10) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/run/opengl-driver/lib/haswell/x86_64/libcolordprivate.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/run/opengl-driver/lib/haswell/x86_64", 0x7fff0a2cdf10) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/run/opengl-driver/lib/haswell/libcolordprivate.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/run/opengl-driver/lib/haswell", 0x7fff0a2cdf10) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/run/opengl-driver/lib/x86_64/libcolordprivate.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/run/opengl-driver/lib/x86_64", 0x7fff0a2cdf10) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/run/opengl-driver/lib/libcolordprivate.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/run/opengl-driver/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/libexec/../lib/colord/tls/haswell/x86_64/libcolordprivate.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/libexec/../lib/colord/tls/haswell/x86_64", 0x7fff0a2cdf10) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/libexec/../lib/colord/tls/haswell/libcolordprivate.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/libexec/../lib/colord/tls/haswell", 0x7fff0a2cdf10) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/libexec/../lib/colord/tls/x86_64/libcolordprivate.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/libexec/../lib/colord/tls/x86_64", 0x7fff0a2cdf10) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/libexec/../lib/colord/tls/libcolordprivate.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/libexec/../lib/colord/tls", 0x7fff0a2cdf10) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/libexec/../lib/colord/haswell/x86_64/libcolordprivate.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/libexec/../lib/colord/haswell/x86_64", 0x7fff0a2cdf10) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/libexec/../lib/colord/haswell/libcolordprivate.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/libexec/../lib/colord/haswell", 0x7fff0a2cdf10) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/libexec/../lib/colord/x86_64/libcolordprivate.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/libexec/../lib/colord/x86_64", 0x7fff0a2cdf10) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/libexec/../lib/colord/libcolordprivate.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/libexec/../lib/colord", 0x7fff0a2cdf10) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/tls/haswell/x86_64/libcolordprivate.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/tls/haswell/x86_64", 0x7fff0a2cdf10) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/tls/haswell/libcolordprivate.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/tls/haswell", 0x7fff0a2cdf10) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/tls/x86_64/libcolordprivate.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/tls/x86_64", 0x7fff0a2cdf10) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/tls/libcolordprivate.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/tls", 0x7fff0a2cdf10) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/haswell/x86_64/libcolordprivate.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/haswell/x86_64", 0x7fff0a2cdf10) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/haswell/libcolordprivate.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/haswell", 0x7fff0a2cdf10) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/x86_64/libcolordprivate.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/x86_64", 0x7fff0a2cdf10) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/libcolordprivate.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\331\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=246624, ...}) = 0
mmap(NULL, 2299256, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc6a214000
mprotect(0x7fcc6a244000, 2093056, PROT_NONE) = 0
mmap(0x7fcc6a443000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2f000) = 0x7fcc6a443000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libsystemd.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/libsystemd.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/tls/haswell/x86_64/libsystemd.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/tls/haswell/x86_64", 0x7fff0a2cdee0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/tls/haswell/libsystemd.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/tls/haswell", 0x7fff0a2cdee0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/tls/x86_64/libsystemd.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/tls/x86_64", 0x7fff0a2cdee0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/tls/libsystemd.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/tls", 0x7fff0a2cdee0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/haswell/x86_64/libsystemd.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/haswell/x86_64", 0x7fff0a2cdee0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/haswell/libsystemd.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/haswell", 0x7fff0a2cdee0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/x86_64/libsystemd.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/x86_64", 0x7fff0a2cdee0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/libsystemd.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=650440, ...}) = 0
mmap(NULL, 557745, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc6a5de000
mprotect(0x7fcc6a661000, 4096, PROT_NONE) = 0
mmap(0x7fcc6a662000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x83000) = 0x7fcc6a662000
mmap(0x7fcc6a666000, 689, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fcc6a666000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libgio-2.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/libgio-2.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/libgio-2.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/tls/haswell/x86_64/libgio-2.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/tls/haswell/x86_64", 0x7fff0a2cdeb0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/tls/haswell/libgio-2.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/tls/haswell", 0x7fff0a2cdeb0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/tls/x86_64/libgio-2.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/tls/x86_64", 0x7fff0a2cdeb0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/tls/libgio-2.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/tls", 0x7fff0a2cdeb0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/haswell/x86_64/libgio-2.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/haswell/x86_64", 0x7fff0a2cdeb0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/haswell/libgio-2.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/haswell", 0x7fff0a2cdeb0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/x86_64/libgio-2.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/x86_64", 0x7fff0a2cdeb0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/libgio-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220u\3\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=2100192, ...}) = 0
mmap(NULL, 3777048, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc69e79000
mprotect(0x7fcc6a00b000, 2093056, PROT_NONE) = 0
mmap(0x7fcc6a20a000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x191000) = 0x7fcc6a20a000
mmap(0x7fcc6a212000, 4632, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fcc6a212000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libgobject-2.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/libgobject-2.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/libgobject-2.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/libgobject-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\252\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=406592, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcc6a5dc000
mmap(NULL, 2435944, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc69c26000
mprotect(0x7fcc69c77000, 2097152, PROT_NONE) = 0
mmap(0x7fcc69e77000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x51000) = 0x7fcc69e77000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libglib-2.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/libglib-2.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/libglib-2.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/libglib-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\245\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=1286728, ...}) = 0
mmap(NULL, 3227752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc69911000
mprotect(0x7fcc69a23000, 2097152, PROT_NONE) = 0
mmap(0x7fcc69c23000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x112000) = 0x7fcc69c23000
mmap(0x7fcc69c25000, 104, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fcc69c25000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libgmodule-2.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/libgmodule-2.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/libgmodule-2.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/libgmodule-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\22\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=17960, ...}) = 0
mmap(NULL, 2109560, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc6970d000
mprotect(0x7fcc69710000, 2093056, PROT_NONE) = 0
mmap(0x7fcc6990f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fcc6990f000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libgudev-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/libgudev-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/libgudev-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/libgudev-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z6y20w0ly27n6py23nz6j1nm4n3bbp29-libgudev-232/lib/tls/haswell/x86_64/libgudev-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/z6y20w0ly27n6py23nz6j1nm4n3bbp29-libgudev-232/lib/tls/haswell/x86_64", 0x7fff0a2cddf0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z6y20w0ly27n6py23nz6j1nm4n3bbp29-libgudev-232/lib/tls/haswell/libgudev-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/z6y20w0ly27n6py23nz6j1nm4n3bbp29-libgudev-232/lib/tls/haswell", 0x7fff0a2cddf0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z6y20w0ly27n6py23nz6j1nm4n3bbp29-libgudev-232/lib/tls/x86_64/libgudev-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/z6y20w0ly27n6py23nz6j1nm4n3bbp29-libgudev-232/lib/tls/x86_64", 0x7fff0a2cddf0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z6y20w0ly27n6py23nz6j1nm4n3bbp29-libgudev-232/lib/tls/libgudev-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/z6y20w0ly27n6py23nz6j1nm4n3bbp29-libgudev-232/lib/tls", 0x7fff0a2cddf0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z6y20w0ly27n6py23nz6j1nm4n3bbp29-libgudev-232/lib/haswell/x86_64/libgudev-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/z6y20w0ly27n6py23nz6j1nm4n3bbp29-libgudev-232/lib/haswell/x86_64", 0x7fff0a2cddf0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z6y20w0ly27n6py23nz6j1nm4n3bbp29-libgudev-232/lib/haswell/libgudev-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/z6y20w0ly27n6py23nz6j1nm4n3bbp29-libgudev-232/lib/haswell", 0x7fff0a2cddf0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z6y20w0ly27n6py23nz6j1nm4n3bbp29-libgudev-232/lib/x86_64/libgudev-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/z6y20w0ly27n6py23nz6j1nm4n3bbp29-libgudev-232/lib/x86_64", 0x7fff0a2cddf0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z6y20w0ly27n6py23nz6j1nm4n3bbp29-libgudev-232/lib/libgudev-1.0.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320;\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=56832, ...}) = 0
mmap(NULL, 2138216, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc69502000
mprotect(0x7fcc6950b000, 2097152, PROT_NONE) = 0
mmap(0x7fcc6970b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7fcc6970b000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libgusb.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/libgusb.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/libgusb.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/libgusb.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z6y20w0ly27n6py23nz6j1nm4n3bbp29-libgudev-232/lib/libgusb.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bm7rlhzj5vp2xp325mzb47s245bhpl08-gusb-0.2.11/lib/tls/haswell/x86_64/libgusb.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/bm7rlhzj5vp2xp325mzb47s245bhpl08-gusb-0.2.11/lib/tls/haswell/x86_64", 0x7fff0a2cddc0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bm7rlhzj5vp2xp325mzb47s245bhpl08-gusb-0.2.11/lib/tls/haswell/libgusb.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/bm7rlhzj5vp2xp325mzb47s245bhpl08-gusb-0.2.11/lib/tls/haswell", 0x7fff0a2cddc0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bm7rlhzj5vp2xp325mzb47s245bhpl08-gusb-0.2.11/lib/tls/x86_64/libgusb.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/bm7rlhzj5vp2xp325mzb47s245bhpl08-gusb-0.2.11/lib/tls/x86_64", 0x7fff0a2cddc0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bm7rlhzj5vp2xp325mzb47s245bhpl08-gusb-0.2.11/lib/tls/libgusb.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/bm7rlhzj5vp2xp325mzb47s245bhpl08-gusb-0.2.11/lib/tls", 0x7fff0a2cddc0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bm7rlhzj5vp2xp325mzb47s245bhpl08-gusb-0.2.11/lib/haswell/x86_64/libgusb.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/bm7rlhzj5vp2xp325mzb47s245bhpl08-gusb-0.2.11/lib/haswell/x86_64", 0x7fff0a2cddc0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bm7rlhzj5vp2xp325mzb47s245bhpl08-gusb-0.2.11/lib/haswell/libgusb.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/bm7rlhzj5vp2xp325mzb47s245bhpl08-gusb-0.2.11/lib/haswell", 0x7fff0a2cddc0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bm7rlhzj5vp2xp325mzb47s245bhpl08-gusb-0.2.11/lib/x86_64/libgusb.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/bm7rlhzj5vp2xp325mzb47s245bhpl08-gusb-0.2.11/lib/x86_64", 0x7fff0a2cddc0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bm7rlhzj5vp2xp325mzb47s245bhpl08-gusb-0.2.11/lib/libgusb.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320L\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=76560, ...}) = 0
mmap(NULL, 2154744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc692f3000
mprotect(0x7fcc69301000, 2093056, PROT_NONE) = 0
mmap(0x7fcc69500000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0x7fcc69500000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/liblcms2.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/liblcms2.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/liblcms2.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/liblcms2.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z6y20w0ly27n6py23nz6j1nm4n3bbp29-libgudev-232/lib/liblcms2.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bm7rlhzj5vp2xp325mzb47s245bhpl08-gusb-0.2.11/lib/liblcms2.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/ggp7r917adsczgvc9x302w4zk15kk3kc-lcms2-2.8/lib/tls/haswell/x86_64/liblcms2.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/ggp7r917adsczgvc9x302w4zk15kk3kc-lcms2-2.8/lib/tls/haswell/x86_64", 0x7fff0a2cdd90) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/ggp7r917adsczgvc9x302w4zk15kk3kc-lcms2-2.8/lib/tls/haswell/liblcms2.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/ggp7r917adsczgvc9x302w4zk15kk3kc-lcms2-2.8/lib/tls/haswell", 0x7fff0a2cdd90) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/ggp7r917adsczgvc9x302w4zk15kk3kc-lcms2-2.8/lib/tls/x86_64/liblcms2.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/ggp7r917adsczgvc9x302w4zk15kk3kc-lcms2-2.8/lib/tls/x86_64", 0x7fff0a2cdd90) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/ggp7r917adsczgvc9x302w4zk15kk3kc-lcms2-2.8/lib/tls/liblcms2.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/ggp7r917adsczgvc9x302w4zk15kk3kc-lcms2-2.8/lib/tls", 0x7fff0a2cdd90) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/ggp7r917adsczgvc9x302w4zk15kk3kc-lcms2-2.8/lib/haswell/x86_64/liblcms2.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/ggp7r917adsczgvc9x302w4zk15kk3kc-lcms2-2.8/lib/haswell/x86_64", 0x7fff0a2cdd90) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/ggp7r917adsczgvc9x302w4zk15kk3kc-lcms2-2.8/lib/haswell/liblcms2.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/ggp7r917adsczgvc9x302w4zk15kk3kc-lcms2-2.8/lib/haswell", 0x7fff0a2cdd90) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/ggp7r917adsczgvc9x302w4zk15kk3kc-lcms2-2.8/lib/x86_64/liblcms2.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/ggp7r917adsczgvc9x302w4zk15kk3kc-lcms2-2.8/lib/x86_64", 0x7fff0a2cdd90) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/ggp7r917adsczgvc9x302w4zk15kk3kc-lcms2-2.8/lib/liblcms2.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\311\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=425768, ...}) = 0
mmap(NULL, 2470872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc69097000
mprotect(0x7fcc690ed000, 2093056, PROT_NONE) = 0
mmap(0x7fcc692ec000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x55000) = 0x7fcc692ec000
mmap(0x7fcc692f2000, 984, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fcc692f2000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libpolkit-gobject-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/libpolkit-gobject-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/libpolkit-gobject-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/libpolkit-gobject-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z6y20w0ly27n6py23nz6j1nm4n3bbp29-libgudev-232/lib/libpolkit-gobject-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bm7rlhzj5vp2xp325mzb47s245bhpl08-gusb-0.2.11/lib/libpolkit-gobject-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/ggp7r917adsczgvc9x302w4zk15kk3kc-lcms2-2.8/lib/libpolkit-gobject-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/shj01cjd8ra57wb9p17n043dmvn1crbm-polkit-0.113/lib/tls/haswell/x86_64/libpolkit-gobject-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/shj01cjd8ra57wb9p17n043dmvn1crbm-polkit-0.113/lib/tls/haswell/x86_64", 0x7fff0a2cdd60) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/shj01cjd8ra57wb9p17n043dmvn1crbm-polkit-0.113/lib/tls/haswell/libpolkit-gobject-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/shj01cjd8ra57wb9p17n043dmvn1crbm-polkit-0.113/lib/tls/haswell", 0x7fff0a2cdd60) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/shj01cjd8ra57wb9p17n043dmvn1crbm-polkit-0.113/lib/tls/x86_64/libpolkit-gobject-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/shj01cjd8ra57wb9p17n043dmvn1crbm-polkit-0.113/lib/tls/x86_64", 0x7fff0a2cdd60) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/shj01cjd8ra57wb9p17n043dmvn1crbm-polkit-0.113/lib/tls/libpolkit-gobject-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/shj01cjd8ra57wb9p17n043dmvn1crbm-polkit-0.113/lib/tls", 0x7fff0a2cdd60) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/shj01cjd8ra57wb9p17n043dmvn1crbm-polkit-0.113/lib/haswell/x86_64/libpolkit-gobject-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/shj01cjd8ra57wb9p17n043dmvn1crbm-polkit-0.113/lib/haswell/x86_64", 0x7fff0a2cdd60) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/shj01cjd8ra57wb9p17n043dmvn1crbm-polkit-0.113/lib/haswell/libpolkit-gobject-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/shj01cjd8ra57wb9p17n043dmvn1crbm-polkit-0.113/lib/haswell", 0x7fff0a2cdd60) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/shj01cjd8ra57wb9p17n043dmvn1crbm-polkit-0.113/lib/x86_64/libpolkit-gobject-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/shj01cjd8ra57wb9p17n043dmvn1crbm-polkit-0.113/lib/x86_64", 0x7fff0a2cdd60) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/shj01cjd8ra57wb9p17n043dmvn1crbm-polkit-0.113/lib/libpolkit-gobject-1.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0x\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=147472, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcc6a5da000
mmap(NULL, 2212120, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc68e7a000
mprotect(0x7fcc68e95000, 2097152, PROT_NONE) = 0
mmap(0x7fcc69095000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x7fcc69095000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z6y20w0ly27n6py23nz6j1nm4n3bbp29-libgudev-232/lib/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bm7rlhzj5vp2xp325mzb47s245bhpl08-gusb-0.2.11/lib/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/ggp7r917adsczgvc9x302w4zk15kk3kc-lcms2-2.8/lib/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/shj01cjd8ra57wb9p17n043dmvn1crbm-polkit-0.113/lib/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z90s4radpf90mdmmaw9ld33rs371rdgf-sqlite-3.21.0/lib/tls/haswell/x86_64/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/z90s4radpf90mdmmaw9ld33rs371rdgf-sqlite-3.21.0/lib/tls/haswell/x86_64", 0x7fff0a2cdd30) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z90s4radpf90mdmmaw9ld33rs371rdgf-sqlite-3.21.0/lib/tls/haswell/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/z90s4radpf90mdmmaw9ld33rs371rdgf-sqlite-3.21.0/lib/tls/haswell", 0x7fff0a2cdd30) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z90s4radpf90mdmmaw9ld33rs371rdgf-sqlite-3.21.0/lib/tls/x86_64/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/z90s4radpf90mdmmaw9ld33rs371rdgf-sqlite-3.21.0/lib/tls/x86_64", 0x7fff0a2cdd30) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z90s4radpf90mdmmaw9ld33rs371rdgf-sqlite-3.21.0/lib/tls/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/z90s4radpf90mdmmaw9ld33rs371rdgf-sqlite-3.21.0/lib/tls", 0x7fff0a2cdd30) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z90s4radpf90mdmmaw9ld33rs371rdgf-sqlite-3.21.0/lib/haswell/x86_64/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/z90s4radpf90mdmmaw9ld33rs371rdgf-sqlite-3.21.0/lib/haswell/x86_64", 0x7fff0a2cdd30) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z90s4radpf90mdmmaw9ld33rs371rdgf-sqlite-3.21.0/lib/haswell/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/z90s4radpf90mdmmaw9ld33rs371rdgf-sqlite-3.21.0/lib/haswell", 0x7fff0a2cdd30) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z90s4radpf90mdmmaw9ld33rs371rdgf-sqlite-3.21.0/lib/x86_64/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/z90s4radpf90mdmmaw9ld33rs371rdgf-sqlite-3.21.0/lib/x86_64", 0x7fff0a2cdd30) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z90s4radpf90mdmmaw9ld33rs371rdgf-sqlite-3.21.0/lib/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\321\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=1143256, ...}) = 0
mmap(NULL, 3146776, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc68b79000
mprotect(0x7fcc68c75000, 2093056, PROT_NONE) = 0
mmap(0x7fcc68e74000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xfb000) = 0x7fcc68e74000
mmap(0x7fcc68e79000, 1048, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fcc68e79000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z6y20w0ly27n6py23nz6j1nm4n3bbp29-libgudev-232/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bm7rlhzj5vp2xp325mzb47s245bhpl08-gusb-0.2.11/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/ggp7r917adsczgvc9x302w4zk15kk3kc-lcms2-2.8/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/shj01cjd8ra57wb9p17n043dmvn1crbm-polkit-0.113/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z90s4radpf90mdmmaw9ld33rs371rdgf-sqlite-3.21.0/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/lib/tls/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/lib/tls/haswell/x86_64", 0x7fff0a2cdd00) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/lib/tls/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/lib/tls/haswell", 0x7fff0a2cdd00) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/lib/tls/x86_64", 0x7fff0a2cdd00) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/lib/tls", 0x7fff0a2cdd00) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/lib/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/lib/haswell/x86_64", 0x7fff0a2cdd00) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/lib/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/lib/haswell", 0x7fff0a2cdd00) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/lib/x86_64", 0x7fff0a2cdd00) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p_\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=137192, ...}) = 0
mmap(NULL, 2216424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc6895b000
mprotect(0x7fcc68974000, 2093056, PROT_NONE) = 0
mmap(0x7fcc68b73000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7fcc68b73000
mmap(0x7fcc68b75000, 12776, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fcc68b75000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z6y20w0ly27n6py23nz6j1nm4n3bbp29-libgudev-232/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bm7rlhzj5vp2xp325mzb47s245bhpl08-gusb-0.2.11/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/ggp7r917adsczgvc9x302w4zk15kk3kc-lcms2-2.8/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/shj01cjd8ra57wb9p17n043dmvn1crbm-polkit-0.113/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z90s4radpf90mdmmaw9ld33rs371rdgf-sqlite-3.21.0/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\21\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=2003168, ...}) = 0
mmap(NULL, 3877088, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc685a8000
mprotect(0x7fcc68751000, 2097152, PROT_NONE) = 0
mmap(0x7fcc68951000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a9000) = 0x7fcc68951000
mmap(0x7fcc68957000, 14560, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fcc68957000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/ggp7r917adsczgvc9x302w4zk15kk3kc-lcms2-2.8/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300w\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=1440248, ...}) = 0
mmap(NULL, 3453480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc6825c000
mprotect(0x7fcc683a7000, 2093056, PROT_NONE) = 0
mmap(0x7fcc685a6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14a000) = 0x7fcc685a6000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libudev.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/libudev.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/libudev.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/ggp7r917adsczgvc9x302w4zk15kk3kc-lcms2-2.8/lib/libudev.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/libudev.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=153912, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcc6a5d8000
mmap(NULL, 129249, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc6a5b8000
mmap(0x7fcc6a5d6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d000) = 0x7fcc6a5d6000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/az10kjba9f71m2kr39wcgqyv9klz347w-xz-5.2.3/lib/tls/haswell/x86_64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/az10kjba9f71m2kr39wcgqyv9klz347w-xz-5.2.3/lib/tls/haswell/x86_64", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/az10kjba9f71m2kr39wcgqyv9klz347w-xz-5.2.3/lib/tls/haswell/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/az10kjba9f71m2kr39wcgqyv9klz347w-xz-5.2.3/lib/tls/haswell", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/az10kjba9f71m2kr39wcgqyv9klz347w-xz-5.2.3/lib/tls/x86_64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/az10kjba9f71m2kr39wcgqyv9klz347w-xz-5.2.3/lib/tls/x86_64", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/az10kjba9f71m2kr39wcgqyv9klz347w-xz-5.2.3/lib/tls/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/az10kjba9f71m2kr39wcgqyv9klz347w-xz-5.2.3/lib/tls", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/az10kjba9f71m2kr39wcgqyv9klz347w-xz-5.2.3/lib/haswell/x86_64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/az10kjba9f71m2kr39wcgqyv9klz347w-xz-5.2.3/lib/haswell/x86_64", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/az10kjba9f71m2kr39wcgqyv9klz347w-xz-5.2.3/lib/haswell/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/az10kjba9f71m2kr39wcgqyv9klz347w-xz-5.2.3/lib/haswell", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/az10kjba9f71m2kr39wcgqyv9klz347w-xz-5.2.3/lib/x86_64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/az10kjba9f71m2kr39wcgqyv9klz347w-xz-5.2.3/lib/x86_64", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/az10kjba9f71m2kr39wcgqyv9klz347w-xz-5.2.3/lib/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/az10kjba9f71m2kr39wcgqyv9klz347w-xz-5.2.3/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/nix/store/nrq4f4r3fljbsw7ky2ad52sbn18kjvxw-libgcrypt-1.8.1/lib/tls/haswell/x86_64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/nrq4f4r3fljbsw7ky2ad52sbn18kjvxw-libgcrypt-1.8.1/lib/tls/haswell/x86_64", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nrq4f4r3fljbsw7ky2ad52sbn18kjvxw-libgcrypt-1.8.1/lib/tls/haswell/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/nrq4f4r3fljbsw7ky2ad52sbn18kjvxw-libgcrypt-1.8.1/lib/tls/haswell", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nrq4f4r3fljbsw7ky2ad52sbn18kjvxw-libgcrypt-1.8.1/lib/tls/x86_64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/nrq4f4r3fljbsw7ky2ad52sbn18kjvxw-libgcrypt-1.8.1/lib/tls/x86_64", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nrq4f4r3fljbsw7ky2ad52sbn18kjvxw-libgcrypt-1.8.1/lib/tls/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/nrq4f4r3fljbsw7ky2ad52sbn18kjvxw-libgcrypt-1.8.1/lib/tls", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nrq4f4r3fljbsw7ky2ad52sbn18kjvxw-libgcrypt-1.8.1/lib/haswell/x86_64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/nrq4f4r3fljbsw7ky2ad52sbn18kjvxw-libgcrypt-1.8.1/lib/haswell/x86_64", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nrq4f4r3fljbsw7ky2ad52sbn18kjvxw-libgcrypt-1.8.1/lib/haswell/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/nrq4f4r3fljbsw7ky2ad52sbn18kjvxw-libgcrypt-1.8.1/lib/haswell", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nrq4f4r3fljbsw7ky2ad52sbn18kjvxw-libgcrypt-1.8.1/lib/x86_64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/nrq4f4r3fljbsw7ky2ad52sbn18kjvxw-libgcrypt-1.8.1/lib/x86_64", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nrq4f4r3fljbsw7ky2ad52sbn18kjvxw-libgcrypt-1.8.1/lib/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/nrq4f4r3fljbsw7ky2ad52sbn18kjvxw-libgcrypt-1.8.1/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/nix/store/4d2yvmg5mdxvn8lrlq7ifnkba7b0zx0n-libgpg-error-1.27/lib/tls/haswell/x86_64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/4d2yvmg5mdxvn8lrlq7ifnkba7b0zx0n-libgpg-error-1.27/lib/tls/haswell/x86_64", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/4d2yvmg5mdxvn8lrlq7ifnkba7b0zx0n-libgpg-error-1.27/lib/tls/haswell/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/4d2yvmg5mdxvn8lrlq7ifnkba7b0zx0n-libgpg-error-1.27/lib/tls/haswell", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/4d2yvmg5mdxvn8lrlq7ifnkba7b0zx0n-libgpg-error-1.27/lib/tls/x86_64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/4d2yvmg5mdxvn8lrlq7ifnkba7b0zx0n-libgpg-error-1.27/lib/tls/x86_64", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/4d2yvmg5mdxvn8lrlq7ifnkba7b0zx0n-libgpg-error-1.27/lib/tls/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/4d2yvmg5mdxvn8lrlq7ifnkba7b0zx0n-libgpg-error-1.27/lib/tls", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/4d2yvmg5mdxvn8lrlq7ifnkba7b0zx0n-libgpg-error-1.27/lib/haswell/x86_64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/4d2yvmg5mdxvn8lrlq7ifnkba7b0zx0n-libgpg-error-1.27/lib/haswell/x86_64", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/4d2yvmg5mdxvn8lrlq7ifnkba7b0zx0n-libgpg-error-1.27/lib/haswell/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/4d2yvmg5mdxvn8lrlq7ifnkba7b0zx0n-libgpg-error-1.27/lib/haswell", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/4d2yvmg5mdxvn8lrlq7ifnkba7b0zx0n-libgpg-error-1.27/lib/x86_64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/4d2yvmg5mdxvn8lrlq7ifnkba7b0zx0n-libgpg-error-1.27/lib/x86_64", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/4d2yvmg5mdxvn8lrlq7ifnkba7b0zx0n-libgpg-error-1.27/lib/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/4d2yvmg5mdxvn8lrlq7ifnkba7b0zx0n-libgpg-error-1.27/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/nix/store/8q6k0cmwv81xz3gdfwyhj94k5fv8vs0h-libcap-2.25-lib/lib/tls/haswell/x86_64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/8q6k0cmwv81xz3gdfwyhj94k5fv8vs0h-libcap-2.25-lib/lib/tls/haswell/x86_64", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/8q6k0cmwv81xz3gdfwyhj94k5fv8vs0h-libcap-2.25-lib/lib/tls/haswell/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/8q6k0cmwv81xz3gdfwyhj94k5fv8vs0h-libcap-2.25-lib/lib/tls/haswell", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/8q6k0cmwv81xz3gdfwyhj94k5fv8vs0h-libcap-2.25-lib/lib/tls/x86_64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/8q6k0cmwv81xz3gdfwyhj94k5fv8vs0h-libcap-2.25-lib/lib/tls/x86_64", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/8q6k0cmwv81xz3gdfwyhj94k5fv8vs0h-libcap-2.25-lib/lib/tls/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/8q6k0cmwv81xz3gdfwyhj94k5fv8vs0h-libcap-2.25-lib/lib/tls", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/8q6k0cmwv81xz3gdfwyhj94k5fv8vs0h-libcap-2.25-lib/lib/haswell/x86_64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/8q6k0cmwv81xz3gdfwyhj94k5fv8vs0h-libcap-2.25-lib/lib/haswell/x86_64", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/8q6k0cmwv81xz3gdfwyhj94k5fv8vs0h-libcap-2.25-lib/lib/haswell/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/8q6k0cmwv81xz3gdfwyhj94k5fv8vs0h-libcap-2.25-lib/lib/haswell", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/8q6k0cmwv81xz3gdfwyhj94k5fv8vs0h-libcap-2.25-lib/lib/x86_64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/8q6k0cmwv81xz3gdfwyhj94k5fv8vs0h-libcap-2.25-lib/lib/x86_64", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/8q6k0cmwv81xz3gdfwyhj94k5fv8vs0h-libcap-2.25-lib/lib/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/8q6k0cmwv81xz3gdfwyhj94k5fv8vs0h-libcap-2.25-lib/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/nix/store/r7ygpshlmfhjx9phh6h9qahj5zsykx6y-lz4-131/lib/tls/haswell/x86_64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/r7ygpshlmfhjx9phh6h9qahj5zsykx6y-lz4-131/lib/tls/haswell/x86_64", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/r7ygpshlmfhjx9phh6h9qahj5zsykx6y-lz4-131/lib/tls/haswell/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/r7ygpshlmfhjx9phh6h9qahj5zsykx6y-lz4-131/lib/tls/haswell", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/r7ygpshlmfhjx9phh6h9qahj5zsykx6y-lz4-131/lib/tls/x86_64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/r7ygpshlmfhjx9phh6h9qahj5zsykx6y-lz4-131/lib/tls/x86_64", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/r7ygpshlmfhjx9phh6h9qahj5zsykx6y-lz4-131/lib/tls/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/r7ygpshlmfhjx9phh6h9qahj5zsykx6y-lz4-131/lib/tls", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/r7ygpshlmfhjx9phh6h9qahj5zsykx6y-lz4-131/lib/haswell/x86_64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/r7ygpshlmfhjx9phh6h9qahj5zsykx6y-lz4-131/lib/haswell/x86_64", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/r7ygpshlmfhjx9phh6h9qahj5zsykx6y-lz4-131/lib/haswell/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/r7ygpshlmfhjx9phh6h9qahj5zsykx6y-lz4-131/lib/haswell", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/r7ygpshlmfhjx9phh6h9qahj5zsykx6y-lz4-131/lib/x86_64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/r7ygpshlmfhjx9phh6h9qahj5zsykx6y-lz4-131/lib/x86_64", 0x7fff0a2cd9a0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/r7ygpshlmfhjx9phh6h9qahj5zsykx6y-lz4-131/lib/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/r7ygpshlmfhjx9phh6h9qahj5zsykx6y-lz4-131/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/lib/libresolv.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2206\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=92648, ...}) = 0
mmap(NULL, 2185376, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc68046000
mprotect(0x7fcc68059000, 2093056, PROT_NONE) = 0
mmap(0x7fcc68258000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0x7fcc68258000
mmap(0x7fcc6825a000, 6304, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fcc6825a000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libcap.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/az10kjba9f71m2kr39wcgqyv9klz347w-xz-5.2.3/lib/libcap.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nrq4f4r3fljbsw7ky2ad52sbn18kjvxw-libgcrypt-1.8.1/lib/libcap.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/4d2yvmg5mdxvn8lrlq7ifnkba7b0zx0n-libgpg-error-1.27/lib/libcap.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/8q6k0cmwv81xz3gdfwyhj94k5fv8vs0h-libcap-2.25-lib/lib/libcap.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\26\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0444, st_size=21816, ...}) = 0
mmap(NULL, 2113880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc67e41000
mprotect(0x7fcc67e45000, 2093056, PROT_NONE) = 0
mmap(0x7fcc68044000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7fcc68044000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/az10kjba9f71m2kr39wcgqyv9klz347w-xz-5.2.3/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nrq4f4r3fljbsw7ky2ad52sbn18kjvxw-libgcrypt-1.8.1/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/4d2yvmg5mdxvn8lrlq7ifnkba7b0zx0n-libgpg-error-1.27/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/8q6k0cmwv81xz3gdfwyhj94k5fv8vs0h-libcap-2.25-lib/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/r7ygpshlmfhjx9phh6h9qahj5zsykx6y-lz4-131/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0  \0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=41696, ...}) = 0
mmap(NULL, 2128384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc67c39000
mprotect(0x7fcc67c40000, 2093056, PROT_NONE) = 0
mmap(0x7fcc67e3f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7fcc67e3f000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/liblzma.so.5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/az10kjba9f71m2kr39wcgqyv9klz347w-xz-5.2.3/lib/liblzma.so.5", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220/\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=170336, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcc6a5b6000
mmap(NULL, 2248720, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc67a13000
mprotect(0x7fcc67a38000, 2093056, PROT_NONE) = 0
mmap(0x7fcc67c37000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x24000) = 0x7fcc67c37000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/liblz4.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/az10kjba9f71m2kr39wcgqyv9klz347w-xz-5.2.3/lib/liblz4.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nrq4f4r3fljbsw7ky2ad52sbn18kjvxw-libgcrypt-1.8.1/lib/liblz4.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/4d2yvmg5mdxvn8lrlq7ifnkba7b0zx0n-libgpg-error-1.27/lib/liblz4.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/8q6k0cmwv81xz3gdfwyhj94k5fv8vs0h-libcap-2.25-lib/lib/liblz4.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/r7ygpshlmfhjx9phh6h9qahj5zsykx6y-lz4-131/lib/liblz4.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\"\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=78528, ...}) = 0
mmap(NULL, 2166800, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc67801000
mprotect(0x7fcc67812000, 2093056, PROT_NONE) = 0
mmap(0x7fcc67a11000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x7fcc67a11000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/az10kjba9f71m2kr39wcgqyv9klz347w-xz-5.2.3/lib/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nrq4f4r3fljbsw7ky2ad52sbn18kjvxw-libgcrypt-1.8.1/lib/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\275\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=1250736, ...}) = 0
mmap(NULL, 3260616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc674e4000
mprotect(0x7fcc675f9000, 2097152, PROT_NONE) = 0
mmap(0x7fcc677f9000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x115000) = 0x7fcc677f9000
mmap(0x7fcc67800000, 200, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fcc67800000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/az10kjba9f71m2kr39wcgqyv9klz347w-xz-5.2.3/lib/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nrq4f4r3fljbsw7ky2ad52sbn18kjvxw-libgcrypt-1.8.1/lib/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/4d2yvmg5mdxvn8lrlq7ifnkba7b0zx0n-libgpg-error-1.27/lib/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240,\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=99288, ...}) = 0
mmap(NULL, 2179304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc672cf000
mprotect(0x7fcc672e3000, 2093056, PROT_NONE) = 0
mmap(0x7fcc674e2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13000) = 0x7fcc674e2000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libffi.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/libffi.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nb8114h6xhkcf0l8jc42hr5fcqay908g-libffi-3.2.1/lib/../lib64/tls/haswell/x86_64/libffi.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/nb8114h6xhkcf0l8jc42hr5fcqay908g-libffi-3.2.1/lib/../lib64/tls/haswell/x86_64", 0x7fff0a2cd820) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nb8114h6xhkcf0l8jc42hr5fcqay908g-libffi-3.2.1/lib/../lib64/tls/haswell/libffi.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/nb8114h6xhkcf0l8jc42hr5fcqay908g-libffi-3.2.1/lib/../lib64/tls/haswell", 0x7fff0a2cd820) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nb8114h6xhkcf0l8jc42hr5fcqay908g-libffi-3.2.1/lib/../lib64/tls/x86_64/libffi.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/nb8114h6xhkcf0l8jc42hr5fcqay908g-libffi-3.2.1/lib/../lib64/tls/x86_64", 0x7fff0a2cd820) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nb8114h6xhkcf0l8jc42hr5fcqay908g-libffi-3.2.1/lib/../lib64/tls/libffi.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/nb8114h6xhkcf0l8jc42hr5fcqay908g-libffi-3.2.1/lib/../lib64/tls", 0x7fff0a2cd820) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nb8114h6xhkcf0l8jc42hr5fcqay908g-libffi-3.2.1/lib/../lib64/haswell/x86_64/libffi.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/nb8114h6xhkcf0l8jc42hr5fcqay908g-libffi-3.2.1/lib/../lib64/haswell/x86_64", 0x7fff0a2cd820) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nb8114h6xhkcf0l8jc42hr5fcqay908g-libffi-3.2.1/lib/../lib64/haswell/libffi.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/nb8114h6xhkcf0l8jc42hr5fcqay908g-libffi-3.2.1/lib/../lib64/haswell", 0x7fff0a2cd820) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nb8114h6xhkcf0l8jc42hr5fcqay908g-libffi-3.2.1/lib/../lib64/x86_64/libffi.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/nb8114h6xhkcf0l8jc42hr5fcqay908g-libffi-3.2.1/lib/../lib64/x86_64", 0x7fff0a2cd820) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nb8114h6xhkcf0l8jc42hr5fcqay908g-libffi-3.2.1/lib/../lib64/libffi.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\32\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=40656, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcc6a5b4000
mmap(NULL, 2131208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc670c6000
mprotect(0x7fcc670cd000, 2097152, PROT_NONE) = 0
mmap(0x7fcc672cd000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7fcc672cd000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nb8114h6xhkcf0l8jc42hr5fcqay908g-libffi-3.2.1/lib/../lib64/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/43h1b33sickcv3d4gsm0ypsngza06x5l-pcre-8.41/lib/tls/haswell/x86_64/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/43h1b33sickcv3d4gsm0ypsngza06x5l-pcre-8.41/lib/tls/haswell/x86_64", 0x7fff0a2cd7f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/43h1b33sickcv3d4gsm0ypsngza06x5l-pcre-8.41/lib/tls/haswell/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/43h1b33sickcv3d4gsm0ypsngza06x5l-pcre-8.41/lib/tls/haswell", 0x7fff0a2cd7f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/43h1b33sickcv3d4gsm0ypsngza06x5l-pcre-8.41/lib/tls/x86_64/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/43h1b33sickcv3d4gsm0ypsngza06x5l-pcre-8.41/lib/tls/x86_64", 0x7fff0a2cd7f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/43h1b33sickcv3d4gsm0ypsngza06x5l-pcre-8.41/lib/tls/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/43h1b33sickcv3d4gsm0ypsngza06x5l-pcre-8.41/lib/tls", 0x7fff0a2cd7f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/43h1b33sickcv3d4gsm0ypsngza06x5l-pcre-8.41/lib/haswell/x86_64/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/43h1b33sickcv3d4gsm0ypsngza06x5l-pcre-8.41/lib/haswell/x86_64", 0x7fff0a2cd7f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/43h1b33sickcv3d4gsm0ypsngza06x5l-pcre-8.41/lib/haswell/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/43h1b33sickcv3d4gsm0ypsngza06x5l-pcre-8.41/lib/haswell", 0x7fff0a2cd7f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/43h1b33sickcv3d4gsm0ypsngza06x5l-pcre-8.41/lib/x86_64/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/43h1b33sickcv3d4gsm0ypsngza06x5l-pcre-8.41/lib/x86_64", 0x7fff0a2cd7f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/43h1b33sickcv3d4gsm0ypsngza06x5l-pcre-8.41/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/43h1b33sickcv3d4gsm0ypsngza06x5l-pcre-8.41/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/nix/store/vly150v5s6l5y4pvh8lw2z09wq4syj1s-util-linux-2.31/lib/tls/haswell/x86_64/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/vly150v5s6l5y4pvh8lw2z09wq4syj1s-util-linux-2.31/lib/tls/haswell/x86_64", 0x7fff0a2cd7f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/vly150v5s6l5y4pvh8lw2z09wq4syj1s-util-linux-2.31/lib/tls/haswell/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/vly150v5s6l5y4pvh8lw2z09wq4syj1s-util-linux-2.31/lib/tls/haswell", 0x7fff0a2cd7f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/vly150v5s6l5y4pvh8lw2z09wq4syj1s-util-linux-2.31/lib/tls/x86_64/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/vly150v5s6l5y4pvh8lw2z09wq4syj1s-util-linux-2.31/lib/tls/x86_64", 0x7fff0a2cd7f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/vly150v5s6l5y4pvh8lw2z09wq4syj1s-util-linux-2.31/lib/tls/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/vly150v5s6l5y4pvh8lw2z09wq4syj1s-util-linux-2.31/lib/tls", 0x7fff0a2cd7f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/vly150v5s6l5y4pvh8lw2z09wq4syj1s-util-linux-2.31/lib/haswell/x86_64/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/vly150v5s6l5y4pvh8lw2z09wq4syj1s-util-linux-2.31/lib/haswell/x86_64", 0x7fff0a2cd7f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/vly150v5s6l5y4pvh8lw2z09wq4syj1s-util-linux-2.31/lib/haswell/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/vly150v5s6l5y4pvh8lw2z09wq4syj1s-util-linux-2.31/lib/haswell", 0x7fff0a2cd7f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/vly150v5s6l5y4pvh8lw2z09wq4syj1s-util-linux-2.31/lib/x86_64/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/vly150v5s6l5y4pvh8lw2z09wq4syj1s-util-linux-2.31/lib/x86_64", 0x7fff0a2cd7f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/vly150v5s6l5y4pvh8lw2z09wq4syj1s-util-linux-2.31/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/vly150v5s6l5y4pvh8lw2z09wq4syj1s-util-linux-2.31/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/nix/store/qz2lprii3jxy0wybggj4h3304ij7m56p-zlib-1.2.11/lib/tls/haswell/x86_64/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/qz2lprii3jxy0wybggj4h3304ij7m56p-zlib-1.2.11/lib/tls/haswell/x86_64", 0x7fff0a2cd7f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/qz2lprii3jxy0wybggj4h3304ij7m56p-zlib-1.2.11/lib/tls/haswell/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/qz2lprii3jxy0wybggj4h3304ij7m56p-zlib-1.2.11/lib/tls/haswell", 0x7fff0a2cd7f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/qz2lprii3jxy0wybggj4h3304ij7m56p-zlib-1.2.11/lib/tls/x86_64/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/qz2lprii3jxy0wybggj4h3304ij7m56p-zlib-1.2.11/lib/tls/x86_64", 0x7fff0a2cd7f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/qz2lprii3jxy0wybggj4h3304ij7m56p-zlib-1.2.11/lib/tls/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/qz2lprii3jxy0wybggj4h3304ij7m56p-zlib-1.2.11/lib/tls", 0x7fff0a2cd7f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/qz2lprii3jxy0wybggj4h3304ij7m56p-zlib-1.2.11/lib/haswell/x86_64/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/qz2lprii3jxy0wybggj4h3304ij7m56p-zlib-1.2.11/lib/haswell/x86_64", 0x7fff0a2cd7f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/qz2lprii3jxy0wybggj4h3304ij7m56p-zlib-1.2.11/lib/haswell/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/qz2lprii3jxy0wybggj4h3304ij7m56p-zlib-1.2.11/lib/haswell", 0x7fff0a2cd7f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/qz2lprii3jxy0wybggj4h3304ij7m56p-zlib-1.2.11/lib/x86_64/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/qz2lprii3jxy0wybggj4h3304ij7m56p-zlib-1.2.11/lib/x86_64", 0x7fff0a2cd7f0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/qz2lprii3jxy0wybggj4h3304ij7m56p-zlib-1.2.11/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/qz2lprii3jxy0wybggj4h3304ij7m56p-zlib-1.2.11/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\16\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=18528, ...}) = 0
mmap(NULL, 2109584, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc66ec2000
mprotect(0x7fcc66ec5000, 2093056, PROT_NONE) = 0
mmap(0x7fcc670c4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fcc670c4000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libpcre.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/libpcre.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nb8114h6xhkcf0l8jc42hr5fcqay908g-libffi-3.2.1/lib/../lib64/libpcre.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/43h1b33sickcv3d4gsm0ypsngza06x5l-pcre-8.41/lib/libpcre.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\26\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=477208, ...}) = 0
mmap(NULL, 2560264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc66c50000
mprotect(0x7fcc66cc1000, 2093056, PROT_NONE) = 0
mmap(0x7fcc66ec0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x70000) = 0x7fcc66ec0000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nb8114h6xhkcf0l8jc42hr5fcqay908g-libffi-3.2.1/lib/../lib64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/43h1b33sickcv3d4gsm0ypsngza06x5l-pcre-8.41/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/vly150v5s6l5y4pvh8lw2z09wq4syj1s-util-linux-2.31/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/qz2lprii3jxy0wybggj4h3304ij7m56p-zlib-1.2.11/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`#\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=100640, ...}) = 0
mmap(NULL, 2187280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc66a39000
mprotect(0x7fcc66a4f000, 2093056, PROT_NONE) = 0
mmap(0x7fcc66c4e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7fcc66c4e000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libmount.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/libmount.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nb8114h6xhkcf0l8jc42hr5fcqay908g-libffi-3.2.1/lib/../lib64/libmount.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/43h1b33sickcv3d4gsm0ypsngza06x5l-pcre-8.41/lib/libmount.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/vly150v5s6l5y4pvh8lw2z09wq4syj1s-util-linux-2.31/lib/libmount.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\277\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=398456, ...}) = 0
mmap(NULL, 2450752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc667e2000
mprotect(0x7fcc66834000, 2097152, PROT_NONE) = 0
mmap(0x7fcc66a34000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x52000) = 0x7fcc66a34000
mmap(0x7fcc66a38000, 1344, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fcc66a38000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libblkid.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/libblkid.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nb8114h6xhkcf0l8jc42hr5fcqay908g-libffi-3.2.1/lib/../lib64/libblkid.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/43h1b33sickcv3d4gsm0ypsngza06x5l-pcre-8.41/lib/libblkid.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/vly150v5s6l5y4pvh8lw2z09wq4syj1s-util-linux-2.31/lib/libblkid.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\237\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=357488, ...}) = 0
mmap(NULL, 2414400, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc66594000
mprotect(0x7fcc665dc000, 2093056, PROT_NONE) = 0
mmap(0x7fcc667db000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x47000) = 0x7fcc667db000
mmap(0x7fcc667e1000, 1856, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fcc667e1000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libuuid.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/libuuid.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nb8114h6xhkcf0l8jc42hr5fcqay908g-libffi-3.2.1/lib/../lib64/libuuid.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/43h1b33sickcv3d4gsm0ypsngza06x5l-pcre-8.41/lib/libuuid.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/vly150v5s6l5y4pvh8lw2z09wq4syj1s-util-linux-2.31/lib/libuuid.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\27\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=36480, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcc6a5b2000
mmap(NULL, 2125848, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc6638c000
mprotect(0x7fcc66392000, 2097152, PROT_NONE) = 0
mmap(0x7fcc66592000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7fcc66592000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libgthread-2.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/libgthread-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\7\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=7776, ...}) = 0
mmap(NULL, 2101264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc6618a000
mprotect(0x7fcc6618b000, 2093056, PROT_NONE) = 0
mmap(0x7fcc6638a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0) = 0x7fcc6638a000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libusb-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/lib/libusb-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/vly150v5s6l5y4pvh8lw2z09wq4syj1s-util-linux-2.31/lib/libusb-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/nb8114h6xhkcf0l8jc42hr5fcqay908g-libffi-3.2.1/lib/../lib64/libusb-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/43h1b33sickcv3d4gsm0ypsngza06x5l-pcre-8.41/lib/libusb-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/krzz05fnhylkwxxaw8yjsnz25mlq23pn-libusb-1.0.20/lib/tls/haswell/x86_64/libusb-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/krzz05fnhylkwxxaw8yjsnz25mlq23pn-libusb-1.0.20/lib/tls/haswell/x86_64", 0x7fff0a2cd510) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/krzz05fnhylkwxxaw8yjsnz25mlq23pn-libusb-1.0.20/lib/tls/haswell/libusb-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/krzz05fnhylkwxxaw8yjsnz25mlq23pn-libusb-1.0.20/lib/tls/haswell", 0x7fff0a2cd510) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/krzz05fnhylkwxxaw8yjsnz25mlq23pn-libusb-1.0.20/lib/tls/x86_64/libusb-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/krzz05fnhylkwxxaw8yjsnz25mlq23pn-libusb-1.0.20/lib/tls/x86_64", 0x7fff0a2cd510) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/krzz05fnhylkwxxaw8yjsnz25mlq23pn-libusb-1.0.20/lib/tls/libusb-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/krzz05fnhylkwxxaw8yjsnz25mlq23pn-libusb-1.0.20/lib/tls", 0x7fff0a2cd510) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/krzz05fnhylkwxxaw8yjsnz25mlq23pn-libusb-1.0.20/lib/haswell/x86_64/libusb-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/krzz05fnhylkwxxaw8yjsnz25mlq23pn-libusb-1.0.20/lib/haswell/x86_64", 0x7fff0a2cd510) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/krzz05fnhylkwxxaw8yjsnz25mlq23pn-libusb-1.0.20/lib/haswell/libusb-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/krzz05fnhylkwxxaw8yjsnz25mlq23pn-libusb-1.0.20/lib/haswell", 0x7fff0a2cd510) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/krzz05fnhylkwxxaw8yjsnz25mlq23pn-libusb-1.0.20/lib/x86_64/libusb-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/nix/store/krzz05fnhylkwxxaw8yjsnz25mlq23pn-libusb-1.0.20/lib/x86_64", 0x7fff0a2cd510) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/krzz05fnhylkwxxaw8yjsnz25mlq23pn-libusb-1.0.20/lib/libusb-1.0.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@A\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0555, st_size=120896, ...}) = 0
mmap(NULL, 2195872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc65f71000
mprotect(0x7fcc65f88000, 2097152, PROT_NONE) = 0
mmap(0x7fcc66188000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7fcc66188000
close(3)                                = 0
openat(AT_FDCWD, "/run/opengl-driver/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mdb9cz4hz554qqd6hvzsjv53awzgpqkj-systemd-234-lib/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20+\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0444, st_size=100608, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcc6a5b0000
mmap(NULL, 2185600, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcc65d5b000
mprotect(0x7fcc65d71000, 2093056, PROT_NONE) = 0
mmap(0x7fcc65f70000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7fcc65f70000
close(3)                                = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcc6a5ae000
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcc6a5ab000
arch_prctl(ARCH_SET_FS, 0x7fcc6a5ab840) = 0
mprotect(0x7fcc68951000, 16384, PROT_READ) = 0
mprotect(0x7fcc68b73000, 4096, PROT_READ) = 0
mprotect(0x7fcc68258000, 4096, PROT_READ) = 0
mprotect(0x7fcc68044000, 4096, PROT_READ) = 0
mprotect(0x7fcc67e3f000, 4096, PROT_READ) = 0
mprotect(0x7fcc6a5d6000, 4096, PROT_READ) = 0
mprotect(0x7fcc66188000, 4096, PROT_READ) = 0
mprotect(0x7fcc66ec0000, 4096, PROT_READ) = 0
mprotect(0x7fcc69c23000, 4096, PROT_READ) = 0
mprotect(0x7fcc6638a000, 4096, PROT_READ) = 0
mprotect(0x7fcc66592000, 4096, PROT_READ) = 0
mprotect(0x7fcc667db000, 20480, PROT_READ) = 0
mprotect(0x7fcc66a34000, 12288, PROT_READ) = 0
mprotect(0x7fcc66c4e000, 4096, PROT_READ) = 0
mprotect(0x7fcc670c4000, 4096, PROT_READ) = 0
mprotect(0x7fcc672cd000, 4096, PROT_READ) = 0
mprotect(0x7fcc674e2000, 4096, PROT_READ) = 0
mprotect(0x7fcc677f9000, 8192, PROT_READ) = 0
mprotect(0x7fcc67a11000, 4096, PROT_READ) = 0
mprotect(0x7fcc67c37000, 4096, PROT_READ) = 0
mprotect(0x7fcc685a6000, 4096, PROT_READ) = 0
mprotect(0x7fcc68e74000, 12288, PROT_READ) = 0
mprotect(0x7fcc6a662000, 12288, PROT_READ) = 0
mprotect(0x7fcc69e77000, 4096, PROT_READ) = 0
mprotect(0x7fcc6990f000, 4096, PROT_READ) = 0
mprotect(0x7fcc6a20a000, 28672, PROT_READ) = 0
mprotect(0x7fcc69095000, 4096, PROT_READ) = 0
mprotect(0x7fcc692ec000, 8192, PROT_READ) = 0
mprotect(0x7fcc69500000, 4096, PROT_READ) = 0
mprotect(0x7fcc6970b000, 4096, PROT_READ) = 0
mprotect(0x7fcc6a443000, 8192, PROT_READ) = 0
mprotect(0x62e000, 4096, PROT_READ)     = 0
mprotect(0x7fcc6a66a000, 4096, PROT_READ) = 0
set_tid_address(0x7fcc6a5abb10)         = 17867
set_robust_list(0x7fcc6a5abb20, 24)     = 0
rt_sigaction(SIGRTMIN, {sa_handler=0x7fcc689609f0, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7fcc6896cdb0}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {sa_handler=0x7fcc68960a80, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7fcc6896cdb0}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
brk(NULL)                               = 0x1375000
brk(0x1396000)                          = 0x1396000
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/run/current-system/sw/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0444, st_size=114228912, ...}) = 0
mmap(NULL, 114228912, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fcc5f06b000
close(3)                                = 0
getcwd("/home/jtojnar/meson", 4096)     = 20
open("/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0444, st_size=2997, ...}) = 0
read(3, "# Locale name alias data base.\n#"..., 4096) = 2997
read(3, "", 4096)                       = 0
close(3)                                = 0
open("/home/jtojnar/meson/share/locale/en_GB.UTF-8/LC_MESSAGES/colord.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jtojnar/meson/share/locale/en_GB.utf8/LC_MESSAGES/colord.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jtojnar/meson/share/locale/en_GB/LC_MESSAGES/colord.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jtojnar/meson/share/locale/en.UTF-8/LC_MESSAGES/colord.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jtojnar/meson/share/locale/en.utf8/LC_MESSAGES/colord.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/jtojnar/meson/share/locale/en/LC_MESSAGES/colord.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
getcwd("/home/jtojnar/meson", 4096)     = 20
getcwd("/home/jtojnar/meson", 4096)     = 20
getcwd("/home/jtojnar/meson", 4096)     = 20
ioctl(1, TCGETS, 0x7fff0a2ce5a0)        = -1 ENOTTY (Inappropriate ioctl for device)
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK)   = 3
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
access("/run/udev/control", F_OK)       = 0
socket(AF_NETLINK, SOCK_RAW|SOCK_CLOEXEC|SOCK_NONBLOCK, NETLINK_KOBJECT_UEVENT) = 4
setsockopt(4, SOL_SOCKET, SO_ATTACH_FILTER, {len=11, filter=0x7fff0a2ccf40}, 16) = 0
bind(4, {sa_family=AF_NETLINK, nl_pid=0, nl_groups=0x000002}, 12) = 0
getsockname(4, {sa_family=AF_NETLINK, nl_pid=17867, nl_groups=0x000002}, [12]) = 0
setsockopt(4, SOL_SOCKET, SO_PASSCRED, [1], 4) = 0
fstat(4, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
fcntl(4, F_GETFL)                       = 0x802 (flags O_RDWR|O_NONBLOCK)
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
access("/var/lib/colord", F_OK)         = 0
lstat("/var/lib/colord/mapping.db", {st_mode=S_IFREG|0644, st_size=16384, ...}) = 0
getpid()                                = 17867
getpid()                                = 17867
openat(AT_FDCWD, "/var/lib/colord/mapping.db", O_RDWR|O_CREAT|O_CLOEXEC, 0644) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=16384, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=16384, ...}) = 0
stat("/var/lib/colord/mapping.db", {st_mode=S_IFREG|0644, st_size=16384, ...}) = 0
pread64(5, "SQLite format 3\0\20\0\1\1\0@  \0\0\0\3\0\0\0\4"..., 100, 0) = 100
brk(0x13cd000)                          = 0x13cd000
fcntl(5, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
fcntl(5, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741826, l_len=510}) = 0
fcntl(5, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
stat("/var/lib/colord/mapping.db-journal", 0x7fff0a2cd0b0) = -1 ENOENT (No such file or directory)
stat("/var/lib/colord/mapping.db-wal", 0x7fff0a2cd0b0) = -1 ENOENT (No such file or directory)
fstat(5, {st_mode=S_IFREG|0644, st_size=16384, ...}) = 0
pread64(5, "SQLite format 3\0\20\0\1\1\0@  \0\0\0\3\0\0\0\4"..., 4096, 0) = 4096
fcntl(5, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0
fcntl(5, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
fcntl(5, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741826, l_len=510}) = 0
fcntl(5, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
stat("/var/lib/colord/mapping.db-journal", 0x7fff0a2ce140) = -1 ENOENT (No such file or directory)
pread64(5, "\0\0\0\3\0\0\0\4\0\0\0\0\0\0\0\0", 16, 24) = 16
stat("/var/lib/colord/mapping.db-wal", 0x7fff0a2ce140) = -1 ENOENT (No such file or directory)
fstat(5, {st_mode=S_IFREG|0644, st_size=16384, ...}) = 0
pread64(5, "\r\0\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 4096) = 4096
fcntl(5, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0
fcntl(5, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
fcntl(5, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741826, l_len=510}) = 0
fcntl(5, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
stat("/var/lib/colord/mapping.db-journal", 0x7fff0a2ce140) = -1 ENOENT (No such file or directory)
pread64(5, "\0\0\0\3\0\0\0\4\0\0\0\0\0\0\0\0", 16, 24) = 16
stat("/var/lib/colord/mapping.db-wal", 0x7fff0a2ce140) = -1 ENOENT (No such file or directory)
fstat(5, {st_mode=S_IFREG|0644, st_size=16384, ...}) = 0
fcntl(5, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0
fcntl(5, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
fcntl(5, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741826, l_len=510}) = 0
fcntl(5, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
stat("/var/lib/colord/mapping.db-journal", 0x7fff0a2ce140) = -1 ENOENT (No such file or directory)
pread64(5, "\0\0\0\3\0\0\0\4\0\0\0\0\0\0\0\0", 16, 24) = 16
stat("/var/lib/colord/mapping.db-wal", 0x7fff0a2ce140) = -1 ENOENT (No such file or directory)
fstat(5, {st_mode=S_IFREG|0644, st_size=16384, ...}) = 0
pread64(5, "\r\0\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 8192) = 4096
fcntl(5, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
access("/var/lib/colord", F_OK)         = 0
lstat("/var/lib/colord/storage.db", {st_mode=S_IFREG|0644, st_size=28672, ...}) = 0
getpid()                                = 17867
openat(AT_FDCWD, "/var/lib/colord/storage.db", O_RDWR|O_CREAT|O_CLOEXEC, 0644) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=28672, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=28672, ...}) = 0
stat("/var/lib/colord/storage.db", {st_mode=S_IFREG|0644, st_size=28672, ...}) = 0
pread64(6, "SQLite format 3\0\20\0\1\1\0@  \0\0\0\3\0\0\0\7"..., 100, 0) = 100
brk(0x1404000)                          = 0x1404000
fcntl(6, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
fcntl(6, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741826, l_len=510}) = 0
fcntl(6, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
stat("/var/lib/colord/storage.db-journal", 0x7fff0a2cd0c0) = -1 ENOENT (No such file or directory)
stat("/var/lib/colord/storage.db-wal", 0x7fff0a2cd0c0) = -1 ENOENT (No such file or directory)
fstat(6, {st_mode=S_IFREG|0644, st_size=28672, ...}) = 0
pread64(6, "SQLite format 3\0\20\0\1\1\0@  \0\0\0\3\0\0\0\7"..., 4096, 0) = 4096
fcntl(6, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0
fcntl(6, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
fcntl(6, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741826, l_len=510}) = 0
fcntl(6, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
stat("/var/lib/colord/storage.db-journal", 0x7fff0a2ce150) = -1 ENOENT (No such file or directory)
pread64(6, "\0\0\0\3\0\0\0\7\0\0\0\0\0\0\0\0", 16, 24) = 16
stat("/var/lib/colord/storage.db-wal", 0x7fff0a2ce150) = -1 ENOENT (No such file or directory)
fstat(6, {st_mode=S_IFREG|0644, st_size=28672, ...}) = 0
pread64(6, "\r\0\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 4096) = 4096
fcntl(6, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0
fcntl(6, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
fcntl(6, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741826, l_len=510}) = 0
fcntl(6, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
stat("/var/lib/colord/storage.db-journal", 0x7fff0a2ce150) = -1 ENOENT (No such file or directory)
pread64(6, "\0\0\0\3\0\0\0\7\0\0\0\0\0\0\0\0", 16, 24) = 16
stat("/var/lib/colord/storage.db-wal", 0x7fff0a2ce150) = -1 ENOENT (No such file or directory)
fstat(6, {st_mode=S_IFREG|0644, st_size=28672, ...}) = 0
pread64(6, "\r\0\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 12288) = 4096
fcntl(6, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
access("/var/lib/colord", F_OK)         = 0
lstat("/var/lib/colord/storage.db", {st_mode=S_IFREG|0644, st_size=28672, ...}) = 0
getpid()                                = 17867
openat(AT_FDCWD, "/var/lib/colord/storage.db", O_RDWR|O_CREAT|O_CLOEXEC, 0644) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=28672, ...}) = 0
fstat(7, {st_mode=S_IFREG|0644, st_size=28672, ...}) = 0
stat("/var/lib/colord/storage.db", {st_mode=S_IFREG|0644, st_size=28672, ...}) = 0
pread64(7, "SQLite format 3\0\20\0\1\1\0@  \0\0\0\3\0\0\0\7"..., 100, 0) = 100
brk(0x143c000)                          = 0x143c000
fcntl(7, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
fcntl(7, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741826, l_len=510}) = 0
fcntl(7, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
stat("/var/lib/colord/storage.db-journal", 0x7fff0a2cd0c0) = -1 ENOENT (No such file or directory)
stat("/var/lib/colord/storage.db-wal", 0x7fff0a2cd0c0) = -1 ENOENT (No such file or directory)
fstat(7, {st_mode=S_IFREG|0644, st_size=28672, ...}) = 0
pread64(7, "SQLite format 3\0\20\0\1\1\0@  \0\0\0\3\0\0\0\7"..., 4096, 0) = 4096
fcntl(7, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0
fcntl(7, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
fcntl(7, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741826, l_len=510}) = 0
fcntl(7, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
stat("/var/lib/colord/storage.db-journal", 0x7fff0a2ce150) = -1 ENOENT (No such file or directory)
pread64(7, "\0\0\0\3\0\0\0\7\0\0\0\0\0\0\0\0", 16, 24) = 16
stat("/var/lib/colord/storage.db-wal", 0x7fff0a2ce150) = -1 ENOENT (No such file or directory)
fstat(7, {st_mode=S_IFREG|0644, st_size=28672, ...}) = 0
pread64(7, "\r\0\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 20480) = 4096
fcntl(7, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
getcwd("/home/jtojnar/meson", 4096)     = 20
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/share/locale/en_GB.UTF-8/LC_MESSAGES/glib20.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/share/locale/en_GB.utf8/LC_MESSAGES/glib20.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/share/locale/en_GB/LC_MESSAGES/glib20.mo", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0444, st_size=108822, ...}) = 0
mmap(NULL, 108822, PROT_READ, MAP_PRIVATE, 8, 0) = 0x7fcc6a590000
close(8)                                = 0
open("/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/share/locale/en.UTF-8/LC_MESSAGES/glib20.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/share/locale/en.utf8/LC_MESSAGES/glib20.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/nix/store/0cgwsihhxi6vzix5vdchrvj8m4qzb3r1-glib-2.54.1/share/locale/en/LC_MESSAGES/glib20.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
brk(0x145d000)                          = 0x145d000
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
rt_sigprocmask(SIG_SETMASK, ~[RTMIN RT_1], [], 8) = 0
eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK)   = 8
mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7fcc5e86a000
mprotect(0x7fcc5e86b000, 8388608, PROT_READ|PROT_WRITE) = 0
clone(child_stack=0x7fcc5f069eb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7fcc5f06a9d0, tls=0x7fcc5f06a700, child_tidptr=0x7fcc5f06a9d0) = 17868
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
write(8, "\1\0\0\0\0\0\0\0", 8)         = 8
futex(0x14455e0, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[PIPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fcc685dc2e0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7fcc5e069000
mprotect(0x7fcc5e06a000, 8388608, PROT_READ|PROT_WRITE) = 0
clone(child_stack=0x7fcc5e868eb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7fcc5e8699d0, tls=0x7fcc5e869700, child_tidptr=0x7fcc5e8699d0) = 17869
futex(0x7fcc69c24e08, FUTEX_WAKE_PRIVATE, 1) = 1
open("/sys/class/drm", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 9
fstat(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
getdents(9, /* 10 entries */, 32768)    = 304
access("/sys/class/drm/version/enabled", F_OK) = -1 ENOTDIR (Not a directory)
access("/sys/class/drm/card1/enabled", F_OK) = -1 ENOENT (No such file or directory)
access("/sys/class/drm/renderD128/enabled", F_OK) = -1 ENOENT (No such file or directory)
access("/sys/class/drm/card0-eDP-1/enabled", F_OK) = 0
openat(AT_FDCWD, "/sys/class/drm/card0-eDP-1/enabled", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
read(11, "enabled\n", 4096)             = 8
read(11, "", 4088)                      = 0
close(11)                               = 0
openat(AT_FDCWD, "/sys/class/drm/card0-eDP-1/edid", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
fcntl(11, F_GETFL)                      = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fstat(11, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(11, "\0\377\377\377\377\377\377\0\r\256\300\25\0\0\0\0\4\27\1\4\225\"\23x\2F5\236WW\224'"..., 4096) = 128
read(11, "", 4096)                      = 0
close(11)                               = 0
futex(0x7fcc69c24bb0, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcc69c24c80, FUTEX_WAKE_PRIVATE, 1) = 1
openat(AT_FDCWD, "/etc/udev/hwdb.bin", O_RDONLY|O_CLOEXEC) = 13
fstat(13, {st_mode=S_IFREG|0444, st_size=7534452, ...}) = 0
mmap(NULL, 7534452, PROT_READ, MAP_SHARED, 13, 0) = 0x7fcc5d138000
open("/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/lib/gconv/gconv-modules.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/lib/gconv/gconv-modules", O_RDONLY|O_CLOEXEC) = 14
fstat(14, {st_mode=S_IFREG|0444, st_size=56095, ...}) = 0
read(14, "# GNU libc iconv configuration.\n"..., 4096) = 4096
brk(0x147e000)                          = 0x147e000
read(14, "1002//\tJUS_I.B1.002//\nmodule\tJUS"..., 4096) = 4096
read(14, "ISO-IR-110//\t\tISO-8859-4//\nalias"..., 4096) = 4096
read(14, "\t\tISO-8859-14//\nalias\tISO_8859-1"..., 4096) = 4096
read(14, "IC-ES//\nalias\tEBCDICES//\t\tEBCDIC"..., 4096) = 4096
read(14, "DIC-CP-ES//\t\tIBM284//\nalias\tCSIB"..., 4096) = 4096
read(14, "//\nalias\tCSIBM864//\t\tIBM864//\nal"..., 4096) = 4096
read(14, "BM939//\nmodule\tIBM939//\t\tINTERNA"..., 4096) = 4096
read(14, "EUC-CN//\nalias\tCN-GB//\t\t\tEUC-CN/"..., 4096) = 4096
read(14, "T//\nmodule\tISO-2022-CN-EXT//\tINT"..., 4096) = 4096
read(14, "//\t\tISO_5428//\nalias\tISO_5428:19"..., 4096) = 4096
read(14, "CII-8\t1\n\n#\tfrom\t\t\tto\t\t\tmodule\t\tc"..., 4096) = 4096
brk(0x149f000)                          = 0x149f000
read(14, "\tfrom\t\t\tto\t\t\tmodule\t\tcost\nalias\t"..., 4096) = 4096
read(14, "712//\t\tINTERNAL\t\tIBM12712\t\t1\nmod"..., 4096) = 2847
read(14, "", 4096)                      = 0
close(14)                               = 0
futex(0x7fcc68956848, FUTEX_WAKE_PRIVATE, 2147483647) = 0
getpid()                                = 17867
gettid()                                = 17867
getrandom("\x13\xa4\xad\xc9\x8d\x33\x12\xfc\xdb\x08\x1b\x79\x5b\x4d\x42\x4b", 16, GRND_NONBLOCK) = 16
munmap(0x7fcc5d138000, 7534452)         = 0
close(13)                               = 0
access("/sys/class/drm/card0/enabled", F_OK) = -1 ENOENT (No such file or directory)
access("/sys/class/drm/ttm/enabled", F_OK) = -1 ENOENT (No such file or directory)
access("/sys/class/drm/card0-HDMI-A-1/enabled", F_OK) = 0
openat(AT_FDCWD, "/sys/class/drm/card0-HDMI-A-1/enabled", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
read(12, "disabled\n", 4096)            = 9
read(12, "", 4087)                      = 0
close(12)                               = 0
access("/sys/class/drm/renderD129/enabled", F_OK) = -1 ENOENT (No such file or directory)
getdents(9, /* 0 entries */, 32768)     = 0
close(9)                                = 0
open("/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/colord-plugins", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 9
fstat(9, {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
getdents(9, /* 5 entries */, 32768)     = 192
stat("/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/colord-plugins/libcolord_sensor_sane.so", {st_mode=S_IFREG|0555, st_size=12488, ...}) = 0
futex(0x7fcc670c5048, FUTEX_WAKE_PRIVATE, 2147483647) = 0
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/colord-plugins/libcolord_sensor_sane.so", O_RDONLY|O_CLOEXEC) = 12
read(12, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\v\0\0\0\0\0\0"..., 832) = 832
fstat(12, {st_mode=S_IFREG|0555, st_size=12488, ...}) = 0
mmap(NULL, 2105360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 12, 0) = 0x7fcc5d665000
mprotect(0x7fcc5d667000, 2093056, PROT_NONE) = 0
mmap(0x7fcc5d866000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 12, 0x1000) = 0x7fcc5d866000
close(12)                               = 0
mprotect(0x7fcc5d866000, 4096, PROT_READ) = 0
open("/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/share/locale/en_GB.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/share/locale/en_GB.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/share/locale/en_GB/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/share/locale/en.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/nix/store/mjx71lmnlf4psm9942djjcd8b56hyk8b-glibc-2.26-75/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/colord-plugins/libcolord_sensor_scanner.so", {st_mode=S_IFREG|0555, st_size=17552, ...}) = 0
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/colord-plugins/libcolord_sensor_scanner.so", O_RDONLY|O_CLOEXEC) = 12
read(12, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\24\0\0\0\0\0\0"..., 832) = 832
fstat(12, {st_mode=S_IFREG|0555, st_size=17552, ...}) = 0
mmap(NULL, 2109456, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 12, 0) = 0x7fcc5d461000
mprotect(0x7fcc5d463000, 2097152, PROT_NONE) = 0
mmap(0x7fcc5d663000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 12, 0x2000) = 0x7fcc5d663000
close(12)                               = 0
mprotect(0x7fcc5d663000, 4096, PROT_READ) = 0
stat("/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/colord-plugins/libcolord_sensor_camera.so", {st_mode=S_IFREG|0555, st_size=17736, ...}) = 0
openat(AT_FDCWD, "/nix/store/lv55y6g6p3gqvnhz22bwrjmfrd6mvl4j-colord-1.4.1/lib/colord-plugins/libcolord_sensor_camera.so", O_RDONLY|O_CLOEXEC) = 12
read(12, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\25\0\0\0\0\0\0"..., 832) = 832
fstat(12, {st_mode=S_IFREG|0555, st_size=17736, ...}) = 0
mmap(NULL, 2109456, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 12, 0) = 0x7fcc5d25d000
mprotect(0x7fcc5d25f000, 2097152, PROT_NONE) = 0
mmap(0x7fcc5d45f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 12, 0x2000) = 0x7fcc5d45f000
close(12)                               = 0
mprotect(0x7fcc5d45f000, 4096, PROT_READ) = 0
getdents(9, /* 0 entries */, 32768)     = 0
close(9)                                = 0
access("/run/udev/control", F_OK)       = 0
socket(AF_NETLINK, SOCK_RAW|SOCK_CLOEXEC|SOCK_NONBLOCK, NETLINK_KOBJECT_UEVENT) = 9
setsockopt(9, SOL_SOCKET, SO_ATTACH_FILTER, {len=11, filter=0x7fff0a2cd220}, 16) = 0
bind(9, {sa_family=AF_NETLINK, nl_pid=0, nl_groups=0x000002}, 12) = 0
getsockname(9, {sa_family=AF_NETLINK, nl_pid=-1559021422, nl_groups=0x000002}, [12]) = 0
setsockopt(9, SOL_SOCKET, SO_PASSCRED, [1], 4) = 0
fstat(9, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
fcntl(9, F_GETFL)                       = 0x802 (flags O_RDWR|O_NONBLOCK)
access("/run/udev/control", F_OK)       = 0
socket(AF_NETLINK, SOCK_RAW|SOCK_CLOEXEC|SOCK_NONBLOCK, NETLINK_KOBJECT_UEVENT) = 12
setsockopt(12, SOL_SOCKET, SO_ATTACH_FILTER, {len=8, filter=0x7fff0a2cd220}, 16) = 0
bind(12, {sa_family=AF_NETLINK, nl_pid=0, nl_groups=0x000002}, 12) = 0
getsockname(12, {sa_family=AF_NETLINK, nl_pid=-16217016, nl_groups=0x000002}, [12]) = 0
setsockopt(12, SOL_SOCKET, SO_PASSCRED, [1], 4) = 0
fstat(12, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
fcntl(12, F_GETFL)                      = 0x802 (flags O_RDWR|O_NONBLOCK)
access("/run/udev/control", F_OK)       = 0
socket(AF_NETLINK, SOCK_RAW|SOCK_CLOEXEC|SOCK_NONBLOCK, NETLINK_KOBJECT_UEVENT) = 13
setsockopt(13, SOL_SOCKET, SO_ATTACH_FILTER, {len=11, filter=0x7fff0a2cd220}, 16) = 0
bind(13, {sa_family=AF_NETLINK, nl_pid=0, nl_groups=0x000002}, 12) = 0
getsockname(13, {sa_family=AF_NETLINK, nl_pid=-622061461, nl_groups=0x000002}, [12]) = 0
setsockopt(13, SOL_SOCKET, SO_PASSCRED, [1], 4) = 0
fstat(13, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
fcntl(13, F_GETFL)                      = 0x802 (flags O_RDWR|O_NONBLOCK)
openat(AT_FDCWD, "/sys/class/dmi/id/sys_vendor", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
read(14, "Sony Corporation\n", 4096)    = 17
read(14, "", 4079)                      = 0
close(14)                               = 0
openat(AT_FDCWD, "/sys/class/dmi/id/product_version", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
read(14, "C10KJ351\n", 4096)            = 9
read(14, "", 4087)                      = 0
close(14)                               = 0
openat(AT_FDCWD, "/sys/class/dmi/id/product_name", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
read(14, "SVF1532X1EB\n", 4096)         = 12
read(14, "", 4084)                      = 0
close(14)                               = 0
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}, {fd=12, events=POLLIN}, {fd=13, events=POLLIN}], 5, 0) = 0 (Timeout)
futex(0x7fcc69c24e28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
write(11, "\1\0\0\0\0\0\0\0", 8)        = 8
futex(0x7fcc5000e1c0, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7fcc5000df50, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x144f0b8, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7fcc69e78288, FUTEX_WAKE_PRIVATE, 1) = 0
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}, {fd=12, events=POLLIN}, {fd=13, events=POLLIN}], 5, 25000) = 1 ([{fd=3, revents=POLLIN}])
read(3, "\1\0\0\0\0\0\0\0", 16)         = 8
write(3, "\1\0\0\0\0\0\0\0", 8)         = 8
futex(0x1383380, FUTEX_WAKE_PRIVATE, 2147483647) = 0
close(9)                                = 0
close(12)                               = 0
close(13)                               = 0
munmap(0x7fcc5d665000, 2105360)         = 0
munmap(0x7fcc5d461000, 2109456)         = 0
munmap(0x7fcc5d25d000, 2109456)         = 0
close(4)                                = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=16384, ...}) = 0
stat("/var/lib/colord/mapping.db", {st_mode=S_IFREG|0644, st_size=16384, ...}) = 0
close(5)                                = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=28672, ...}) = 0
stat("/var/lib/colord/storage.db", {st_mode=S_IFREG|0644, st_size=28672, ...}) = 0
close(6)                                = 0
fstat(7, {st_mode=S_IFREG|0644, st_size=28672, ...}) = 0
stat("/var/lib/colord/storage.db", {st_mode=S_IFREG|0644, st_size=28672, ...}) = 0
close(7)                                = 0
write(11, "\1\0\0\0\0\0\0\0", 8)        = 8
futex(0x7fcc5000e1c0, FUTEX_WAKE_PRIVATE, 1) = 1
exit_group(0)                           = ?
+++ exited with 0 +++

Pull from transifex

I am not sure about what happened to the transifex integration, but apparently it is not pulling the completed zh_CN translations to colord's git repo. Could you please check for the configuration some time?

Compiling gnome-shell throws error during compiling phase of colord

I'm trying to compile the latest gnome-shell on ubuntu 16.04. Using the command jhbuild build gnome-shell I get the following error for colord:

Makefile:662: recipe for target 'cd-it8.1' failed
make[2]: *** [cd-it8.1] Error 8
make[2]: *** Waiting for unfinished jobs....
Makefile:656: recipe for target 'cd-create-profile.1' failed
make[2]: *** [cd-create-profile.1] Error 8
Makefile:653: recipe for target 'colormgr.1' failed
make[2]: *** [colormgr.1] Error 8
Makefile:659: recipe for target 'cd-fix-profile.1' failed
make[2]: *** [cd-fix-profile.1] Error 8
make[2]: Leaving directory '/home/james/jhbuild/checkout/colord/man'
Makefile:579: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/james/jhbuild/checkout/colord'
Makefile:511: recipe for target 'all' failed
make: *** [all] Error 2
*** Error during phase build of colord: ########## Error running make -j 5 *** [65/84]

Any ideas?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.