Bug 104617 - [PATCH] gnome-settings-daemon crashes on startup because of a bug in gstreamer
Summary: [PATCH] gnome-settings-daemon crashes on startup because of a bug in gstreamer
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: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-20 14:30 UTC by mwisnicki+freebsd
Modified: 2006-10-21 23:00 UTC (History)
0 users

See Also:


Attachments
patch-01_fix_gst_init_race_issue (2.90 KB, text/plain)
2006-10-20 14:30 UTC, mwisnicki+freebsd
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mwisnicki+freebsd 2006-10-20 14:30:18 UTC

gnome-settings daemon fails to start because of the bug in gstreamer.

This bug was fixed in cvs, attached patch was extracted from Ubuntu, please
put it in multimedia/gstreamer/files and bump portrevision of that port.

With that patch I can successfully start gnome.

More details details in ubuntu bug report:
  https://launchpad.net/distros/ubuntu/+source/control-center/+bug/59217
and in gnome bugzilla:
  http://bugzilla.gnome.org/show_bug.cgi?id=355499

How-To-Repeat: 

login or start /usr/local/libexec/gnome-settings-daemon
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-10-20 22:04:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-10-21 22:58:28 UTC
mezz        2006-10-21 21:58:22 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/gstreamer Makefile 
  Added files:
    multimedia/gstreamer/files patch-01_fix_gst_init_race_issue 
  Log:
  Fix the ensure_current_registry_forking() fails if zombie already killed by
  signal handler. Patch was took from Ubuntu. Bump the PORTREVISION.
  
          https://launchpad.net/distros/ubuntu/+source/control-center/+bug/59217
          http://bugzilla.gnome.org/show_bug.cgi?id=355499
  
  PR:             ports/104617
  Submitted by:   Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
  Approved by:    portmgr (marcus)
  
  Revision  Changes    Path
  1.55      +2 -0      ports/multimedia/gstreamer/Makefile
  1.1       +97 -0     ports/multimedia/gstreamer/files/patch-01_fix_gst_init_race_issue (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Jeremy Messenger freebsd_committer freebsd_triage 2006-10-21 22:58:34 UTC
State Changed
From-To: open->closed

Committed, thanks!