Hi, I had a problem when installing dune-common. The problem was with the dependency "alberta", it said:
checking rpc/types.h usability... no checking rpc/types.h presence... no checking for rpc/types.h... no configure: error: Sorry, rpc/types.h is needed.
if I put CPPFLAGS=-I/usr/include/tirpc, then it says: checking rpc/types.h usability... yes checking rpc/types.h presence... yes checking for rpc/types.h... yes checking for rpc/xdr.h... yes checking for pow... yes checking for sqrt... yes checking for strdup... yes checking for strchr... yes checking for strstr... yes checking for rand... yes checking for srand... yes checking for xdr_int32_t... no configure: error: Sorry, these are needed..
What should I do? Thanks.
Pinned Comments
carlosal1015 commented on 2021-09-30 01:33 (UTC) (edited on 2021-09-30 01:39 (UTC) by carlosal1015)
Hello dear dune-arch users, the package base
dune-core
is now like meta package.Please post any suggestions, problems and improvements in the comment section with respect to
dune-module
. I will do my best to troubleshoot.Important note: Is recommended to receive the following key before to install:
Also is possible skip the verification, adding the flag for (e.g
makepkg
,yay
)--skippgpcheck
,--nopgpfetch
, respectively.