Thanks for reporting the problem. Unfortunately, I could not reproduce it. Please see the attached transcript, which I got on Ubuntu 16.04.3 x86-64. Please try the commands that I used and see what happens. If you're still seeing the problem, please run 'strace -o tr $HOME/tzdir/usr/bin/zdump -v America/Los_Angeles' on the failing zdump, and inspect 'tr' to see which files zdump is actually looking for. I say "strace" because I assume you have a platform that has it; if not, please try "truss" or whatever other command your platform uses. What platform are you using, by the way? One wild guess: are you using a parallel 'make'? I don't think the build procedure has ever been fully debugged for parallel makes. Try using 'make' without parallelism.