Bug 235819 - devel/gdb: fails to install when PYTHON option is disabled
Summary: devel/gdb: fails to install when PYTHON option is disabled
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: Luca Pizzamiglio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-17 23:11 UTC by guyyur
Modified: 2019-02-18 09:59 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description guyyur 2019-02-17 23:11:14 UTC
devel/gdb fails to install when PYTHON option is disabled

The plist sub is missing space after @comment
PLIST_SUB+=     LIBCXX="@comment"
should be
PLIST_SUB+=     LIBCXX="@comment "


Errors:
===>   Registering installation for gdb-8.2.1_1
pkg-static: cannot load keyword from /usr/ports/Keywords/commentshare/gdb/auto-load/usr/lib/libc++.so.1-gdb.py.ucl: No such file or directory
pkg-static: unknown keyword commentshare/gdb/auto-load/usr/lib/libc++.so.1-gdb.py: @commentshare/gdb/auto-load/usr/lib/libc++.so.1-gdb.py
pkg-static: cannot load keyword from /usr/ports/Keywords/commentshare/gdb/auto-load/usr/lib/libc++.so.1-gdb.pyc.ucl: No such file or directory
pkg-static: unknown keyword commentshare/gdb/auto-load/usr/lib/libc++.so.1-gdb.pyc: @commentshare/gdb/auto-load/usr/lib/libc++.so.1-gdb.pyc
pkg-static: cannot load keyword from /usr/ports/Keywords/commentshare/libcxx-gdbpy/libcxx/__init__.py.ucl: No such file or directory
pkg-static: unknown keyword commentshare/libcxx-gdbpy/libcxx/__init__.py: @commentshare/libcxx-gdbpy/libcxx/__init__.py
pkg-static: cannot load keyword from /usr/ports/Keywords/commentshare/libcxx-gdbpy/libcxx/__init__.pyc.ucl: No such file or directory
pkg-static: unknown keyword commentshare/libcxx-gdbpy/libcxx/__init__.pyc: @commentshare/libcxx-gdbpy/libcxx/__init__.pyc
pkg-static: cannot load keyword from /usr/ports/Keywords/commentshare/libcxx-gdbpy/libcxx/printers.py.ucl: No such file or directory
pkg-static: unknown keyword commentshare/libcxx-gdbpy/libcxx/printers.py: @commentshare/libcxx-gdbpy/libcxx/printers.py
pkg-static: cannot load keyword from /usr/ports/Keywords/commentshare/libcxx-gdbpy/libcxx/printers.pyc.ucl: No such file or directory
pkg-static: unknown keyword commentshare/libcxx-gdbpy/libcxx/printers.pyc: @commentshare/libcxx-gdbpy/libcxx/printers.pyc
pkg-static: cannot load keyword from /usr/ports/Keywords/commentshare/libcxx-gdbpy/libcxx/xmethods.py.ucl: No such file or directory
pkg-static: unknown keyword commentshare/libcxx-gdbpy/libcxx/xmethods.py: @commentshare/libcxx-gdbpy/libcxx/xmethods.py
pkg-static: cannot load keyword from /usr/ports/Keywords/commentshare/libcxx-gdbpy/libcxx/xmethods.pyc.ucl: No such file or directory
pkg-static: unknown keyword commentshare/libcxx-gdbpy/libcxx/xmethods.pyc: @commentshare/libcxx-gdbpy/libcxx/xmethods.pyc
Comment 1 Luca Pizzamiglio freebsd_committer freebsd_triage 2019-02-18 09:59:58 UTC
Thanks for reporting, gahr@ has already fixed it in r493251

Sorry for the inconvenience