tech-pkg archive

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

Re: [HEADS UP] pkgsrc default database directory changed



I am running into problems with this change.   I am pretty sure I can
figure it out, but fixes are needed for non-experts.

I have

  PKGSRC_COMPILER=ccache gcc
  DEPENDS_TARGET=package-install clean

and of course I think both are normal.

I tried to build something, sysutils/m4, and got a failure like

  ===> Trying to handle out-dated pkg_install...
  ===> Cleaning for pkg_install-20200828
  make[2]: don't know how to make package-install clean. Stop

So I wonder if this is doing space quoting wrong.

I then went to pkg_install directly and just ran make, and got the
message about the moved db, and moved it.

Now:

  => Tool dependency ccache-[0-9]*: NOT found
  => Verifying package-install clean for ../../devel/ccache
  ===> Trying to handle out-dated pkg_install...
  ===> Cleaning for pkg_install-20200828
  make[2]: don't know how to make package-install clean. Stop

  make[2]: stopped in /home/n0/gdt/pkgsrc-current/pkgsrc/pkgtools/pkg_install
  *** Error code 2

Turning off ccache led me to recursion issues with cwrappers, and
turning that off let me build a package.

So basically this is way too hard for people to deal with.

Attachment: signature.asc
Description: PGP signature



Home | Main Index | Thread Index | Old Index