Opened 11 years ago
Last modified 10 years ago
#42682 new submission
[NEW] liblnk
Reported by: | jul_bsd@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
Port: | liblnk |
Description
librairies & python bindings to manipulate windows lnk files (dependency for Plaso Ticket #42394 and other coming ports)
Attachments (2)
Change History (7)
comment:1 Changed 11 years ago by jul_bsd@…
comment:3 Changed 10 years ago by jul_bsd@…
latest 20140731 fails to build
libtool: link: /usr/bin/clang -dynamiclib -o .libs/liblnk.1.dylib .libs/liblnk.o .libs/liblnk_data_block.o .libs/liblnk_data_block_strings.o .libs/liblnk_data_string.o .libs/liblnk_debug.o .libs/liblnk_distributed_link_tracker.o .libs/liblnk_distributed_link_tracker_properties.o .libs/liblnk_error.o .libs/liblnk_file.o .libs/liblnk_file_information.o .libs/liblnk_io_handle.o .libs/liblnk_known_folder_location.o .libs/liblnk_link_information.o .libs/liblnk_link_target_identifier.o .libs/liblnk_location_information.o .libs/liblnk_notify.o .libs/liblnk_special_folder_location.o .libs/liblnk_support.o -Wl,-force_load,../libcstring/.libs/libcstring.a -Wl,-force_load,../libcerror/.libs/libcerror.a -Wl,-force_load,../libcthreads/.libs/libcthreads.a -Wl,-force_load,../libcdata/.libs/libcdata.a -Wl,-force_load,../libclocale/.libs/libclocale.a -Wl,-force_load,../libcnotify/.libs/libcnotify.a -Wl,-force_load,../libcsplit/.libs/libcsplit.a -Wl,-force_load,../libuna/.libs/libuna.a -Wl,-force_load,../libcfile/.libs/libcfile.a -Wl,-force_load,../libcpath/.libs/libcpath.a -Wl,-force_load,../libbfio/.libs/libbfio.a -Wl,-force_load,../libfdatetime/.libs/libfdatetime.a -Wl,-force_load,../libfguid/.libs/libfguid.a -Wl,-force_load,../libfwsi/.libs/libfwsi.a -L/opt/local/lib -lpthread -Os -arch x86_64 -Wl,-headerpad_max_install_names -arch x86_64 -install_name /opt/local/lib/liblnk.1.dylib -compatibility_version 2 -current_version 2.0 -Wl,-single_module Undefined symbols for architecture x86_64: "_libfwps_storage_copy_from_byte_stream", referenced from: _libfwsi_item_read_class_type_0x00_values in libfwsi.a(libfwsi_item.o) "_libfwps_storage_free", referenced from: _libfwsi_item_read_class_type_0x00_values in libfwsi.a(libfwsi_item.o) "_libfwps_storage_initialize", referenced from: _libfwsi_item_read_class_type_0x00_values in libfwsi.a(libfwsi_item.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: *** [liblnk.la] Error 1
Changed 10 years ago by jul_bsd@…
Attachment: | Portfile.2 added |
---|
comment:5 Changed 10 years ago by jul_bsd@…
- migrate to github
- 20141026
- tons of libyal/lib* dependencies under review (MUST take release source code and not github source code, non-consistent naming scheme for archive/extracted dir w or not -alpha, -experimental, some with debug args, some with python bindings, no clear dependencies tree, ..)
Note: See
TracTickets for help on using
tickets.
update to 20140323 and elements from #42789