Upgrade to 1.0.1 Fix: Apply the patch. --Boundary-00=_h5lLG3gGPoEeg3V Content-Type: text/x-diff; charset="iso-8859-1"; name="k3b.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="k3b.diff" --Boundary-00=_h5lLG3gGPoEeg3V----9YY67foApY6fQllpRPanj4J3EUKFufWK4EdjMCNrD5zwSWF7 Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" diff -urN ../../sysutils/k3b/Makefile ./Makefile --- ../../sysutils/k3b/Makefile Thu Apr 5 19:28:20 2007 +++ ./Makefile Sat Apr 21 00:35:46 2007 @@ -6,8 +6,7 @@ # PORTNAME= k3b -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= sysutils multimedia kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -urN ../../sysutils/k3b/distinfo ./distinfo --- ../../sysutils/k3b/distinfo Mon Apr 2 13:14:57 2007 +++ ./distinfo Fri Apr 20 14:34:41 2007 @@ -1,3 +1,3 @@ -MD5 (k3b-1.0.tar.bz2) = 02bf955059adfe9ac8a11d36fb34a11c -SHA256 (k3b-1.0.tar.bz2) = b1ab85ad003b3362a964e7516ba21ecb238b199379e449980041a4292d8d2294 -SIZE (k3b-1.0.tar.bz2) = 5102225 +MD5 (k3b-1.0.1.tar.bz2) = 8abd11f56e6e40d6f2d0b076a5f8b8ed +SHA256 (k3b-1.0.1.tar.bz2) = 609c56d4a9e0b41d545e377d61904e99a46e878280d6a6651a65f72f94acb65e +SIZE (k3b-1.0.1.tar.bz2) = 5097997 diff -urN ../../sysutils/k3b/files/patch-configure ./files/patch-configure --- ../../sysutils/k3b/files/patch-configure Thu Jan 1 00:00:00 1970 +++ ./files/patch-configure Sat Apr 21 00:47:14 2007 @@ -0,0 +1,11 @@ +--- configure.orig Sat Apr 21 00:42:59 2007 ++++ configure Sat Apr 21 00:45:23 2007 +@@ -36535,7 +36535,7 @@ + + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + OLD_LIBS=$LIBS +- LIBS="-lavformat -lavcodec -ldl $LIBS" ++ LIBS="-lavformat -lavcodec $LIBS" + cat >conftest.$ac_ext <<_ACEOF + extern "C" { + #include <ffmpeg/avformat.h>
Responsible Changed From-To: freebsd-ports-bugs->itetcu I'll take it.
On Tue, 24 Apr 2007 21:45:37 +0200 Heiner <h.eichmann@gmx.de> wrote: > > >Number: 112091 > >Category: ports > >Synopsis: Port upgrade: sysutils/k3b to 1.0.1 Does this update solve the problems the last current version has ? I get a page fault with corrupted dump either on start on on close, etc. (FreeBSD 6.2-STABLE #9: Sat Apr 7 00:39:19 EEST 2007). -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect"
State Changed From-To: open->feedback Ask maintainer if this version is less destructive that the current one.
On Tuesday 24 April 2007 22:30, Ion-Mihai Tetcu wrote: > Does this update solve the problems the last current version has ? I > get a page fault with corrupted dump either on start on on close, etc. > (FreeBSD 6.2-STABLE #9: Sat Apr 7 00:39:19 EEST 2007). Hi! The dvd+rw-tools related problems are fixed, if you upgrade to 7.0. The hal problems currently discussed in kde-freebsd are imho 6.x kernel problems. k3b is compiled without hal support. This are all problems I know of. Here (5.4) ist runs without problems. Heiner
On Wed, 25 Apr 2007 21:35:25 +0200 Heiner <h.eichmann@gmx.de> wrote: > On Tuesday 24 April 2007 22:30, Ion-Mihai Tetcu wrote: > > Does this update solve the problems the last current version has ? I > > get a page fault with corrupted dump either on start on on close, > > etc. (FreeBSD 6.2-STABLE #9: Sat Apr 7 00:39:19 EEST 2007). > > Hi! > > The dvd+rw-tools related problems are fixed, if you upgrade to 7.0. > The hal problems currently discussed in kde-freebsd are imho 6.x > kernel problems. k3b is compiled without hal support. Then maybe we should marked it broken on 6 ? -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect"
On Apr 25, 2007, at 2:31 PM, Ion-Mihai Tetcu wrote: >> The dvd+rw-tools related problems are fixed, if you upgrade to 7.0. >> The hal problems currently discussed in kde-freebsd are imho 6.x >> kernel problems. k3b is compiled without hal support. > > Then maybe we should marked it broken on 6 ? I think k3b without hal support works fine: On Apr 19, 2007, at 9:12 AM, Michael Nottebrock wrote: > On Wednesday, 18. April 2007, Beni wrote: >> Hi List, >> >> I think I have a problem with hal(d) and k3b (version 1.0 from >> ports) : my >> whole system freezes when starting up k3b. I get the splash screen >> and then >> it all stops and a ctrl-alt-del is the only way out. > > Other people have reported kernel panics. It looks to me like k3b's > device > probing and hald's device probing at the same time manages to > tickle a bug in > ata(4). > > Ref: http://lists.freebsd.org/pipermail/freebsd-current/2007-April/ > 070753.html > http://lists.freebsd.org/pipermail/freebsd-stable/2007-April/ > 034486.html > > I'm afraid a true kernel hacker will have to inconvenince > themselves with > running k3b and hal in order to have this one fixed. FWIW, I > haven't seen in > happening on 5.5. -- -Chuck
On Wed, 25 Apr 2007 14:37:11 -0700 Chuck Swiger <chuck@pkix.net> wrote: > On Apr 25, 2007, at 2:31 PM, Ion-Mihai Tetcu wrote: > >> The dvd+rw-tools related problems are fixed, if you upgrade to 7.0. > >> The hal problems currently discussed in kde-freebsd are imho 6.x > >> kernel problems. k3b is compiled without hal support. > > > > Then maybe we should marked it broken on 6 ? > > I think k3b without hal support works fine: [...] I which case can we have --without-hal added on 6.x and go ahead with this update ? (I can use dvd+rw-tools OK here). I'll build k3b from the PR and without hal, but it will take a few days until I'll afford to risk crashing my desktop to test it. -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect"
On Thu, 26 Apr 2007 01:06:28 +0300 Ion-Mihai Tetcu <itetcu@people.tecnik93.com> wrote: > On Wed, 25 Apr 2007 14:37:11 -0700 > Chuck Swiger <chuck@pkix.net> wrote: > > > On Apr 25, 2007, at 2:31 PM, Ion-Mihai Tetcu wrote: > > >> The dvd+rw-tools related problems are fixed, if you upgrade to > > >> 7.0. The hal problems currently discussed in kde-freebsd are > > >> imho 6.x kernel problems. k3b is compiled without hal support. > > > > > > Then maybe we should marked it broken on 6 ? > > > > I think k3b without hal support works fine: > [...] > > I which case can we have --without-hal added on 6.x and go ahead with > this update ? (I can use dvd+rw-tools OK here). Hmm, it's already in. -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect"
> > I which case can we have --without-hal added on 6.x and go ahead with > > this update ? (I can use dvd+rw-tools OK here). > > Hmm, it's already in. Hi! --without-hal was there from the beginning. As I said: I think the crashes are 6.x kernel related, but not to hal or k3b. Marking it broken: It depends on when this bug came into the kernel and when it will be fixed. As I do not have 6.x here, I can not tell. Maybe the discussion on the kde-freebsd mailing list will clarify. Heiner -- "Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ... Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
itetcu 2007-05-28 15:56:36 UTC FreeBSD ports repository Modified files: sysutils/k3b Makefile distinfo Added files: sysutils/k3b/files patch-configure Log: Upgrade to 1.0.1 PR: ports/112091 Submitted by: Heiner Eichmann <h.eichmann@gmx.de> (maintainer) Revision Changes Path 1.43 +2 -2 ports/sysutils/k3b/Makefile 1.24 +3 -3 ports/sysutils/k3b/distinfo 1.3 +11 -0 ports/sysutils/k3b/files/patch-configure (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"
State Changed From-To: feedback->closed Committed. Thanks!