Opened 7 weeks ago

Last modified 7 weeks ago

#70493 new defect

ophcrack uses non-existing header: error: byteswap.h: No such file or directory

Reported by: barracuda156 Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.9.3
Keywords: Cc:
Port: ophcrack

Description

make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_security_ophcrack/ophcrack/work/ophcrack-3.8.0/src/samdump2'
ccache /usr/bin/gcc-4.2 -I/opt/local/include -pipe -Os -arch ppc -DNDEBUG -Wall -std=gnu9x -pedantic -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -DOSX -I/opt/local/include -I/opt/local/include -I../core -c bkhive.c -o bkhive.o
ccache /usr/bin/gcc-4.2 -I/opt/local/include -pipe -Os -arch ppc -DNDEBUG -Wall -std=gnu9x -pedantic -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -DOSX -I/opt/local/include -I/opt/local/include -I../core -c dumpsam.c -o dumpsam.o
ccache /usr/bin/gcc-4.2 -I/opt/local/include -pipe -Os -arch ppc -DNDEBUG -Wall -std=gnu9x -pedantic -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -DOSX -I/opt/local/include -I/opt/local/include -I../core -c hive.c -o hive.o
ccache /usr/bin/gcc-4.2 -I/opt/local/include -pipe -Os -arch ppc -DNDEBUG -Wall -std=gnu9x -pedantic -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -DOSX -I/opt/local/include -I/opt/local/include -I../core -c samdump2.c -o samdump2.o
bkhive.c:37:22: error: byteswap.h: No such file or directory
make[2]: *** [bkhive.o] Error 1
make[2]: *** Waiting for unfinished jobs....
hive.c:33:22: error: byteswap.h: No such file or directory
hive.c: In function ‘read_nk’:
hive.c:47: warning: implicit declaration of function ‘__bswap_16’
hive.c:51: warning: implicit declaration of function ‘__bswap_32’
samdump2.c:44:22: error: byteswap.h: No such file or directory

Change History (2)

comment:1 Changed 7 weeks ago by ryandesign (Ryan Carsten Schmidt)

I think you'll want to file an issue here: https://gitlab.com/objectifsecurite/ophcrack/-/issues

Note: See TracTickets for help on using tickets.