cannot build rpm on SMP machine
2012-03-28 by Nerijus Baliunas
Hello, I try to build it with: rpmbuild --define build_postfix 1 --define build_user smmsp -tb milter-greylist-4.2.7.tgz but it fails: gcc -O2 -g -pipe
Yahoo Groups archive
Messages
Page 26 of 144 · 7199 messages matched
2012-03-28 by Nerijus Baliunas
Hello, I try to build it with: rpmbuild --define build_postfix 1 --define build_user smmsp -tb milter-greylist-4.2.7.tgz but it fails: gcc -O2 -g -pipe
2012-03-17 by manu@netbsd.org
... Got it. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2012-03-17 by Rudy Eschauzier
Attached is a patch file to add the buildmx and builddkim options to the rpm.spec file. It also fixes a strange build dependency on libsm when milter-greylist
2012-03-02 by Denis Solovyov
... Thank you for your reply. I guess the only thing a script can do with a current simple output line is to count it. It won t be difficult to change scripts
2012-03-02 by manu@netbsd.org
... Perhaps some users wrote swript relying on log output. But we can still have an option to get the improved version. For instance we could have a
2012-03-02 by Denis Solovyov
Hello, May I suggest a small improvement for milter-greylist logging. When milter-greylist does auto-whitelisting by external factors (such as {greylist} macro
2012-02-28 by Johann Klasek
... _r functions are only defined with correct prototypes if a) gcc is called with option -pthreads (POSIX threads) b) cc (Sun Studio Compiler) with -mt
2012-02-28 by Oliver Fromme
... No, but I don t think that is necessary anyway. You only have to be careful if you want to use O_TRUNC at the same time. In this case, you must first open
2012-02-28 by manu@netbsd.org
... And do you have a way to atomicaly open and lock? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2012-02-28 by Oliver Fromme
... Just for the record: O_SHLOCK and O_EXLOCK are BSD-extensions, so SysV-based systems like Solaris/SunOS 5.x don t support it. ... flock() is also a
2012-02-28 by Jobst Schmalenbach
Works for me: * CentOS 5.5 * mimedefang-2.73 (as a milter) * sendmail.x86_64 8.13.8-8.1.el5_7 installed *
2012-02-28 by Jobst Schmalenbach
This would be a really good feature! One could plit lengthy files into groups. It would be possibly fairly easy to implement if you do the merge the files
2012-02-27 by Bruncsak, Attila
... Hello, I read through the examples for the BIND for the advantage of having included configuration file. By my opinion all the 3 arguments are going
2012-02-27 by shuttlebox
... I would be fine with just being able to read a single column text file, nothing more complicated than that in my case, I m thinking about making some of
2012-02-27 by manu@netbsd.org
Here is 4.4 alpha2, with just build fixes since alpha 1 http://ftp.espci.fr/pub/milter-greylist/milter-greylist-4.4a2.tgz ChangeLog since 2.2: 4.4a2 Build
2012-02-27 by manu@netbsd.org
... Thank you for that. :-) -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2012-02-27 by manu@netbsd.org
... Oh, ok, I fixed it. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2012-02-27 by manu@netbsd.org
... The include feature would be interesting, but we could also have an ACL clause to lookup a string from a file. Like we have urlcheck and ldapcheck:
2012-02-26 by shuttlebox
I realize it s probably too late for the next stable and I don t even know if it has been discussed before but I would really like to see an include option in
2012-02-26 by shuttlebox
... It also says worakround on line 492 of configure.ac: # Solaris 256 streams limitation worakround ... /peter bonivart
2012-02-26 by shuttlebox
... But you are keeping the O_SHLOCK definitions, right? No problem here with not continuing, I don t even use DRAC, I just wanted to test different options
2012-02-26 by Gary Faith
I was looking at the check_drac issue in the milter-greylist.c. I searched for check_drac and found that you had check_drack instead of check_drac. At first
2012-02-26 by manu@netbsd.org
... Ok, this is a warning, and we will not catch it since we do not test with -Werror. OTOH I am scared of testing with -Werror, it may break badly on other
2012-02-26 by shuttlebox
... Here it is: http://pastebin.ca/2121785 /peter bonivart
2012-02-26 by manu@netbsd.org
... Please send me config.log -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2012-02-26 by shuttlebox
... I still get the warnings. I m not sure I understand how you re trying to solve this but I m guessing you want to trigger EXTENSIONS to be used..? However,
2012-02-26 by manu@netbsd.org
... What problem were you tracking down? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2012-02-26 by manu@netbsd.org
... Yes, please try this patch: http://ftp.espci.fr/shadow/manu/mg44a1p2.patch -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2012-02-26 by Gary Faith
I know this doesn t have to do with the compile problem but I found this in the milter-greylist.c. default: mg_log(LOG_ERR, check_drack: errno=%d , errno);
2012-02-25 by shuttlebox
... This is what I could find, does it help? /usr/include/time.h #if defined(__EXTENSIONS__) || defined(_REENTRANT) || (_POSIX_C_SOURCE - 0 = 199506L)
2012-02-25 by manu@netbsd.org
... Good. I would like to fix the warnings about gmtime_r() localtime_t() and strtok_r(). I suspect Solaris just needs a -Dsomething to get it in order. --
2012-02-25 by shuttlebox
... With that it built, I also ended up putting these additions into our build system to get drac support to build: EXTRA_LIB = /opt/csw/bdb48/lib EXTRA_INC =
2012-02-25 by manu@netbsd.org
... Reading the sources, the flag is passed to open(2). In Solaris open(2) man page, I find no way to get an unexclusive lock on the file. The simplier
2012-02-25 by shuttlebox
... I m using 4.8.30 and grep:ed the sources, found no trace of O_SHLOCK. /peter
2012-02-25 by manu@netbsd.org
... No idea, I don t use either :-) Can you have a look to your bdb sources? What version is it? Is O_SHLOCK used anywhere in it? -- Emmanuel Dreyfus
2012-02-25 by shuttlebox
... By using -DUSE_DB185_EMULATION I got rid of the dbopen errors, dbopen wasn t defined in db.h but in db_185.h, now I only have the O_SHLOCK error left.
2012-02-25 by manu@netbsd.org
... gmtime_r() and localtime_r() are suppossed to be in Please look at the file and check why they are not defined. There is probably an #ifdef ...
2012-02-24 by shuttlebox
... CONFIGURE_ARGS = --prefix=/opt/csw CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw CONFIGURE_ARGS += --with-user=`/usr/xpg4/bin/id -u` CONFIGURE_ARGS +=
2012-02-24 by manu@netbsd.org
... Got it. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2012-02-24 by Bruncsak, Attila
... Hello, Since the previous version 4.3.9 the definition of priv_cur_rcpt the member of struct lmfi_priv changed from pointer to string to string width fix
2012-02-24 by manu@netbsd.org
... Great, I wonder if it is wise to do an alpha 2 right now: there may be some compiling issue remaining. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz
2012-02-24 by Gary Faith
That fixed the compile problem. Gary ... Here is the fix. It happened because I do not run millter-greylist with all options, therefore I missed it: Index:
2012-02-24 by manu@netbsd.org
... Here is the fix. It happened because I do not run millter-greylist with all options, therefore I missed it: Index: spamd.c
2012-02-23 by Gary Faith
I attempted to compile after using the following command to configure milter-greylist ./configure --with-libspf2=/usr/local --enable-p0f3 --enable-spamassassin
2012-02-23 by manu@netbsd.org
... Let me know if it works, I ll release an alpha 2. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2012-02-22 by shuttlebox
... Now it compiles! Thanks. /peter
2012-02-22 by manu@netbsd.org
... please patch: http://ftp.espci.fr/shadow/manu/mg44a1p1.patch -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2012-02-21 by shuttlebox
... I can t compile with curl support, without it it works. /opt/csw/bin/gcc-4.6 -mtune=i686 -O2 -pipe -m32 -march=i386 -Wall -I/opt/csw/lib/include -DUSE_CURL
2012-02-21 by manu@netbsd.org
... You have it in milter-greylist 4.4alpha1 -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2012-02-21 by manu@netbsd.org
Hello everybody Time has come for a new stable release. Here is 4.4 alpha1, please test and report bugs. Here is the ChangeLog since 2.2: 4.4a1 Typo fixes in