Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 2009 08:22:02 GMT
From:      Alex <alexi176@mail.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/137622: [PATCH] unrtf crashes on tests on amd64
Message-ID:  <200908100822.n7A8M2tN022791@www.freebsd.org>
Resent-Message-ID: <200908100830.n7A8U2aL099456@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         137622
>Category:       ports
>Synopsis:       [PATCH] unrtf crashes on tests on amd64
>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:   Mon Aug 10 08:30:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alex
>Release:        7.0-RELEASE-p12
>Organization:
>Environment:
FreeBSD farm 7.0-RELEASE-p12 FreeBSD 7.0-RELEASE-p12 #0: Sun Apr 26 22:15:25 MSD 2009     alex@farm:/virtual/obj/virtual/src/sys/BSD  amd64

>Description:

>How-To-Repeat:
cd /usr/ports/textproc/unrtf/ && make && cd work/unrtf-0.21.0/tests/ && gmake check-TESTS
>Fix:
apply attached patch

Patch attached with submission follows:

diff -ruN unrtf.old/files/patch-src-my_iconv.c unrtf/files/patch-src-my_iconv.c
--- unrtf.old/files/patch-src-my_iconv.c	1970-01-01 05:00:00.000000000 +0500
+++ unrtf/files/patch-src-my_iconv.c	2009-08-10 14:03:51.000000000 +0600
@@ -0,0 +1,11 @@
+diff -ruN src.old/my_iconv.c src/my_iconv.c
+--- src.old/my_iconv.c	2009-08-10 14:02:54.000000000 +0600
++++ src/my_iconv.c	2009-08-10 14:03:26.000000000 +0600
+@@ -10,6 +10,7 @@
+ #include "malloc.h"
+ #include "my_iconv.h"
+ #include "util.h"
++#include "unicode.h"
+ 
+ my_iconv_t
+ my_iconv_open(const char *tocode, const char *fromcode)


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908100822.n7A8M2tN022791>