pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/47415: lsof fails to compile under 5.2_STABLE
The following reply was made to PR pkg/47415; it has been noted by GNATS.
From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/47415: lsof fails to compile under 5.2_STABLE
Date: Sat, 12 Jan 2013 03:32:58 +0000
On Mon, Jan 07, 2013 at 02:55:00AM +0000,
anne%porcupine.montreal.qc.ca@localhost wrote:
> ---------------------------------------------------------------
> !!!WARNING!!! Unsupported NetBSD version: 5.2_STABLE
> !!!WARNING!!! Configuring for NetBSD 5.0
I just fixed this, but it's unlikely to affect your problem.
> In file included from dnode1.c:65:
> /usr/include/isofs/cd9660/cd9660_node.h:75: error: expected ':', ',', ';',
'}' or '__attribute__' before '.' token
Can you check what's on that line in your /usr/include? That file
hasn't changed since 2008, nor has anything in isofs in netbsd-5 since
2009. In my copies that line is
doff_t i_endoff;
where doff_t is a #define for "long" defined on line 51. This has no
'.' in it.
I suspect your /usr/include is corrupted. :(
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index