This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: Compilation errors
- From: fche at redhat dot com (Frank Ch. Eigler)
- To: Domenico Di Leo <domenico dot dileo at unina dot it>
- Cc: systemtap at sourceware dot org
- Date: Wed, 01 Aug 2012 12:19:00 -0400
- Subject: Re: Compilation errors
- References: <50194DF0.6030708@unina.it>
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