Summary: | sci-visualization/gwyddion fails to build | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Marcus D. Hanwell (RETIRED) <cryos> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sci, xarthisius |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 317259 | ||
Attachments: | Build log |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 213220 [details]
Build log
I don't seem to be able to reproduce this on my box. It almost looks like a parallel make problem but I can do -j10 just fine. Could you perhaps test with -j1 just to make sure. Thanks, Markus I'd look into the flags, maybe some --without switch is not properly wired up. Couldn't reproduce either, seems odd having a "NONE" that it tries to cd to. I will see if I can find some time to dig into this and try to reproduce, but have never seen a failure like this. (In reply to comment #4) > Couldn't reproduce either, seems odd having a "NONE" that it tries to cd to. I > will see if I can find some time to dig into this and try to reproduce, but > have never seen a failure like this. This particular error is caused by L332-333 in configure.ac: test "x$x_includes" = "x" || CPPFLAGS="$CPPFLAGS -I$x_includes" test "x$x_libraries" = "x" || LDFLAGS="$LDFLAGS -L$x_libraries" changing "x" => "xNONE" or suppling --x-includes/--x-libraries to configure will do the trick. But what's more important gwyddion has several automagic deps, e.g. X libs, GTK+, pangocairo, ... Best regards, Kacper Kowalik fixed in 2.21 and automagic seems gone from upstream changes to pkg-config. |