Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mu bug] Issues locating packages on Mac OS X #2637

Closed
md-zengo opened this issue Feb 26, 2024 · 3 comments
Closed

[mu bug] Issues locating packages on Mac OS X #2637

md-zengo opened this issue Feb 26, 2024 · 3 comments

Comments

@md-zengo
Copy link

md-zengo commented Feb 26, 2024

In order to install mu, using

meson build && ninja -C build

I had to
export PKG_CONFIG_PATH=/opt/homebrew/Cellar/gmime/3.2.14/lib/pkgconfig:/opt/homebrew/Cellar/xapian/1.4.24/lib/pkgconfig

Otherwise I would get an error:

Software:

    System Software Overview:

      System Version: macOS 14.2.1 (23C71)
      Kernel Version: Darwin 23.2.0
      Boot Volume: Macintosh HD
      Boot Mode: Normal
      Computer Name: Michael-David’s MacBook Air
      User Name: Michael-David Fiszer (mdf)
      Secure Virtual Memory: Enabled
      System Integrity Protection: Enabled
      Time since boot: 4 days, 8 minutes

Hardware:

    Hardware Overview:

      Model Name: MacBook Air
      Model Identifier: MacBookAir10,1
      Model Number: Z1280006CHB/A
      Chip: Apple M1
      Total Number of Cores: 8 (4 performance and 4 efficiency)
      Memory: 16 GB
      System Firmware Version: 10151.61.4
      OS Loader Version: 10151.61.4
      Serial Number (system): C02GN05TQ6LX
      Hardware UUID: 44D8A5C0-C872-542F-9176-8CAB8B868E9E
      Provisioning UDID: 00008103-000830CA1AF3001E
      Activation Lock Status: Enabled
@djcb
Copy link
Owner

djcb commented Feb 28, 2024

Seems like its working as expected? I.e., mu can't possibly guess those locations unless you tell it (through that export).

@djcb djcb added needinfo and removed new bug labels Feb 28, 2024
@guibor
Copy link

guibor commented Feb 28, 2024

I'm not an expert in mac packages but I never encounter these types of issues normally. I'm sure there's a way to solve it so that it's smooth for everyone that installed the right packages from homebrew (which is how I installed them).

If not, I would add information in the installation instructions to help.

Keep up the amazing work! I love mu4e!!

@djcb
Copy link
Owner

djcb commented Mar 1, 2024

To make it work out-of-the-box, I guess the Homebrew folks need to update PKG_CONFIG_PATH. Perhaps they're already doing that? See e.g. https://github.com/orgs/Homebrew/discussions/2987

Anyway, there's not much mu can do here... so closing this. Thanks for your report.

@djcb djcb closed this as completed Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants