guix/guix
Mathieu Othacehe 8b221b64a5
store: deduplication: Handle fs without d_type support.
scandir* uses readdir, which means that the file type property can be 'unknown
if the underlying file-system does not support d_type. Make sure to fallback
to lstat in that case.

Fixes: https://issues.guix.gnu.org/issue/42579.

* guix/store/deduplication.scm (deduplicate): Handle the case where properties
is 'unknown because the underlying file-system does not support d_type.
2020-07-28 14:10:28 +02:00
..
build guix: Add maven-build-system. 2020-07-17 04:21:22 +02:00
build-system build-system/maven: Make default-maven-plugins a procedure. 2020-07-17 09:45:19 +01:00
import utils: Remove compatibility re-export of 'memoize'. 2020-07-25 19:11:36 +02:00
scripts machine: ssh: Check for potential system downgrades. 2020-07-27 12:06:35 +02:00
store store: deduplication: Handle fs without d_type support. 2020-07-28 14:10:28 +02:00
tests
base16.scm
base32.scm
base64.scm
build-system.scm
bzr-download.scm
cache.scm
channels.scm Use 'formatted-message' instead of '&message' where appropriate. 2020-07-25 19:11:37 +02:00
ci.scm
colors.scm
combinators.scm
config.scm.in
cpio.scm
cve.scm Use 'formatted-message' instead of '&message' where appropriate. 2020-07-25 19:11:37 +02:00
cvs-download.scm
deprecation.scm
derivations.scm
describe.scm
diagnostics.scm diagnostics: Add '&formatted-message'. 2020-07-25 19:11:36 +02:00
discovery.scm
docker.scm
download.scm download: Add Savannah mirror. 2020-07-20 23:25:10 +02:00
elf.scm
ftp-client.scm
gexp.scm
git-authenticate.scm Use 'formatted-message' instead of '&message' where appropriate. 2020-07-25 19:11:37 +02:00
git-download.scm
git.scm git: 'update-cached-checkout' has a new #:check-out? parameter. 2020-07-23 00:22:25 +02:00
glob.scm
gnu-maintenance.scm upstream: 'download-tarball' gracefully handles missing signatures. 2020-07-21 17:50:44 +02:00
gnupg.scm
grafts.scm
graph.scm
hg-download.scm
http-client.scm
i18n.scm
inferior.scm utils: Move <location> and '&error-location' to (guix diagnostics). 2020-07-25 19:11:36 +02:00
json.scm json: Re-export 'define-json-mapping' from (json) when available. 2020-07-20 23:25:10 +02:00
licenses.scm
lint.scm Use 'formatted-message' instead of '&message' where appropriate. 2020-07-25 19:11:37 +02:00
lzlib.scm
man-db.scm
memoization.scm
modules.scm
monad-repl.scm
monads.scm
nar.scm
openpgp.scm
packages.scm
pki.scm
profiles.scm utils: Move '&fix-hint' to (guix diagnostics). 2020-07-25 19:11:36 +02:00
profiling.scm
progress.scm
quirks.scm quirks: Adjust patch to allow traveling back to Dec. 2018. 2020-07-24 18:56:25 +02:00
records.scm
remote.scm Use 'formatted-message' instead of '&message' where appropriate. 2020-07-25 19:11:37 +02:00
repl.scm
scripts.scm
search-paths.scm
self.scm
serialization.scm
sets.scm
ssh.scm Use 'formatted-message' instead of '&message' where appropriate. 2020-07-25 19:11:37 +02:00
status.scm
store.scm
svn-download.scm
swh.scm
tests.scm
ui.scm processes: Allow 'less' to properly estimate line length. 2020-07-27 12:06:35 +02:00
upstream.scm upstream: Handle the case where the file name has no extension. 2020-07-27 13:35:49 +02:00
utils.scm utils: Move '&fix-hint' to (guix diagnostics). 2020-07-25 19:11:36 +02:00
workers.scm
zlib.scm