tech-pkg archive

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

Re: Circular dependency (cwrappers) when bootstrapping on Linux



On Sun, Oct 22, 2017 at 4:07 PM, Sevan Janiyan <venture37%geeklan.co.uk@localhost> wrote:
> On 22/10/2017 14:55, Benny Siegert wrote:
>> Yes, I did. AFAICT, nothing ended up below the chosen prefix anyway.
>
> Hmm, and if you short circuit the process by setting
> _OPSYS_SUPPORTS_CWRAPPERS to no in pkgsrc/mk/platform/Linux.mk, how far
> do you get??

I managed to get past it by doing a one-line change in the bootstrap script:

 case "$cwrappers" in
 yes|no)
  echo "USE_CWRAPPERS= $cwrappers" >> ${TARGET_MKCONF}
+ echo "USE_CWRAPPERS= $cwrappers" >> ${BOOTSTRAP_MKCONF}
  echo "" >> ${TARGET_MKCONF}
  ;;
 esac


Home | Main Index | Thread Index | Old Index