Opened 5 years ago

Closed 4 years ago

#59326 closed defect (fixed)

lldb-devel: error: 'compression.h' file not found

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.6.1
Keywords: Cc: larryv (Lawrence Velázquez), kencu (Ken)
Port: lldb-devel

Description

lldb-devel fails to build on 10.10 or older:

/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_lang_llvm-devel/lldb-devel/work/trunk/tools/lldb/tools/debugserver/source/RNBRemote.cpp:44:10: fatal error: 'compression.h' file not found
#include <compression.h>
         ^~~~~~~~~~~~~~~
1 error generated.

Please also check previous versions of lldb for the same problem.

If you can fix it, great, otherwise it would be good to error out early on unsupported OS versions so we don't waste time on the buildbot building something we already know will fail.

Change History (3)

comment:1 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

In addition to erroring out, using known_fail yes will allow the buildbot to skip that (sub)port entirely.

comment:2 Changed 4 years ago by kencu (Ken)

Cc: kencu added

comment:3 Changed 4 years ago by kencu (Ken)

Resolution: fixed
Status: assignedclosed

In 2071c79f088d70040eafdf34546e461473af7072/macports-ports (master):

lldb 5.0 to devel: tweak failing systems

to match results on buildbot from recent revbumps
add known_fail to prevent needless build attempts

note: some of these older systems might build lldb with effort
the missing pieces might be replaced by legacysupport

closes: #57499
closes: #59326
closes: #59327
closes: #55720

Note: See TracTickets for help on using tickets.