Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Nov 2009 16:20:51 GMT
From:      Hiroyuki Seino <seichan-ml@wakhok.ne.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/140866: ports/mail/qmail-ldap install error
Message-ID:  <200911251620.nAPGKpfI011142@www.freebsd.org>
Resent-Message-ID: <200911251630.nAPGU4J3054997@freefall.freebsd.org>

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

>Number:         140866
>Category:       ports
>Synopsis:       ports/mail/qmail-ldap install error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 25 16:30:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Hiroyuki Seino
>Release:        8.0-PRERELEASE
>Organization:
>Environment:
FreeBSD 8-p4.wakhok.local 8.0-PRERELEASE FreeBSD 8.0-PRERELEASE #0: Wed Nov 25 03:52:51 JST 2009     root@8-p4.wakhok.local:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
When installing qmail-ldap, set WITH_GRTDELAY=yes. it becomes an error at the time of make install.

install  -o root -g wheel -m 444 /var/tmp/usr/ports/mail/qmail-ldap/work/mailer.conf.sample /var/qmail/doc
install  -o root -g wheel -m 444 /var/tmp/usr/ports/mail/qmail-ldap/work/doc/README.GREETDELAY /var/qmail/doc
install: /var/tmp/usr/ports/mail/qmail-ldap/work/doc/README.GREETDELAY: No such file or directory
*** Error code 71

Stop in /usr/ports/mail/qmail-ldap.
*** Error code 1

Stop in /usr/ports/mail/qmail-ldap.
*** Error code 1
>How-To-Repeat:

>Fix:
Because it mistook by the place of README.GREETDELAY, it created patch.
With this, the installation completed right.

diff -u Makefile.orig Makefile
--- Makefile.orig       2009-11-25 20:58:19.193184837 +0900
+++ Makefile    2009-11-25 20:56:51.230342013 +0900
@@ -494,7 +494,7 @@
                ${MASTER_SITE_LOCAL:S/$/:grtdelay/}
 PATCH_SITE_SUBDIR+=    garga/qmail/:grtdelay
 PATCHFILES+=   qmail-ldap-${LDAP_PATCH_DATE}-grtdelay.patch:grtdelay
-DOCFILES_WRKDIR_doc+=  README.GREETDELAY
+DOCFILES_WRKSRC+=      README.GREETDELAY
 .endif

 .if defined(SLAVE_LDAP) && defined(WITH_ENHACELOGS) 

>Release-Note:
>Audit-Trail:
>Unformatted:



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