MantisBT - NetSurf | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0002671 | NetSurf | Javascript | public | 2019-06-12 09:49 | 2019-08-01 09:32 |
Reporter | Malcolm | ||||
---|---|---|---|---|---|
Assigned To | kinnison | ||||
Priority | normal | Severity | block | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Platform | HP6120 laptop 1GB RAM, 32bit | OS | Linux - Antix 17 | OS Version | 17.x |
Product Version | 3.8 | ||||
Target Version | Fixed in Version | ||||
Fixed in CI build # | |||||
Reported in CI build # | |||||
URL of problem page | |||||
Summary | 0002671: build - make fails with error suggesting undeclared variable in duktape/binding.c | ||||
Description | In file included from ./utils/log.h:78:0, from build/Linux-gtk/duktape/binding.c:18: build/Linux-gtk/duktape/binding.c: In function ‘dukky_create_prototype’: /home/malcolm/Downloads/netsurf/netsurf-all-3.8/inst-gtk/include/nslog/nslog.h:177:6: error: ‘__nslog_category_dukky’ undeclared (first use in this function) &__nslog_category_##catname, \ ^ build/Linux-gtk/duktape/binding.c:113:3: note: in expansion of macro ‘NSLOG’ NSLOG(dukky, WARNING, "Failed to register prototype for %s", proto_name + 2); ^~~~~ /home/malcolm/Downloads/netsurf/netsurf-all-3.8/inst-gtk/include/nslog/nslog.h:177:6: note: each undeclared identifier is reported only once for each function it appears in &__nslog_category_##catname, \ ^ build/Linux-gtk/duktape/binding.c:113:3: note: in expansion of macro ‘NSLOG’ NSLOG(dukky, WARNING, "Failed to register prototype for %s", proto_name + 2); ^~~~~ Makefile:855: recipe for target 'build/Linux-gtk/build_Linux-gtk_duktape_binding.o' failed make[1]: *** [build/Linux-gtk/build_Linux-gtk_duktape_binding.o] Error 1 make[1]: Leaving directory '/home/malcolm/Downloads/netsurf/netsurf-all-3.8/netsurf' Makefile:119: recipe for target '/home/malcolm/Downloads/netsurf/netsurf-all-3.8/inst-gtk/build-stamp' failed make: *** [/home/malcolm/Downloads/netsurf/netsurf-all-3.8/inst-gtk/build-stamp] Error 2 | ||||
Steps To Reproduce | Compile from packaged 3.8 source code, and pull-build-install from Git | ||||
Additional Information | build running smoothly until this point. Tail extract from screen output attached hereto. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | compile_error.txt (983) 2019-06-12 09:49 https://bugs.netsurf-browser.org/mantis/file_download.php?file_id=595&type=bug |
Notes | |||||
|
|||||
|
|
Issue History | |||||
Date Modified | Username | Field | Change | ||
---|---|---|---|---|---|
2019-06-12 09:49 | Malcolm | New Issue | |||
2019-06-12 09:49 | Malcolm | File Added: compile_error.txt | |||
2019-08-01 09:32 | kinnison | Assigned To | => kinnison | ||
2019-08-01 09:32 | kinnison | Status | new => closed | ||
2019-08-01 09:32 | kinnison | Resolution | open => no change required | ||
2019-08-01 09:32 | kinnison | Note Added: 0002036 |