Skip to content

Instantly share code, notes, and snippets.

Created September 8, 2017 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/66123e2a0f08b3730804dea81d82ad6c to your computer and use it in GitHub Desktop.
Save anonymous/66123e2a0f08b3730804dea81d82ad6c to your computer and use it in GitHub Desktop.
root@svn:/var/lib/svn/a_repo/hooks# cc 'jira-story-informant.o' -o 'jira-story-informant' -rdynamic -lz `command -v pkg-config > /dev/null && pkg-config --libs libssl || printf %s '-lssl -lcrypto'` `command -v pkg-config > /dev/null && pkg-config --libs libcrypto || printf %s '-lcrypto'` -lpcre -lgc -lpthread ./libcrystal.a -levent -lrt -ldl -L/usr/lib -L/usr/local/lib -L/root/tmp
/usr/bin/ld: Dwarf Error: found dwarf version '4', this reader only handles version 2 and 3 information.
jira-story-informant.o: In function `__crystal_main':
main_module:(.text+0x3e4): undefined reference to `GC_set_push_other_roots'
/usr/bin/ld: Dwarf Error: found dwarf version '0', this reader only handles version 2 and 3 information.
jira-story-informant.o: In function `~Fiber::prev_push_other_roots:init':
main_module:(.text+0x166b9): undefined reference to `GC_get_push_other_roots'
/usr/bin/ld: Dwarf Error: found dwarf version '0', this reader only handles version 2 and 3 information.
jira-story-informant.o: In function `*Event::Base#initialize:Pointer(Void)':
main_module:(.text+0x16b7b): undefined reference to `event_base_new'
/usr/bin/ld: Dwarf Error: found dwarf version '0', this reader only handles version 2 and 3 information.
jira-story-informant.o: In function `*Event::Base#new_event<Int32, LibEvent2::EventFlags, IO::FileDescriptor, &Proc(Int32, LibEvent2::EventFlags, Pointer(Void), Nil)>:Event::Event':
main_module:(.text+0x18137): undefined reference to `event_new'
/usr/bin/ld: Dwarf Error: found dwarf version '0', this reader only handles version 2 and 3 information.
jira-story-informant.o: In function `*Event::Base#new_event<Int32, LibEvent2::EventFlags, UNIXServer, &Proc(Int32, LibEvent2::EventFlags, Pointer(Void), Nil)>:Event::Event':
main_module:(.text+0x19487): undefined reference to `event_new'
/usr/bin/ld: Dwarf Error: found dwarf version '1198', this reader only handles version 2 and 3 information.
jira-story-informant.o: In function `*Event::Base#new_event<Int32, LibEvent2::EventFlags, File, &Proc(Int32, LibEvent2::EventFlags, Pointer(Void), Nil)>:Event::Event':
main_module:(.text+0x2eba7): undefined reference to `event_new'
/usr/bin/ld: Dwarf Error: found dwarf version '14', this reader only handles version 2 and 3 information.
jira-story-informant.o: In function `*Event::Event#free:Bool':
main_module:(.text+0x2fe54): undefined reference to `event_free'
/usr/bin/ld: Dwarf Error: found dwarf version '5716', this reader only handles version 2 and 3 information.
jira-story-informant.o: In function `*Event::Base#new_event<Int32, LibEvent2::EventFlags, IO::FileDescriptor+, &Proc(Int32, LibEvent2::EventFlags, Pointer(Void), Nil)>:Event::Event':
main_module:(.text+0x31977): undefined reference to `event_new'
/usr/bin/ld: Dwarf Error: found dwarf version '5632', this reader only handles version 2 and 3 information.
jira-story-informant.o: In function `*Event::Base#new_event<Int32, LibEvent2::EventFlags, Fiber, &Proc(Int32, LibEvent2::EventFlags, Pointer(Void), Nil)>:Event::Event':
main_module:(.text+0x70857): undefined reference to `event_new'
/usr/bin/ld: Dwarf Error: found dwarf version '18944', this reader only handles version 2 and 3 information.
jira-story-informant.o: In function `*Event::Base#reinit:Nil':
main_module:(.text+0xcfff0): undefined reference to `event_reinit'
/usr/bin/ld: Dwarf Error: found dwarf version '768', this reader only handles version 2 and 3 information.
jira-story-informant.o: In function `*Event::Base#new_event<Int32, LibEvent2::EventFlags, TCPSocket, &Proc(Int32, LibEvent2::EventFlags, Pointer(Void), Nil)>:Event::Event':
main_module:(.text+0x107ea7): undefined reference to `event_new'
/usr/bin/ld: Dwarf Error: found dwarf version '2052', this reader only handles version 2 and 3 information.
jira-story-informant.o: In function `*Event::Base#new_event<Int32, LibEvent2::EventFlags, TCPSocket+, &Proc(Int32, LibEvent2::EventFlags, Pointer(Void), Nil)>:Event::Event':
main_module:(.text+0x10a547): undefined reference to `event_new'
/usr/bin/ld: Dwarf Error: found dwarf version '0', this reader only handles version 2 and 3 information.
jira-story-informant.o: In function `*GC::init:Nil':
main_module:(.text+0x12a9e7): undefined reference to `GC_set_handle_fork'
collect2: ld returned 1 exit status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment