Bug 274983 - net/ocserv: install: TODO: No such file or directory
Summary: net/ocserv: install: TODO: No such file or directory
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Juraj Lutter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-09 08:24 UTC by Trond Endrestøl
Modified: 2023-11-09 14:01 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (otis)


Attachments
Patch for net/ocserv/Makefile removing TODO (434 bytes, patch)
2023-11-09 08:24 UTC, Trond Endrestøl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Trond Endrestøl 2023-11-09 08:24:08 UTC
The file TODO is missing in ocserv 1.2.2.

--------------------------------------------------------------------------------
--  Phase: stage
--------------------------------------------------------------------------------
===>  Staging for ocserv-1.2.2
===>   Generating temporary packing list
===> Creating groups.
===> Creating users
Making install in src
/usr/bin/make  install-am
 /bin/mkdir -p '/construction/xports/net/ocserv/work/stage/usr/local/bin'
  install   -m 555 occtl/occtl ocpasswd/ocpasswd '/construction/xports/net/ocserv/work/stage/usr/local/bin'
 /bin/mkdir -p '/construction/xports/net/ocserv/work/stage/usr/local/bin'
 install  -m 555 ocserv-fw '/construction/xports/net/ocserv/work/stage/usr/local/bin'
 /bin/mkdir -p '/construction/xports/net/ocserv/work/stage/usr/local/sbin'
  install   -m 555 ocserv ocserv-worker '/construction/xports/net/ocserv/work/stage/usr/local/sbin'
Making install in doc
 /bin/mkdir -p '/construction/xports/net/ocserv/work/stage/usr/local/man/man8'
 install  -m 0644 ocserv.8 ocpasswd.8 occtl.8 '/construction/xports/net/ocserv/work/stage/usr/local/man/man8'
Making install in tests
/bin/mkdir -p /construction/xports/net/ocserv/work/stage/usr/local/etc/ocserv /construction/xports/net/ocserv/work/stage/var/run/ocserv
install  -m 0644 /construction/xports/net/ocserv/work/ocserv-1.2.2/doc/sample.config /construction/xports/net/ocserv/work/stage/usr/local/etc/ocserv/ocserv.conf.sample
install  -m 444 /construction/xports/net/ocserv/work/ocserv-1.2.2/doc/*.8 /construction/xports/net/ocserv/work/stage/usr/local/man/man8
/bin/mkdir -p /construction/xports/net/ocserv/work/stage/usr/local/share/doc/ocserv
cd /construction/xports/net/ocserv/work/ocserv-1.2.2 && install  -m 0644 AUTHORS ChangeLog NEWS README TODO /construction/xports/net/ocserv/work/stage/usr/local/share/doc/ocserv
install: TODO: No such file or directory
*** Error code 71

Stop.
make: stopped in /xports/net/ocserv
Comment 1 Trond Endrestøl 2023-11-09 08:24:43 UTC
Created attachment 246212 [details]
Patch for net/ocserv/Makefile removing TODO
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-11-09 14:00:06 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2c356d6bfcf82d9ac3c110dc80dd8465f4155e08

commit 2c356d6bfcf82d9ac3c110dc80dd8465f4155e08
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2023-11-09 13:56:56 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2023-11-09 13:59:35 +0000

    net/ocserv: Fix build and wrong PLIST

    Do not include now-non-existing file in plist.

    Reported by:    Trond Endrestøl <Trond.Endrestol@ximalas.info>
    PR:             274983

 net/ocserv/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Juraj Lutter freebsd_committer freebsd_triage 2023-11-09 14:01:03 UTC
Sorry for the breakage.

Committed, thanks.