ports/74994: beep-media-player 0.9.7 coredump on exit bug/patch

Damian res0d26i at verizon.net
Sun Dec 12 18:30:24 UTC 2004


>Number:         74994
>Category:       ports
>Synopsis:       beep-media-player 0.9.7 coredump on exit bug/patch
>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 Dec 12 18:30:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Damian
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 5.3-RELEASE #0: Sun Nov 21 10:18:57 PST 2004
    damian at pompey.indignation.org:/usr/src/sys/i386/compile/POMPEY



>Description:


Confirmed bug on freebsd and netbsd; when beep-media-player is closed, instead of exiting properly, it coredumps.

http://www.sosdg.org/~larne/bugs/show_bug.cgi?id=201


>How-To-Repeat:


Run beep-media-player on a console terminal, then exit. The error and .core file should be outputted.


>Fix:


--- Makefile.diff begins here ---
--- Makefile	Sat Dec 11 11:05:11 2004
+++ Makefile.new	Sun Dec 12 09:38:06 2004
@@ -25,7 +25,7 @@
 USE_GMAKE=	yes
 INSTALLS_SHLIB=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib" \
+		LDFLAGS="-L${LOCALBASE}/lib -lstdc++" \
 		INPUT_PLUGINS="${INPUT_PLUGINS}" \
 		OUTPUT_PLUGINS="${OUTPUT_PLUGINS}" \
 		VISUALIZATION_PLUGINS="${VISUALIZATION_PLUGINS}"
--- Makefile.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list