View Issue Details

IDProjectCategoryView StatusLast Update
0005674GNUnetbuild processpublic2019-04-01 16:50
Reporternikita Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
OSNetBSD + others using pkgsrc 
Summary0005674: get rid of false positives warnings when host-string differs (pkgsrc vs base-system)
DescriptionIn a recent conversation with Ludovic about the guile bindings for GnuTLS, I had to point out that
pkgsrc and any base-system differ in their host string. pkgsrc strips out the middle element for
easier predictable names etc.

So I have lots of warnings when I build from my developer checkout like:

> bla was built for x86_64--netbsd and thus may not match the used host x86_64-unknown-netbsd8.99

We can not predict the existence of pkgsrc and if something was build with pkgsrc or base system.
However it would be good to get rid of these warnings since they are nonsense, false positives.
TagsNo tags attached.

Activities

nikita

2019-04-01 16:50

developer   ~0014253

When I pass CPPFLAGS=-I/usr/pkg/include" part of the problem, but not the main problem, disappears.
So the actual problem still stands as reported.

Issue History

Date Modified Username Field Change
2019-04-01 15:41 nikita New Issue
2019-04-01 16:50 nikita Note Added: 0014253