Bug 183691 - Segmentation fault at startup of graphics/cinepaint (1.0.4_1) on AMD64
Summary: Segmentation fault at startup of graphics/cinepaint (1.0.4_1) on AMD64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: John Marino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-05 18:20 UTC by Alexander Janus
Modified: 2014-06-15 13:20 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (4.76 KB, patch)
2013-11-05 18:20 UTC, Alexander Janus
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Janus 2013-11-05 18:20:02 UTC
Same as "synopsis".

Fix: Apply patches where "guint" changes to GtkType, as recommended by docs of GTK.

Patch attached with submission follows:
How-To-Repeat: Install from port or package on 64-bit machine, and run.
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-06-15 13:10:52 UTC
A commit references this bug:

Author: marino
Date: Sun Jun 15 13:10:22 UTC 2014
New revision: 357879
URL: http://svnweb.freebsd.org/changeset/ports/357879

Log:
  graphics/cinepaint: Fix start-up segfault on amd64

  PR:		183691
  Submitted by:	avjwork (gmail)

Changes:
  head/graphics/cinepaint/Makefile
  head/graphics/cinepaint/files/patch-app_brush.c
  head/graphics/cinepaint/files/patch-app_brushgenerated.h
  head/graphics/cinepaint/files/patch-app_channel.h
  head/graphics/cinepaint/files/patch-app_depth_brushgenerated.c
  head/graphics/cinepaint/files/patch-app_depth_channel.c
  head/graphics/cinepaint/files/patch-app_depth_layer.c
  head/graphics/cinepaint/files/patch-app_drawable.c
  head/graphics/cinepaint/files/patch-app_drawable.h
  head/graphics/cinepaint/files/patch-app_layer.h
  head/graphics/cinepaint/files/patch-lib_chainbutton.c
  head/graphics/cinepaint/files/patch-lib_pixmap.c
  head/graphics/cinepaint/files/patch-lib_size_entry.c
  head/graphics/cinepaint/files/patch-plug-ins_script-fu_gimpcolorbutton.c
Comment 2 John Marino freebsd_committer freebsd_triage 2014-06-15 13:20:41 UTC
Thanks!