Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 754177 - net-libs/libnpupnp-4.0.13 : ./.../miniserver.h: error: UPNP_INLINE does not name a type
Summary: net-libs/libnpupnp-4.0.13 : ./.../miniserver.h: error: UPNP_INLINE does not n...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Erik Mackdanz
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-12 16:53 UTC by Toralf Förster
Modified: 2020-11-13 02:05 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.00 KB, text/plain)
2020-11-12 16:53 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,288.61 KB, text/plain)
2020-11-12 16:53 UTC, Toralf Förster
Details
environment (environment,20.51 KB, text/plain)
2020-11-12 16:53 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,29.56 KB, application/x-bzip)
2020-11-12 16:53 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,10.82 KB, application/x-bzip)
2020-11-12 16:53 UTC, Toralf Förster
Details
net-libs:libnpupnp-4.0.13:20201112-073827.log (net-libs:libnpupnp-4.0.13:20201112-073827.log,15.49 KB, text/plain)
2020-11-12 16:53 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,10.32 KB, application/x-bzip)
2020-11-12 16:53 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 2020-11-12 16:53:14 UTC
libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./inc -I./inc -I./src/inc -fvisibility=hidden -std=c++11 -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -c src/dispatcher/miniserver.cpp  -fPIC -DPIC -o src/dispatcher/.libs/libnpupnp_la-miniserver.o
In file included from src/dispatcher/miniserver.cpp:49:
./src/inc/miniserver.h:94:12: error: ‘UPNP_INLINE’ does not name a type
   94 |     static UPNP_INLINE void SetSoapCallback(MiniServerCallback callback) {}
      |            ^~~~~~~~~~~
./src/inc/miniserver.h:94:12: note: the macro ‘UPNP_INLINE’ had not yet been defined

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-libressl_abi32+64_test-20201027-192603

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.3.1
 [3] x86_64-pc-linux-gnu-10.2.0 *
clang version 11.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/11/bin
/usr/lib/llvm/11
11.0.0
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
  [4]   python2.7 (fallback)
  [5]   pypy3 (fallback)
Available Rust versions:
  [1]   rust-bin-1.47.0 *
  [2]   rust-1.47.0
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.272_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.8.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Thu Nov 12 07:05:34 AM UTC 2020
/var/db/repos/libressl	Sat Nov  7 03:06:11 PM UTC 2020

emerge -qpvO net-libs/libnpupnp
[ebuild  N    ] net-libs/libnpupnp-4.0.13  USE="ipv6 soap -client -debug -device -gena -optssdp -reuseaddr -ssdp -tools -webserver"
Comment 1 Toralf Förster gentoo-dev 2020-11-12 16:53:15 UTC
Created attachment 671098 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-11-12 16:53:17 UTC
Created attachment 671101 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-11-12 16:53:18 UTC
Created attachment 671104 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-11-12 16:53:19 UTC
Created attachment 671107 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-11-12 16:53:21 UTC
Created attachment 671110 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-11-12 16:53:22 UTC
Created attachment 671116 [details]
net-libs:libnpupnp-4.0.13:20201112-073827.log
Comment 7 Toralf Förster gentoo-dev 2020-11-12 16:53:23 UTC
Created attachment 671119 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2020-11-13 02:05:44 UTC
The bug has been closed via the following commit(s):

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

commit 324522b51aefdbad70ff7e5c3a1a8beb3698519a
Author:     Erik Mackdanz <stasibear@gentoo.org>
AuthorDate: 2020-11-13 02:05:27 +0000
Commit:     Erik Mackdanz <stasibear@gentoo.org>
CommitDate: 2020-11-13 02:05:27 +0000

    net-libs/libnpupnp: Enable remaining flags, none are really optional
    
    Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
    Closes: https://bugs.gentoo.org/754177
    Closes: https://bugs.gentoo.org/754198
    Package-Manager: Portage-3.0.9, Repoman-3.0.2

 net-libs/libnpupnp/libnpupnp-4.0.13.ebuild | 8 +++-----
 net-libs/libnpupnp/metadata.xml            | 6 ------
 2 files changed, 3 insertions(+), 11 deletions(-)