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

scribusUnstable fails to install on nixos-unstable #53943

Closed
duairc opened this issue Jan 14, 2019 · 4 comments
Closed

scribusUnstable fails to install on nixos-unstable #53943

duairc opened this issue Jan 14, 2019 · 4 comments
Labels
0.kind: regression Something that worked before working no longer

Comments

@duairc
Copy link
Contributor

duairc commented Jan 14, 2019

Issue description

scribusUnstable fails to install on nixos-unstable. It worked before the recent update. It fails late on in the build phase.

[ 89%] Generating ui_pdfimportoptions.h
[ 89%] Generating moc_importpdf.cpp
[ 89%] Generating moc_importpdfplugin.cpp
[ 89%] Generating moc_pdfimportoptions.cpp
Scanning dependencies of target importpdf
[ 89%] Building CXX object scribus/plugins/import/pdf/CMakeFiles/importpdf.dir/importpdf.cpp.o
In file included from /build/Scribus-r22730/scribus/plugins/import/pdf/importpdf.cpp:18:0:
/build/Scribus-r22730/scribus/plugins/import/pdf/slaoutput.h:31:10: fatal error: poppler/goo/gtypes.h: No such file or directory
 #include <poppler/goo/gtypes.h>
          ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [scribus/plugins/import/pdf/CMakeFiles/importpdf.dir/build.make:78: scribus/plugins/import/pdf/CMakeFiles/importpdf.dir/importpdf.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1763: scribus/plugins/import/pdf/CMakeFiles/importpdf.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 89%] Linking CXX shared module libimportpages.so
[ 89%] Linking CXX shared module libimportpct.so
[ 89%] Built target importpages
[ 89%] Built target importpct
[ 89%] Linking CXX shared module libimportodg.so
[ 89%] Built target importodg
make: *** [Makefile:152: all] Error 2
builder for '/nix/store/zjlpzcxymksw4l5p1kqdi9n9ycc3pz9r-scribus-unstable-2018-10-13.drv' failed with exit code 2

Steps to reproduce

Try to install scribusUnstable on nixos-unstable.

Technical details

  • system: "x86_64-linux"
  • host os: Linux 4.19.13, NixOS, 19.03.git.626233e (Koi)
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.2
  • channels(root): "nixos-19.03pre166308.626233eee6e"
  • nixpkgs: /pkgs/nixpkgs
@erictapen
Copy link
Member

Can reproduce it. I'm currently testing opportunities to fix this.

@hedning hedning added the 0.kind: regression Something that worked before working no longer label Jan 14, 2019
@erictapen
Copy link
Member

@worldofpeace Are you sure, that #53944 fixes this issue? I still experience the problem on 6ce1348 (current /pr/53944).

@worldofpeace
Copy link
Contributor

That was an accidental reference.

@erictapen
Copy link
Member

It's 7757e43. Reverting it fixes the issue for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: regression Something that worked before working no longer
Projects
None yet
Development

No branches or pull requests

4 participants