Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 0

upower and GOBJECT_INTROSPECTION_CHECK - syntax error in configure?


kikko

Question

I'm installing Funtoo on my laptop, but I'm facing a strange error during the emerge of networkmanager: 

 

checking whether to enable maintainer-specific portions of Makefiles... yes

checking whether make supports nested variables... (cached) yes
./configure: line 3103: syntax error near unexpected token `0.9.9'
./configure: line 3103: `GOBJECT_INTROSPECTION_CHECK(0.9.9)'
 

   * Messages for package sys-power/upower-20140423:

 
 * ERROR: sys-power/upower-20140423 failed (prepare phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  93:  Called src_prepare
 *   environment, line 2768:  Called die
 * The specific snippet of code:
 *           ./autogen.sh || die;
 * 
 * If you need support, post the output of `emerge --info '=sys-power/upower-20140423'`,
 * the complete build log and the output of `emerge -pqv '=sys-power/upower-20140423'`.
 * The complete build log is located at '/var/tmp/portage/sys-power/upower-20140423/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-power/upower-20140423/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-power/upower-20140423/work/upower-20140423'
 * S: '/var/tmp/portage/sys-power/upower-20140423/work/upower-20140423'
 
 Introspection USE flag is disabled:
 
  [ebuild  N    ] sys-power/upower-20140423  USE="deprecated -introspection -ios"
 
but the configure script seem to look for this GOBJECT_INTROSPECTION_CHECK function  :wacko:
 
I've already tried adding the USE flag "deprecated" to the /etc/portage/package.use (as suggested here http://forums.funtoo.org/index.php?/topic/120-upower-wants-an-xml-parser/)
 
Any suggestion?

emerge_upower.info.txt

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

I could not reproduce your build failure with or without the introspection USE flag enabled. Please mask sys-power/upower-20140423 and try sys-power/upower-0.99.0-r1. If that works, then I'm going to need more information. What version of sys-deve/autoconf and sys-devel/automake do you have installed?

Link to comment
Share on other sites

  • 0

Dantrell, emerge of the upower-0.99.0-r1 succeeded! (thank you very much)

 

Anyway, here are the versions of autoconf and automake I have on my system:

 

- sys-devel/autoconf 2.69

- sys-devel/automake 1.13.4

 

Please let me know if you need further info

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...