Skip Menu |

This queue is for tickets about the Net-Interface CPAN distribution.

Report information
The Basics
Id: 124582
Status: open
Priority: 0/
Queue: Net-Interface

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.016
Fixed in: (no value)



Subject: Build fails on newer linux systems
On newer linux systems (e.g. debian/stretch, debian/jessie, Ubuntu 16.04) the build fails. Last lines of the log: ... checking for LOCAL_SIZEOF_SOCKADDR_TP... not defined checking for LOCAL_SIZEOF_SOCKADDR_OSITP... not defined configure: creating ./config.status config.status: creating config.h /bin/grep: /usr/include/XmlRpcCpp.h: Datei oder Verzeichnis nicht gefunden /bin/grep: /usr/include/libhmsbeagle: Datei oder Verzeichnis nicht gefunden /bin/grep: /usr/include/XmlRpcCpp.h: Datei oder Verzeichnis nicht gefunden /bin/grep: /usr/include/libhmsbeagle: Datei oder Verzeichnis nicht gefunden /bin/grep: /usr/include/XmlRpcCpp.h: Datei oder Verzeichnis nicht gefunden /bin/grep: /usr/include/libhmsbeagle: Datei oder Verzeichnis nicht gefunden Uncaught exception from user code: AF_INET not found in netsymbolsC.inc, prerequisite development library header files missing from /usr/include/sys ...
On newer system some directories with system headers are moved. To install the module do the following: cd /usr/include/ ln -s x86_64-linux-gnu/gnu . ln -s x86_64-linux-gnu/net . ln -s x86_64-linux-gnu/bits .
I'm sorry - it's on my mid-term todo list.
Am Fr 29. Jun 2018, 14:20:42, REHSACK schrieb: Show quoted text
> I'm sorry - it's on my mid-term todo list.
As long this is not fixed, you just can do: mkdir /usr/include/sys/ ln -s /usr/include/bits/socket.h /usr/include/sys/socket.h ... by the way, a realy ungly bug... Do we realy need to import constants this way? This way just must crash...