pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lang/gawk - build failure
On a NetBSD-amd64/7.99.18 host, with updated pksrc as of a few minutes
ago, and with all dependencies freshly re-built, I'm getting the
following build failure:
### 02900 - gawk - Installing on Sun, Jun 14, 2015 at 14:49:46 PHT
===> Cleaning for gawk-4.1.3
=> Bootstrap dependency digest>=20010302: found digest-20121220
=> Checksum SHA1 OK for gawk-4.1.3.tar.xz
=> Checksum RMD160 OK for gawk-4.1.3.tar.xz
===> Installing dependencies for gawk-4.1.3
<snip>
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
rm: libtoolT: No such file or directory
=> Modifying libtool scripts to use pkgsrc libtool
===> Building for gawk-4.1.3
/usr/bin/make 'CFLAGS=-O2 -I/usr/pkg/include -I/usr/include -DNDEBUG' 'LDFLAGS=-L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib' all-recursive
Making all in .
gcc -DDEFPATH='".:/usr/pkg/share/awk"' -DDEFLIBPATH="\"/usr/pkg/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/pkg/share/locale"' -I. -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -DNDEBUG -MT array.o -MD -MP -MF .deps/array.Tpo -c -o array.o array.c
In file included from awk.h:62:0,
from array.c:26:
gettext.h:205:0: warning: "pgettext_expr" redefined [enabled by default]
#define pgettext_expr(Msgctxt, Msgid) \
^
In file included from gettext.h:29:0,
from awk.h:62,
from array.c:26:
/usr/include/libintl.h:34:0: note: this is the location of the previous definition
#define pgettext_expr(msgctxt, msgid) pgettext((msgctxt), (msgid))
^
In file included from awk.h:62:0,
from array.c:26:
gettext.h:218:1: error: expected declaration specifiers or '...' before '(' token
dcpgettext_expr (const char *domain,
^
gettext.h:135:17: note: in definition of macro 'dcpgettext'
pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category)
^
gettext.h:218:1: error: expected declaration specifiers or '...' before '(' token
dcpgettext_expr (const char *domain,
^
gettext.h:135:29: note: in definition of macro 'dcpgettext'
pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category)
^
gettext.h:218:1: error: expected declaration specifiers or '...' before '(' token
dcpgettext_expr (const char *domain,
^
gettext.h:135:65: note: in definition of macro 'dcpgettext'
pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category)
^
gettext.h:218:1: error: expected declaration specifiers or '...' before '(' token
dcpgettext_expr (const char *domain,
^
gettext.h:135:72: note: in definition of macro 'dcpgettext'
pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category)
^
In file included from awk.h:62:0,
from array.c:26:
gettext.h:250:0: warning: "npgettext_expr" redefined [enabled by default]
#define npgettext_expr(Msgctxt, Msgid, MsgidPlural, N) \
^
In file included from gettext.h:29:0,
from awk.h:62,
from array.c:26:
/usr/include/libintl.h:39:0: note: this is the location of the previous definition
#define npgettext_expr(msgctxt, msgid1, msgid2, n) \
^
In file included from awk.h:62:0,
from array.c:26:
gettext.h:252:0: warning: "dnpgettext_expr" redefined [enabled by default]
#define dnpgettext_expr(Domainname, Msgctxt, Msgid, MsgidPlural, N) \
^
In file included from gettext.h:29:0,
from awk.h:62,
from array.c:26:
/usr/include/libintl.h:41:0: note: this is the location of the previous definition
#define dnpgettext_expr(domainname, msgctxt, msgid1, n) \
^
In file included from awk.h:62:0,
from array.c:26:
gettext.h:263:1: error: expected declaration specifiers or '...' before '(' token
dcnpgettext_expr (const char *domain,
^
gettext.h:146:18: note: in definition of macro 'dcnpgettext'
npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category)
^
gettext.h:263:1: error: expected declaration specifiers or '...' before '(' token
dcnpgettext_expr (const char *domain,
^
gettext.h:146:30: note: in definition of macro 'dcnpgettext'
npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category)
^
gettext.h:263:1: error: expected declaration specifiers or '...' before '(' token
dcnpgettext_expr (const char *domain,
^
gettext.h:146:66: note: in definition of macro 'dcnpgettext'
npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category)
^
gettext.h:263:1: error: expected declaration specifiers or '...' before '(' token
dcnpgettext_expr (const char *domain,
^
gettext.h:146:73: note: in definition of macro 'dcnpgettext'
npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category)
^
gettext.h:263:1: error: expected declaration specifiers or '...' before '(' token
dcnpgettext_expr (const char *domain,
^
gettext.h:146:86: note: in definition of macro 'dcnpgettext'
npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category)
^
gettext.h:263:1: error: expected declaration specifiers or '...' before '(' token
dcnpgettext_expr (const char *domain,
^
gettext.h:146:89: note: in definition of macro 'dcnpgettext'
npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category)
^
*** Error code 1
Stop.
make[2]: stopped in /tmp/pkgs/lang/gawk/work.x86_64/gawk-4.1.3
*** Error code 1
Stop.
make[1]: stopped in /tmp/pkgs/lang/gawk/work.x86_64/gawk-4.1.3
*** Error code 1
Stop.
make: stopped in /tmp/pkgs/lang/gawk/work.x86_64/gawk-4.1.3
*** Error code 1
Stop.
make[1]: stopped in /build/pkgsrc/lang/gawk
*** Error code 1
Stop.
make: stopped in /build/pkgsrc/lang/gawk
### 02900 - gawk - Failed on Sun, Jun 14, 2015 at 14:49:55 PHT
-------------------------------------------------------------------------
| Paul Goyette | PGP Key fingerprint: | E-mail addresses: |
| (Retired) | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com |
| Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org |
-------------------------------------------------------------------------
Home |
Main Index |
Thread Index |
Old Index