http://llvm.org/bugs/show_bug.cgi?id=17527

            Bug ID: 17527
           Summary: Build scripts assume availability of GNU tools (grep,
                    tr, sed, etc)
           Product: Build scripts
           Version: 3.2
          Hardware: Sun
                OS: Solaris
            Status: NEW
          Severity: normal
          Priority: P
         Component: autoconf
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

The configure scripts outright use `grep`, `tr`, and a number of other tools
under the assumption they accept more modern parameters for the GNU equivalent
of those tools.

For example, when checking the linker version it attempts to execute `grep -q`
as part of the check, which fails because it isn't a valid option for sun's
`grep` command.

To name a few I've noticed that are used outright instead of through a variable
(after finding the 'right' one to use):

grep
tr
sed
head
awk

There's probably others, but I wasn't being entirely thorough.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to