Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Aug 2018 13:02:02 +0800
From:      Julian Elischer <julian@freebsd.org>
To:        "ports@FreeBSD.org" <ports@freebsd.org>
Subject:   has a framework change broken sysutils/google-compute-engine-oslogin?
Message-ID:  <46136fa7-c325-d1fb-9592-9533d6263cbd@freebsd.org>

next in thread | raw e-mail | index | archive | help
It says it can not find the file curl/curl.h which IS PRESENT as 
/usr/local/include/curl/curl.h

There are Makefile BROKEN annotations for this error in mips etc but 
I'm seeing it now on amd64.

I would think that all ports should have /usr/local/include in their 
Include list but maybe not?

is this something that is supplied by the framework?


ports tree checked out from a week ago and today... same issue.


there is no /usr/local/include in the failing command line...

gmake[1]: Entering directory 
'/usr/ports/sysutils/google-compute-engine-oslogin/work/compute-image-packages-20180611/google_compute_engine_oslogin'
g++ -O2 -pipe  -fstack-protector  -fPIC -I/usr/local/include/json-c -c 
utils/oslogin_utils.cc -o utils/oslogin_utils.o
utils/oslogin_utils.cc:16:23: error: curl/curl.h: No such file or 
directory


I'm guessing there should be but who's responsibility is it to put it 
there?

(and where/how?)


Julian






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46136fa7-c325-d1fb-9592-9533d6263cbd>