Summary: | devel/stack: Hangs on build | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | freebsd | ||||||||
Component: | Individual Port(s) | Assignee: | Kurt Jaeger <pi> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | pi, tobik | ||||||||
Priority: | --- | Flags: | tobik:
maintainer-feedback+
|
||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Description
freebsd
2016-07-23 15:31:49 UTC
Created attachment 172898 [details]
stack.diff
Odd... The last line should be cat _stack.bash >> _stack.zsh. It's obviously the cat that hangs.
What FreeBSD version are you on?
I've attached a patch you could try that might fix this. Let me know if it works. Apply with patch -p0 -i stack.diff in /usr/port/devel/stack.
The patch worked, thanks! I'm running version 10.3-RELEASE-p4. Created attachment 173001 [details]
stack.diff
Updated patch to also add a missing run dependency on gmake, ca_root_nss, and perl which is required by at least 'stack setup' on newly installed systems with no other packages installed. This deserves a PORTREVISION bump.
Poudriere testport (FreeBSD 10.3/amd64) ok. portlint ok (ignoring the expected warnings about libutil.so.8 and gmake as run dependency).
testbuilds@work A commit references this bug: Author: pi Date: Fri Aug 26 09:33:56 UTC 2016 New revision: 420907 URL: https://svnweb.freebsd.org/changeset/ports/420907 Log: devel/stack: fix dependencies and hang on build PR: 211312 Reported by: freebsd@get-experience.com Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer) Changes: head/devel/stack/Makefile head/devel/stack/files/ head/devel/stack/files/patch-Makefile Committed, thanks! |