Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 641846 - www-client/netsurf-3.6 : build-Linux-gtk3/.../binding.c:111:13: error: too many arguments to function duk_safe_call
Summary: www-client/netsurf-3.6 : build-Linux-gtk3/.../binding.c:111:13: error: too ma...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-20 20:25 UTC by Toralf Förster
Modified: 2018-10-21 20:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,17.09 KB, text/plain)
2017-12-20 20:25 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,258.41 KB, text/plain)
2017-12-20 20:25 UTC, Toralf Förster
Details
environment (environment,110.56 KB, text/plain)
2017-12-20 20:25 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,23.05 KB, application/x-bzip)
2017-12-20 20:25 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,33.33 KB, application/x-bzip)
2017-12-20 20:25 UTC, Toralf Förster
Details
www-client:netsurf-3.6:20171220-193705.log (www-client:netsurf-3.6:20171220-193705.log,161.40 KB, text/plain)
2017-12-20 20:25 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-12-20 20:25:20 UTC
 DUK_EXTERNAL_DECL duk_int_t duk_safe_call(duk_context *ctx, duk_safe_call_function func, duk_idx_t nargs, duk_idx_t nrets);
                             ^~~~~~~~~~~~~
build-Linux-gtk3/duktape/binding.c:111:13: error: too many arguments to function ‘duk_safe_call’
  if ((ret = duk_safe_call(ctx, genproto, NULL, 1, 1)) != DUK_EXEC_SUCCESS) {
             ^~~~~~~~~~~~~
In file included from build-Linux-gtk3/duktape/binding.c:21:0:

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma_libressl_20171214-165920

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)
  [3]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.6.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv www-client/netsurf
[ebuild  N    ] www-client/netsurf-3.6  USE="bmp duktape gif gtk javascript jpeg mng png psl rosprite svg svgtiny truetype webp -debug -fbcon -fbcon_frontend_able -fbcon_frontend_linux -fbcon_frontend_sdl -fbcon_frontend_vnc -fbcon_frontend_x -gstreamer -gtk2 -gtk3 -pdf-writer" ABI_X86="(64) -32 (-x32)"
Comment 1 Toralf Förster gentoo-dev 2017-12-20 20:25:23 UTC
Created attachment 511240 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-12-20 20:25:26 UTC
Created attachment 511242 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-12-20 20:25:29 UTC
Created attachment 511244 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-12-20 20:25:32 UTC
Created attachment 511246 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-12-20 20:25:35 UTC
Created attachment 511248 [details]
temp.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-12-20 20:25:38 UTC
Created attachment 511250 [details]
www-client:netsurf-3.6:20171220-193705.log
Comment 7 Larry the Git Cow gentoo-dev 2018-10-21 20:54:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b300aad5b4c95789c941d23b528de6f7bb89e7

commit b5b300aad5b4c95789c941d23b528de6f7bb89e7
Author:     Virgil Dupras <vdupras@gentoo.org>
AuthorDate: 2018-10-21 20:46:40 +0000
Commit:     Virgil Dupras <vdupras@gentoo.org>
CommitDate: 2018-10-21 20:52:56 +0000

    www-client/netsurf: bump to 3.8
    
    I had to drop gstreamer because it depends on a vulnerable version.
    
    Closes: https://bugs.gentoo.org/636224
    Closes: https://bugs.gentoo.org/662230
    Closes: https://bugs.gentoo.org/629204
    Closes: https://bugs.gentoo.org/641846
    Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 www-client/netsurf/Manifest                        |   2 +
 www-client/netsurf/files/netsurf-3.8-CFLAGS.patch  |  79 ++++++++++
 .../netsurf/files/netsurf-3.8-pdf-writer.patch     |  86 +++++++++++
 www-client/netsurf/netsurf-3.8.ebuild              | 163 +++++++++++++++++++++
 4 files changed, 330 insertions(+)