Closed Ingramz closed 5 years ago
~Skipped building the man pages using make SUBDIRS=src
as I don't need the man pages in my docker container.~ That didn't actually work 😝
Ok, I will try to update the release TAR-ball. In the mean-while, just checkout latest by using git.
TAR-ball should be updated now, try downloading it again.
It works! :tada:
Yes, it works, but it is not ok, it should not require the .gz file to be part of the distrobution. Need to check this a bit more.
It wasn't the .gz file that was needed, from what I understood it was the man/rar2fs.1
file that was missing so the compression of that file failed as it wasn't there and it only tries to compress the file if the dist has gzip
installed when building.
Could be wrong though, as I didn't actually check the files. Building in docker container for the zimme/rar2fs
docker image.
ok, I will block this release, and redo it. Sorry for the inconvenience.
Should be fixed now. Had to force a push (not nice, I know, but that is what I did this time).
Ah oh, yes... You need to download the TAR-ball again if you wish to get the same a tag v1.28.0.
Rebuilt the rar2fs container locally using no cache so it downloaded everything again and it works! :tada: Will trigger a rebuild on docker hub 👍
Ok, this is still broken as it does not install the .gz file anymore. I will not fix this in 1.28.0. Not sure actually how to fix it yet without adding the .gz to the distributed files and I do not wish to install both :(
EDIT: This is now fixed in master/HEAD, but the latest release still only installs the uncompressed man-page. This change/fix will be shipped with the next patch release.
When
make
reachesman
directory, it is unable to (re)makerar2fs.1.gz
.