Your message dated Sun, 02 Apr 2006 21:30:39 +0300
with message-id <[EMAIL PROTECTED]>
and subject line moreinfo since two years
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: grep-dctrl
Version: 1.11
Severity: wishlist
FTBFS on the netbsd-i386 port (thus wishlist). The autoconfiguration
detects that libintl is present, and that libintl.h is present, but does
not add -lintl to the LIBS line in the generated Makefile, which causes a
failure at linking time. Manually adding -lintl to the LIBS line fixes this
and generates a runnable result.
I suspect that this is just an autoconf failure somewhere (since the
gettext detection line looks strange), but have not yet managed to track it
down. If I do, I'll file a patch and re-tag the bug.
--
Joel Baker <[EMAIL PROTECTED]>
dpkg-buildpackage: source package is grep-dctrl
dpkg-buildpackage: source version is 1.11
dpkg-buildpackage: source maintainer is Antti-Juhani Kaijanaho <[EMAIL
PROTECTED]>
dpkg-buildpackage: host architecture is netbsd-i386
debian/rules clean
rm -f debian/stamp/build
/usr/bin/make distclean
make[1]: Entering directory `/tmp/Build/.new/grep-dctrl/grep-dctrl-1.11'
make[1]: *** No rule to make target `distclean'. Stop.
make[1]: Leaving directory `/tmp/Build/.new/grep-dctrl/grep-dctrl-1.11'
make: [clean-build] Error 2 (ignored)
rm -f debian/stamp/binary/*
rm -f debian/files debian/substvars
rm -rf /tmp/Build/.new/grep-dctrl/grep-dctrl-1.11/debian/tmp
rm -f *~
rm -rf debian/stamp/
dpkg-source -b grep-dctrl-1.11
dpkg-source: building grep-dctrl in grep-dctrl_1.11.tar.gz
dpkg-source: building grep-dctrl in grep-dctrl_1.11.dsc
debian/rules build
./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share
creating cache ./config.cache
checking for dpkg-parsechangelog... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc -O2 -Wall ) works... yes
checking whether the C compiler (gcc -O2 -Wall ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for getaline in -lpub... yes
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for POSIXized ISC... no
checking for ANSI C header files... yes
checking for working const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... no
checking for alloca... yes
checking for unistd.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for argz.h... no
checking for limits.h... yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... yes
checking for string.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getcwd... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for stpcpy... no
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... yes
checking for gettext in libc... no
checking for bindtextdomain in -lintl... yes
checking for gettext in libintl... checking for gettext in -lintl... yes
yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... no
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed... fi
checking for getopt_long... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating intl/Makefile
creating po/Makefile.in
touch debian/stamp/build-configure
/usr/bin/make
make[1]: Entering directory `/tmp/Build/.new/grep-dctrl/grep-dctrl-1.11'
Making all in intl
make[2]: Entering directory `/tmp/Build/.new/grep-dctrl/grep-dctrl-1.11/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/Build/.new/grep-dctrl/grep-dctrl-1.11/intl'
Making all in po
make[2]: Entering directory `/tmp/Build/.new/grep-dctrl/grep-dctrl-1.11/po'
/usr/bin/msgfmt -o fi.mo fi.po
make[2]: Leaving directory `/tmp/Build/.new/grep-dctrl/grep-dctrl-1.11/po'
make[2]: Entering directory `/tmp/Build/.new/grep-dctrl/grep-dctrl-1.11'
gcc -DPACKAGE=\"grep-dctrl\" -DVERSION=\"1.11\" -DHAVE_LIBPUB=1
-DPACKAGE=\"grep-dctrl\" -DVERSION=\"1.11\" -DSTDC_HEADERS=1 -DHAVE_ALLOCA=1
-DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1
-DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STRING_H=1
-DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETCWD=1 -DHAVE_MUNMAP=1
-DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STRCHR=1
-DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1
-DHAVE_GETTEXT=1 -DHAVE_GETOPTLONG=1
-DCOPYING=\"/usr/share/common-licenses/GPL\" -I. -I.
-DLOCALEDIR=/usr/share/locale -DSYSCONF=/etc -O2 -Wall -c grep-dctrl.c
gcc -DPACKAGE=\"grep-dctrl\" -DVERSION=\"1.11\" -DHAVE_LIBPUB=1
-DPACKAGE=\"grep-dctrl\" -DVERSION=\"1.11\" -DSTDC_HEADERS=1 -DHAVE_ALLOCA=1
-DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1
-DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STRING_H=1
-DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETCWD=1 -DHAVE_MUNMAP=1
-DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STRCHR=1
-DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1
-DHAVE_GETTEXT=1 -DHAVE_GETOPTLONG=1
-DCOPYING=\"/usr/share/common-licenses/GPL\" -I. -I.
-DLOCALEDIR=/usr/share/locale -DSYSCONF=/etc -O2 -Wall -c matcher.c
matcher.c: In function `grep':
matcher.c:272: warning: `rv' might be used uninitialized in this function
gcc -DPACKAGE=\"grep-dctrl\" -DVERSION=\"1.11\" -DHAVE_LIBPUB=1
-DPACKAGE=\"grep-dctrl\" -DVERSION=\"1.11\" -DSTDC_HEADERS=1 -DHAVE_ALLOCA=1
-DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1
-DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STRING_H=1
-DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETCWD=1 -DHAVE_MUNMAP=1
-DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STRCHR=1
-DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1
-DHAVE_GETTEXT=1 -DHAVE_GETOPTLONG=1
-DCOPYING=\"/usr/share/common-licenses/GPL\" -I. -I.
-DLOCALEDIR=/usr/share/locale -DSYSCONF=/etc -O2 -Wall -c buffer.c
gcc -DPACKAGE=\"grep-dctrl\" -DVERSION=\"1.11\" -DHAVE_LIBPUB=1
-DPACKAGE=\"grep-dctrl\" -DVERSION=\"1.11\" -DSTDC_HEADERS=1 -DHAVE_ALLOCA=1
-DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1
-DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STRING_H=1
-DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETCWD=1 -DHAVE_MUNMAP=1
-DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STRCHR=1
-DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1
-DHAVE_GETTEXT=1 -DHAVE_GETOPTLONG=1
-DCOPYING=\"/usr/share/common-licenses/GPL\" -I. -I.
-DLOCALEDIR=/usr/share/locale -DSYSCONF=/etc -O2 -Wall -c strutil.c
gcc -DPACKAGE=\"grep-dctrl\" -DVERSION=\"1.11\" -DHAVE_LIBPUB=1
-DPACKAGE=\"grep-dctrl\" -DVERSION=\"1.11\" -DSTDC_HEADERS=1 -DHAVE_ALLOCA=1
-DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1
-DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STRING_H=1
-DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETCWD=1 -DHAVE_MUNMAP=1
-DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STRCHR=1
-DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1
-DHAVE_GETTEXT=1 -DHAVE_GETOPTLONG=1
-DCOPYING=\"/usr/share/common-licenses/GPL\" -I. -I.
-DLOCALEDIR=/usr/share/locale -DSYSCONF=/etc -O2 -Wall -c msg.c
gcc -DPACKAGE=\"grep-dctrl\" -DVERSION=\"1.11\" -DHAVE_LIBPUB=1
-DPACKAGE=\"grep-dctrl\" -DVERSION=\"1.11\" -DSTDC_HEADERS=1 -DHAVE_ALLOCA=1
-DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1
-DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STRING_H=1
-DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETCWD=1 -DHAVE_MUNMAP=1
-DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STRCHR=1
-DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1
-DHAVE_GETTEXT=1 -DHAVE_GETOPTLONG=1
-DCOPYING=\"/usr/share/common-licenses/GPL\" -I. -I.
-DLOCALEDIR=/usr/share/locale -DSYSCONF=/etc -O2 -Wall -c rc.c
gcc -O2 -Wall -o grep-dctrl grep-dctrl.o matcher.o buffer.o strutil.o msg.o
rc.o -lpub
grep-dctrl.o(.text+0x1d): In function `print_version':
: undefined reference to `libintl_gettext'
grep-dctrl.o(.text+0x36): In function `print_version':
: undefined reference to `libintl_gettext'
grep-dctrl.o(.text+0x4d): In function `print_version':
: undefined reference to `libintl_gettext'
grep-dctrl.o(.text+0x6d): In function `print_usage':
: undefined reference to `libintl_gettext'
grep-dctrl.o(.text+0x81): In function `print_usage':
: undefined reference to `libintl_gettext'
grep-dctrl.o(.text+0x95): more undefined references to `libintl_gettext' follow
grep-dctrl.o(.text+0x6a3): In function `main':
: undefined reference to `libintl_bindtextdomain'
grep-dctrl.o(.text+0x6af): In function `main':
: undefined reference to `libintl_textdomain'
grep-dctrl.o(.text+0x7e2): In function `main':
: undefined reference to `libintl_gettext'
grep-dctrl.o(.text+0x847): In function `main':
: undefined reference to `libintl_gettext'
grep-dctrl.o(.text+0x883): In function `main':
: undefined reference to `libintl_gettext'
grep-dctrl.o(.text+0x941): In function `main':
: undefined reference to `libintl_gettext'
grep-dctrl.o(.text+0x989): In function `main':
: undefined reference to `libintl_gettext'
grep-dctrl.o(.text+0x9f5): more undefined references to `libintl_gettext' follow
collect2: ld returned 1 exit status
make[2]: *** [grep-dctrl] Error 1
make[2]: Leaving directory `/tmp/Build/.new/grep-dctrl/grep-dctrl-1.11'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/Build/.new/grep-dctrl/grep-dctrl-1.11'
make: *** [debian/stamp/build] Error 2
pgppHbtgZSiAQ.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
No response from submitter in two years to a request to provide more info.
--- End Message ---