Skip Menu |

This queue is for tickets about the IPC-SysV CPAN distribution.

Report information
The Basics
Id: 665
Status: resolved
Priority: 0/
Queue: IPC-SysV

People
Owner: GBARR [...] CPAN.ORG
Requestors: diana [...] exlibris.co.il
Cc:
AdminCc:

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



Subject: Problem building IPC-SysV on AIX 5.1
I'm trying to build Perl 5.6.1 on an AIX 5.1 system. When I get to Making IPC::SysV (dynamic), I get the following error message: cc -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -I/usr/local/inclu de -I/usr/local/include/sys -q32 -D_LARGE_FILES -qlonglong -O -DVERSION=\"1.0 3\" -DXS_VERSION=\"1.03\" -I../../.. SysV.c "SysV.xs", line 206.12: 1506-068 (S) Operation between types "void" and "struct op*" is not allowed. make: 1254-004 The error code from the last command is 1. OS information: AIX version 5.1 cc compiler: C for AIX Compiler, Version 5 Perl version to install: 5.6.1
Date: Tue, 28 May 2002 12:12:26 +0100
From: Graham Barr <gbarr [...] pobox.com>
To: Guest via RT <bug-IPC-SysV [...] rt.cpan.org>
Subject: Re: [cpan #665] Problem building IPC-SysV on AIX 5.1
You should not need to compile IPC-SysV from CRPM for perl 5.6.1 as it is included in the perl distribution. The CPAN distribution is for older perl releases that did not distribute IPC::SysV Graham. On Sun, May 26, 2002 at 08:30:43AM -0400, Guest via RT wrote: Show quoted text
> > > This message about IPC-SysV was sent to you by guest via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=665 > > > I'm trying to build Perl 5.6.1 on an AIX 5.1 system. > When I get to Making IPC::SysV (dynamic), I get the following error message: > cc -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -I/usr/local/inclu > de -I/usr/local/include/sys -q32 -D_LARGE_FILES -qlonglong -O -DVERSION=\"1.0 > 3\" -DXS_VERSION=\"1.03\" -I../../.. SysV.c > "SysV.xs", line 206.12: 1506-068 (S) Operation between types "void" and "struct op*" is not allowed. > make: 1254-004 The error code from the last command is 1. > > OS information: AIX version 5.1 > cc compiler: C for AIX Compiler, Version 5 > Perl version to install: 5.6.1