[MacPorts] #70689: MyPaint - Crashes on Startup

MacPorts noreply at macports.org
Fri Sep 6 22:08:03 UTC 2024


#70689: MyPaint - Crashes on Startup
-----------------------+---------------------
 Reporter:  RobK88     |      Owner:  (none)
     Type:  defect     |     Status:  new
 Priority:  Normal     |  Milestone:
Component:  ports      |    Version:  2.10.1
 Keywords:  elcapitan  |       Port:  MyPaint
-----------------------+---------------------
 The binary in the `MyPaint` package downloaded from Macports crashes on my
 Mac running El Capitan with a Segmentation Fault 11.


 {{{
 grinch$ myPaint
 INFO: mypaint: Installation layout: conventional POSIX-like structure with
 prefix '/opt/local/Library/Frameworks/Python.framework/Versions/3.8'
 WARNING: gui.userconfig: Failed to load settings file:
 /Users/grinch/.config/mypaint/settings.json
 WARNING: gui.userconfig: Failed to load settings: using defaults
 INFO: gui.main: No locale setting found, using system locale
 Segmentation fault: 11
 }}}

 So I uninstalled MyPaint and built it from source:


 {{{
 sudo port -vs install mypaint

 etc
 etc

 --->  Cleaning MyPaint
 --->  Removing work directory for MyPaint
 --->  Updating database of binaries
 --->  Scanning binaries for linking errors
 --->  No broken files found.
 --->  No broken ports found.
 }}}

 It built just fine.  But now I get a different runtime error:


 {{{
 grinch$ myPaint
 CRITICAL: mypaint: Installation layout: unknown!
 Traceback (most recent call last):
   File "/opt/local/bin/myPaint", line 293, in <module>
     = get_paths()
   File "/opt/local/bin/myPaint", line 210, in get_paths
     raise RuntimeError("Unknown install type; could not determine paths")
 RuntimeError: Unknown install type; could not determine paths
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/70689>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list