![]() |
Virtual Users And Domains With Postfix, Courier And MySQL (Fedora Core 5) ed bad exit
Following the Virtual Users And Domains With Postfix, Courier And MySQL (Fedora Core 5) Howto. I'm doing this on a FC5 VPS that was built up from a minimal install. Not getting very far and already having issues. I have called the new patch in the spec file and getting bad exit status error during the rpmbuild. Here are the last few lines:
Code:
+ for i in active bounce corrupt defer deferred flush incoming private saved maildrop public pid saved traceThanks, Warren |
Problem must have been related to OpenVZ. Seems to build fine on a native FC5 install. So I assume there must be a special glibc-common for openvz causing the problem. Moving on now.
|
dirty fix
Hi,
The problem is related with "ed" text editor. Open postfix.spec file and comment out the lines that prevent srpm to build: # RPM compresses man pages automatically. # - Edit postfix-files to reflect this, so post-install won't get confused # when called during package installation. ##ed $RPM_BUILD_ROOT%{postfix_config_dir}/postfix-files <<EOF || exit 1 ##%s/\(\/man[158]\/.*\.[158]\):/\1.gz:/ ##%s/\$config_directory\/aliases:f/\#/ ##w ##q ##EOF These lines seem to be man pages related which is not vital for me. Someone experienced in scripting can fix this easily. SRPM builds and postfix runs without problem. Regards. |
| All times are GMT +2. The time now is 07:43. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.