Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jan 2011 15:59:09 GMT
From:      HAMADA Takeshi <hamm@crimson-jp.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/154090: /usr/ports/mail/enma got SIGSEGV.
Message-ID:  <201101171559.p0HFx9iL008496@red.freebsd.org>
Resent-Message-ID: <201101171600.p0HG0N0T060571@freefall.freebsd.org>

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

>Number:         154090
>Category:       ports
>Synopsis:       /usr/ports/mail/enma got SIGSEGV.
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 17 16:00:22 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     HAMADA Takeshi
>Release:        FreeBSD 8.2-RC1
>Organization:
None
>Environment:
FreeBSD wetton.crimson-jp.org 8.2-RC1 FreeBSD 8.2-RC1 #1: Fri Jan  7 09:17:32 JST 2011     root@wetton.crimson-jp.org:/usr/obj/usr/src/sys/WETTON  amd64
>Description:
/usr/ports/mail/enma depends on /usr/ports/dns/libbind. (libbind-6.0)
but enma requires libbind9.a I think.

>How-To-Repeat:
Sending E-Mail from cellular phone. (takhamm@ezweb.ne.jp)
ezweb.ne.jp is a japanese carrier `au'.
>Fix:
I installed /usr/ports/dns/bind97 and make symlink named '/usr/local/lib/libbind.a' to '/usr/local/lib/libbind9.a' using following commands.

  # cd /usr/ports/dns/bind97
  # make install

  # cd /usr/ports/mail/enma
  # make patch
  # vi work/enma-1.1.0/enma/src/Makefile.in
      (replace -lbind to -lbind9)
  # make install
:
  # service milter-enma start



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



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