NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

toolchain/49146: make changes break the xsrc build



>Number:         49146
>Category:       toolchain
>Synopsis:       make changes break the xsrc build
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    toolchain-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Aug 24 06:35:00 +0000 2014
>Originator:     matthew green
>Release:        NetBSD -current 20140823
>Organization:
people's front against (bozotic) www (softwar foundation)
>Environment:
>Description:

        with a -current make, building in src/external/mit/xorg/include/xproto
        fails with a sed error:

        nbsed: 1: "s/#undef NARROWPROTO/#d ...": newline can not be used as a 
string delimiter

        this is the makefile constrct:

Xfuncproto.h: Xfuncproto.h.in
        ${TOOL_SED} 's/#undef NARROWPROTO/#define NARROWPROTO/; \
                s/#undef FUNCPROTO/#define FUNCPROTO 15/' \
                < ${.ALLSRC} > ${.TARGET}

        and the makefile is at almost 6 years old.  i suspect the problem
        is the tabs in the continued line are now being passed through?

>How-To-Repeat:

        ./build.sh -x

>Fix:

        cvs up -D '3 days ago' src/usr.bin/make aka 0600 UTC august 21.



Home | Main Index | Thread Index | Old Index