pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/51559: net/wireshark build fails on NetBSD/macppc-7.99.39



The following reply was made to PR pkg/51559; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg%bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/51559: net/wireshark build fails on NetBSD/macppc-7.99.39
Date: Mon, 17 Oct 2016 11:11:25 +0200

 On Mon, Oct 17, 2016 at 01:25:00AM +0000, jdbaker%mylinuxisp.com@localhost wrote:
 > packet-mux27010.c: In function 'dissect_mux27010':
 > packet-mux27010.c:764:58: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
 >      proto_item *ti, *tf, *tf_extended_header, *tf_addr, *tf_ctr;
 
 The 95% percente quantile says without lookup that tf_ctr is a macro for
 accessing part of the trapframe on PPC and you want to #undef it in this
 file.
 
 Joerg
 


Home | Main Index | Thread Index | Old Index