pkgsrc-Bugs archive

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

Re: pkg/44910: gmake-3.82 failed to build on systems without inttypes.h



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

From: Wolfgang Stukenbrock <Wolfgang.Stukenbrock%nagler-company.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: pkg-manager%NetBSD.org@localhost, gnats-admin%NetBSD.org@localhost, 
pkgsrc-bugs%NetBSD.org@localhost,
        Wolfgang.Stukenbrock%nagler-company.com@localhost
Subject: Re: pkg/44910: gmake-3.82 failed to build on systems without inttypes.h
Date: Wed, 27 Apr 2011 12:26:32 +0200

 Hi - today is not my day ......
 
 in my patch there is another "bug" ....
 
 I now found a system with both inttypes.h and stdint.h, but uintmax_t is 
 only defined in stdint.h ...
 
 therefore the patch should include both - inttypes.h and stdint.h - if 
 the corresponding HAVE_xxx_H is set.
 
 Something like
 
 #if HAVE_STDINT_H
 # include <stdint.h>
 #endif
 #if HAVE_INTTYPES_H
 # include <inttypes.h>
 #endif
 
 should be the result of the patch.
 perhaps in the other order, but that should not matter
 
 
 realy sorry again
 I promise to check all of my systems in future prior to post a patch.
 
 
 
 
 W. Stukenbrock
 
 Wolfgang Stukenbrock wrote:
 
 > The following reply was made to PR pkg/44910; it has been noted by GNATS.
 > 
 > From: Wolfgang Stukenbrock 
 > <Wolfgang.Stukenbrock%nagler-company.com@localhost>
 > To: gnats-bugs%NetBSD.org@localhost
 > Cc: 
 > Subject: Re: pkg/44910: gmake-3.82 failed to build on systems without 
 > inttypes.h
 > Date: Wed, 27 Apr 2011 11:53:22 +0200
 > 
 >  Hi again - sorry there is a copy paste error ...
 >  
 >  I tried the build and then add the fix again to a clean file
 >  and there a duplicate "#endif" is accedently added ...
 >  
 >  Sorry
 >  
 >  W. Stukenbrock
 >  
 >  gnats-admin%NetBSD.org@localhost wrote:
 >  
 >  > Thank you very much for your problem report.
 >  > It has the internal identification `pkg/44910'.
 >  > The individual assigned to look at your
 >  > report is: pkg-manager. 
 >  > 
 >  > 
 >  >>Category:       pkg
 >  >>Responsible:    pkg-manager
 >  >>Synopsis:       gmake-3.82 failed to build on systems without inttypes.h
 >  >>Arrival-Date:   Wed Apr 27 09:50:00 +0000 2011
 >  >>
 >  > 
 >  > 
 >  
 >  
 >  -- 
 >  
 >  
 >  Dr. Nagler & Company GmbH
 >  Hauptstraße 9
 >  92253 Schnaittenbach
 >  
 >  Tel. +49 9622/71 97-42
 >  Fax +49 9622/71 97-50
 >  
 >  Wolfgang.Stukenbrock%nagler-company.com@localhost
 >  http://www.nagler-company.com
 >  
 >  
 >  Hauptsitz: Schnaittenbach
 >  Handelregister: Amberg HRB
 >  Gerichtsstand: Amberg
 >  Steuernummer: 201/118/51825
 >  USt.-ID-Nummer: DE 273143997
 >  Geschäftsführer: Dr. Martin Nagler, Dr. Dr. Karl-Kuno Kunze
 >  
 >  
 > 
 > 
 > 
 
 
 -- 
 
 
 Dr. Nagler & Company GmbH
 Hauptstraße 9
 92253 Schnaittenbach
 
 Tel. +49 9622/71 97-42
 Fax +49 9622/71 97-50
 
 Wolfgang.Stukenbrock%nagler-company.com@localhost
 http://www.nagler-company.com
 
 
 Hauptsitz: Schnaittenbach
 Handelregister: Amberg HRB
 Gerichtsstand: Amberg
 Steuernummer: 201/118/51825
 USt.-ID-Nummer: DE 273143997
 Geschäftsführer: Dr. Martin Nagler, Dr. Dr. Karl-Kuno Kunze
 
 


Home | Main Index | Thread Index | Old Index