Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 701022 - media-libs/mediastreamer-2.9.0-r2 : upnp/upnp_igd.c:422:51: error: dereferencing pointer to incomplete type struct Upnp_Discovery
Summary: media-libs/mediastreamer-2.9.0-r2 : upnp/upnp_igd.c:422:51: error: dereferenc...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrew Savchenko
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-23 20:16 UTC by Toralf Förster
Modified: 2019-12-29 14:01 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.51 KB, text/plain)
2019-11-23 20:16 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,102.15 KB, text/plain)
2019-11-23 20:16 UTC, Toralf Förster
Details
environment (environment,65.81 KB, text/plain)
2019-11-23 20:16 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.66 KB, application/x-bzip)
2019-11-23 20:16 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,12.76 KB, application/x-bzip)
2019-11-23 20:16 UTC, Toralf Förster
Details
media-libs:mediastreamer-2.9.0-r2:20191123-050609.log (media-libs:mediastreamer-2.9.0-r2:20191123-050609.log,83.37 KB, text/plain)
2019-11-23 20:16 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,26.41 KB, application/x-bzip)
2019-11-23 20:16 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 2019-11-23 20:16:08 UTC
upnp/upnp_igd.c: In function ‘upnp_igd_add_device’:
upnp/upnp_igd.c:422:51: error: dereferencing pointer to incomplete type ‘struct Upnp_Discovery’
  422 |  ret = UpnpResolveURL((baseURL ? baseURL : d_event->Location), relURL, presURL);
      |                                                   ^~
upnp/upnp_igd.c:514:112: warning: passing argument 8 of ‘upnp_igd_send_action’ from incompatible pointer type [-Wincompatible-pointer-types]

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib-20191121-091537

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

  Please see the tracker bug for details.

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

clang:
clang version 9.0.0 (tags/RELEASE_900/final)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin
llvm:
9.0.0
Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.39.0 *



repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Sat, 23 Nov 2019 04:06:11 +0000

emerge -qpvO media-libs/mediastreamer
[ebuild  N    ] media-libs/mediastreamer-2.9.0-r2  USE="alsa filters ipv6 ortp speex upnp -X -amr -bindist (-coreaudio) -debug -doc -examples -g726 -g729 -gsm -ilbc -libav -ntp-timestamp -opengl -opus -oss -pcap -portaudio -pulseaudio -sdl -static-libs -test -theora -v4l -video -x264"
Comment 1 Toralf Förster gentoo-dev 2019-11-23 20:16:10 UTC
Created attachment 597264 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-11-23 20:16:13 UTC
Created attachment 597266 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-11-23 20:16:16 UTC
Created attachment 597268 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-11-23 20:16:19 UTC
Created attachment 597270 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-11-23 20:16:22 UTC
Created attachment 597272 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-11-23 20:16:25 UTC
Created attachment 597274 [details]
media-libs:mediastreamer-2.9.0-r2:20191123-050609.log
Comment 7 Toralf Förster gentoo-dev 2019-11-23 20:16:27 UTC
Created attachment 597276 [details]
temp.tbz2
Comment 8 Andreas Sturmlechner gentoo-dev 2019-11-23 20:18:35 UTC
Package doesn't even depend on openssl. Likely an issue with building against net-libs/libupnp.