[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#909436: libdrm: FTBFS on hurd-i386 (#909436, updated and new patches)



On Tue, 2022-01-18 at 17:46 +0100, Svante Signell wrote:
> 
> The added file can be incorporated in libdrm-tests.install file with 
> using dh_exec and making libdrm-tests.install executable.
> +#! /usr/bin/dh-exec
> +[hurd-any] usr/bin/amdgpu_test

Add to this a build-dependency of dh-exec needed in debian/control.

> Alternately (and simpler) a separate file for Hurd can be created solving the
> same problem. Attached is a patch creating that file: libdrm-
> tests.install.hurd.diff  

Another simple solution is to use a wildcard:
--- a/debian/libdrm-tests.install       2021-12-15 16:55:18.000000000 +0100
+++ b/debian/libdrm-tests.install       2022-01-12 18:28:35.000000000 +0100
@@ -1,3 +1,3 @@
-usr/bin/amdgpu_stress
+usr/bin/amdgpu_*
 usr/bin/drmdevice
 usr/bin/modetest

Thanks again!


Reply to: