pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/50213: pkgtool/pkg_install broken on multiple platforms
The following reply was made to PR pkg/50213; it has been noted by GNATS.
From: Sevan Janiyan <sevan%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/50213: pkgtool/pkg_install broken on multiple platforms
Date: Sun, 6 Sep 2015 20:52:46 +0100
With r1.210 of pkgsrc/pkgtools/pkg_install/Makefile
Solaris 10 now reports
gcc -O2 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64
-DDEF_UMASK=022
-I/home/sme/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/libarchive
-I/home/sme/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch
-I/home/sme/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work
-DHAVE_NBCOMPAT_H=1
-I/home/sme/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat
-c bignum.c
bignum.c: In function `basic_subtract':
bignum.c:659: error: `CHAR_BIT' undeclared (first use in this function)
bignum.c:659: error: (Each undeclared identifier is reported only once
bignum.c:659: error: for each function it appears in.)
bignum.c: In function `fast_col_array_multiply':
bignum.c:2251: error: `CHAR_BIT' undeclared (first use in this function)
bignum.c: In function `can_use_fast_column_array':
bignum.c:2327: error: `CHAR_BIT' undeclared (first use in this function)
bignum.c: In function `fast_basic_multiply_partial_upper':
bignum.c:2448: error: `CHAR_BIT' undeclared (first use in this function)
bignum.c: In function `fast_basic_square':
bignum.c:3051: error: `CHAR_BIT' undeclared (first use in this function)
bignum.c: In function `fast_mp_montgomery_reduce':
bignum.c:3592: error: `CHAR_BIT' undeclared (first use in this function)
bignum.c: In function `signed_subtract_word':
bignum.c:4678: error: `CHAR_BIT' undeclared (first use in this function)
*** Error code 1
Home |
Main Index |
Thread Index |
Old Index