pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/48147: boost-libs header file missing include of assert.h - maybe G++ related problem
The following reply was made to PR pkg/48147; 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/48147: boost-libs header file missing include of assert.h -
maybe G++ related problem
Date: Thu, 22 Aug 2013 10:33:37 +0200
Hi - some additional information
While integrating the mentioned patch into our installation base, I've
seen that there is a "boost/assert.hpp" header file.
But to include that one will not solve the problem.
The same error message is reported.
To use this headerfile, the usage of assert() in equivalent.hpp must be
changed into BOOST_ASSERT().
It that is changed to, the use of "boost/assert.hpp" sounds like a
better version to me.
So the patch should be:
--- /tmp/x 2013-08-22 10:10:44.000000000 +0200
+++ /usr/pkg/include/boost/unordered/detail/equivalent.hpp
2013-08-22 10:26:59.000000000 +0200
@@ -14,6 +14,8 @@
#include <boost/unordered/detail/table.hpp>
#include <boost/unordered/detail/extract_key.hpp>
+#include <boost/assert.hpp>
+
namespace boost { namespace unordered { namespace detail {
template <typename A, typename T> struct grouped_node;
@@ -51,7 +53,7 @@
}
grouped_node(grouped_node const&) {
- assert(false);
+ BOOST_ASSERT(false);
}
#else
grouped_node() :
@@ -98,7 +100,7 @@
}
grouped_ptr_node(grouped_ptr_node const&) {
- assert(false);
+ BOOST_ASSERT(false);
}
#else
grouped_ptr_node() :
W. Stukenbrock
gnats-admin%NetBSD.org@localhost wrote:
> Thank you very much for your problem report.
> It has the internal identification `pkg/48147'.
> The individual assigned to look at your
> report is: pkg-manager.
>
>
>>Category: pkg
>>Responsible: pkg-manager
>>Synopsis: boost-libs header file missing include of assert.h - maybe
>>G++ related problem
>>Arrival-Date: Thu Aug 22 08:15:00 +0000 2013
>>
>
>
>
> Received: from AMSPR07MB036.eurprd07.prod.outlook.com (10.242.81.28) by
> AMSPR07MB034.eurprd07.prod.outlook.com (10.242.81.20) with Microsoft SMTP
> Server (TLS) id 15.0.745.25 via Mailbox Transport; Thu, 22 Aug 2013 08:15:11
> +0000
> Received: from AMSPR07MB116.eurprd07.prod.outlook.com (10.242.81.143) by
> AMSPR07MB036.eurprd07.prod.outlook.com (10.242.81.28) with Microsoft SMTP
> Server (TLS) id 15.0.745.25; Thu, 22 Aug 2013 08:15:10 +0000
> Received: from AM2PRD0710HT005.eurprd07.prod.outlook.com (10.255.165.40) by
> AMSPR07MB116.eurprd07.prod.outlook.com (10.242.81.143) with Microsoft SMTP
> Server (TLS) id 15.0.731.16; Thu, 22 Aug 2013 08:15:08 +0000
> Received: from AM2PRD0710HT002.eurprd07.prod.outlook.com (10.255.165.37) by
> AM2PRD0710HT005.eurprd07.prod.outlook.com (10.255.165.40) with Microsoft
> SMTP
> Server (TLS) id 14.16.347.3; Thu, 22 Aug 2013 08:15:07 +0000
> Received: from mail33-am1-R.bigfish.com (213.199.154.202) by
> AM2PRD0710HT002.eurprd07.prod.outlook.com (10.255.165.37) with Microsoft
> SMTP
> Server (TLS) id 14.16.347.3; Thu, 22 Aug 2013 08:15:07 +0000
> Received: from mail33-am1 (localhost [127.0.0.1]) by
> mail33-am1-R.bigfish.com
> (Postfix) with ESMTP id 3B6C91E024D for
> <wolfgang.stukenbrock%nagler-company.com@localhost>; Thu, 22 Aug 2013
> 08:15:07 +0000
> (UTC)
> X-Forefront-Antispam-Report:
> CIP:212.185.86.227;KIP:(null);UIP:(null);IPV:NLI;H:e002.nagler-company.com;RD:e002.nagler-company.com;EFVD:NLISFV:NSPM;SFS:(45984002)(199002)(189002)(36882001)(51856001)(81686001)(43066001)(81816001)(83072001)(80976001)(46386002)(16276001)(74502001)(74662001)(47446002)(83322001)(50986001)(49866001)(4396001)(70486001)(6806004)(47776003)(79102001)(63696002)(74366001)(20776003)(33656001)(54356001)(42186004)(52956002)(48376002)(77982001)(46102001)(77096001)(56816003)(45336002)(59766001)(81542001)(76482001)(81342001)(74876001)(74706001)(69226001)(47976001)(47736001)(76786001)(76796001)(80022001)(50466002)(56776001)(54316002)(65816001);DIR:INB;SFP:;SCL:1;SRVR:AMSPR07MB116;H:AM2PRD0710HT005.eurprd07.prod.outlook.com;CLIP:10.3.201.235;RD:e002.nagler-company.com;A:1;MX:1;LANG:en;
> X-SpamScore: -7
> X-BigFish:
> ps-7(zz11f6Nzz1f42he68I208ch1ee6h1de0h1fdah2073h1202h1e76h1d1ah1d2ah1fc6hzzz2dh2a8h839hd25h107ah10d2h11b5h121eh1288h12a5h12a9h12bdh12e5h137ah13b6h13eah1441h14afh1537h153bh162dh1631h1758h18e1h1946h19b5h1b0ah1b88h1d0ch1d2eh1d3fh1dfeh1dffh1e1dh1fe8h1ff5h1155h)
> X-FFO-Routing-Override:
> nagler-company.com%inboundsmtpprofile-282668.customer.frontbridge.com;
> Received: from mail33-am1 (localhost.localdomain [127.0.0.1]) by mail33-am1
> (MessageSwitch) id 1377159305427286_21808; Thu, 22 Aug 2013 08:15:05 +0000
> (UTC)
> Received: from AM1EHSMHS012.bigfish.com (unknown [10.3.201.235]) by
> mail33-am1.bigfish.com (Postfix) with ESMTP id 5B6783C0094 for
> <wolfgang.stukenbrock%nagler-company.com@localhost>; Thu, 22 Aug 2013
> 08:15:05 +0000
> (UTC)
> Received: from e002.nagler-company.com (212.185.86.227) by
> AM1EHSMHS012.bigfish.com (10.3.207.112) with Microsoft SMTP Server (TLS) id
> 14.16.227.3; Thu, 22 Aug 2013 08:15:04 +0000
> Received: from mollari.NetBSD.org (blog.netbsd.org [149.20.53.80]) by
> e002.nagler-company.com (8.14.5/8.14.5) with ESMTP id r7M8F0CT007157
> for
> <Wolfgang.Stukenbrock%nagler-company.com@localhost>; Thu, 22 Aug 2013
> 10:15:04 +0200
> (CEST)
> Received: by mollari.NetBSD.org (Postfix, from userid 31008) id 6AE037195C;
> Thu, 22 Aug 2013 08:15:00 +0000 (UTC)
> From: <gnats-admin%NetBSD.org@localhost>
> To: <Wolfgang.Stukenbrock%nagler-company.com@localhost>
> Reply-To: <gnats-bugs%NetBSD.org@localhost>
> Subject: Re: pkg/48147: boost-libs header file missing include of assert.h -
> maybe G++ related problem
> References: <pr-pkg-48147%gnats.netbsd.org@localhost>
> <20130822081440.CA7E3123B93%test-s0.nagler-company.com@localhost>
> In-Reply-To:
> <20130822081440.CA7E3123B93%test-s0.nagler-company.com@localhost>
> Message-ID: <20130822081500.6AE037195C%mollari.NetBSD.org@localhost>
> Date: Thu, 22 Aug 2013 08:15:00 +0000
> Content-Type: text/plain
> Return-Path: gnats%NetBSD.org@localhost
> X-MS-Exchange-Organization-MessageDirectionality: Incoming
> X-MS-Exchange-Organization-SCL: 1
> X-MS-Exchange-Organization-AVStamp-Mailbox: MSFTFF;1;0;0 0 0
> X-MS-Exchange-Organization-Network-Message-Id:
> 1b1bce6e-8be0-4a77-520f-08d06d26d96d
> X-MS-Exchange-Organization-AVStamp-Service: 1.0
> Received-SPF: None (: NetBSD.org does not designate permitted sender hosts)
> X-MS-Exchange-Organization-AuthSource:
> AM2PRD0710HT002.eurprd07.prod.outlook.com
> X-MS-Exchange-Organization-AuthAs: Anonymous
> MIME-Version: 1.0
>
> Thank you very much for your problem report.
> It has the internal identification `pkg/48147'.
> The individual assigned to look at your
> report is: pkg-manager.
>
>
>>Category: pkg
>>Responsible: pkg-manager
>>Synopsis: boost-libs header file missing include of assert.h - maybe
>>G++ related problem
>>Arrival-Date: Thu Aug 22 08:15:00 +0000 2013
>>
>
>
--
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, Prof. Dr. Dr. Karl-Kuno Kunze
Home |
Main Index |
Thread Index |
Old Index