Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure: gscan2pdf #268406

Closed
gador opened this issue Nov 18, 2023 · 0 comments · Fixed by #268836
Closed

Build failure: gscan2pdf #268406

gador opened this issue Nov 18, 2023 · 0 comments · Fixed by #268836
Labels
0.kind: build failure A package fails to build

Comments

@gador
Copy link
Member

gador commented Nov 18, 2023

Steps To Reproduce

Steps to reproduce the behavior:

  1. build gscan2pdf (e.g. nix-build -A gscan2pdf on a current revision. I used 168ba6d)

Build log

see https://hydra.nixos.org/build/241329132/nixlog/2

Additional context

gscan2pdf times out on test t/135_save_tiff_as_ps_with_space.t

Upstream has no bug report concerning this test.

I am bisecting currently to figure out what caused the test to fail.

git bisect --first-parent returned:

# first bad commit: [a7a8f8253db3f32cc15baf527d36ef7171425eba] Merge #263535: staging-next 2023-10-26

#263535
The bisect on the actual commit will take a long time, though..

Notify maintainer

@pacien

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.1.62, NixOS, 23.11 (Tapir), 23.11.20231112.a49378b`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.1`
 - channels(root): `"nixos, nixos-unstable"`
 - channels(wogan): `""`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
@gador gador added the 0.kind: build failure A package fails to build label Nov 18, 2023
gador added a commit to gador/nixpkgs that referenced this issue Nov 21, 2023
Due to the removal of tools like `tiff2pdf` from `libtiff`
many tests fail or cause a timeout.
This commit fixes the dependency to `libtiff_4_5`.
Also it includes two upstream patches, which haven't been merged
and re-adds a previously removed test.

fixes NixOS#268406

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
gador added a commit to gador/nixpkgs that referenced this issue Nov 23, 2023
Due to the removal of tools like `tiff2pdf` from `libtiff`
many tests fail or cause a timeout.
This commit fixes the dependency to `libtiff_4_5`.

fixes NixOS#268406

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
github-actions bot pushed a commit that referenced this issue Dec 2, 2023
Due to the removal of tools like `tiff2pdf` from `libtiff`
many tests fail or cause a timeout.
This commit fixes the dependency to `libtiff_4_5`.

fixes #268406

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
(cherry picked from commit 9a579e1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: build failure A package fails to build
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant