1 (edited by jube61 2017-04-25 06:06:26)

Topic: Script fails at py-dnspython install on FreeBSD 11

Hello, I'm trying to get this setup on FreeBSD, could use some help. Thanks!

this is after if failed the firest time and i tried to deinstall and make clean, then reinstall from ports

Full log attached as file
======== Required information ====
- iRedMail 0.9.6
- FreeBSD 11 CURRENT
- PGSQL
- Nginx
- Manage mail accounts with iRedAdmin-Pro? - no
- Related log if you're reporting an issue:
====

running install_egg_info
running egg_info
writing dnspython.egg-info/PKG-INFO
writing top-level names to dnspython.egg-info/top_level.txt
writing dependency_links to dnspython.egg-info/dependency_links.txt
reading manifest file 'dnspython.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'TODO'
warning: no files found matching '*.txt' under directory 'examples'
warning: no files found matching '*.txt' under directory 'tests'
writing manifest file 'dnspython.egg-info/SOURCES.txt'
Copying dnspython.egg-info to /usr/ports/dns/py-dnspython/work/stage/usr/local/lib/python2.7/site-packages/dnspython-1.15.0-py2.7.
running install_scripts
writing list of installed files to '/usr/ports/dns/py-dnspython/work/.PLIST.pymodtmp'
install  -m 0644 /usr/ports/dns/py-dnspython/work/dnspython-1.15.0/examples/ddns.py /usr/ports/dns/py-dnspython/work/dnspython-1.1thon-1.15.0/examples/mx.py /usr/ports/dns/py-dnspython/work/dnspython-1.15.0/examples/name.py /usr/ports/dns/py-dnspython/work/dnson/work/dnspython-1.15.0/examples/reverse_name.py /usr/ports/dns/py-dnspython/work/dnspython-1.15.0/examples/xfr.py /usr/ports/dnssr/ports/dns/py-dnspython/work/stage/usr/local/share/examples/py27-dnspython
====> Compressing man pages (compress-man)
===>  Installing for py27-dnspython-1.15.0
===>  Checking if py27-dnspython already installed
===>   py27-dnspython-1.15.0 is already installed
      You may wish to ``make deinstall'' and install this port again
      by ``make reinstall'' to upgrade it properly.
      If you really wish to overwrite the old port of py27-dnspython
      without deleting it first, set the variable "FORCE_PKG_REGISTER"
      in your environment or the "make install" command line.
*** Error code 1

Stop.
make: stopped in /usr/ports/dns/py-dnspython
<< ERROR >> Port was not successfully installed, please fix it manually and then re-execute this script.
root@ml01:~/iRedMail-0.9.6 #

Post's attachments

install.log 14.52 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Script fails at py-dnspython install on FreeBSD 11

I got it,

directory 'work' at --> /usr/ports/dns/py-dnspython/work/
didn't exist, so I created work with 777 permissions and the script blazed on through.

3

Re: Script fails at py-dnspython install on FreeBSD 11

Can you figure out which port installs py-dnspython as dependence?

4

Re: Script fails at py-dnspython install on FreeBSD 11

ZhangHuangbin wrote:

Can you figure out which port installs py-dnspython as dependence?

Had this experience yesterday as well. I'll give a retry today again and let you know.

5

Re: Script fails at py-dnspython install on FreeBSD 11

tested it right now and the installation succeeded.

6

Re: Script fails at py-dnspython install on FreeBSD 11

So the iRedMail installer doesn't need to change, right?