Uzbl

Tasklist

FS#83 - uzbl crashes with example config (undefined symbol: soup_session_get_feature)

Attached to Project: Uzbl
Opened by Simon Koelsch (echox) - 2009-07-30 08:30:51 AM
Last edited by Dieter Plaetinck (Dieter_be) - 2009-11-08 12:07:49 PM
Task Type Bug Report
Category uzbl-core
Status Closed
Assigned To No-one
Operating System Linux
Severity Medium
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

After starting uzbl with the default example config file the browser terminates with the following msg:
uzbl: symbol lookup error: /usr/lib/libwebkit-1.0.so.2: undefined symbol: soup_session_get_feature

[echox@kaffeesatz:~] % uzbl
[echox@kaffeesatz:~] % uzbl -c uzbl/config
uzbl: symbol lookup error: /usr/lib/libwebkit-1.0.so.2: undefined symbol: soup_session_get_feature
[echox@kaffeesatz:~] !% pacman -Q libwebkit
libwebkit 1.1.10-2
[echox@kaffeesatz:~] % pacman -Q libsoup
libsoup 2.26.3-1


Here is the output if I use the verbose switch:
[echox@kaffeesatz:~] % uzbl -v -c uzbl/config
Uzbl start location: uzbl
window_id 20971556
pid 10667
name: 20971556
init_fifo: created successfully as /tmp/uzbl_fifo_20971556
init_socket: opened in /tmp/uzbl_socket_20971556
Binding :_ : chain '%s'
Binding j : scroll_vert 20
Binding k : scroll_vert -20
Binding h : scroll_horz -20
Binding l : scroll_horz 20
Binding << : scroll_begin
Binding >> : scroll_end
Binding b : back
Binding m : forward
Binding S : stop
Binding r : reload
Binding R : reload_ign_cache
Binding + : zoom_in
Binding - : zoom_out
Binding T : toggle_zoom_type
Binding 1 : sh "echo set zoom_level = 1.0 > $4"
Binding 2 : sh "echo set zoom_level = 2.0 > $4"
Binding t : toggle_status
Binding /* : search %s
Binding ?* : search_reverse %s
Binding n : search
Binding N : search_reverse
Binding gh : uri http://www.uzbl.org
Binding o _ : uri %s
Binding s _ : set %s
Binding \wiki _ : uri http://wiki.archlinux.org/index.php/Special:Search?search=%s&go=Go
Binding gg _ : uri http://www.google.com/search?q=%s
Binding i : toggle_insert_mode
Binding I : toggle_insert_mode 0
Binding B : spawn /home/echox/.local/share/uzbl/scripts/insert_bookmark.sh
Binding U : spawn /home/echox/.local/share/uzbl/scripts/load_url_from_history.sh
Binding u : spawn /home/echox/.local/share/uzbl/scripts/load_url_from_bookmarks.sh
Binding yurl : spawn /home/echox/.local/share/uzbl/scripts/yank.sh 6 primary
Binding ytitle : spawn /home/echox/.local/share/uzbl/scripts/yank.sh 7 clipboard
Binding y2url : sh 'echo -n $6 | xclip'
Binding p : sh 'echo "uri `xclip -selection primary -o`" > $4'
Binding P : sh 'echo "uri `xclip -selection clipboard -o`" > $4'
Binding 'p : sh 'exec uzbl --uri $(xclip -o)'
Binding ZZ : exit
Binding Xs : js alert("hi");
Binding XS : sh 'echo "js alert (\\"This is sent by the shell via a fifo\\")" > "$4"'
Binding !dump : sh "echo dump_config > $4"
Binding !reload : sh 'cat $1 > $4'
Binding za : spawn /home/echox/.local/share/uzbl/scripts/formfiller.sh
Binding ze : spawn /home/echox/.local/share/uzbl/scripts/formfiller.sh edit
Binding zn : spawn /home/echox/.local/share/uzbl/scripts/formfiller.sh new
Binding zl : spawn /home/echox/.local/share/uzbl/scripts/formfiller.sh load
Binding LL : spawn /home/echox/.local/share/uzbl/scripts/formfiller.pl load
Binding LN : spawn /home/echox/.local/share/uzbl/scripts/formfiller.pl new
Binding LE : spawn /home/echox/.local/share/uzbl/scripts/formfiller.pl edit
Binding F : script /home/echox/.local/share/uzbl/scripts/hint.js
Binding fl* : script /home/echox/.local/share/uzbl/scripts/follow_Numbers.js %s
Binding fL* : script /home/echox/.local/share/uzbl/scripts/follow_Numbers_Strings.js %s
uzbl: symbol lookup error: /usr/lib/libwebkit-1.0.so.2: undefined symbol: soup_session_get_feature

I used an clone of the git sources:
[echox@kaffeesatz:~] !% uzbl --version
Commit: 8289b66de28c13dab9adffd977d023ec1e1daa78
This task depends upon

Closed by  Dieter Plaetinck (Dieter_be)
2009-11-08 12:07:49 PM
Reason for closing:  Works for me
Additional comments about closing:  try a more recent version of uzbl
Comment by Dieter Plaetinck (Dieter_be) - 2009-09-19 08:38:35 AM
hmm this is supposed to be a bug in webkit/libsoup, though your versions seem already quite recent.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520205
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=522436
Comment by Dieter Plaetinck (Dieter_be) - 2009-09-19 08:39:06 AM
oddly enough i have the exact same versions ,but i don't have this problem.

Loading...