pkgsrc-Users archive

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

Re: Re: What happened to make show-depends-options ?





Sat May 11 08:24:11 MESZ 2019 mueller6725%twc.com@localhost:
 > Result of "make show-depends-options" in /BETA1/pkgsrc/print/hplip was
 >
 > running command: if test -d /BETA1/pkgsrc//usr/packages/All; then cd /BETA1/pkgsrc//usr/packages/All && /usr/bin/make show-depends-pkgpaths DEPENDS_TYPE="all"; fi


Ah, this single line explains everything.

The double slash in /pkgsrc//usr looks suspicious, this should never happen.

The cause is that pkgsrc defines some variables with very similar names: PKGPATH and PKG_PATH. That's an unfortunate situation.

You have set PKGPATH=/usr/packages/All in your mk.conf file, but that should be PKG_PATH.



Home | Main Index | Thread Index | Old Index