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: Compilation errors


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


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