pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/38995: net/net6 doesn't compile in DragonFly
>Number: 38995
>Category: pkg
>Synopsis: net/net6 doesn't compile in DragonFly
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Jun 20 06:00:00 +0000 2008
>Originator: Hasso Tepper
>Release: DragonFly
>Organization:
>Environment:
DragonFly
>Description:
src/select.cpp: In member function 'void net6::selector::select_impl(timeval*)':
src/select.cpp:233: error: '::select' has not been declared
*** Error code 1
It happens to work in NetBSD and probably others because select() declaration
is accessible via including sys/types.h. The code correctly includes
sys/select.h with HAVE_SYS_SELECT_H ifdef, but it's never used - config.hpp
isn't included.
>How-To-Repeat:
>Fix:
The patch to fix the problem is available at
http://leaf.dragonflybsd.org/~hasso/pkgsrc-net-net6.patch
Home |
Main Index |
Thread Index |
Old Index