Closed GoogleCodeExporter closed 8 years ago
I suppose the "NO" is some typo somewhere...
Experiencing same bug with /etc/make.conf
Here's not a solution but a bypass:
http://www.iredmail.org/forum/topic1171-installation-failing-in-freebsd80-with-i
redmail061.html
Original comment by nichtbar...@gmail.com
on 27 Dec 2010 at 1:07
I also ran into this issue while installing 0.7.0-beta2. This will require a
fix before .7 is released. Here is what I did to fix it based on directions
from link above.
cd /usr/ports/mail/postfix26
make deinstall reinstall clean
Once complete, edit iRedMail-0.7.0-beta2/.iRedMail.installation.status and add
the following line:
export status_install_port_mailpostfix26='DONE'
Original comment by Future...@gmail.com
on 21 Feb 2011 at 12:00
having same issue.
Why is it not resolved in latest version of iredmail :( :( :(
Original comment by farhan....@gmail.com
on 10 Jul 2011 at 4:05
Honestly, i don't know how to solve it in iRedMail shell scripts. Sorry. :(
Original comment by michaelb...@gmail.com
on 10 Jul 2011 at 4:10
Issue 62 has been merged into this issue.
Original comment by michaelb...@gmail.com
on 10 Jul 2011 at 4:10
i am doing a Trace of all the scripts, lets see if i will see that what causes
the issue.
Original comment by farhan....@gmail.com
on 10 Jul 2011 at 4:23
FYI. iRedMail-0.7.3 on FreeBSD 8.2-RELEASE is having the same issue.
Original comment by leila.ke...@kemeryconsulting.com
on 8 Sep 2011 at 3:12
still the same problem with postfix27, i think its a problem with the port and
early installed components. maby u can use the port "postfix-current"
Original comment by phein...@googlemail.com
on 18 Oct 2011 at 10:18
The problem is in the Makefiles in work/postfix-2.7.6/src/*/Makefile:
CCFLAGS=${DEBUG} ${OPT} ${DEFS}
The macro DEBUG is defined as NO
if ${DEBUG} is removed from all these lines in the Makefiles postfix compiles
fine.
However there should be an other way to fix this...
Original comment by henkinzu...@gmail.com
on 19 Nov 2011 at 3:32
I can confirm the issue persists with current (0.7.4) version of iRedMail and
FreeBSD 8.2
Removing DEBUG=NO from the Makefiles as stated above makes postfix build fine.
Please fix this in iRedMail.sh
Original comment by m.jedra...@gmail.com
on 1 Apr 2012 at 1:47
Confirmed: It was caused by global variable 'DEBUG' in iRedMail.sh.
Fixed: Rename DEBUG to _DEBUG. and all global variables end with '_FLAG' were
renamed to start with '_' too (e.g. INFO_FLAG -> _INFO_FLAG)
Commit log: https://bitbucket.org/zhb/iredmail/changeset/c01036c7882a
Original comment by michaelb...@gmail.com
on 1 Apr 2012 at 4:34
Original issue reported on code.google.com by
0x800cc...@gmail.com
on 14 Nov 2010 at 11:32