youtube-dl: footprint mismatch
Hello, I have a problem with the update of youtube-dl version 2019.02.18. I get a footprint mismatch: =======> ERROR: Footprint mismatch found: NEW drwxr-xr-x root/root usr/lib/python2.7/site-packages/youtube_dl-2019.2.18-py2.7.egg-info/ NEW -rw-r--r-- root/root usr/lib/python2.7/site-packages/youtube_dl-2019.2.18-py2.7.egg-info/PKG-INFO NEW -rw-r--r-- root/root usr/lib/python2.7/site-packages/youtube_dl-2019.2.18-py2.7.egg-info/SOURCES.txt NEW -rw-r--r-- root/root usr/lib/python2.7/site-packages/youtube_dl-2019.2.18-py2.7.egg-info/dependency_links.txt NEW -rw-r--r-- root/root usr/lib/python2.7/site-packages/youtube_dl-2019.2.18-py2.7.egg-info/entry_points.txt NEW -rw-r--r-- root/root usr/lib/python2.7/site-packages/youtube_dl-2019.2.18-py2.7.egg-info/top_level.txt =======> ERROR: Building '/usr/ports/contrib/youtube-dl/youtube-dl#2019.02.18-1.pkg.tar.gz' failed. According to the wiki, probably the packager has not the same packages as I have. What is the best way to solve it ? Of course I can update with the -uf parameter, but if other have the same problem, it would be best to solve it for everybody. Is it better to contact the packager or to open a bug ? Thank you for your feedback! Regards, Cédric
On Mon, Feb 25, 2019 at 11:03:48PM +0100, Cédric wrote:
I have a problem with the update of youtube-dl version 2019.02.18. I get a footprint mismatch:
A mismatch with NEW files is not usually a real problem, most likely just that you had other packages installed which allowed additional features to build. The package has built successfully, so you can use pkgadd to install it. If you wish to allow packages with NEW files to install automatically then in /etc/pkgmk.conf you can set: PKGMK_IGNORE_NEW="yes" Regards, David
On Tue, Feb 26, 2019 at 10:44:00AM +0000, David Brooke wrote:
A mismatch with NEW files is not usually a real problem, most likely just that you had other packages installed which allowed additional features to build.
The package has built successfully, so you can use pkgadd to install it.
If you wish to allow packages with NEW files to install automatically then in /etc/pkgmk.conf you can set:
PKGMK_IGNORE_NEW="yes"
Thank you for the complete answer. I think with time I will know better if there is really a problem. Best regards, Cédric
participants (2)
-
Cédric
-
David Brooke