Date: Thu, 7 Feb 2019 17:16:37 +0100 (CET) From: Marco Beishuizen <mbeis@xs4all.nl> To: freebsd-ports@freebsd.org Subject: env: ./configure: No such file or directory Message-ID: <alpine.BSF.2.21.9999.1902071707450.2142@yokozuna.lan>
next in thread | raw e-mail | index | archive | help
Hi, I'm trying to update the port I maintain astro/wmmoonclock to a newer version. This didn't go as smooth as I expected. Now I got an error when running "make check-plist": [...] ===> Configuring for wmmoonclock-1.29 env: ./configure: No such file or directory ===> Script "configure" failed unexpectedly. Please report the problem to mbeis@xs4all.nl [maintainer] and attach the "/home/marco/devel/_freebsd/ports/astro/wmmoonclock/work/wmmoonclock-1.29/src/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 [...] The mentioned config.log doesn't exist. The Makefile I got so far is: [...] # Created by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> # $FreeBSD: head/astro/wmmoonclock/Makefile 491964 2019-02-02 17:34:27Z tobik $ PORTNAME= wmmoonclock PORTVERSION= 1.29 CATEGORIES= astro windowmaker MASTER_SITES= https://www.dockapps.net/download/ MAINTAINER= mbeis@xs4all.nl COMMENT= Displays the phase of the moon, plus orbital data LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_XORG= xpm USES= gmake GNU_CONFIGURE= yes PLIST_FILES= bin/wmmoonclock man/man1/wmmoonclock.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmMoonClock ${STAGEDIR}${PREFIX}/bin/wmmoonclock ${INSTALL_MAN} ${WRKSRC}/wmMoonClock.1 ${STAGEDIR}${PREFIX}/man/man1/wmmoonclock.1 .include <bsd.port.mk> [...] Does anyone has an idea what to put or change into the Makefile to make this work? Thanks in advance, Marco -- Absolutum obsoletum. (If it works, it's out of date.) -- Stafford Beer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.21.9999.1902071707450.2142>