Matthew Janik - 2019-02-27

Hello,

after updating GPT fdisk to 1.0.4 (from 1.0.2, I believe), my sgdisk no longer executes.
I get the following error:

dyld: Library not loaded: /usr/local/opt/popt/lib/libpopt.0.dylib
  Referenced from: /usr/local/bin/sgdisk
  Reason: image not found
Abort trap: 6

Any thoughts?

EDIT:
After doing a 'locate' for libpopt.0.dylib, it found it in /opt/local/lib/ instead of /usr/local/opt/popt/lib/

I copied libpoppt. files to /usr/local/opt/popt/lib/, and it seems to be running.

Want to make sure this won't break the binary's execution.

EDIT:
Installed the 1.0.4 package on a mac again today, and sgdisk spit out the same error listed above. Looks like libraries aren't being installed correctly?

EDIT:
Removed the .pkg installed using the download from here, and used brew instead. It installs the necessary libraries.

Mojave 10.14.3

 

Last edit: Matthew Janik 2019-02-28