Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 692814 - net-libs/libsoup-2.66.2 : ../.../soup-auth-ntlm.c:590:24: error: too few arguments to function g_file_test
Summary: net-libs/libsoup-2.66.2 : ../.../soup-auth-ntlm.c:590:24: error: too few argu...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 692818 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-08-24 08:19 UTC by Toralf Förster
Modified: 2019-08-24 18:29 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.02 KB, text/plain)
2019-08-24 08:19 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,178.16 KB, text/plain)
2019-08-24 08:19 UTC, Toralf Förster
Details
environment (environment,118.28 KB, text/plain)
2019-08-24 08:19 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.57 KB, application/x-bzip)
2019-08-24 08:19 UTC, Toralf Förster
Details
net-libs:libsoup-2.66.2:20190824-024100.log (net-libs:libsoup-2.66.2:20190824-024100.log,18.76 KB, text/plain)
2019-08-24 08:19 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,29.66 KB, application/x-bzip)
2019-08-24 08:19 UTC, Toralf Förster
Details
corrects string construction in meson.build (libsoup-2.66.2-NTLM_AUTH.patch,456 bytes, patch)
2019-08-24 09:24 UTC, Ross Hayward
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-08-24 08:19:40 UTC
  590 |  ntlm_auth_available = g_file_test (NTLM_AUTH, G_FILE_TEST_IS_EXECUTABLE);
      |                                     ^~~~~~~~~
../libsoup-2.66.2/libsoup/soup-auth-ntlm.c:590:24: error: too few arguments to function ‘g_file_test’
  590 |  ntlm_auth_available = g_file_test (NTLM_AUTH, G_FILE_TEST_IS_EXECUTABLE);
      |                        ^~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:48,

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma_systemd-abi32+64-20190820-031613

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

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

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
  [3]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.13.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpvO net-libs/libsoup
[ebuild     U ] net-libs/libsoup-2.66.2 [2.64.2] USE="gtk-doc%* introspection samba ssl vala -gssapi -test (-debug%)" ABI_X86="32 (64) (-x32)"
Comment 1 Toralf Förster gentoo-dev 2019-08-24 08:19:43 UTC
Created attachment 587934 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-08-24 08:19:46 UTC
Created attachment 587936 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-08-24 08:19:49 UTC
Created attachment 587938 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-08-24 08:19:52 UTC
Created attachment 587940 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-08-24 08:19:54 UTC
Created attachment 587942 [details]
net-libs:libsoup-2.66.2:20190824-024100.log
Comment 6 Toralf Förster gentoo-dev 2019-08-24 08:19:57 UTC
Created attachment 587944 [details]
temp.tbz2
Comment 7 Ross Hayward 2019-08-24 09:24:02 UTC
Created attachment 587946 [details, diff]
corrects string construction in meson.build
Comment 8 Larry the Git Cow gentoo-dev 2019-08-24 09:50:30 UTC
The bug has been closed via the following commit(s):

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

commit 749c26be5e5cf37aaaf445af0d174f8fc31f1a8c
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2019-08-24 09:47:51 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2019-08-24 09:49:59 +0000

    net-libs/libsoup-2.66.2: fix build with USE=samba
    
    Closes: https://bugs.gentoo.org/692814
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Mart Raudsepp <leio@gentoo.org>

 .../libsoup/files/2.66.2-meson-ntlm_auth-fix.patch | 28 ++++++++++++++++++++++
 net-libs/libsoup/libsoup-2.66.2.ebuild             |  1 +
 2 files changed, 29 insertions(+)
Comment 9 Mart Raudsepp gentoo-dev 2019-08-24 18:29:08 UTC
*** Bug 692818 has been marked as a duplicate of this bug. ***