I installed openmovieeditor as a package using pkg_add. When attempting to run it I receive the following output: When submitting a BUG report, or SUPPORT request, please include the following information: (See Help->About... too) ----8<----------------------- Open Movie Editor Version: 0.0.20090105 Libquicktime Version: 1.2.4 Libquicktime API Version: 12 ----8<----------------------- Segmentation fault (core dumped)
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 Over to maintainer (via the GNATS Auto Assign Tool)
* Luke (lukek@rogers.com) wrote: > >Number: 177327 > >Category: ports > >Synopsis: openmovieeditor core dumps on FreeBSD 9.1-RELEASE > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-ports-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sun Mar 24 02:40:00 UTC 2013 > >Closed-Date: > >Last-Modified: > >Originator: Luke > >Release: FreeBSD 9.1-RELEASE > >Organization: > na > >Environment: > FreeBSD 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 > > >Description: > I installed openmovieeditor as a package using pkg_add. > When attempting to run it I receive the following output: > > > > When submitting a BUG report, or SUPPORT request, please include the following information: > (See Help->About... too) > ----8<----------------------- > Open Movie Editor Version: 0.0.20090105 > Libquicktime Version: 1.2.4 > Libquicktime API Version: 12 > ----8<----------------------- > Segmentation fault (core dumped) This is likely an upstream problem. I don't have resource to fix it by myself, and if it's critical (e.g. application is completely unuseable), the port should be marked deprecated and removed in some time. So is it? -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru
State Changed From-To: open->feedback Feedback required
Application was indeed unusable. Luke -- l k lukek@fastmail.fm On Mon, Dec 16, 2013, at 06:11 AM, Dmitry Marakasov wrote: > * Luke (lukek@rogers.com) wrote: > > > >Number: 177327 > > >Category: ports > > >Synopsis: openmovieeditor core dumps on FreeBSD 9.1-RELEASE > > >Confidential: no > > >Severity: non-critical > > >Priority: low > > >Responsible: freebsd-ports-bugs > > >State: open > > >Quarter: > > >Keywords: > > >Date-Required: > > >Class: sw-bug > > >Submitter-Id: current-users > > >Arrival-Date: Sun Mar 24 02:40:00 UTC 2013 > > >Closed-Date: > > >Last-Modified: > > >Originator: Luke > > >Release: FreeBSD 9.1-RELEASE > > >Organization: > > na > > >Environment: > > FreeBSD 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 > > > > >Description: > > I installed openmovieeditor as a package using pkg_add. > > When attempting to run it I receive the following output: > > > > > > > > When submitting a BUG report, or SUPPORT request, please include the following information: > > (See Help->About... too) > > ----8<----------------------- > > Open Movie Editor Version: 0.0.20090105 > > Libquicktime Version: 1.2.4 > > Libquicktime API Version: 12 > > ----8<----------------------- > > Segmentation fault (core dumped) > > This is likely an upstream problem. I don't have resource to fix > it by myself, and if it's critical (e.g. application is completely > unuseable), the port should be marked deprecated and removed in some > time. So is it? > > -- > Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D > amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru -- http://www.fastmail.fm - A no graphics, no pop-ups email service
Author: amdmi3 Date: Mon Jan 20 01:40:41 2014 New Revision: 340364 URL: http://svnweb.freebsd.org/changeset/ports/340364 QAT: https://qat.redports.org/buildarchive/r340364/ Log: - Mark BROKEN, DEPRECATED and set EXPIRATION_DATA: the app segfaults and is unusable, upstream development ceased PR: 177327 Submitted by: Luke <lukek@rogers.com> Modified: head/multimedia/openmovieeditor/Makefile Modified: head/multimedia/openmovieeditor/Makefile ============================================================================== --- head/multimedia/openmovieeditor/Makefile Mon Jan 20 01:36:24 2014 (r340363) +++ head/multimedia/openmovieeditor/Makefile Mon Jan 20 01:40:41 2014 (r340364) @@ -24,6 +24,10 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libmpeg3 ${LOCALBASE}/lib/libquicktime/lqt_lame.so:${PORTSDIR}/multimedia/libquicktime-lame RUN_DEPENDS= ${LOCALBASE}/lib/libquicktime/lqt_lame.so:${PORTSDIR}/multimedia/libquicktime-lame +BROKEN= segfaults, upstread development ceased +DEPRECATED= segfaults, upstread development ceased +EXPIRATION_DATE=2014-02-03 + USES= gmake pkgconfig GNU_CONFIGURE= yes USE_GL= yes _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Port marked for removal