Bug 154087 - /usr/ports/mail/enma got SIGSEGV.
Summary: /usr/ports/mail/enma got SIGSEGV.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-17 15:20 UTC by HAMADA Takeshi
Modified: 2011-01-20 09:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description HAMADA Takeshi 2011-01-17 15:20:08 UTC
/usr/ports/mail/enma depends on /usr/ports/dns/libbind. (libbind-6.0)
but enma requires libbind9.a I think.

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/mail/enma
  # make install

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

  # cd /usr/local/lib
  # rm libbind.a
  # ln -s ./libbind9.a libbind.a

  # service milter-enma start

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/mail/enma
  # make install

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

  # cd /usr/local/lib
  # rm libbind.a
  # ln -s ./libbind9.a libbind.a

  # service milter-enma start
How-To-Repeat: Sending E-Mail from cellular phone. (takhamm@ezweb.ne.jp)
ezweb.ne.jp is a japanese carrier `au'.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-17 15:20:12 UTC
Maintainer of mail/enma,

Please note that PR ports/154087 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/154087

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-17 15:20:14 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2011-01-20 09:10:27 UTC
State Changed
From-To: feedback->closed

Duplicate of 154090