Ticket #13230 (closed defect: fixed)
libgsf 1.14.7_0 has an undeclared libbonobo dependency
| Reported by: | takanori@… | Owned by: | rhwood@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| 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
Change History
Changed 6 years ago by takanori@…
- Attachment Portfile.diff added
comment:1 Changed 6 years 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
comment:2 Changed 6 years 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
Note: See
TracTickets for help on using
tickets.


suggested patch