Tracker: Bugs

5 Build error on Solaris 10 - ID: 1480902
Last Update: Comment added ( sm-msk )

output from "sh Build -c"

Current working directory /var/tmp/sid-milter-
0.2.12/obj.SunOS.5.10.sun4/libar
gcc -O -I. -I../../include -I/opt/sfw/include -
I/usr/sfw/include -DSOLARIS=21000 -
DSM_CONF_LDAP_MEMFREE -g -D_REENTRANT -DXP_MT -c ar.c
ar.c: In function `ar_dispatcher':
ar.c:711: error: `INT_MAX' undeclared (first use in
this function)
ar.c:711: error: (Each undeclared identifier is
reported only once
ar.c:711: error: for each function it appears in.)
*** Error code 1
make: Fatal error: Command failed for target `ar.o'
Current working directory /var/tmp/sid-milter-
0.2.12/obj.SunOS.5.10.sun4/libar
*** Error code 1
The following command caused the error:
for x in libar libmarid sid-filter; \
do \
(cd $x; echo Making all in:; pwd; \
/bin/sh ./Build -c); \
done
make: Fatal error: Command failed for target `all'


Fredrik Pettai ( frpet ) - 2006-05-03 00:25:30 PDT

5

Closed

Fixed

Murray S. Kucherawy

Compilation

v0.2.12

Public


Comments ( 3 )

Date: 2006-05-28 00:37:19 PDT
Sender: sm-msk

Logged In: YES
user_id=1048957

v0.2.13 released, including this fix.


Date: 2006-05-03 11:23:34 PDT
Sender: sm-msk

Logged In: YES
user_id=1048957

You need to include <iso/limits_iso.h> to get INT_MAX on
Solaris. Sorry about that.

Patch applied to libar, so it will clear up all three
packages in the next release of each.


Date: 2006-05-03 00:34:31 PDT
Sender: frpet

Logged In: YES
user_id=370342

Accually, this error i libar goes for all new milter-
packages i tried to compile on Solaris 10: sid-milter-
0.2.12, dk-milter-0.3.4 and dkim-milter-4.1

/P


Attached File

No Files Currently Attached

Changes ( 4 )

Field Old Value Date By
status_id Open 2006-05-28 00:37:19 PDT sm-msk
resolution_id None 2006-05-28 00:37:19 PDT sm-msk
close_date - 2006-05-28 00:37:19 PDT sm-msk
assigned_to nobody 2006-05-03 11:23:34 PDT sm-msk