env: ./configure: No such file or directory

Tobias Kortkamp tobik at FreeBSD.org
Thu Feb 7 16:38:27 UTC 2019


On Thu, Feb 7, 2019, at 17:16, Marco Beishuizen wrote:
> 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 at 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 at 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 at xs4all.nl
> COMMENT=	Displays the phase of the moon, plus orbital data
> 
> LICENSE=	GPLv2
> 
> WRKSRC=		${WRKDIR}/${DISTNAME}/src

Try removing WRKSRC.


More information about the freebsd-ports mailing list