This is what I get after installing and running games/wormux: ---------------- ! Error in tool/resource_manager.cpp:187: ResourceManager: can't load profile /usr/local/share/wormuxwormux_default_config.xml tool/error.cpp:85: Missed assertion "false". terminate called after throwing an instance of 'CError' what(): ResourceManager: can't load profile /usr/local/share/wormuxwormux_default_config.xml Abort (core dumped) ---------------- There's a slash after /usr/local/share/wormux missing. That slash is supposed to be added by the configure script, but it is currently patched out by files/patch-configure patch. The reason behind this is that wormux would not even install with that slash added -- it would apparently try to create the directory twice and complain about directory already created. There are several ways to add this missing slash, and I'm including a patch with one of them (it's a quick way to do this, not the right one). Fix: Apply included patch to the port. Patch attached with submission follows: How-To-Repeat: Install and run port games/wormux.
Maintainer of games/wormux, Please note that PR ports/126680 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126680 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2008-09-07 22:09:56 UTC FreeBSD ports repository Modified files: games/wormux Makefile Added files: games/wormux/files patch-config.h Log: - Fix start crash - Bump PORTREVISION PR: 126680 (based on) Submitted by: Vitaly Magerya <vmagerya@gmail.com> Approved by: maintainer timeout Revision Changes Path 1.17 +1 -0 ports/games/wormux/Makefile 1.1 +11 -0 ports/games/wormux/files/patch-config.h (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.