bug-inetutils
[Top][All Lists]
Advanced

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

[bug-inetutils] Build failure of telnetd in GNU/kFreeBSD.


From: Mats Erik Andersson
Subject: [bug-inetutils] Build failure of telnetd in GNU/kFreeBSD.
Date: Tue, 2 Nov 2010 23:53:06 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

I did a test run in GNU/kFreeBSD and came only as far
as a compile failure of telnetd/telnetd.o:


   make: Entering directory `/tmp/inetutils/telnetd'
     CC     telnetd.o
   In file included from telnetd.h:47,
                    from telnetd.c:23:
   /usr/include/stropts.h:67: error: conflicting types for 'rpl_ioctl'
   ../lib/sys/ioctl.h:357: note: previous declaration of 'rpl_ioctl' was here
   make: *** [telnetd.o] Error 1
   make: Leaving directory `/tmp/inetutils/telnetd'


The problem is that GNUlib defines a macro

   #define ioctl rpl_ioctl

which somehow works for GNU/Linux but not for GNU/kFreeBSD.


Regards,

Mats



reply via email to

[Prev in Thread] Current Thread [Next in Thread]