pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/52670: rxvt configure fails to find utmpx file
>Number: 52670
>Category: pkg
>Synopsis: rxvt configure fails to find utmpx file
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Oct 29 08:15:00 +0000 2017
>Originator: Martin Husemann
>Release: NetBSD 8.99.5
>Organization:
The NetBSD Foundation, Inc.
>Environment:
System: NetBSD whoever-brings-the-night.aprisoft.de 8.99.5 NetBSD 8.99.5 (WHOEVER) #183: Sat Oct 28 16:48:01 CEST 2017 martin%seven-days-to-the-wolves.aprisoft.de@localhost:/work/src/sys/arch/sparc64/compile/WHOEVER sparc64
Architecture: sparc64
Machine: sparc64
>Description:
rxvt compilation fails:
logging.c: In function 'rxvt_update_lastlog':
logging.c:383:21: error: storage size of 'llx' isn't known
struct lastlogx llx;
^
This is because :
/* Define location of utmpx */
/* #undef RXVT_UTMPX_FILE */
and so rxvt.h does #undef HAVE_UTMPX_H and so it is not included.
>How-To-Repeat:
Try to build rxvt on netbsd-current.
>Fix:
n/a
Home |
Main Index |
Thread Index |
Old Index