[Bug 218811] graphics/libglapi: fails to build with bsdgrep

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Apr 22 12:13:30 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218811

            Bug ID: 218811
           Summary: graphics/libglapi: fails to build with bsdgrep
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Keywords: regression
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
                CC: bsdports at kyle-evans.net, x11 at FreeBSD.org
            Blocks: 218385

The first bad is base r316477 or ports r438198.

$ make
[...]
checking for RADEON... yes
checking for RADEON... yes
configure: error: LLVM component 'asmparser' not enabled in your LLVM build.
Required by r600.
===>  Script "configure" failed unexpectedly.

$ llvm-config40 --components | bsdgrep -iqw asmparser; echo $?
1
$ llvm-config40 --components | gnugrep -iqw asmparser; echo $?
0

$ llvm-config40 --components
aarch64 aarch64asmparser aarch64asmprinter aarch64codegen aarch64desc
aarch64disassembler aarch64info aarch64utils all all-targets amdgpu
amdgpuasmparser amdgpuasmprinter amdgpucodegen amdgpudesc amdgpudisassembler
amdgpuinfo amdgpuutils analysis arm armasmparser armasmprinter armcodegen
armdesc armdisassembler arminfo asmparser asmprinter bitreader bitwriter bpf
bpfasmprinter bpfcodegen bpfdesc bpfdisassembler bpfinfo codegen core
coroutines coverage debuginfocodeview debuginfodwarf debuginfomsf debuginfopdb
demangle engine executionengine globalisel hexagon hexagonasmparser
hexagoncodegen hexagondesc hexagondisassembler hexagoninfo instcombine
instrumentation interpreter ipo irreader lanai lanaiasmparser lanaicodegen
lanaidesc lanaidisassembler lanaiinfo lanaiinstprinter libdriver lineeditor
linker lto mc mcdisassembler mcjit mcparser mips mipsasmparser mipsasmprinter
mipscodegen mipsdesc mipsdisassembler mipsinfo mirparser msp430
msp430asmprinter msp430codegen msp430desc msp430info native nativecodegen nvptx
nvptxasmprinter nvptxcodegen nvptxdesc nvptxinfo objcarcopts object objectyaml
option orcjit passes powerpc powerpcasmparser powerpcasmprinter powerpccodegen
powerpcdesc powerpcdisassembler powerpcinfo profiledata riscv riscvcodegen
riscvdesc riscvinfo runtimedyld scalaropts selectiondag sparc sparcasmparser
sparcasmprinter sparccodegen sparcdesc sparcdisassembler sparcinfo support
symbolize systemz systemzasmparser systemzasmprinter systemzcodegen systemzdesc
systemzdisassembler systemzinfo tablegen target transformutils vectorize x86
x86asmparser x86asmprinter x86codegen x86desc x86disassembler x86info x86utils
xcore xcoreasmprinter xcorecodegen xcoredesc xcoredisassembler xcoreinfo


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218385
[Bug 218385] [exp-run] test build with bsdgrep installed as /usr/bin/grep
-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list