Bug 219586 - devel/libepoll-shim: make stage fails if either LOCALBASE or PREFIX != /usr/local
Summary: devel/libepoll-shim: make stage fails if either LOCALBASE or PREFIX != /usr/l...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-27 01:25 UTC by John Hein
Modified: 2017-07-10 00:59 UTC (History)
1 user (show)

See Also:
rezny: maintainer-feedback+


Attachments
[patch] fix spelling of INCSDIR (453 bytes, patch)
2017-05-27 01:25 UTC, John Hein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Hein 2017-05-27 01:25:54 UTC
Created attachment 182952 [details]
[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
=============================
Comment 1 Matthew Rezny freebsd_committer freebsd_triage 2017-06-20 21:36:57 UTC
Thank you for noticing and submitting the patch.