Date: Thu, 22 Mar 2018 19:55:23 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 226854] Ports Framework do-configure prevents Makefile generation Message-ID: <bug-226854-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226854 Bug ID: 226854 Summary: Ports Framework do-configure prevents Makefile generation Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: rodrigo@FreeBSD.org Reporter: freebsd@dreamchaser.org Assignee: rodrigo@FreeBSD.org Flags: maintainer-feedback?(rodrigo@FreeBSD.org) The mere existence of a do-configure target in a port Makefile causes the m= ain Makefile in the working directory not to be generated: ******************************* pre-configure ****************************** echo "WRKSRC=3D" /usr/ports/graphics/ufraw-devel/work/ufraw-6d3259a WRKSRC=3D /usr/ports/graphics/ufraw-devel/work/ufraw-6d3259a ls -l /usr/ports/graphics/ufraw-devel/work/ufraw-6d3259a/configure* /usr/ports/graphics/ufraw-devel/work/ufraw-6d3259a/Makefile* -rw-r--r-- 1 root wheel 3944 Mar 22 13:37 /usr/ports/graphics/ufraw-devel/work/ufraw-6d3259a/Makefile.am -rw-r--r-- 1 root wheel 3944 Nov 12 2016 /usr/ports/graphics/ufraw-devel/work/ufraw-6d3259a/Makefile.am.bak -rw-r--r-- 1 root wheel 12256 Nov 12 2016 /usr/ports/graphics/ufraw-devel/work/ufraw-6d3259a/configure.ac configure.ac:11: installing './compile' configure.ac:6: installing './config.guess' configure.ac:6: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' Makefile.am: installing './depcomp' =3D=3D=3D> Building for ufraw-devel-g20161113 gmake[2]: Entering directory '/usr/ports/graphics/ufraw-devel/work/ufraw-6d3259a' gmake[2]: Makefile: No such file or directory gmake[2]: *** No rule to make target 'Makefile'. Stop. gmake[2]: Leaving directory '/usr/ports/graphics/ufraw-devel/work/ufraw-6d3259a' *** Error code 1 This can be tested/verified by adding do-configure: right before the .include <bsd.port.mk> on the graphics/ufraw port. 10.3-RELEASE-p24 FreeBSD 10.3-RELEASE-p24 #0: Wed Nov 15 04:57:40 UTC 2017= =20=20=20=20 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226854-13>