Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Aug 2000 08:39:06 +0200
From:      Andreas Klemm <andreas@klemm.gtn.com>
To:        asami@freebsd.org
Cc:        ports@freebsd.org
Subject:   ports Mk files broken ? ${SCRIPTDIR}/configure won't be executed
Message-ID:  <20000804083906.A64077@titan.klemm.gtn.com>

next in thread | raw e-mail | index | archive | help
Hi !

A bugreport from a user reached me ... And I checked it its true.

He complained, that the configure script won't be executed.
So the port dependencies, that are build by dialog application
aren't created and apsfilter port installs silently incomplete.

The "make all install" in apsfilter port runs flawlessly, but
the configure target isn't executed.

I use 4.1-STABLE and he and I cvsupped the last -STABLE ports.

I made sure that BATCH isn't set by shell variables or in /etc/make.conf

|Index: uniprint/stm800hm.upp
|===================================================================
|RCS file: stm800hm.upp
|diff -N stm800hm.upp
|--- /dev/null	Mon Jul 31 22:23:23 2000
|+++ /tmp/cvsIoIjw25344	Mon Jul 31 22:52:33 2000
--------------------------
(Creating file uniprint/stm800hm.upp...)
Patching file uniprint/stm800hm.upp using Plan A...
Hunk #1 succeeded at 1.
done
===>  Configuring for apsfilter-5.4.2
===>  Building for apsfilter-5.4.2
===> src
root@titan{542} $ ls -la work/
total 3
drwxr-xr-x   3 root  wheel   512 Aug  4 08:35 .
drwxr-xr-x   7 root  wheel   512 Aug  4 08:35 ..
-rw-r--r--   1 root  wheel     0 Aug  4 08:35 .build_done
-rw-r--r--   1 root  wheel     0 Aug  4 08:35 .configure_done
-rw-r--r--   1 root  wheel     0 Aug  4 08:35 .extract_done
-rw-r--r--   1 root  wheel     0 Aug  4 08:35 .patch_done
drwxr-xr-x  14 root  wheel  1024 Aug  4 08:35 apsfilter

.configure_done is there, but why has this not been executed ???

/usr/ports/Mk/bsd.port.mk:

[...]
.if !target(do-configure)
do-configure:
[...]
        @if [ -f ${SCRIPTDIR}/configure ]; then \
                cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} \
                  ${SCRIPTDIR}/configure; \
        fi

-- 
Andreas Klemm
Songs from our band........................http://people.freebsd.org/~andreas/
Powered by FreeBSD SMP...............http://www.freebsd.org/~fsmp/SMP/SMP.html
Please note: Apsfilter got a NEW HOME................http://www.apsfilter.org/



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000804083906.A64077>