Summary: | editors/emacs 26.1 FLAVOR=nox fails to install | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Simeon Simeonov <sgs> | ||||||||
Component: | Individual Port(s) | Assignee: | Joseph Mingrone <jrm> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Many People | CC: | jrm | ||||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(emacs) |
||||||||
Version: | Latest | ||||||||||
Hardware: | amd64 | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Description
Simeon Simeonov
2018-05-31 06:17:46 UTC
Could you provide a full build log and the output of `pkg info -l`? My best guess is that this is related to something auto-detecting during the configure stage, since it builds successfully in a clean environment. http://pkg.awarnach.mathstat.dal.ca/data/11amd64-default/2018-05-31_07h28m08s/logs/emacs-nox-26.1,3.log Sorry, `pkg info` without the `-l` to list all installed packages (as we discussed on irc). Created attachment 193865 [details]
full build log
Build log
Created attachment 193866 [details]
pkg info -pq
The output of pkg info -pq
OK. I think that I narrowed it down. The port builds and installs with: ===> The following configuration options are available for emacs-nox-26.1,3: ACL=off: Access control list support GNUTLS=off: SSL/TLS support via GnuTLS MAILUTILS=off: Mail framework via GNU Mailutils MODULES=on: Dynamic modules support SOURCES=on: Install sources XML=on: XML format or parser support ====> File notification support: you can only select none or one of them KQUEUE=on: File notification via kqueue ===> Use 'make config' to modify these settings In other words disabling SOURCES breaks the port. Created attachment 193870 [details]
diff to fix plist issue when SOURCES knob is off
Great. Thanks. The attached diff should fix things. The patch worked for me. emacs 26.1 FLAVOR=nox is building and installing both with and without SOURCES. Thanks for your time! :) A commit references this bug: Author: jrm Date: Thu May 31 15:35:18 UTC 2018 New revision: 471213 URL: https://svnweb.freebsd.org/changeset/ports/471213 Log: editors/emacs: Fix plist issue when SOURCES knob is off PR: 228626 Reported by: Simeon Simeonov <blackmore@pichove.org> Changes: head/editors/emacs/pkg-plist Thanks! |