On Sat, Jan 9, 2016 at 7:09 PM, Theo Buehler <t...@math.ethz.ch> wrote:
>> From a compiler command line that gets its ouput piped to tsort -q, I'm 
>> getting
>>
>>     tsort: pledge: invalid agument
>>     cc: no input files
>>     *** Error 1 in lib/libcrypto/crypto  (<bsd.lib.mk>:212 
>> 'libcrypto.so.37.8')
>>     *** Error 1 in lib/libcrypto (<bsd.subdir.mk>:48 'all')
>>     *** Error 1 in lib (<bsd.subdir.mk>:48 'all')
>>     *** Error 1 in /usr/src (Makefile:79 'build')
>
> tsort used to use the path whitelisting argument of pledge which has
> been disabled in recent kernels because this feature is not yet ready.
> Build and install tsort and try again:
>
> $ cd /usr/src/usr.bin/tsort
> $ make && doas make install

That worked, and I'm building a release now.

> If you have no luck, download and install a snapshot.
>

Thanks. Glad I didn't need to do the snapshot upgrade this time. (And
thanks to Dan for helping me remember what installing a snapshot
means. My mind seems to be going south a lot lately.)

-- 
Joel Rees

Rants are free:
http://free-is-not-free.blogspot.jp/

Reply via email to