Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2013 00:18:12 GMT
From:      Volodymyr Kostyrko <arcade@b1t.name>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182864: sysutils/libsunacl - bad check for NO_PROFILE
Message-ID:  <201310100018.r9A0ICFa028410@oldred.freebsd.org>
Resent-Message-ID: <201310100020.r9A0K0ej086375@freefall.freebsd.org>

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

>Number:         182864
>Category:       ports
>Synopsis:       sysutils/libsunacl - bad check for NO_PROFILE
>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:   Thu Oct 10 00:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Volodymyr Kostyrko
>Release:        stable/9
>Organization:
none
>Environment:
FreeBSD limbo.b1t.lan 9.2-STABLE FreeBSD 9.2-STABLE #3 r256079M: Sun Oct  6 11:31:09 EEST 2013     arcade@limbo.b1t.lan:/usr/obj/usr/src/sys/MINIMAL  amd64
>Description:
Currently /etc/src.conf gathers all info about how the world was built if it's really present. Therefore checking in Makefile:21 for NO_PROFILE is pointless:

===>  Staging for libsunacl-1.0
===>   Generating temporary packing list
install -C -o root -g wheel -m 444   libsunacl.a /tmp/ports/usr/ports/sysutils/libsunacl/work/stage/usr/local/lib
install -s -o root -g wheel -m 444     libsunacl.so.1 /tmp/ports/usr/ports/sysutils/libsunacl/work/stage/usr/local/lib
install -l s libsunacl.so.1 /tmp/ports/usr/ports/sysutils/libsunacl/work/stage/usr/local/lib/libsunacl.so
install -C -o root -g wheel -m 444  sunacl.h /tmp/ports/usr/ports/sysutils/libsunacl/work/stage/usr/local/include
====> Compressing man pages
===>  Installing for libsunacl-1.0
===>  Checking if sysutils/libsunacl already installed
===>   Registering installation for libsunacl-1.0 as automatic
pkg-static: lstat(/tmp/ports/usr/ports/sysutils/libsunacl/work/stage/usr/local/lib/libsunacl_p.a): No such file or directory
*** [fake-pkg] Error code 74

Stop in /usr/ports/sysutils/libsunacl.
>How-To-Repeat:

>Fix:


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



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