MantisBT - Buildsystem
View Issue Details
0002794Buildsystem[All Projects] Generalpublic2020-09-23 13:352020-10-01 20:06
ReporterF Duchesneau 
Assigned Tokinnison 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionno change required 
Platformstm32mp157c-dk2OSLinux buildroot 5.7.10OS VersionLinux 5.7.10
Fixed in CI build #
Reported in CI build #
Summary0002794: blank page with status loading
DescriptionCompile netsurf-fb with sdl
/usr/bin/netsurf-fb -fsdl -w 800 -h 480 http://google.com
Program start, but still in loading mode even with any url.

Steps To Reproduce/usr/bin/netsurf-fb -v -fsdl -w 800 -h 480 http://google.com
...
(0.388890) [INFO netsurf] frontends/framebuffer/gui.c:1440 create_toolbar: xpos is 744
(0.388930) [INFO netsurf] frontends/framebuffer/fbtk/fbtk.c:129 fbtk_set_mapping: setting mapping on 0x3bee60 to 1
(0.388976) [INFO netsurf] frontends/framebuffer/gui.c:1682 create_normal_browser_window: status bar 0x3bf5b0 at 0,462
(0.389036) [INFO netsurf] frontends/framebuffer/fbtk/fbtk.c:129 fbtk_set_mapping: setting mapping on 0x3bed90 to 1
(0.389083) [INFO netsurf] desktop/browser_window.c:3264 browser_window_navigate: bw 0x3522f0, url http://192.168.30.35/
(0.389146) [INFO netsurf] desktop/browser_window.c:3469 navigate_internal_real: Loading 'http://192.168.30.35/'
(0.391775) [INFO netsurf] frontends/framebuffer/fbtk/scroll.c:337 hscroll_redraw: hscroll 209
Additional InformationMaybe, its a wrong setup
Had to copy DejaVu*.ttf in /usr/share/netsurf
because of "Unable to initialise the font system"

If I start with no url, I have
Error occured fetching page
Bad Encoding
TagsNo tags attached.
Attached Files

Notes
(0002292)
F Duchesneau   
2020-09-23 14:21   
Found the problem.
Must be compiled with LIBCURL enabled
which also add openssl
NETSURF_DEPENDENCIES += libcurl openssl

Now works fine and fast.

Thank you
Regards,
(0002293)
kinnison   
2020-10-01 20:06   
Im glad you got it working in the end.

Issue History
2020-09-23 13:35F DuchesneauNew Issue
2020-09-23 14:21F DuchesneauNote Added: 0002292
2020-10-01 20:06kinnisonNote Added: 0002293
2020-10-01 20:06kinnisonAssigned To => kinnison
2020-10-01 20:06kinnisonStatusnew => closed
2020-10-01 20:06kinnisonResolutionopen => no change required