Summary: | app-office/gnucash-2.7.4 - .../work/gnucash-2.7.4/gnucash/gnome-utils/gnc-tree-view-split-reg.c:4094:9: error: ‘start_spath’ may be used uninitialized in this function [-Werror=maybe-uninitialized] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Johannes Buchner <buchner.johannes> |
Component: | Current packages | Assignee: | Aaron W. Swenson <titanofold> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | gnome |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
environment file |
Description
Johannes Buchner
2018-02-16 13:12:56 UTC
I emerged app-office/gnucash-2.7.3 instead which worked. (In reply to Johannes Buchner from comment #0) > # emerge --info > ... Next time, please include the package name with `emerge --info`: emerge --info =app-office/gnucash-2.7.4 It let's us see at a glance which USE flags you've enabled for the package. Additionally, the environment file would be helpful. I've compiled this thing so many different ways and have never run into this issue. Have you reported this upstream? It would be more beneficial if you work with them directly on it rather than me being the go-between. Created attachment 520382 [details]
environment file
I attach the environment file.
I don't have any use flags for gnucash, but updated compiler in the meantime. New emerge --info output:
# emerge --info =app-office/gnucash-2.7.4-r1
Portage 2.3.19 (python 3.5.4-final-0, default/linux/amd64/17.0/desktop, gcc-7.3.0, glibc-2.25-r10, 4.15.2-gentoo x86_64)
=================================================================
System Settings
=================================================================
System uname: Linux-4.15.2-gentoo-x86_64-AMD_A8-6410_APU_with_AMD_Radeon_R5_Graphics-with-gentoo-2.4.1
KiB Mem: 7103100 total, 70580 free
KiB Swap: 2047996 total, 746928 free
Timestamp of repository gentoo: Wed, 21 Feb 2018 00:45:01 +0000
Head commit of repository gentoo: 62950e650d83030963f6c6f1b77581ecc24b327c
... and otherwise exactly as before ...
(continued in next comment...)
I also downloaded and tried to compile gnucash-2.6.19 from the sourceforge website. But I get: $ ./configure --prefix=$HOME/bin/ --disable-dbi ... checking the html engine... webkit checking for webkit-1.0 >= "1.2"... no Package webkit-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `webkit-1.0.pc' to the PKG_CONFIG_PATH environment variable No package 'webkit-1.0' found configure: error: Library requirements (webkit-1.0 >= "1.2") not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. I have these files: $ qlist webkit-gtk|grep '.pc$' /usr/lib64/pkgconfig/webkit2gtk-4.0.pc /usr/lib64/pkgconfig/webkit2gtk-web-extension-4.0.pc /usr/lib64/pkgconfig/javascriptcoregtk-4.0.pc cmake gives the same: -- Checking for module 'webkit-1.0>=1.2' -- No package 'webkit-1.0' found I don't see anything special in the ebuild file that cmake is somehow informed about webkit-1.0. Reported upstream as https://bugzilla.gnome.org/show_bug.cgi?id=793699 Upstream made a change that is/will be included in 2.7.6. I have not verified that it is fixed, but will close for now. If the problem reappears in 2.7.4, I will re-open. |