You are not logged in.
I am running ionto error trying to build this package: canon-pixma-ts5055-complete, the driver for my printer.
I am getting this error after running makepkg -s:
find: The current directory is included in the PATH environment variable, which is insecure in combination with the -execdir action of find. Please remove the current directory from your $PATH (that is, remove ".", doubled colons, or leading or trailing colons)
I have checked my PATH and it looks okay:
[brightchip@z270-taichi ~]$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/brightchip/.bin:/home/brightchip/.local/share/gem/ruby/3.3.0/bin:
[brightchip@z270-taichi ~]$
How to fix?
Last edited by d_fajardo (2025-05-13 06:31:45)
Offline
/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/brightchip/.bin:/home/brightchip/.local/share/gem/ruby/3.3.0/bin:
There is a trailing colon which is mentioned in the message you posted.
Last edited by loqs (2025-05-12 21:42:38)
Offline
Yes silly me. Staring me right in my face. thanks!
Offline