This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

build/1358: build fails if gettext not present


>Number:         1358
>Category:       build
>Synopsis:       build fails if gettext not present
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Aug 29 10:58:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Ronald Landheer-Cieslak
>Release:        gdb-5.3
>Organization:
>Environment:
i386-unknown-freebsd4.7
>Description:
When building gdb-5.3 on a (rather minimalist) i386-unknown-freebsd4.7 box, the build fails in <build>/bfd/po with msgfmt: not found

GNU gettext is not installed - and I frankly don't want it to be as this is supposed to be a minimalist system.
>How-To-Repeat:
on a minimal(ist) installation of i386-unknown-freebsd4.7, do

$ tar zjvf gdb-5.3.tar.bz2
$ mkdir gdb-5.3-build
$ cd gdb-5.3-build
$ ../gdb-5.3/configure --prefix=$HOME/opt
$ make

and watch it fail
>Fix:
The only work-around I've found is to change all instances of msgfmt in the Makefile with `true' - not really clean but it works up until the install, where some more Makefile editing is required.
>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]