diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2023-09-05 09:24:28 +0100 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2023-09-05 09:26:41 +0100 |
| commit | a25d6143c6517218a470298cf826737ef623fab3 (patch) | |
| tree | 45fdea050d842ce2c9b51e0eb1e0aaff01b7793a /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 3c1c30ec5e76bf8ab454eeccc77fcbe1ebceca0f (diff) | |
which: enable 64-bit API on 32-bit systems
Without the change `which` fails to find programs on filesystems with
64-bit inodes when `which` itself is 32-bit.
In my case it is `btrfs` and `i686-linux`.
`bison` is in the PATH:
$ dev>bison
bison: missing operand
Try 'bison --help' for more information.
But `which` fails to find it:
$ which bison
which: no bison in ...
`bison` is a file with an inode number that overflows 2^31 limit:
$ stat ~/bin/bison
File: ~/bin/bison
Size: 674260 Blocks: 1320 IO Block: 4096 regular file
Device: 0,29 Inode: 4384368825 Links: 2
Access: (0555/-r-xr-xr-x) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2023-09-05 04:48:43.000000000 +0100
Modify: 1970-01-01 01:00:01.000000000 +0100
Change: 2023-09-05 04:48:43.821566578 +0100
Birth: 2023-09-05 04:48:43.772565733 +0100
The change fixes `which` run.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
