AOSC-Dev / aosc-os-abbs

ABBS/ACBS tree for AOSC OS package metadata, build configuration, scripts, and patches
https://packages.aosc.io
GNU General Public License v2.0
106 stars 85 forks source link

dynamorio: new, 10.0.0 #8089

Closed jiegec closed 1 month ago

jiegec commented 1 month ago

Topic Description

Package(s) Affected

Security Update?

No

Build Order

#buildit dynamorio

Test Build(s) Done

Primary Architectures

MingcongBai commented 1 month ago

This package seems not to have provided any executable files, not sure how to test...

jiegec commented 1 month ago

This package seems not to have provided any executable files, not sure how to test...

/usr/share/dynamorio/bin64/drrun -c /usr/share/dynamorio/samples/bin64/libcbr.so -- ls

MingcongBai commented 1 month ago

/usr/share/dynamorio/bin64/drrun -c /usr/share/dynamorio/samples/bin64/libcbr.so -- ls

Hmm, lots of warnings but the command did seem to run:

图片

jiegec commented 1 month ago

/usr/share/dynamorio/bin64/drrun -c /usr/share/dynamorio/samples/bin64/libcbr.so -- ls

Hmm, lots of warnings but the command did seem to run:

图片

Because we deliberately skipped building 32 bit support.

MingcongBai commented 1 month ago

/usr/share/dynamorio/bin64/drrun -c /usr/share/dynamorio/samples/bin64/libcbr.so -- ls

Hmm, lots of warnings but the command did seem to run: 图片

Because we deliberately skipped building 32 bit support.

Got it.