pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/45768: shells/dash/ in pkgsrc 11q-3 appears designed to only compile with gcc
>Number: 45768
>Category: pkg
>Synopsis: shells/dash/ in pkgsrc 11q-3 appears designed to only compile
>with gcc
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Jan 02 00:20:00 +0000 2012
>Originator: Paul Ackersviller
>Release: Just pkgsrc 11q-3
>Organization:
>Environment:
HP-UX tdcndv01 B.11.31 U ia64 1579589996 unlimited-user license
>Description:
work/dash-0.5.5.1/src/Makefile has the line
COMMON_CFLAGS = -Wall
which causes an error with HP's C compiler.
After truncating that macro, I encounter a further error due to the line
$(COMPILE) -E -x c -o $@ $<
...but taking out "-x c" some just leads me into an interactive shell.
>How-To-Repeat:
bmake -C shells/dash COMMON_CFLAGS=
>Fix:
COMMON_CFLAGS=
Home |
Main Index |
Thread Index |
Old Index