MantisBT - NetSurf
View Issue Details
0002458NetSurfCore-specificpublic2016-07-17 08:472016-08-10 13:16
ReporterAnthony J. Bentley 
Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
StatusacknowledgedResolutionopen 
PlatformSPARC64OSOpenBSDOS Version6.0
Product Version 
Target VersionFixed in Version 
Fixed in CI build #
Reported in CI build #
URL of problem page
Summary0002458: nsgenbind fails on OpenBSD/sparc64
DescriptionI've received a report that NetSurf-3.5 consistently fails to build on OpenBSD/sparc64.

The problem is that duktape/binding.h doesn't get generated:

 GENBIND: javascript/duktape/netsurf.bnd
nsgenbind -D -I javascript/WebIDL javascript/duktape/netsurf.bnd build-OpenBSD-gtk/duktape
Dictionary EventInit:bubbles literal boolean type mismatch

For reference, here is the same build step on my working OpenBSD/amd64 system:

 GENBIND: javascript/duktape/netsurf.bnd
nsgenbind -D -I javascript/WebIDL javascript/duktape/netsurf.bnd build-OpenBSD-gtk/duktape
 GENBIND: completed
Steps To ReproduceRun a typical build. See:

http://build-failures.rhaalovely.net/sparc64/2016-06-02/www/netsurf/browser.log
http://build-failures.rhaalovely.net/sparc64/2016-05-03/www/netsurf/browser.log
http://build-failures.rhaalovely.net/sparc64/2016-04-09/www/netsurf/browser.log
TagsNo tags attached.
Attached Files

Notes
(0001382)
Anthony J. Bentley   
2016-07-17 08:57   
I should add that this is nsgenbind-0.3.

Issue History
2016-07-17 08:47Anthony J. BentleyNew Issue
2016-07-17 08:57Anthony J. BentleyNote Added: 0001382
2016-08-10 13:16Vincent SandersStatusnew => acknowledged