Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 213531 - Installing of dev-libs/gnome-build-0.2.4 failed because no dev-perl/Locale-gettext in deps
Summary: Installing of dev-libs/gnome-build-0.2.4 failed because no dev-perl/Locale-ge...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Saleem Abdulrasool (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-15 22:19 UTC by Sergey Zolotorev
Modified: 2008-07-08 15:13 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Zolotorev 2008-03-15 22:19:49 UTC
>>> Starting src_compile
econf: updating /var/tmp/paludis/dev-libs/gnome-build-0.2.4/work/gnome-build-0.2.4/config.sub with /usr/share/gnuconfig/config.sub
econf: updating /var/tmp/paludis/dev-libs/gnome-build-0.2.4/work/gnome-build-0.2.4/config.guess with /usr/share/gnuconfig/config.guess
./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
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for i686-pc-linux-gnu-pkg-config... (cached) /usr/bin/pkg-config
...
checking for perl... /usr/bin/perl
checking whether gcc understands -Wno-sign-compare... yes
checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare
checking what language compliance flags to pass to the C compiler... 
checking for Locale::gettext... configure: error: not found

-----------

All OK if dev-perl/Locale-gettext installed.

So I think Locale-gettext should to be included into DEPEND or RDEPEND (I do now know exactly).
Comment 1 Kristian Karl 2008-03-24 16:44:36 UTC
1) Emerging dev-libs/gnome-build-0.2.4 failed
2) I did have the dev-perl/Locale-gettext-1.05 already installed
3) Did a re-emerge of dev-perl/Locale-gettext-1.05
4) Now the emerge of dev-libs/gnome-build-0.2.4 is successful.
Comment 2 Rémi Cardona (RETIRED) gentoo-dev 2008-07-08 15:13:56 UTC
  08 Jul 2008; Rémi Cardona <remi@gentoo.org> gnome-build-0.3.0.ebuild:
  add missing dep on dev-perl/Locale-gettext (fixes bugs #213531 and
  #226097)

Fixed in portage. Thanks for reporting