Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #13230 (closed defect: fixed)

Opened 13 months ago

Last modified 12 months ago

libgsf 1.14.7_0 has an undeclared libbonobo dependency

Reported by: takanori@… Owned by: rhwood@…
Priority: Normal Milestone: Port Bugs
Component: ports Version: 1.5.0
Keywords: Cc: rhwood@…, takanori@…
Port:

Description

It seems that libbonobo is required to build libgsf.

$ sudo port install koffice
...
--->  Fetching libgsf
--->  Attempting to fetch libgsf-1.14.7.tar.bz2 from http://mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/libgsf/1.14/
--->  Verifying checksum(s) for libgsf
--->  Extracting libgsf
--->  Configuring libgsf
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libgsf/work/libgsf-1.14.7" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --with-gnome --without-python " returned error 1
Command output: checking for fcntl.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for unistd.h... (cached) yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for chown... yes
checking for setrlimit... yes
checking for gmtime_r... yes
checking for struct tm.tm_gmtoff... yes
checking for g_chmod... yes
checking for g_access... yes
checking whether macro S_ISREG is available... yes
checking for Win32 platform... no
checking whether to build gtk-doc documentation... no
checking for gtkdoc-check... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzread in -lz... yes
checking for BZ2_bzDecompressInit in -lbz2... yes
checking for bzlib.h... yes
checking for LIBGSF_GNOME... no
configure: error: GNOME support requested, but not available.
[${worksrcpath}/config.log]
...
configure:25218: checking for LIBGSF_GNOME
configure:25226: $PKG_CONFIG --exists --print-errors "$libgsf_gnome_reqs"
Package libbonobo-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libbonobo-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libbonobo-2.0' found
configure:25229: $? = 1
configure:25244: $PKG_CONFIG --exists --print-errors "$libgsf_gnome_reqs"
Package libbonobo-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libbonobo-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libbonobo-2.0' found
configure:25247: $? = 1
No package 'libbonobo-2.0' found
configure:25275: result: no
configure:25278: error: GNOME support requested, but not available.
...

Attachments

Portfile.diff (309 bytes) - added by takanori@… 13 months ago.
suggested patch

Change History

Changed 13 months ago by takanori@…

suggested patch

Changed 13 months ago by nox@…

  • cc rhwood@…, takanori@… added; rhwood@… removed
  • summary changed from BUG: libgsf @1.14.7_0 fails to build to libgsf 1.14.7_0 has an undeclared libbonobo dependency

Changed 12 months ago by bulk@…

hi there, for what it's worth, I've confirmed this dependency independently. I just did a fresh macports install (clean installed) and with port install libgsf I got the same error.

it was fixed with port install libbonobo

thanks...

--nickg

Changed 12 months ago by takanori@…

  • status changed from new to closed
  • resolution set to fixed

fixed in r31454.

Note: See TracTickets for help on using tickets.