Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674066 - gnome-extra/libgda-5.2.8 : configure: error: Vala Extensions (Utility GObject clases written in Vala) is requested but GEE library development is not present
Summary: gnome-extra/libgda-5.2.8 : configure: error: Vala Extensions (Utility GObject...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-30 09:38 UTC by Toralf Förster
Modified: 2019-04-28 18:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,15.53 KB, text/plain)
2018-12-30 09:38 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,38.69 KB, text/plain)
2018-12-30 09:38 UTC, Toralf Förster
Details
environment (environment,230.88 KB, text/plain)
2018-12-30 09:38 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.70 KB, application/x-bzip)
2018-12-30 09:38 UTC, Toralf Förster
Details
gnome-extra:libgda-5.2.8:20181230-091234.log (gnome-extra:libgda-5.2.8:20181230-091234.log,13.83 KB, text/plain)
2018-12-30 09:38 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,14.58 KB, application/x-bzip)
2018-12-30 09:38 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,52.25 KB, application/x-bzip)
2018-12-30 09:38 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-12-30 09:38:01 UTC
checking for vapigen... no
checking for gee-0.8 >= 0.8.0... no
configure: error: Vala Extensions (Utility GObject clases written in Vala) is requested but GEE library development is not present

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/gnome-extra/libgda-5.2.8/work/libgda-5.2.8/config.log

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma-systemd_20181228-192239

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)

Available Rust versions:
  [1]   rust-1.31.1 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.9.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpvO gnome-extra/libgda
[ebuild  N    ] gnome-extra/libgda-5.2.8  USE="berkdb gtk introspection ldap ssl -canvas -debug -firebird -gnome-keyring -graphviz -http -java -json -mdb -mysql -oci8 -postgres -reports -sourceview -vala" PYTHON_TARGETS="python2_7"
Comment 1 Toralf Förster gentoo-dev 2018-12-30 09:38:04 UTC
Created attachment 558966 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-12-30 09:38:06 UTC
Created attachment 558968 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-12-30 09:38:09 UTC
Created attachment 558970 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-12-30 09:38:12 UTC
Created attachment 558972 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-12-30 09:38:15 UTC
Created attachment 558974 [details]
gnome-extra:libgda-5.2.8:20181230-091234.log
Comment 6 Toralf Förster gentoo-dev 2018-12-30 09:38:18 UTC
Created attachment 558976 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-12-30 09:38:21 UTC
Created attachment 558978 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2018-12-30 11:28:56 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f45a16054d54e562153adf0e74e4c810840f3230

commit f45a16054d54e562153adf0e74e4c810840f3230
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2018-12-30 10:49:58 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2018-12-30 10:50:56 +0000

    gnome-extra/libgda: workaround build failures without vala
    
    Upstream configure has a bad check for the libgee not existing failure,
    by checking a variable that's not used anymore, so the check will
    always fail with no libgee found - no matter if vala extensions
    are actually requested or not. Due to older version not building
    against new openssl, workaround it quickly and temporarily by
    always requiring libgee during build, pending a proper fix that
    fixes the check in configure.
    
    Bug: https://bugs.gentoo.org/674066
    Package-Manager: Portage-2.3.52, Repoman-2.3.12
    Signed-off-by: Mart Raudsepp <leio@gentoo.org>

 gnome-extra/libgda/libgda-5.2.8.ebuild | 2 ++
 1 file changed, 2 insertions(+)