Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127368 - gsf-sharp-0.7 must depend on <gnome-extra/libgsf-1.14
Summary: gsf-sharp-0.7 must depend on <gnome-extra/libgsf-1.14
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Daniel Drake (RETIRED)
URL:
Whiteboard:
Keywords:
: 131168 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-03-23 16:10 UTC by Henrique Ferreiro
Modified: 2006-04-25 00:36 UTC (History)
1 user (show)

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


Attachments
config.log from gsf-sharp-0.7 emerge error (config.log,36.75 KB, text/plain)
2006-04-16 16:12 UTC, Wilbur Pan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Henrique Ferreiro 2006-03-23 16:10:59 UTC
It depends on >=gnome-extra/libgsf-13 and configure fails with:

checking for GSF... configure: error: Package requirements (libgsf-1 >= 1.13 libgsf-1 < 1.14) were not met.

having libgsf-1.14.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-24 00:24:41 UTC

*** This bug has been marked as a duplicate of 123856 ***
Comment 2 Daniel Drake (RETIRED) gentoo-dev 2006-03-24 00:58:53 UTC
Jakub, thats not a dup.
Comment 3 Wilbur Pan 2006-04-16 16:12:34 UTC
Created attachment 84802 [details]
config.log from gsf-sharp-0.7 emerge error

I have the same issue.  And it does appear to be a <gnome-extra/libgsf-1.14 issue.

Please see my config.log.

=====================
>>> Emerging (2 of 4) dev-dotnet/gsf-sharp-0.7 to /
>>> checksums files   ;-) gsf-sharp-0.7.ebuild
>>> checksums files   ;-) gsf-sharp-0.6.ebuild
>>> checksums files   ;-) files/digest-gsf-sharp-0.6
>>> checksums files   ;-) files/digest-gsf-sharp-0.7
>>> checksums files   ;-) files/gsf-sharp-0.7-no-libgsf-gnome-dep.patch
>>> checksums src_uri ;-) gsf-sharp-0.7.tar.gz
>>> Unpacking source...
>>> Unpacking gsf-sharp-0.7.tar.gz to /var/tmp/portage/gsf-sharp-0.7/work
 * Applying gsf-sharp-0.7-no-libgsf-gnome-dep.patch ...                   [ ok ]
 * Running autoconf ...                                                   [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/gsf-sharp-0.7/work/gsf-sharp-0.7 ...
 * econf: updating gsf-sharp-0.7/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating gsf-sharp-0.7/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --build=i686-pc-linux-gnu

[snip]

checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /bin/install -c
checking for pkg-config... /usr/bin/pkg-config
checking for i686-pc-linux-gnu-pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for MONO_DEPENDENCY... yes
checking for mono... /usr/bin/mono
checking for mcs... /usr/bin/mcs
checking for gacutil... /usr/bin/gacutil
checking for GTK_SHARP... yes
checking for GSF... configure: error: Package requirements (libgsf-1 >= 1.13 libgsf-1 < 1.14) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively you may set the GSF_CFLAGS and GSF_LIBS environment variables
to avoid the need to call pkg-config.  See the pkg-config man page for
more details.

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/gsf-sharp-0.7/work/gsf-sharp-0.7/config.log

!!! ERROR: dev-dotnet/gsf-sharp-0.7 failed.
Call stack:
  ebuild.sh, line 1532:   Called dyn_compile
  ebuild.sh, line 929:   Called src_compile
  ebuild.sh, line 592:   Called econf
  ebuild.sh, line 527:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 4 Christophe 2006-04-17 11:53:20 UTC
Same error here.

Solution from the marked-as-duplicate bug does not work...
Comment 5 Dirk Scharff 2006-04-19 00:27:05 UTC
same error here. btw there is no ebuild that can match libgsf-1 >= 1.13
libgsf-1 < 1.14. It excludes version 1.14.
Comment 6 Francisco Oltra 2006-04-23 13:14:47 UTC
same problem, when trying to emerge gnome-2.14.
the issue seems fixed on my system by emerging libgsf-1.13.3, using
a copy from libgsf-1.14 ebuild.

emerge -C =gnome-extra/libgsf-1.14

cp /usr/portage/gnome-extra/libgsf/libgsf-1.14.ebuild /usr/local/overlay/local/gnome-extra/libgsf/libgsf-1.13.3.ebuild

ebuild /usr/local/overlay/local/gnome-extra/libgsf/libgsf-1.13.3.ebuild fetch
ebuild /usr/local/overlay/local/gnome-extra/libgsf/libgsf-1.13.3.ebuild digest
ebuild /usr/local/overlay/local/gnome-extra/libgsf/libgsf-1.13.3.ebuild merge

prevent unwanted upgrades, right?
echo ">=gnome-extra/libgsf-1.14" >> /etc/portage/package.mask

Comment 7 Daniel Drake (RETIRED) gentoo-dev 2006-04-24 07:30:51 UTC
fixed in gsf-sharp-0.8 -- sorry for the delay, and thanks for reporting.
Comment 8 Jakub Moc (RETIRED) gentoo-dev 2006-04-25 00:36:47 UTC
*** Bug 131168 has been marked as a duplicate of this bug. ***