Sponsored by: Intel Corporation
Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
It looks like there's a missing pkg-plist update. When I build under poudriere I get:
Error: Orphaned: man/man3/pmemobj_f_mem_nodrain.3.gz Error: Orphaned: man/man3/pmemobj_f_mem_noflush.3.gz Error: Orphaned: man/man3/pmemobj_f_mem_nontemporal.3.gz Error: Orphaned: man/man3/pmemobj_f_mem_temporal.3.gz Error: Orphaned: man/man3/pmemobj_f_mem_wb.3.gz Error: Orphaned: man/man3/pmemobj_f_mem_wc.3.gz Error: Orphaned: man/man3/pmemobj_f_relaxed.3.gz
You can get the same without poudriere by running make check-plist after make
Comment Actions
Sorry for the long delay here, I was waiting for the pmdk-1.6 release which incorporates some of our fixes upstream, and then went on vacation for the summer.
Comment Actions
@scottph: do you want me to commit this? Or you can commit this with Approved by: lwhsu
Comment Actions
This fixes a failure in the test suite. libvmmalloc was using more thread local storage in the inital-exec mode than rtld was reserving space for, causing the library to fail to load. Switching to the local-dynamic model fixes the issue and allows the test suite to pass.