pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/56094: net/wireshark build is broken
>Number: 56094
>Category: pkg
>Synopsis: net/wireshark build is broken
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Apr 06 07:30:00 +0000 2021
>Originator: Tobias Nygren
>Release: NetBSD 9.99.81, pkgsrc-current
>Organization:
>Environment:
>Description:
Fails with many errors like this:
about_dialog.cpp:(.text+0x8c): undefined reference to `vtable for AuthorListModel'
>How-To-Repeat:
Try to build pkgsrc/net/wireshark.
>Fix:
Updating to the git version of wireshark solves the problem
but I'm not sure exactly what the fix is or what broke the package.
-DISTNAME= wireshark-3.4.4
+DISTNAME= wireshark-3.4.4.20210406
CATEGORIES= net
-MASTER_SITES= https://www.wireshark.org/download/src/
-EXTRACT_SUFX= .tar.xz
+MASTER_SITES= -https://gitlab.com/wireshark/wireshark/-/archive/4d361cc7cbe8b6a014696112d6b448f3480d9a30/wireshark-4d361cc7cbe8b6a014696112d6b448f3480d9a30.tar.bz2
+WRKSRC= ${WRKDIR}/wireshark-4d361cc7cbe8b6a014696112d6b448f3480d9a30
+EXTRACT_SUFX= .tar.bz2
Home |
Main Index |
Thread Index |
Old Index