pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/52561: devel/npth broken
>Number: 52561
>Category: pkg
>Synopsis: devel/npth broken
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Sep 20 07:05:00 +0000 2017
>Originator: Joern Clausen
>Release:
>Organization:
University of Bielefeld
>Environment:
>Description:
This is a replacement for pkg/52550, which has a wrong subject and is assigned to the wrong person.
After installing devel/npth, npth-config is unusable:
$ npth-config --version
/opt/pkg-hrz/20170814/bin/npth-config: line 43: syntax error at line 92: `newline' unexpected
I see this behavior both on NetBSD 7.0.1/amd64 and Solaris 11.3/i86.
After "make configure", a working script is generated, after "make", this script is broken in this fashion:
--- npth-config.ok 2017-09-19 14:44:24.000000000 +0200
+++ npth-config 2017-09-19 14:44:27.000000000 +0200
@@ -87,7 +87,7 @@
for i in $cflags ; do
skip=no
case $i in
- -I/usr/include|-I/include)
+
skip=yes
;;
-I*)
@@ -110,7 +110,7 @@
for i in $libs ; do
skip=no
case $i in
- -L/usr/lib|-L/lib)
+
skip=yes
;;
-L*|-l*)
>How-To-Repeat:
>Fix:
Home |
Main Index |
Thread Index |
Old Index