pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/44577 openssl builtin detection, getting closer



The following reply was made to PR pkg/44577; it has been noted by GNATS.

From: John Marino <netbsd%marino.st@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/44577 openssl builtin detection, getting closer
Date: Wed, 16 Nov 2011 14:19:09 +0100

 BINGO!!!
 
 I know exactly what's happening and anybody can reproduce this.
 
 This works:
 ======================
 A) bmake clean
 B) bmake wrapper
 C) check ${WRKDIR}/lib/pkgconfig/openssl.pc  (it's good)
 
 
 This doesn't work
 ======================
 A) bmake clean
 B) bmake patch
 C) bmake wrapper
 D) check ${WRKDIR}/lib/pkgconfig/openssl.pc  (BAD, version undefined)
 
 
 The variable BUILTIN_PKG.openssl is cached, but BUILTIN_VERSION.openssl
 is not.
 
 I would love to hear somebody spin this as a feature and not a
 straight-up bug.  Executing individual make targets is a legitimate user
 action.
 
 Now that the anomaly is understood well, can we discuss how to fix this now?
 
 John
 


Home | Main Index | Thread Index | Old Index