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

OSX: gnuplot doesn't start due to dreaded libpng conflict #4657

Closed
sagetrac-mabshoff mannequin opened this issue Nov 29, 2008 · 4 comments
Closed

OSX: gnuplot doesn't start due to dreaded libpng conflict #4657

sagetrac-mabshoff mannequin opened this issue Nov 29, 2008 · 4 comments

Comments

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Nov 29, 2008

In http://groups.google.com/group/sage-support/browse_thread/thread/9b61a7cf8fbfac7a Wayne reported:

/WW/Projects/Heart/bash$sage 
---------------------------------------------------------------------- 
| Sage Version 3.2, Release Date: 2008-11-20                         | 
| Type notebook() for the GUI, and license() for information.        | 
---------------------------------------------------------------------- 
sage: gnuplot_console() 
dyld: Symbol not found: __cg_png_create_info_struct 
  Referenced from: /System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ 
Versions/A/ImageIO 
  Expected in: /Users/ww/Applications/Scientific/sage/local/lib// 
libpng12.0.dylib 
sage: 

The fix should be obvious by now, i.e. use sage-native-execute

Cheers,

Michael

Component: build

Issue created by migration from https://trac.sagemath.org/ticket/4657

@sagetrac-mabshoff sagetrac-mabshoff mannequin added this to the sage-3.2.1 milestone Nov 29, 2008
@sagetrac-mabshoff sagetrac-mabshoff mannequin self-assigned this Nov 29, 2008
@sagetrac-mabshoff

This comment has been minimized.

@sagetrac-mabshoff sagetrac-mabshoff mannequin changed the title OSXL: gnuplot doesn't start due to dreaded libpng conflict OSX: gnuplot doesn't start due to dreaded libpng conflict Nov 29, 2008
@sagetrac-mabshoff
Copy link
Mannequin Author

sagetrac-mabshoff mannequin commented Nov 29, 2008

Attachment: trac_4657.patch.gz

@sagetrac-mabshoff
Copy link
Mannequin Author

sagetrac-mabshoff mannequin commented Nov 29, 2008

comment:2

The problem only manifests itself when using a system wide gnuplot, i.e. for example a Fink one. The patch should fix that. The experimental gnuplot-4.0.0.spkg in our repo is currently slightly broken on OSX since it calls Emacs at some point and then blows up due to the same libpng issues. Oh well ...

Cheers,

Michael

@sagetrac-mabshoff
Copy link
Mannequin Author

sagetrac-mabshoff mannequin commented Nov 30, 2008

comment:4

Merged in Sage 3.2.1.rc1

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

1 participant