Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 241 - nautilus-1.0.6-r1 fails to build
Summary: nautilus-1.0.6-r1 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mikael Hallendal (hallski) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-20 05:42 UTC by Einar Karttunen
Modified: 2002-01-20 07:42 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 Einar Karttunen 2002-01-20 05:42:07 UTC
nautilus fails to build with the following error in configure:
creating omf-install/Makefile
creating config.h
linking ./intl/libgettext.h to intl/libintl.h
configure: error: ./intl/libgettext.h: File not found

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 27, Exitcode 1
!!! (no error message)

make.conf contains the following flags:
USE="slang readline berkdb gdbm pam ssl perl python gif sdl vorbis ogg 
gnome mozilla X gtk qt mmx sse"
CHOST="i686-pc-linux-gnu"
CFLAGS="-mcpu=i686 -march=i686 -O3 -pipe"
CXXFLAGS="-mcpu=i686 -march=i686 -O3 -pipe"
Comment 1 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-20 07:42:23 UTC
This looks like you build without nls in your USE. If that is the case please
add it since it's currently a needed USE-flag.

I removed the nls check from the nautilus ebuild. So -r2 should work.