On 10/25/2017 08:01 PM, 大山俊成 wrote:
Hi, Previously, I tryed 2017b like the following. make TOPDIR=$HOME/tzdir install $HOME/tzdir/etc/zdump -v America/Los_Angeles It works good .
Now I tryed 2017c as the same way. make TOPDIR=$HOME/tzdir install $HOME/tzdir/etc/zdump -v America/Los_Angeles But , zdump outputs "America/Los_Angeles: No such file or Directory"
Something wrong with me?
I'm not observing that problem with 2017c, on Fedora 26 x86-64. I built with: make TOPDIR=/tmp/tzdir install /tmp/tzdir/etc/zdump America/Los_Angeles and got today's date in Los Angeles time. What platform are you running on? What is the value of "$HOME"? If you run this command: strace -o /tmp/tr $HOME/tzdir/etc/zdump America/Los_Angeles which files are opened, as logged in /tmp/tr?