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

Symbol not found error during installation #6

Open
sanikakhadkikar opened this issue Sep 25, 2024 · 3 comments
Open

Symbol not found error during installation #6

sanikakhadkikar opened this issue Sep 25, 2024 · 3 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@sanikakhadkikar
Copy link

Hi! I am trying to install pgplot using your method on an Intel based Macbook (Sequioa 15.0). I am getting the following error:

Last 15 lines from /Users/sanikakhadkikar/Library/Logs/Homebrew/pgplot/02.make:
lxdriv in lxdriv.o
lxdriv in lxdriv.o
lxdriv in lxdriv.o
lxdriv in lxdriv.o
lxdriv in lxdriv.o
...
"__gfortran_transfer_real_write", referenced from:
lxdriv in lxdriv.o
lxdriv in lxdriv.o
psdriv in psdriv.o
psdriv in psdriv.o
psdriv in psdriv.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
make: *** [libpgplot.dylib] Error 1

Could you help me troubleshoot it? Any help would be appreciated.

PS: It's not a gfortran error as gfortran --version shows the correct version of gfortran installed (14.2.0).

@kazuakiyama
Copy link
Owner

Thanks for reporting the issue. Unfortunately, I do not have MacOS 15, so I probably can't reproduce the issue. Nevertheless, I'll take a look at this issue when I get the chance. Due to other commitments, it will likely happen a few days from now.

@kazuakiyama kazuakiyama self-assigned this Sep 25, 2024
@kazuakiyama kazuakiyama added the bug Something isn't working label Sep 25, 2024
@kazuakiyama
Copy link
Owner

@sanikakhadkikar I unfortunately, wasn't able to reproduce the issue in my Apple Silicon mac machine with Sonoma (14.6). Next week I will bollow an intel mac from my colleagues to see if I can reproduce the issue. I would guess this may happen with the latest Xcode available for 15.0.

@kazuakiyama
Copy link
Owner

kazuakiyama commented Oct 17, 2024

Just for heads up, I confirmed that this issue doesn't exist in macOS 14 both intel and Apple Silicon. I will explore a way to test it in macOS 15.

As you can see in the above issue, apparently this is not a common issue among intel mac users of macOS 15. Perhaps you could update your environment and retry if the issue is gone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants