Summary: | irc/atheme-services: Fails to build: /bin/sh: autoconf/install-sh: not found | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | mircx1 <mircx123> |
Component: | Individual Port(s) | Assignee: | Tim Bishop <tdb> |
Status: | Open --- | ||
Severity: | Affects Only Me | CC: | tdb |
Priority: | --- | Keywords: | needs-qa |
Version: | Latest | Flags: | koobs:
maintainer-feedback?
(tdb) |
Hardware: | Any | ||
OS: | Any |
Description
mircx1
2020-04-27 21:37:37 UTC
@Reporter Please provide additional information - What is the exact FreeBSD version (uname -a) - Are you using the atheme-services port or package to build? - What is the exact command being run? Please provide a full build log (as an attachment) FreeBSD asher 11.3-RELEASE-p7 FreeBSD 11.3-RELEASE-p7 #0: Tue Mar 17 08:32:23 UTC 2020 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 i will try install from my home a new version atheme services ./configure --enable-contrib when i come to did gmake install i get error about autoconf and i have the autoconf i happy to know how i configure it from my home thanks to help i inside to buildsys.mk and this all information PACKAGE_NAME = Atheme IRC Services PACKAGE_TARNAME = atheme PACKAGE_VERSION = 7.3.0-rc2 PACKAGE_STRING = Atheme IRC Services 7.3.0-rc2 PACKAGE_BUGREPORT ?= https://github.com/atheme/atheme/issues/ PACKAGE_URL ?= https://atheme.github.io/ VENDOR_STRING ?= Atheme Development Group <https://atheme.github.io/> AS = @AS@ CC = gcc CXX = @CXX@ CPP = gcc -E DC = @DC@ ERLC = @ERLC@ OBJC = @OBJC@ OBJCXX = @OBJCXX@ AR = /usr/bin/ar LD = gcc RANLIB = ranlib PYTHON = @PYTHON@ ASFLAGS = @ASFLAGS@ CFLAGS = -g -O2 -Werror=implicit -g -fasynchronous-unwind-tables -fstack-clash-protection -fstack-protector-all CXXFLAGS = @CXXFLAGS@ CPPFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/home/asher/atheme-services/libmowgli-2/src/libmowgli -DPREFIX=\"${prefix}\" -DBINDIR=\"${bindir}\" -DDATADIR=\"${DATADIR}\" -DLOCALEDIR=\"${LOCALEDIR}\" > DFLAGS = @DFLAGS@ ERLCFLAGS = @ERLCFLAGS@ OBJCFLAGS = @OBJCFLAGS@ OBJCXXFLAGS = @OBJCXXFLAGS@ LDFLAGS = -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -Wl,-rpath,${libdir} -L/home/asher/atheme-services/libmowgli-2/src/libmowgli LIBS = -lmowgli-2 PYTHON_FLAGS = @PYTHON_FLAGS@ PROG_IMPLIB_NEEDED = no PROG_IMPLIB_LDFLAGS = PROG_SUFFIX = LIB_CFLAGS = -fPIC -DPIC LIB_LDFLAGS = -shared -Wl,-soname=${SHARED_LIB}.${LIB_MAJOR} LIB_PREFIX = lib LIB_SUFFIX = .so PLUGIN_CFLAGS = -fPIC -DPIC PLUGIN_LDFLAGS = -shared PLUGIN_SUFFIX = .so INSTALL_LIB = && ${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0 && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR}.0 ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} && ${LN_S} -f $$i.${LIB_MAJOR}.$> UNINSTALL_LIB = && rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0 CLEAN_LIB = LN_S = ln -s MKDIR_P = autoconf/install-sh -c -d INSTALL = /usr/bin/install -c @Kubilay Kocak do you can please explain to me how i make configure without the error? |