This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Building error for latest stap tree


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]