Bug 245983 - irc/atheme-services: Fails to build: /bin/sh: autoconf/install-sh: not found
Summary: irc/atheme-services: Fails to build: /bin/sh: autoconf/install-sh: not found
Status: Open
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tim Bishop
URL:
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2020-04-27 21:37 UTC by mircx1
Modified: 2020-04-29 15:44 UTC (History)
1 user (show)

See Also:
koobs: maintainer-feedback? (tdb)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mircx1 2020-04-27 21:37:37 UTC
hello i try run atheme-services from home the new version and i get error
this a after i make gmake and this a error 
/bin/sh: autoconf/install-sh: not found
gmake[3]: *** [../../../buildsys.mk:513: install] Error 127
gmake[2]: *** [../../buildsys.mk:507: install] Error 2
gmake[1]: *** [../buildsys.mk:507: install] Error 2
gmake: *** [buildsys.mk:507: install] Error 2

please i want to know how i can configure it
thanks for help
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2020-04-28 02:40:54 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)
Comment 2 mircx1 2020-04-28 05:11:04 UTC
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
Comment 3 mircx1 2020-04-28 05:17:17 UTC
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
Comment 4 mircx1 2020-04-28 05:48:02 UTC
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
Comment 5 mircx1 2020-04-29 15:44:25 UTC
@Kubilay Kocak do you can please explain to me how i make configure without the error?