BIND 10 #2817: message "sed: command garbled: s/\([ \t]*-L\)[ ]*\([^ \t]*[ \t]*\)/\1\2/pg" on Solaris builds

BIND 10 Development do-not-reply at isc.org
Mon Feb 25 14:45:30 UTC 2013


#2817: message "sed: command garbled: s/\([ \t]*-L\)[ ]*\([^ \t]*[ \t]*\)/\1\2/pg"
on Solaris builds
-------------------------------------+-------------------------------------
            Reporter:  cas           |                        Owner:
                Type:  defect        |  UnAssigned
            Priority:  medium        |                       Status:  new
           Component:  build system  |                    Milestone:  New
            Keywords:                |  Tasks
           Sensitive:  0             |                   Resolution:
         Sub-Project:  Core          |                 CVSS Scoring:
Estimated Difficulty:  0             |              Defect Severity:  N/A
         Total Hours:  0             |  Feature Depending on Ticket:
                                     |          Add Hours to Ticket:  0
                                     |                    Internal?:  0
-------------------------------------+-------------------------------------

Comment (by jreed):

 I also see this on our solaris 10 build system.

 It is related to ticket #2661 about removing any spaces and tabs between
 "-L" and its argument. Can it just be simplified like the following?

     sed -e 's/-L[ \t]/-L/g'

 (and just assume that the python ldflags will never have some -L at end of
 an argument)

-- 
Ticket URL: <http://bind10.isc.org/ticket/2817#comment:1>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list