Bash Shellshock Bug

Bernt Hansson bah at bananmonarki.se
Wed Oct 1 20:46:32 UTC 2014



On 2014-10-01 17:19, Mark Felder wrote:
>
>
> On Tue, Sep 30, 2014, at 11:30, Mark Felder wrote:
>>
>>
>> On Tue, Sep 30, 2014, at 10:27, Bernt Hansson wrote:
>>> I want to install kicad but getting this error:
>>>
>>> root at kw:/usr/ports # make clean
>>> Child process pid=41973 terminated abnormally: Segmentation fault: 11
>>> "/usr/ports/Mk/bsd.port.mk", line 1222: warning:
>>> "/usr/local/sbin/pkg-static ver
>>> sion -t 1.3.8 1.3.8" returned non-zero status
>>>
>>> pkkng is crap
>>>
>>
>> That's not a pkgng error. That's a make error. What FreeBSD version are
>> you running?
>
> Upon re-reading, that *is* possibly a pkg error. Does it always return
> non-zero?
>
> # /usr/local/sbin/pkg-static version -t 1.3.8 1.3.8
> # echo $?
>
> Does that output 0 or something else?

$ /usr/local/sbin/pkg-static version -t 1.3.8 1.3.8
=

% echo $?
0

I found the remedy. Removing pkg.conf fixed the problem.


More information about the freebsd-questions mailing list