Compilation errors

Frank Ch. Eigler fche@redhat.com
Wed Aug 1 16:19:00 GMT 2012


Domenico Di Leo <domenico.dileo@unina.it> writes:

> [...]
> while building systemtap with the make command I get
> the error reported below

They aren't familiar.  You can configure the systemtap build tree with
the --without-rpm option to suppress this whole part.


> CXX stap-rpm_finder.o
> /usr/include/rpmdb.h In function int dbiDel(_dbIndex*, DBC*, DBT*,
> DBT*, unsigned int):
> /usr/include/rpmdb.h:582 error invalid conversion from 'void*' to 'rpmop_s*'
> /usr/include/rpmdb.h: In function int dbiGet(_dbIndex*, DBC*, DBT*,
> DBT*, unsigned int):
> /usr/include/rpmdb.h:582 error invalid conversion from 'void*' to 'rpmop_s*'
>
> There are many other errors like the one above, I can't post all
> them because I haven't managed to redirect make output.

make > make.log 2>&1
Try sending make.log to http://fpaste.org/.


- FChE



More information about the Systemtap mailing list