Opened 3 years ago

Last modified 3 years ago

#63448 closed defect

cctools @949.0.1_1+llvmdev: "otool -L" does not work properly, incorrectly passed '-macho' option to llvm-objdump — at Version 1

Reported by: cave-canem Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: Cc: kencu (Ken), cave-canem
Port: cctools

Description (last modified by cave-canem)

It seems to me that the "otool -L" does not work properly — incorrect '-macho' option for llvm-objdump is passed.

Example:

otool -L $(which bash)
llvm-objdump: Unknown command line argument '-macho'.  Try: '/opt/MacPorts/libexec/llvm-devel/bin/llvm-objdump --help'
llvm-objdump: Did you mean '-h'?
llvm-objdump: Unknown command line argument '-dylibs-used'.  Try: '/opt/MacPorts/libexec/llvm-devel/bin/llvm-objdump --help'
llvm-objdump: Did you mean '--dylibs-used'?
llvm-objdump: Unknown command line argument '-non-verbose'.  Try: '/opt/MacPorts/libexec/llvm-devel/bin/llvm-objdump --help'
llvm-objdump: Did you mean '--non-verbose'?

Change History (1)

comment:1 Changed 3 years ago by cave-canem

Description: modified (diff)
Summary: cctools @949.0.1_1+llvmdev: "otool -L" does not work properly, incorrectly passed 'macho' option to llvm-objdumpcctools @949.0.1_1+llvmdev: "otool -L" does not work properly, incorrectly passed '-macho' option to llvm-objdump
Note: See TracTickets for help on using tickets.