Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936492 - [guru] dev-cpp/parallel_hashmap-1.3.8 [test] compile fail : fail to compile tests .
Summary: [guru] dev-cpp/parallel_hashmap-1.3.8 [test] compile fail : fail to compile t...
Status: UNCONFIRMED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Reva Denis
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-22 15:01 UTC by Arniii
Modified: 2024-07-24 04:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
a lot of stuff in lzip tarball: emerge_--info.txt emerge_-pv1_parallel-hashmap.txt /var/tmp/portage/dev-cpp/parallel-hashmap-1.3.8/{temp/**,work/**.log} /etc/portage/** + elog (parallel-hashmap-1.3.8.tar.lz,149.48 KB, application/x-lzip)
2024-07-22 15:01 UTC, Arniii
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arniii 2024-07-22 15:01:10 UTC
Created attachment 898114 [details]
a lot of stuff in lzip tarball: emerge_--info.txt emerge_-pv1_parallel-hashmap.txt /var/tmp/portage/dev-cpp/parallel-hashmap-1.3.8/{temp/**,work/**.log} /etc/portage/** + elog

There's a lot of errors like this:
```
/var/tmp/portage/dev-cpp/parallel-hashmap-1.3.8/work/parallel-hashmap-1.3.8/tests/node_hash_set_test.cc:20:10: fatal error: parallel_hashmap/phmap.h: No such file or directory
   20 | #include "parallel_hashmap/phmap.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~

```

I see this is a CMake project. It seems someone forgot to link main target, or forgot to `target_include_directories(tests... PRIVATE  ../include ?) `