Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Nov 2012 06:16:22 GMT
From:      Alexey Markov <redrat@mail.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/173413: net/samba35 fails to build package because of excess string in PLIST
Message-ID:  <201211060616.qA66GMLY071986@red.freebsd.org>
Resent-Message-ID: <201211060620.qA66K0MK086334@freefall.freebsd.org>

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

>Number:         173413
>Category:       ports
>Synopsis:       net/samba35 fails to build package because of excess string in PLIST
>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:   Tue Nov 06 06:20:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Markov
>Release:        8.3-RELEASE-p3
>Organization:
JSC Complitex
>Environment:
FreeBSD meson.complitex.ru 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #3: Wed Jun 13
09:48:21 MSK 2012 redrat@meson.complitex.ru:/arc/obj/arc/src/sys/MESON amd64
>Description:
There is an excess string in the pkg-plist of the port which leads to fail:

===>  Building package for samba35-3.5.18
tar: share/examples/samba35/LDAP/samba-schema-netscapeds5.x: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
*** Error code 1

Stop in /arc/ports/net/samba35.
*** Error code 1

Stop in /arc/ports/net/samba35.
>How-To-Repeat:
cd /usr/ports/net/samba35
make package
>Fix:
Apply attached patch

Patch attached with submission follows:

--- pkg-plist.orig	2012-11-05 05:36:47.000000000 +0400
+++ pkg-plist	2012-11-06 10:00:20.000000000 +0400
@@ -43,7 +43,6 @@
 %%EXAMPLESDIR%%/LDAP/samba-nds.schema
 %%EXAMPLESDIR%%/LDAP/samba-schema-FDS.ldif
 %%EXAMPLESDIR%%/LDAP/samba-schema-netscapeds4.x
-%%EXAMPLESDIR%%/LDAP/samba-schema-netscapeds5.x
 %%EXAMPLESDIR%%/LDAP/samba-schema-netscapeds5.x.README
 %%EXAMPLESDIR%%/LDAP/samba-schema.IBMSecureWay
 %%EXAMPLESDIR%%/LDAP/samba.schema


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



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