Opened 15 years ago

Closed 15 years ago

#18743 closed defect (fixed)

Sleuthkit build error - ewf.h problem

Reported by: ketil@… Owned by: md@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: sleuthkit

Description

Trying to install sleuthkit using a fresh install of port on Mac. First I ran "sudo port install afflib", which installed fine with dependencies. After that I ran "sudo port install sleuthkit", which gives this output:

$ sudo port install sleuthkit
--->  Building sleuthkit
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_sleuthkit/work/sleuthkit-2.09" && make all " returned error 2
Command output: r - libewf-tsk/ewf_section.o
r - libewf-tsk/ewf_string.o
r - libewf-tsk/ewf_table.o
r - libewf-tsk/ewf_volume.o
r - libewf-tsk/ewf_volume_smart.o
r - libewf-tsk/libewf.o
r - libewf-tsk/libewf_chunk_cache.o
r - libewf-tsk/libewf_common.o
r - libewf-tsk/libewf_debug.o
r - libewf-tsk/libewf_digest_context.o
r - libewf-tsk/libewf_endian.o
r - libewf-tsk/libewf_file.o
r - libewf-tsk/libewf_hash_values.o
r - libewf-tsk/libewf_header_values.o
r - libewf-tsk/libewf_internal_handle.o
r - libewf-tsk/libewf_notify.o
r - libewf-tsk/libewf_offset_table.o
r - libewf-tsk/libewf_read.o
r - libewf-tsk/libewf_section.o
r - libewf-tsk/libewf_section_list.o
r - libewf-tsk/libewf_segment_table.o
r - libewf-tsk/libewf_string.o
r - libewf-tsk/libewf_write.o
make -C src/imgtools
gcc -I/opt/local/include  -DDARWIN -DVER=\"2.09\" -I../auxtools -I../afflib/lib -I../libewf/include/ -O -Wall  -g   -c -o img_open.o img_open.c
In file included from img_open.c:33:
ewf.h:30: error: 'LIBEWF_STRING_DIGEST_HASH_LENGTH_MD5' undeclared here (not in a function)
make: *** [img_open.o] Error 1
make[1]: *** [defs] Error 2
make: *** [no-perl] Error 2

Error: Status 1 encountered during processing.

Change History (3)

comment:1 Changed 15 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to md@…
Port: sleuthkit added

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:3 Changed 15 years ago by nerdling (Jeremy Lavergne)

Resolution: fixed
Status: newclosed

I just committed a new version of sleuthkit in r58237 (#16352). This problem should no longer exist.

Note: See TracTickets for help on using tickets.