[Bug 219586] devel/libepoll-shim: make stage fails if either LOCALBASE or PREFIX != /usr/local

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 27 01:25:55 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219586

            Bug ID: 219586
           Summary: devel/libepoll-shim: make stage fails if either
                    LOCALBASE or PREFIX != /usr/local
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: x11 at FreeBSD.org
          Reporter: z7dr6ut7gs at snkmail.com
             Flags: maintainer-feedback?(x11 at FreeBSD.org)
          Assignee: x11 at FreeBSD.org

Created attachment 182952
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=182952&action=edit
[patch] fix spelling of INCSDIR

Due to a misspelling of INCSDIR, if LOCALBASE or PREFIX is not /usr/local, make
stage fails:

========================
 .
 .
===>  Staging for libepoll-shim-0.0.20161220
===>   Generating temporary packing list
install -C -o root -g wheel -m 444   libepoll-shim.a
/wrkdirs/usr/ports/devel/libepoll-shim/work/stage/usr/loc/lib
install -C -o root -g wheel -m 444   libepoll-shim_p.a
/wrkdirs/usr/ports/devel/libepoll-shim/work/stage/usr/loc/lib
install -s -o root -g wheel -m 444     libepoll-shim.so.0
/wrkdirs/usr/ports/devel/libepoll-shim/work/stage/usr/loc/lib
install -l s libepoll-shim.so.0
/wrkdirs/usr/ports/devel/libepoll-shim/work/stage/usr/loc/lib/libepoll-shim.so
install -C -o root -g wheel -m 444  include/sys/epoll.h include/sys/timerfd.h
include/sys/signalfd.h
/wrkdirs/usr/ports/devel/libepoll-shim/work/stage/usr/local/include/libepoll-shim/sys
install: target directory
`/wrkdirs/usr/ports/devel/libepoll-shim/work/stage/usr/local/include/libepoll-shim/sys'
does not exist
usage: install [-bCcpSsUv] [-f flags] [-g group] [-m mode] [-o owner]
               [-M log] [-D dest] [-h hash] [-T tags]
               [-B suffix] [-l linkflags] [-N dbdir]
               file1 file2
       install [-bCcpSsUv] [-f flags] [-g group] [-m mode] [-o owner]
               [-M log] [-D dest] [-h hash] [-T tags]
               [-B suffix] [-l linkflags] [-N dbdir]
               file1 ... fileN directory
       install -dU [-vU] [-g group] [-m mode] [-N dbdir] [-o owner]
               [-M log] [-D dest] [-h hash] [-T tags]
               directory ...
*** Error code 64
=============================

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list