[Bug 238799] net/py-libdnet fails to make showconfig or make clean
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jun 25 09:36:34 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238799
--- Comment #1 from dewayne at heuristicsystems.com.au ---
Unfortunately
On FreeBSD11.3RC2 amd64
# make __MAKE_CONF=/dev/null -C /usr/ports/net/py-libdnet showconfig
make: "/usr/ports/net/py-libdnet/../libdnet/Makefile" line 29: warning:
duplicate script for target "post-patch" ignored
make: "/usr/ports/net/py-libdnet/../libdnet/Makefile" line 32: warning: using
previous script for "post-patch" defined here
On FreeBSD11.3RC2 i386
# make __MAKE_CONF=/dev/null -C /usr/ports/net/py-libdnet showconfig
make: "/usr/ports/net/py-libdnet/../libdnet/Makefile" line 29: warning:
duplicate script for target "post-patch" ignored
make: "/usr/ports/net/py-libdnet/../libdnet/Makefile" line 32: warning: using
previous script for "post-patch" defined here
During a make clean package we receive quite a few repeated messages as above
and also
===> Configuring for py27-libdnet-1.12_1
aclocal: warning: autoconf input should be named 'configure.ac', not
'configure.in'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'.
libtoolize: copying file 'config/ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
aclocal: warning: autoconf input should be named 'configure.ac', not
'configure.in'
configure.in:120: error: possibly undefined macro: AC_LBL_LIBRARY_NET
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:185: error: possibly undefined macro: AC_DNET_SOCKADDR_IN6
configure.in:187: error: possibly undefined macro: AC_DNET_SOCKADDR_SA_LEN
configure.in:190: error: possibly undefined macro: AC_DNET_ARPREQ_ARP_DEV
configure.in:193: error: possibly undefined macro: AC_DNET_ROUTE_RT_MSGHDR
configure.in:206: error: possibly undefined macro: AC_DNET_BSD_BPF
configure.in:207: error: possibly undefined macro: AC_DNET_LINUX_PROCFS
configure.in:208: error: possibly undefined macro: AC_DNET_LINUX_PF_PACKET
configure.in:209: error: possibly undefined macro: AC_DNET_STREAMS_MIB2
configure.in:210: error: possibly undefined macro: AC_DNET_STREAMS_ROUTE
configure.in:211: error: possibly undefined macro: AC_DNET_IOCTL_ARP
configure.in:212: error: possibly undefined macro: AC_DNET_RAWIP_HOST_OFFLEN
configure.in:213: error: possibly undefined macro: AC_DNET_RAWIP_COOKED
autoreconf-2.69: /usr/local/bin/autoconf-2.69 failed with exit status: 1
*** Error code 1
Can't proceed from here.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list