After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 771278 - udpsrc: Compilation error on NetBSD
udpsrc: Compilation error on NetBSD
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.8.3
Other NetBSD
: Normal major
: 1.8.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-09-12 09:02 UTC by Thomas Klausner
Modified: 2016-09-30 10:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch fixing the problem (450 bytes, patch)
2016-09-12 09:02 UTC, Thomas Klausner
committed Details | Review

Description Thomas Klausner 2016-09-12 09:02:55 UTC
Created attachment 335342 [details] [review]
Patch fixing the problem

gst-plugins-good-1.8.3 does not build on NetBSD, because it wants to access the pkginfo->ipi_spec_dst member which does not exist.
Comment 1 Sebastian Dröge (slomo) 2016-09-12 13:10:07 UTC
commit 22d6c7f10634532cc7ad185622b53d2ec1f5cc76
Author: Thomas Klausner <tk@giga.or.at>
Date:   Mon Sep 12 09:02:00 2016 +0000

    udpsrc: Fix compilation on NetBSD
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771278