Building error for latest stap tree

Dave Brolley brolley@redhat.com
Wed Dec 31 20:34:00 GMT 2008


Wenji Huang wrote:
> It works. thanks! Only one nit is disturbing.
> In default installation,
> [wjhuang@EL4U6-32bits systemtap]$ sudo make install
> ...
> ...
> ...
> (cd ./ssl/server; for f in pw; \
>         do /usr/bin/install -c -m 600 -D $f 
> /etc/systemtap/ssl/server/$f; done)
> (cd ./ssl/server; for f in *.db; \
>         do /usr/bin/install -c -m 664 -D $f 
> /etc/systemtap/ssl/server/$f; done)
> /usr/bin/install: cannot stat `*.db': No such file or directory
> make[3]: *** [install-data-local] Error 1
> make[3]: Leaving directory `/home/wjhuang/systemtap'
> make[2]: *** [install-am] Error 2
> make[2]: Leaving directory `/home/wjhuang/systemtap'
> make[1]: *** [install-recursive] Error 1
> make[1]: Leaving directory `/home/wjhuang/systemtap'
> make: *** [install] Error 2
>
> Seems Makefile needs a little cleanup.
>
Thanks again. I've pushed a fix.

Dave




More information about the Systemtap mailing list