maintainer-feedback requested: [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:54 UTC 2017


John Hein <z7dr6ut7gs at snkmail.com> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to x11 at FreeBSD.org:
Bug 219586: devel/libepoll-shim: make stage fails if either LOCALBASE or PREFIX
!= /usr/local
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219586



--- Description ---
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-sh
im/sys
install: target directory
`/wrkdirs/usr/ports/devel/libepoll-shim/work/stage/usr/local/include/libepoll-s
him/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
=============================


More information about the freebsd-x11 mailing list