Page MenuHomeFreeBSD

devel/pmdk: update to 1.6.1
ClosedPublic

Authored by scottph on Mar 7 2019, 10:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 29, 1:25 AM
Unknown Object (File)
Feb 8 2024, 5:14 PM
Unknown Object (File)
Jan 24 2024, 10:47 AM
Unknown Object (File)
Dec 31 2023, 5:54 PM
Unknown Object (File)
Dec 20 2023, 5:34 AM
Unknown Object (File)
Dec 10 2023, 5:51 AM
Unknown Object (File)
Dec 9 2023, 5:06 PM
Unknown Object (File)
Dec 3 2023, 2:31 PM

Details

Summary

Sponsored by: Intel Corporation

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

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

scottph retitled this revision from devel/pmdk: update to 1.5.1 to devel/pmdk: update to 1.6.1.
scottph edited the summary of this revision. (Show Details)

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.

This revision is now accepted and ready to land.Sep 14 2019, 7:14 PM

@scottph: do you want me to commit this? Or you can commit this with Approved by: lwhsu

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.

This revision now requires review to proceed.Oct 29 2019, 11:10 PM
This revision is now accepted and ready to land.Oct 30 2019, 2:49 AM
This revision was automatically updated to reflect the committed changes.