pkgsrc-Bugs archive

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

Re: pkg/39797 (libnbcompat-20081010 fails to build on IRIX)



The following reply was made to PR pkg/39797; it has been noted by GNATS.

From: "Stuart Shelton" <srcshelton%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost, joerg%britannica.bec.de@localhost
Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, 
pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/39797 (libnbcompat-20081010 fails to build on IRIX)
Date: Tue, 28 Oct 2008 11:04:15 +0100

 Ah - in that case it's still broken :(
 
 cc -c99 -I/usr/bsd/include -D__inline__=inline -D__DBINTERFACE_PRIVATE
 -I. -I.  -c99 -O2 -n32 -mips4 -r14000 -apo -float_const
 -use_readonly_const -TARG:isa=mips4:platform=ip30:processor=r14000
 -TENV:zeroinit_in_bss=ON
 -OPT:fast_io=ON:Olimit=8192:reorg_common=ON:swp=ON
 -LNO:auto_dist=ON:fusion_peeling_limit=8:gather_scatter=2 -woff
 1174,1183,1185,1552,3970,3968 -n32 -DHAVE_CONFIG_H -c
 
/usr/bsd/var/tmp/pkgtools/libnbcompat/work/libnbcompat-20081010/db/btree/bt_close.c
 cc-1101 cc: WARNING File = ./nbcompat/db.h, Line = 47
   "pgno_t" has already been declared in the current scope.
 
   typedef uint32_t      pgno_t;
                         ^
 
 cc-1020 cc: ERROR File = ./nbcompat/mpool.h, Line = 52
   The identifier "CIRCLEQ_ENTRY" is undefined.
 
         CIRCLEQ_ENTRY(_bkt) hq;         /* hash queue */
         ^
 
 cc-1065 cc: ERROR File = ./nbcompat/mpool.h, Line = 52
   A semicolon is expected at this point.
 
         CIRCLEQ_ENTRY(_bkt) hq;         /* hash queue */
                             ^
 
 cc-1020 cc: ERROR File = ./nbcompat/mpool.h, Line = 53
   The identifier "CIRCLEQ_ENTRY" is undefined.
 
         CIRCLEQ_ENTRY(_bkt) q;          /* lru queue */
         ^
 
 cc-1101 cc: ERROR File = ./nbcompat/mpool.h, Line = 53
   "_bkt" has already been declared in the current scope.
 
         CIRCLEQ_ENTRY(_bkt) q;          /* lru queue */
                       ^
 
 cc-1065 cc: ERROR File = ./nbcompat/mpool.h, Line = 53
   A semicolon is expected at this point.
 
         CIRCLEQ_ENTRY(_bkt) q;          /* lru queue */
                             ^
 
 cc-1020 cc: ERROR File = ./nbcompat/mpool.h, Line = 63
   The identifier "CIRCLEQ_HEAD" is undefined.
 
         CIRCLEQ_HEAD(_lqh, _bkt) lqh;   /* lru queue head */
         ^
 
 cc-1018 cc: ERROR File = ./nbcompat/mpool.h, Line = 63
   An unmatched left parentheses "(" appears in an expression.
 
         CIRCLEQ_HEAD(_lqh, _bkt) lqh;   /* lru queue head */
                          ^
 
 cc-1065 cc: ERROR File = ./nbcompat/mpool.h, Line = 63
   A semicolon is expected at this point.
 
         CIRCLEQ_HEAD(_lqh, _bkt) lqh;   /* lru queue head */
                                ^
 
 cc-1020 cc: ERROR File = ./nbcompat/mpool.h, Line = 65
   The identifier "CIRCLEQ_HEAD" is undefined.
 
         CIRCLEQ_HEAD(_hqh, _bkt) hqh[HASHSIZE];
         ^
 
 cc-1018 cc: ERROR File = ./nbcompat/mpool.h, Line = 65
   An unmatched left parentheses "(" appears in an expression.
 
         CIRCLEQ_HEAD(_hqh, _bkt) hqh[HASHSIZE];
                          ^
 
 cc-1101 cc: ERROR File = ./nbcompat/mpool.h, Line = 65
   "_bkt" has already been declared in the current scope.
 
         CIRCLEQ_HEAD(_hqh, _bkt) hqh[HASHSIZE];
                            ^
 
 cc-1065 cc: ERROR File = ./nbcompat/mpool.h, Line = 65
   A semicolon is expected at this point.
 
         CIRCLEQ_HEAD(_hqh, _bkt) hqh[HASHSIZE];
                                ^
 
 12 errors detected in the compilation of
 
"/usr/bsd/var/tmp/pkgtools/libnbcompat/work/libnbcompat-20081010/db/btree/bt_close.c".
 *** Error code 2
 
 Stop.
 bmake: stopped in
 /usr/bsd/var/tmp/pkgtools/libnbcompat/work/libnbcompat-20081010
 *** Error code 1
 
 Stop.
 bmake: stopped in /usr/bsd/src/pkgtools/libnbcompat
 *** Error code 1
 
 Stop.
 bmake: stopped in /usr/bsd/src/pkgtools/libnbcompat
 
 
 
 2008/10/27 Joerg Sonnenberger <joerg%britannica.bec.de@localhost>:
 > The following reply was made to PR pkg/39797; it has been noted by GNATS.
 >
 > From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
 > To: gnats-bugs%NetBSD.org@localhost
 > Cc:
 > Subject: Re: pkg/39797 (libnbcompat-20081010 fails to build on IRIX)
 > Date: Mon, 27 Oct 2008 14:19:44 +0100
 >
 >  On Mon, Oct 27, 2008 at 12:30:06PM +0000, Stuart Shelton wrote:
 >  >  I'm still seeing 20081010 on the server... as soon as a new revision
 >  >  appears, I'll give it a try and report back.
 >
 >  Didn't bump the version.
 >
 >  Joerg
 >
 >
 


Home | Main Index | Thread Index | Old Index