[Dovecot] Error building on OpenBSD 3.9
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
This is for all versions from 1.0b3 - 1.0b8
All crash at the same place:
Making all in auth gmake[3]: Entering directory `/src/mail/dovecot-1.0.beta8/src/auth' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib then mv -f ".deps/mycrypt.Tpo" ".deps/mycrypt.Po"; else rm -f
- -I../../src/lib-sql -I../../src/lib-settings -I../../src/lib-ntlm
- -DAUTH_MODULE_DIR=\""/usr/local/lib/dovecot/auth"\"
- -DPKG_LIBEXECDIR=\""/usr/local/libexec/dovecot"\" -I@includedir@ @INCLUDE_des@ -I/usr/local/include -I/usr/include/kerberosV
- -std=gnu99 -O2 -march=athlon -pipe -Wall -W -Wmissing-prototypes
- -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
- -Wbad-function-cast -MT mycrypt.o -MD -MP -MF ".deps/mycrypt.Tpo"
- -c -o mycrypt.o mycrypt.c; \
".deps/mycrypt.Tpo"; exit 1; fi
gcc: cannot specify -o with -c or -S and multiple compilations
gmake[3]: *** [mycrypt.o] Error 1
gmake[3]: Leaving directory /src/mail/dovecot-1.0.beta8/src/auth' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory
/src/mail/dovecot-1.0.beta8/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/src/mail/dovecot-1.0.beta8'
gmake: *** [all] Error 2
Gnu-make versus BSD make doesn't differ.
Compile options were:
./configure \
- --sysconfdir=/etc/dovecot \
- --localstatedir=/var \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --disable-rpath \
- --enable-ipv6 \
- --enable-asserts \
- --without-shadow \
- --without-pam \
- --without-vpopmail \
- --with-pgsql \
- --with-mysql \
- --with-ssl=openssl \
- --with-ssldir=/etc/ssl \
- --with-storages='maildir mbox' \
- --with-sql-drivers
CFLAGS='-O2 -march=athlon -pipe'
LDFLAGS='-L/usr/local/lib'
CPPFLAGS='-I/usr/local/include -I/usr/include/kerberosV'
What other data can I provide to help figure out what's going wrong?
Ed V.
IBM: Into Building Money 7 June 2006 17:52:03 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (MingW32)
iQIVAwUBRIdnZKfRmhqF/IZAAQrVUg//U0L4agoc5WGQ8gvj0XiEclzj+izer635 NYppYOc4AicVKq1Hp3HbcwaYcWYBY0nubkcUemSk+t8V/2qcZY2Y3rvaQo6B2aj8 rQF8Wj8BdqIzVMsX4IeVJO7XQlI7xUA/vaEOeL69dx43M/+7VE673YuaBpHYLvez UwXx/4pWujg0HbSuuX1SqFg5VntAE2XppxfukHmbK4FYfNbmWWGYKuAwAMqdr35t r+2cN8GOrk9nRBgisl2ADJW8YbDYvrj1DVcrNeo2cIeK68kqXU8knhCNxs9fXr75 pNRP811rdDLXQur66JHSlGdcJWOSNuoKUDUWLoJ5vpuQP/QlCpF2IfJ5kiK7rraJ 56q4Jbw63IHqYOiEC+yb2pGcgoh7tOOBSGTtlmzorym+0lOBS2SSKz7xd0+zfeU2 yHlRs5af13nCWG5ZV9e+gdyLuvZkd+8H9RTQyv2pbBgn9GHjq62HreDP/Drj6/DA HfHMXOtDF0tkfWbedIDD6SCeH4ptPf6FOqRd0BVdzuMk0Hi4uFeiChmkdXJYo9Vn c3176FN31fHmc7ZJm1P7MjAPdzAI/QP+vGiucMJg9bNTZVVOs5t/4aKMdG183zRT 5UZR4x+7ZA1JKZ4NgfVuaTM3khsgo9lQgw+A8QwrOOwKFGaek9By0AKxbJ06wIcg BFOZZSoKgWc= =U0oQ -----END PGP SIGNATURE-----
You have two choices, you can either
- Use the port
or
- Read the gcc manual page
B.O.F.H. [bofh@null-route.org] wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
This is for all versions from 1.0b3 - 1.0b8
All crash at the same place:
Making all in auth gmake[3]: Entering directory `/src/mail/dovecot-1.0.beta8/src/auth' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib then mv -f ".deps/mycrypt.Tpo" ".deps/mycrypt.Po"; else rm -f
- -I../../src/lib-sql -I../../src/lib-settings -I../../src/lib-ntlm
- -DAUTH_MODULE_DIR=\""/usr/local/lib/dovecot/auth"\"
- -DPKG_LIBEXECDIR=\""/usr/local/libexec/dovecot"\" -I@includedir@ @INCLUDE_des@ -I/usr/local/include -I/usr/include/kerberosV
- -std=gnu99 -O2 -march=athlon -pipe -Wall -W -Wmissing-prototypes
- -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
- -Wbad-function-cast -MT mycrypt.o -MD -MP -MF ".deps/mycrypt.Tpo"
- -c -o mycrypt.o mycrypt.c; \
".deps/mycrypt.Tpo"; exit 1; fi gcc: cannot specify -o with -c or -S and multiple compilations gmake[3]: *** [mycrypt.o] Error 1 gmake[3]: Leaving directory
/src/mail/dovecot-1.0.beta8/src/auth' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory
/src/mail/dovecot-1.0.beta8/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/src/mail/dovecot-1.0.beta8' gmake: *** [all] Error 2Gnu-make versus BSD make doesn't differ.
Compile options were:
./configure \
- --sysconfdir=/etc/dovecot \
- --localstatedir=/var \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --disable-rpath \
- --enable-ipv6 \
- --enable-asserts \
- --without-shadow \
- --without-pam \
- --without-vpopmail \
- --with-pgsql \
- --with-mysql \
- --with-ssl=openssl \
- --with-ssldir=/etc/ssl \
- --with-storages='maildir mbox' \
- --with-sql-drivers
CFLAGS='-O2 -march=athlon -pipe'
LDFLAGS='-L/usr/local/lib'
CPPFLAGS='-I/usr/local/include -I/usr/include/kerberosV'What other data can I provide to help figure out what's going wrong?
Ed V.
IBM: Into Building Money 7 June 2006 17:52:03 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (MingW32)
iQIVAwUBRIdnZKfRmhqF/IZAAQrVUg//U0L4agoc5WGQ8gvj0XiEclzj+izer635 NYppYOc4AicVKq1Hp3HbcwaYcWYBY0nubkcUemSk+t8V/2qcZY2Y3rvaQo6B2aj8 rQF8Wj8BdqIzVMsX4IeVJO7XQlI7xUA/vaEOeL69dx43M/+7VE673YuaBpHYLvez UwXx/4pWujg0HbSuuX1SqFg5VntAE2XppxfukHmbK4FYfNbmWWGYKuAwAMqdr35t r+2cN8GOrk9nRBgisl2ADJW8YbDYvrj1DVcrNeo2cIeK68kqXU8knhCNxs9fXr75 pNRP811rdDLXQur66JHSlGdcJWOSNuoKUDUWLoJ5vpuQP/QlCpF2IfJ5kiK7rraJ 56q4Jbw63IHqYOiEC+yb2pGcgoh7tOOBSGTtlmzorym+0lOBS2SSKz7xd0+zfeU2 yHlRs5af13nCWG5ZV9e+gdyLuvZkd+8H9RTQyv2pbBgn9GHjq62HreDP/Drj6/DA HfHMXOtDF0tkfWbedIDD6SCeH4ptPf6FOqRd0BVdzuMk0Hi4uFeiChmkdXJYo9Vn c3176FN31fHmc7ZJm1P7MjAPdzAI/QP+vGiucMJg9bNTZVVOs5t/4aKMdG183zRT 5UZR4x+7ZA1JKZ4NgfVuaTM3khsgo9lQgw+A8QwrOOwKFGaek9By0AKxbJ06wIcg BFOZZSoKgWc= =U0oQ -----END PGP SIGNATURE-----
-- There is no certainty, there is only opportunity
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
Actually, from the OpenBSD 3.9 ports tree, the version is 1.0b3 and it crashes the same way...
I'm semi-willing to read the GCC man page, can you give me at least a small hint as to where to start looking?
Ed V.
7 June 2006 18:51:04
Chris Cappuccio wrote:
You have two choices, you can either
- Use the port
or
- Read the gcc manual page
B.O.F.H. [bofh@null-route.org] wrote: This is for all versions from 1.0b3 - 1.0b8
All crash at the same place:
Making all in auth gmake[3]: Entering directory
/src/mail/dovecot-1.0.beta8/src/auth' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib -I../../src/lib-sql -I../../src/lib-settings -I../../src/lib-ntlm -DAUTH_MODULE_DIR=\""/usr/local/lib/dovecot/auth"\" -DPKG_LIBEXECDIR=\""/usr/local/libexec/dovecot"\" -I@includedir@ @INCLUDE_des@ -I/usr/local/include -I/usr/include/kerberosV -std=gnu99 -O2 -march=athlon -pipe -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -MT mycrypt.o -MD -MP -MF ".deps/mycrypt.Tpo" -c -o mycrypt.o mycrypt.c; \ then mv -f ".deps/mycrypt.Tpo" ".deps/mycrypt.Po"; else rm -f ".deps/mycrypt.Tpo"; exit 1; fi gcc: cannot specify -o with -c or -S and multiple compilations gmake[3]: *** [mycrypt.o] Error 1 gmake[3]: Leaving directory
/src/mail/dovecot-1.0.beta8/src/auth' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory/src/mail/dovecot-1.0.beta8/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory
/src/mail/dovecot-1.0.beta8' gmake: *** [all] Error 2Gnu-make versus BSD make doesn't differ.
Compile options were:
./configure
--sysconfdir=/etc/dovecot
--localstatedir=/var
--infodir=/usr/share/info
--mandir=/usr/share/man
--disable-rpath
--enable-ipv6
--enable-asserts
--without-shadow
--without-pam
--without-vpopmail
--with-pgsql
--with-mysql
--with-ssl=openssl
--with-ssldir=/etc/ssl
--with-storages='maildir mbox'
--with-sql-drivers
CFLAGS='-O2 -march=athlon -pipe'
LDFLAGS='-L/usr/local/lib'
CPPFLAGS='-I/usr/local/include -I/usr/include/kerberosV'What other data can I provide to help figure out what's going wrong?
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (MingW32)
iQIVAwUBRId0x6fRmhqF/IZAAQpbAA//fA6N6WS1ybpYcGvKJf77YB/MHm0GMQ1f Hg0jDydJ2gsRZH+Z3lGUOHCflfmfCE7oV0xAqMxhUTWvw7sfgIXTHOJ5jRMhr430 QAA8NPseZMJJB42nBmOSzu2/D4guF4cKwhVIX6NveQlLFT//NGTawzsVnHRgeS8q L6ORjmh7YrPuGzc+x+1UOkG1KvX9pwEE9i0P6O9m/eag1sJwQgEcNsHpobJ7MGAc 7PkkccSr9q6MaBbC7JivyQSphV/lHMEE1GK1u0AZ4ogfIVDDEURH2/gjkPfQDE3x gT8qIzqdtKjsFVnA5Hd9JumcaGjhukouoh4ZYFyo8EmEfo7KL5nM1WM9daaTAsO1 myCmz2+TsvZgaUJI+tOnjV/YtKgBtZxNylELL8o/cm68SdlPoTE5MfkSKhvzco+L PVgUwYiiRx+/MBUtQ+PvXsFC4LF0OsQtu3EaO/V/u4GhqWXDgxQzZwCXhHCQXuYT Nkb9CDL31qGS3onU/nOR1S6Jy43+L6g/fc3joR2Bsj8rvPOUUAbw24oSqf/MNZIE K4ZJ+1W/Ssl+gwjpnwIWsgwiCzoORAwt1kGtfiCj0BYBPew9UWqT0eBtMvhWHMTI QkjujAL/aryLfZ2FWwIroDYvmayWnpMt3NGJPvDsbqnC89qo8jmhB3dTjS3hwJqB eMuE4BU2kZI= =HhOT -----END PGP SIGNATURE-----
!DSPAM:448774e341651165784361!
What crash? or do you mean it fails to compile? If it still fails to compile using the ports tree version of Dovecot as is then you have a problem with your system itself.
On Wed, Jun 07, 2006 at 06:52:24PM -0600, B.O.F.H. wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
Actually, from the OpenBSD 3.9 ports tree, the version is 1.0b3 and it crashes the same way...
I'm semi-willing to read the GCC man page, can you give me at least a small hint as to where to start looking?
Ed V.
7 June 2006 18:51:04
Chris Cappuccio wrote:
You have two choices, you can either
- Use the port
or
- Read the gcc manual page
B.O.F.H. [bofh@null-route.org] wrote: This is for all versions from 1.0b3 - 1.0b8
All crash at the same place:
Making all in auth gmake[3]: Entering directory
/src/mail/dovecot-1.0.beta8/src/auth' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib -I../../src/lib-sql -I../../src/lib-settings -I../../src/lib-ntlm -DAUTH_MODULE_DIR=\""/usr/local/lib/dovecot/auth"\" -DPKG_LIBEXECDIR=\""/usr/local/libexec/dovecot"\" -I@includedir@ @INCLUDE_des@ -I/usr/local/include -I/usr/include/kerberosV -std=gnu99 -O2 -march=athlon -pipe -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -MT mycrypt.o -MD -MP -MF ".deps/mycrypt.Tpo" -c -o mycrypt.o mycrypt.c; \ then mv -f ".deps/mycrypt.Tpo" ".deps/mycrypt.Po"; else rm -f ".deps/mycrypt.Tpo"; exit 1; fi gcc: cannot specify -o with -c or -S and multiple compilations gmake[3]: *** [mycrypt.o] Error 1 gmake[3]: Leaving directory
/src/mail/dovecot-1.0.beta8/src/auth' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory/src/mail/dovecot-1.0.beta8/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory
/src/mail/dovecot-1.0.beta8' gmake: *** [all] Error 2Gnu-make versus BSD make doesn't differ.
Compile options were:
./configure
--sysconfdir=/etc/dovecot
--localstatedir=/var
--infodir=/usr/share/info
--mandir=/usr/share/man
--disable-rpath
--enable-ipv6
--enable-asserts
--without-shadow
--without-pam
--without-vpopmail
--with-pgsql
--with-mysql
--with-ssl=openssl
--with-ssldir=/etc/ssl
--with-storages='maildir mbox'
--with-sql-drivers
CFLAGS='-O2 -march=athlon -pipe'
LDFLAGS='-L/usr/local/lib'
CPPFLAGS='-I/usr/local/include -I/usr/include/kerberosV'What other data can I provide to help figure out what's going wrong?
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (MingW32)
iQIVAwUBRId0x6fRmhqF/IZAAQpbAA//fA6N6WS1ybpYcGvKJf77YB/MHm0GMQ1f Hg0jDydJ2gsRZH+Z3lGUOHCflfmfCE7oV0xAqMxhUTWvw7sfgIXTHOJ5jRMhr430 QAA8NPseZMJJB42nBmOSzu2/D4guF4cKwhVIX6NveQlLFT//NGTawzsVnHRgeS8q L6ORjmh7YrPuGzc+x+1UOkG1KvX9pwEE9i0P6O9m/eag1sJwQgEcNsHpobJ7MGAc 7PkkccSr9q6MaBbC7JivyQSphV/lHMEE1GK1u0AZ4ogfIVDDEURH2/gjkPfQDE3x gT8qIzqdtKjsFVnA5Hd9JumcaGjhukouoh4ZYFyo8EmEfo7KL5nM1WM9daaTAsO1 myCmz2+TsvZgaUJI+tOnjV/YtKgBtZxNylELL8o/cm68SdlPoTE5MfkSKhvzco+L PVgUwYiiRx+/MBUtQ+PvXsFC4LF0OsQtu3EaO/V/u4GhqWXDgxQzZwCXhHCQXuYT Nkb9CDL31qGS3onU/nOR1S6Jy43+L6g/fc3joR2Bsj8rvPOUUAbw24oSqf/MNZIE K4ZJ+1W/Ssl+gwjpnwIWsgwiCzoORAwt1kGtfiCj0BYBPew9UWqT0eBtMvhWHMTI QkjujAL/aryLfZ2FWwIroDYvmayWnpMt3NGJPvDsbqnC89qo8jmhB3dTjS3hwJqB eMuE4BU2kZI= =HhOT -----END PGP SIGNATURE-----
!DSPAM:448774e341651165784361!
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
Sorry, yes. I meant the failure to compile.
This was a bare-metal install of OpenBSD 3.9, but I'll go back, re-install from distribution media and rebuild the system from the main branch just to be sure.
Thanks,
Ed V.
IBM: Inconsistent Business machines 7 June 2006 19:15:04
Brad wrote:
What crash? or do you mean it fails to compile? If it still fails to compile using the ports tree version of Dovecot as is then you have a problem with your system itself.
On Wed, Jun 07, 2006 at 06:52:24PM -0600, B.O.F.H. wrote: Actually, from the OpenBSD 3.9 ports tree, the version is 1.0b3 and it crashes the same way...
I'm semi-willing to read the GCC man page, can you give me at least a small hint as to where to start looking?
-- Ed V.
7 June 2006 18:51:04
Chris Cappuccio wrote:
You have two choices, you can either
- Use the port
or
- Read the gcc manual page
B.O.F.H. [bofh@null-route.org] wrote: This is for all versions from 1.0b3 - 1.0b8
All crash at the same place:
Making all in auth gmake[3]: Entering directory
/src/mail/dovecot-1.0.beta8/src/auth' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib -I../../src/lib-sql -I../../src/lib-settings -I../../src/lib-ntlm -DAUTH_MODULE_DIR=\""/usr/local/lib/dovecot/auth"\" -DPKG_LIBEXECDIR=\""/usr/local/libexec/dovecot"\" -I@includedir@ @INCLUDE_des@ -I/usr/local/include -I/usr/include/kerberosV -std=gnu99 -O2 -march=athlon -pipe -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -MT mycrypt.o -MD -MP -MF ".deps/mycrypt.Tpo" -c -o mycrypt.o mycrypt.c; \ then mv -f ".deps/mycrypt.Tpo" ".deps/mycrypt.Po"; else rm -f ".deps/mycrypt.Tpo"; exit 1; fi gcc: cannot specify -o with -c or -S and multiple compilations gmake[3]: *** [mycrypt.o] Error 1 gmake[3]: Leaving directory
/src/mail/dovecot-1.0.beta8/src/auth' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory/src/mail/dovecot-1.0.beta8/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory
/src/mail/dovecot-1.0.beta8' gmake: *** [all] Error 2Gnu-make versus BSD make doesn't differ.
Compile options were:
./configure
--sysconfdir=/etc/dovecot
--localstatedir=/var
--infodir=/usr/share/info
--mandir=/usr/share/man
--disable-rpath
--enable-ipv6
--enable-asserts
--without-shadow
--without-pam
--without-vpopmail
--with-pgsql
--with-mysql
--with-ssl=openssl
--with-ssldir=/etc/ssl
--with-storages='maildir mbox'
--with-sql-drivers
CFLAGS='-O2 -march=athlon -pipe'
LDFLAGS='-L/usr/local/lib'
CPPFLAGS='-I/usr/local/include -I/usr/include/kerberosV'What other data can I provide to help figure out what's going wrong?
!DSPAM:448777a798481207920780!
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (MingW32)
iQIVAwUBRId6mKfRmhqF/IZAAQql5hAA5M4gt0AGwVZSUeCstQI7vBHeKv3XuW3x HDeiXJogSfs+HTZ5zQfT5wsEBnPwBztiHwITBHGknxqmKITtAGlm3R/d1FPXsDVE 2UllaRTjJZyv1P/0b2afG3j4sFRkvZv54KQs8ZQu/02va+o3uZYkOGI0GoenVWJC qWeSJnP2NA1aEj4Uy/K1XqWqFIFz5/oKK8TDJclZO//NXPhNt0vWpOzfnhn5vwid ApRXK4BLuCjvRRRblrh1xxC/m61wPFQBvgRVGcuNPUd68TBVvtjRA8O+R6C+uA4t dSydttoO8KZSDtXVYzi4JxJb8noLOEeBjl+acZZS8Y+i2cVClMiHCTw7NxSUDQwE uSuniGg26pr4IqvymbCp+R+ZF5voM8G4QXjr4CVP5evo/wxrR3fab9+4m4M0DDBz aK5JP4SqbxHU1I3cjwtPRCo/Zha0RSabR3rNETJShDGBzdt1Gz5pvCTBqEiFGJ2/ KHt7QIN4SPZ/8p4hgACvfbDM2JTXsB6hcr44xaP0ezOz1hgu3c8OvR0Fkg0m//l7 grHNLuiFW+QGs8any/B4Sz9ZDhGBbfEmlIFZ+PUj3ZDSpg/UW+pAYWDw0NfToooe nZIfBo5rDiZT7gnWP9mHXVpkh9XUMLGUY+BWEewC2ZMpq7K9oRZUZ0CypEBKpghi jk32vROq/8w= =WuxB -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
Well, a bit more research and I think I found the symptom. Still not sure of the cause and I'll fully admit not being a savvy programmer and therefore able to suggest a decent resolution.
It seems that _something_ in either the main "configure" script or one of the Makefile.in templates is causing the Makefiles in src/auth and src/util to add two variables named "AUTH_CFLAGS" and "AUTH_LIBS", which on first look makes sense.
Looking a bit deeper, they both contain variables in the format "@VARNAME@" which I'm presuming _should_ have been replaced with actual paths and/or "-l" statements during the configure process.
Those being:
AUTH_CFLAGS = -I@includedir@ @INCLUDE_des@ AUTH_LIBS = -L@libdir@ -lgssapi -lkrb5 -lasn1 @LIB_des_appl@
- -lroken @LIB_crypt@ @LIB_dbopen@ @LIBS@ -L/usr/local/lib -lpq
- -L/usr/local/lib/mysql -lmysqlclient -lz -lm
Two issues become apparent:
1 - Somehow, the unexpanded "@" variables are making it to the command line 2 - "-lroken" is a Linux specific library and is not found in most *BSD's. Generally configure scripts replace it with "-lcrypto" on host OS detection.
This can be displayed by looking at the errors for both auth and util:
Making all in auth gmake[3]: Entering directory `/src/mail/dovecot-1.0.beta8/src/auth' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib then mv -f ".deps/mycrypt.Tpo" ".deps/mycrypt.Po"; else rm -f
- -I../../src/lib-sql -I../../src/lib-settings -I../../src/lib-ntlm
- -DAUTH_MODULE_DIR=\""/usr/local/lib/dovecot/auth"\"
- -DPKG_LIBEXECDIR=\""/usr/local/libexec/dovecot"\" -I@includedir@ @INCLUDE_des@ -I/usr/local/include -I/usr/include/kerberosV
- -std=gnu99 -O2 -march=athlon -pipe -Wall -W -Wmissing-prototypes
- -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
- -Wbad-function-cast -MT mycrypt.o -MD -MP -MF ".deps/mycrypt.Tpo"
- -c -o mycrypt.o mycrypt.c; \
".deps/mycrypt.Tpo"; exit 1; fi
gcc: cannot specify -o with -c or -S and multiple compilations
gmake[3]: *** [mycrypt.o] Error 1
gmake[3]: Leaving directory /src/mail/dovecot-1.0.beta8/src/auth' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory
/src/mail/dovecot-1.0.beta8/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/src/mail/dovecot-1.0.beta8'
gmake: *** [all] Error 2
Making all in util gmake[3]: Entering directory `/src/mail/dovecot-1.0.beta8/src/util' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib - then mv -f ".deps/gdbhelper.Tpo" ".deps/gdbhelper.Po"; else rm -f
- -I../../src/auth -I/usr/local/include -I/usr/include/kerberosV -
- -std=gnu99 -O2 -march=athlon -pipe -Wall -W -Wmissing-prototypes -
- -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
- -Wbad-function-cast -MT rawlog.o -MD -MP -MF ".deps/rawlog.Tpo"
- -c - -o rawlog.o rawlog.c; \ then mv -f ".deps/rawlog.Tpo" ".deps/rawlog.Po"; else rm -f ".deps/rawlog.Tpo"; exit 1; fi /bin/sh ../../libtool --mode=link --tag=CC gcc -std=gnu99 -O2 -
- -march=athlon -pipe -Wall -W -Wmissing-prototypes
- -Wmissing-declarations -Wpointer-arith -Wchar-subscripts
- -Wformat=2 - -Wbad-function-cast -L/usr/local/lib -o rawlog rawlog.o ../lib/liblib.a mkdir .libs gcc -std=gnu99 -O2 -march=athlon -pipe -Wall -W -Wmissing-prototypes
- -Wmissing-declarations -Wpointer-arith -Wchar-subscripts
- -Wformat=2 - -Wbad-function-cast -o rawlog rawlog.o -L/usr/local/lib ../lib/liblib.a if gcc -DHAVE_CONFIG_H -I. -I. -I../..
- -I../../src/lib - -I../../src/auth -I/usr/local/include
- -I/usr/include/kerberosV - -std=gnu99 -O2 -march=athlon -pipe -Wall
- -W -Wmissing-prototypes - -Wmissing-declarations -Wpointer-arith
- -Wchar-subscripts -Wformat=2 - -Wbad-function-cast -MT gdbhelper.o
- -MD -MP -MF ".deps/gdbhelper.Tpo" -c -o gdbhelper.o gdbhelper.c; \
".deps/gdbhelper.Tpo"; exit 1; fi /bin/sh ../../libtool --mode=link directory
- --tag=CC gcc -std=gnu99 -O2 - -march=athlon -pipe -Wall -W
- -Wmissing-prototypes
- -Wmissing-declarations -Wpointer-arith -Wchar-subscripts
- -Wformat=2 - -Wbad-function-cast -L/usr/local/lib -o gdbhelper gdbhelper.o ../lib/liblib.a gcc -std=gnu99 -O2 -march=athlon -pipe -Wall -W -Wmissing-prototypes
- -Wmissing-declarations -Wpointer-arith -Wchar-subscripts
- -Wformat=2 - -Wbad-function-cast -o gdbhelper gdbhelper.o
- -L/usr/local/lib ../lib/liblib.a if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib -
- -I../../src/auth -I/usr/local/include -I/usr/include/kerberosV -
- -std=gnu99 -O2 -march=athlon -pipe -Wall -W -Wmissing-prototypes -
- -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
- -Wbad-function-cast -MT dovecotpw.o -MD -MP -MF ".deps/dovecotpw.Tpo" -c -o dovecotpw.o dovecotpw.c; \ then mv -f ".deps/dovecotpw.Tpo" ".deps/dovecotpw.Po"; else rm -f ".deps/dovecotpw.Tpo"; exit 1; fi /bin/sh ../../libtool --mode=link
- --tag=CC gcc -std=gnu99 -O2 - -march=athlon -pipe -Wall -W
- -Wmissing-prototypes - -Wmissing-declarations -Wpointer-arith
- -Wchar-subscripts -Wformat=2 - -Wbad-function-cast
- -L/usr/local/lib -o dovecotpw dovecotpw.o ../auth/libpassword.a ../lib-ntlm/libntlm.a ../lib/liblib.a - -L@libdir@ -lgssapi -lkrb5
- -lasn1 @LIB_des_appl@ -lroken @LIB_crypt@ @LIB_dbopen@ @LIBS@
- -L/usr/local/lib -lpq -L/usr/local/lib/mysql
- -lmysqlclient -lz -lm -export-dynamic ../../libtool[6473]: cd: /src/mail/dovecot-1.0.beta8/src/util/@libdir@ - No such file or
libtool: link: cannot determine absolute directory name of @libdir@' gmake[3]: *** [dovecotpw] Error 1 gmake[3]: Leaving directory
/src/mail/dovecot-1.0.beta8/src/util'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory /src/mail/dovecot-1.0.beta8/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory
/src/mail/dovecot-1.0.beta8'
gmake: *** [all] Error 2
To get Dovecot to build, I manually went into both Makefiles, made "AUTH_CFLAGS" empty and deleted all "@" references and "-lroken" in "AUTH_LIBS" replacing them with "-lcrypto"
Once I did that, it built successfully and has not thrown any errors.
Ed V.
You had mail, but the super-user read it, and deleted it! 8 June 2006 09:03:07
Brad wrote:
What crash? or do you mean it fails to compile? If it still fails to compile using the ports tree version of Dovecot as is then you have a problem with your system itself.
On Wed, Jun 07, 2006 at 06:52:24PM -0600, B.O.F.H. wrote: Actually, from the OpenBSD 3.9 ports tree, the version is 1.0b3 and it crashes the same way...
I'm semi-willing to read the GCC man page, can you give me at least a small hint as to where to start looking?
-- Ed V.
7 June 2006 18:51:04
Chris Cappuccio wrote:
You have two choices, you can either
- Use the port
or
- Read the gcc manual page
B.O.F.H. [bofh@null-route.org] wrote: This is for all versions from 1.0b3 - 1.0b8
All crash at the same place:
Making all in auth gmake[3]: Entering directory
/src/mail/dovecot-1.0.beta8/src/auth' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib -I../../src/lib-sql -I../../src/lib-settings -I../../src/lib-ntlm -DAUTH_MODULE_DIR=\""/usr/local/lib/dovecot/auth"\" -DPKG_LIBEXECDIR=\""/usr/local/libexec/dovecot"\" -I@includedir@ @INCLUDE_des@ -I/usr/local/include -I/usr/include/kerberosV -std=gnu99 -O2 -march=athlon -pipe -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -MT mycrypt.o -MD -MP -MF ".deps/mycrypt.Tpo" -c -o mycrypt.o mycrypt.c; \ then mv -f ".deps/mycrypt.Tpo" ".deps/mycrypt.Po"; else rm -f ".deps/mycrypt.Tpo"; exit 1; fi gcc: cannot specify -o with -c or -S and multiple compilations gmake[3]: *** [mycrypt.o] Error 1 gmake[3]: Leaving directory
/src/mail/dovecot-1.0.beta8/src/auth' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory/src/mail/dovecot-1.0.beta8/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory
/src/mail/dovecot-1.0.beta8' gmake: *** [all] Error 2Gnu-make versus BSD make doesn't differ.
Compile options were:
./configure
--sysconfdir=/etc/dovecot
--localstatedir=/var
--infodir=/usr/share/info
--mandir=/usr/share/man
--disable-rpath
--enable-ipv6
--enable-asserts
--without-shadow
--without-pam
--without-vpopmail
--with-pgsql
--with-mysql
--with-ssl=openssl
--with-ssldir=/etc/ssl
--with-storages='maildir mbox'
--with-sql-drivers
CFLAGS='-O2 -march=athlon -pipe'
LDFLAGS='-L/usr/local/lib'
CPPFLAGS='-I/usr/local/include -I/usr/include/kerberosV'What other data can I provide to help figure out what's going wrong?
!DSPAM:448777a798481207920780!
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (MingW32)
iQIVAwUBRIg/h6fRmhqF/IZAAQo7SBAApwMrwAX4jseMGDrK3Q7ktJAvE7xfSH2t UNcHmFKCn01+YxtKYMj0r8IYGFJEWO+SY4pHl24m1KIgBn246bHmnVLSe3RFTD6h PVkNqHDFW9fiYhSOMfzi9YLvXNYZtdtnN3ycPLo5Frn1JMbzj9Gk3PXgQFjg0pdJ Enyajv8vw+5axAUxeqjGXciTC2leX4XNlggZ+sdpZo71HvGkpr5AfPK993RV/MO6 0uqJk07oSSV9O/RopDAhOm6tSnF9zICBmKaxBgFEtEgye+2rtRszkXdbV60gX3Ry nqGdkVgb1OQK3TC6G52xTO++vQ+h0mzy15q9/B8My9/IIvFf484/lDCgrTI6pfvz xxg9VnLm/RpBx2LUJBSOPTMzVNaaHRw3ioaTicjWDU0nhfPqaf4yljQK5L3iZ8py Xz02fQPIhDIsiM0edpB3L/WJX1LnB5afIo0dpp2Z8tvvRqawrF2lra8gg9bCucOc iScBRJn03n7G1uAsd+VGtm4MbtNfw1X4iBmUENi2BSnr22NDvpNebwBvdyfGS3+b Z1TrB1uY7LwaBIfFZy/tFgDVEGpeQP5L60fTqS4ZvpzY4Lj6WkpI3Qu657a1CMC8 9pZA8EynHrTRReO3on60Hpn3HxcDf9v4oBzWMIEO9EpK5kD4if23rAeyZiaGCgbr wgNXuVwuEfY= =ZhJq -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
Well, a bit more research and I think I found the symptom. Still not sure of the cause and I'll fully admit not being a savvy programmer and therefore able to suggest a decent resolution.
It seems that _something_ in either the main "configure" script or one of the Makefile.in templates is causing the Makefiles in src/auth and src/util to add two variables named "AUTH_CFLAGS" and "AUTH_LIBS", which on first look makes sense.
Looking a bit deeper, they both contain variables in the format "@VARNAME@" which I'm presuming _should_ have been replaced with actual paths and/or "-l" statements during the configure process.
Those being:
AUTH_CFLAGS = -I@includedir@ @INCLUDE_des@ AUTH_LIBS = -L@libdir@ -lgssapi -lkrb5 -lasn1 @LIB_des_appl@
- -lroken @LIB_crypt@ @LIB_dbopen@ @LIBS@ -L/usr/local/lib -lpq
- -L/usr/local/lib/mysql -lmysqlclient -lz -lm
Two issues become apparent:
1 - Somehow, the unexpanded "@" variables are making it to the command line 2 - "-lroken" is a Linux specific library and is not found in most *BSD's. Generally configure scripts replace it with "-lcrypto" on host OS detection.
This can be displayed by looking at the errors for both auth and util:
Making all in auth gmake[3]: Entering directory `/src/mail/dovecot-1.0.beta8/src/auth' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib then mv -f ".deps/mycrypt.Tpo" ".deps/mycrypt.Po"; else rm -f
- -I../../src/lib-sql -I../../src/lib-settings -I../../src/lib-ntlm
- -DAUTH_MODULE_DIR=\""/usr/local/lib/dovecot/auth"\"
- -DPKG_LIBEXECDIR=\""/usr/local/libexec/dovecot"\" -I@includedir@ @INCLUDE_des@ -I/usr/local/include -I/usr/include/kerberosV
- -std=gnu99 -O2 -march=athlon -pipe -Wall -W -Wmissing-prototypes
- -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
- -Wbad-function-cast -MT mycrypt.o -MD -MP -MF ".deps/mycrypt.Tpo"
- -c -o mycrypt.o mycrypt.c; \
".deps/mycrypt.Tpo"; exit 1; fi
gcc: cannot specify -o with -c or -S and multiple compilations
gmake[3]: *** [mycrypt.o] Error 1
gmake[3]: Leaving directory /src/mail/dovecot-1.0.beta8/src/auth' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory
/src/mail/dovecot-1.0.beta8/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/src/mail/dovecot-1.0.beta8'
gmake: *** [all] Error 2
Making all in util gmake[3]: Entering directory `/src/mail/dovecot-1.0.beta8/src/util' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib - then mv -f ".deps/gdbhelper.Tpo" ".deps/gdbhelper.Po"; else rm -f
- -I../../src/auth -I/usr/local/include -I/usr/include/kerberosV -
- -std=gnu99 -O2 -march=athlon -pipe -Wall -W -Wmissing-prototypes -
- -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
- -Wbad-function-cast -MT rawlog.o -MD -MP -MF ".deps/rawlog.Tpo"
- -c - -o rawlog.o rawlog.c; \ then mv -f ".deps/rawlog.Tpo" ".deps/rawlog.Po"; else rm -f ".deps/rawlog.Tpo"; exit 1; fi /bin/sh ../../libtool --mode=link --tag=CC gcc -std=gnu99 -O2 -
- -march=athlon -pipe -Wall -W -Wmissing-prototypes
- -Wmissing-declarations -Wpointer-arith -Wchar-subscripts
- -Wformat=2 - -Wbad-function-cast -L/usr/local/lib -o rawlog rawlog.o ../lib/liblib.a mkdir .libs gcc -std=gnu99 -O2 -march=athlon -pipe -Wall -W -Wmissing-prototypes
- -Wmissing-declarations -Wpointer-arith -Wchar-subscripts
- -Wformat=2 - -Wbad-function-cast -o rawlog rawlog.o -L/usr/local/lib ../lib/liblib.a if gcc -DHAVE_CONFIG_H -I. -I. -I../..
- -I../../src/lib - -I../../src/auth -I/usr/local/include
- -I/usr/include/kerberosV - -std=gnu99 -O2 -march=athlon -pipe -Wall
- -W -Wmissing-prototypes - -Wmissing-declarations -Wpointer-arith
- -Wchar-subscripts -Wformat=2 - -Wbad-function-cast -MT gdbhelper.o
- -MD -MP -MF ".deps/gdbhelper.Tpo" -c -o gdbhelper.o gdbhelper.c; \
".deps/gdbhelper.Tpo"; exit 1; fi /bin/sh ../../libtool --mode=link directory
- --tag=CC gcc -std=gnu99 -O2 - -march=athlon -pipe -Wall -W
- -Wmissing-prototypes
- -Wmissing-declarations -Wpointer-arith -Wchar-subscripts
- -Wformat=2 - -Wbad-function-cast -L/usr/local/lib -o gdbhelper gdbhelper.o ../lib/liblib.a gcc -std=gnu99 -O2 -march=athlon -pipe -Wall -W -Wmissing-prototypes
- -Wmissing-declarations -Wpointer-arith -Wchar-subscripts
- -Wformat=2 - -Wbad-function-cast -o gdbhelper gdbhelper.o
- -L/usr/local/lib ../lib/liblib.a if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib -
- -I../../src/auth -I/usr/local/include -I/usr/include/kerberosV -
- -std=gnu99 -O2 -march=athlon -pipe -Wall -W -Wmissing-prototypes -
- -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
- -Wbad-function-cast -MT dovecotpw.o -MD -MP -MF ".deps/dovecotpw.Tpo" -c -o dovecotpw.o dovecotpw.c; \ then mv -f ".deps/dovecotpw.Tpo" ".deps/dovecotpw.Po"; else rm -f ".deps/dovecotpw.Tpo"; exit 1; fi /bin/sh ../../libtool --mode=link
- --tag=CC gcc -std=gnu99 -O2 - -march=athlon -pipe -Wall -W
- -Wmissing-prototypes - -Wmissing-declarations -Wpointer-arith
- -Wchar-subscripts -Wformat=2 - -Wbad-function-cast
- -L/usr/local/lib -o dovecotpw dovecotpw.o ../auth/libpassword.a ../lib-ntlm/libntlm.a ../lib/liblib.a - -L@libdir@ -lgssapi -lkrb5
- -lasn1 @LIB_des_appl@ -lroken @LIB_crypt@ @LIB_dbopen@ @LIBS@
- -L/usr/local/lib -lpq -L/usr/local/lib/mysql
- -lmysqlclient -lz -lm -export-dynamic ../../libtool[6473]: cd: /src/mail/dovecot-1.0.beta8/src/util/@libdir@ - No such file or
libtool: link: cannot determine absolute directory name of @libdir@' gmake[3]: *** [dovecotpw] Error 1 gmake[3]: Leaving directory
/src/mail/dovecot-1.0.beta8/src/util'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory /src/mail/dovecot-1.0.beta8/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory
/src/mail/dovecot-1.0.beta8'
gmake: *** [all] Error 2
To get Dovecot to build, I manually went into both Makefiles, made "AUTH_CFLAGS" empty and deleted all "@" references and "-lroken" in "AUTH_LIBS" replacing them with "-lcrypto"
Once I did that, it built successfully and has not thrown any errors.
Ed V.
8 June 2006 14:58:10
Brad wrote:
What crash? or do you mean it fails to compile? If it still fails to compile using the ports tree version of Dovecot as is then you have a problem with your system itself.
On Wed, Jun 07, 2006 at 06:52:24PM -0600, B.O.F.H. wrote: Actually, from the OpenBSD 3.9 ports tree, the version is 1.0b3 and it crashes the same way...
I'm semi-willing to read the GCC man page, can you give me at least a small hint as to where to start looking?
-- Ed V.
7 June 2006 18:51:04
Chris Cappuccio wrote:
You have two choices, you can either
- Use the port
or
- Read the gcc manual page
B.O.F.H. [bofh@null-route.org] wrote: This is for all versions from 1.0b3 - 1.0b8
All crash at the same place:
Making all in auth gmake[3]: Entering directory
/src/mail/dovecot-1.0.beta8/src/auth' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib -I../../src/lib-sql -I../../src/lib-settings -I../../src/lib-ntlm -DAUTH_MODULE_DIR=\""/usr/local/lib/dovecot/auth"\" -DPKG_LIBEXECDIR=\""/usr/local/libexec/dovecot"\" -I@includedir@ @INCLUDE_des@ -I/usr/local/include -I/usr/include/kerberosV -std=gnu99 -O2 -march=athlon -pipe -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -MT mycrypt.o -MD -MP -MF ".deps/mycrypt.Tpo" -c -o mycrypt.o mycrypt.c; \ then mv -f ".deps/mycrypt.Tpo" ".deps/mycrypt.Po"; else rm -f ".deps/mycrypt.Tpo"; exit 1; fi gcc: cannot specify -o with -c or -S and multiple compilations gmake[3]: *** [mycrypt.o] Error 1 gmake[3]: Leaving directory
/src/mail/dovecot-1.0.beta8/src/auth' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory/src/mail/dovecot-1.0.beta8/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory
/src/mail/dovecot-1.0.beta8' gmake: *** [all] Error 2Gnu-make versus BSD make doesn't differ.
Compile options were:
./configure
--sysconfdir=/etc/dovecot
--localstatedir=/var
--infodir=/usr/share/info
--mandir=/usr/share/man
--disable-rpath
--enable-ipv6
--enable-asserts
--without-shadow
--without-pam
--without-vpopmail
--with-pgsql
--with-mysql
--with-ssl=openssl
--with-ssldir=/etc/ssl
--with-storages='maildir mbox'
--with-sql-drivers
CFLAGS='-O2 -march=athlon -pipe'
LDFLAGS='-L/usr/local/lib'
CPPFLAGS='-I/usr/local/include -I/usr/include/kerberosV'What other data can I provide to help figure out what's going wrong?
!DSPAM:448777a798481207920780!
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (MingW32)
iQIVAwUBRIiPj6fRmhqF/IZAAQqhpw/7Bf+SUB/O1V4uYWNik/h2pvikf9K+7zO/ 040aw4W3yyIsW9ER1BnV9XgGvhUxeDyR095ZTaFORX/iVcTtNYtu++fb2sIujmGT EJffOvh/Lpb6G9cxTD47uifXR/9yPKGUnISBH3UxkB80DFK+DNWBW8buAbxlS5sK g7NpuRev7AVDDkI7/ybpjTl+OEUeMRl1CW0EsxPsw6rc8nu4s9CQoTa2LeYZCjY6 L1Y5ODxjzFYkmN8rGV4s5NkPIwzTCjFNeYr41rVLSZ4ggwZ8TqXQR5eTZFgBYMcr KCv2y5y2PHn2JJnQTKyaCUeBROsRKfkaXOicggAqyaxSpq0943NktnA1y9K66MtD u0zUkH1Lae1rZOmiWJmJvxHd3MLfbwhpULfYMy38epIHfQIPT8wLxpbOZ5cQdUel Q+9MGafmHsYzZRTGByB3OV5sbFZ7pczq1wDdKJgTfXLIpbgbGLRQRs/3KWms0zn2 6thHO9wFhUpts7uXCjNJUQE023sjyT0e88cXae23IVQ8aiPrLFXhQngTsDPnpzxg 4wjvpnp4hjtf2h0zrNKt3Hzlb+l3JcYslU7aF7MCgh3pmt+Kd5UdJKzVD9x7fnxN kapbfDSbV+SkrGn61qj4UQxFisJ06J4Sc6xPYPYnCXgUC/til4V4H5nv8YBJO23X anXZ2jvrNsc= =jODg -----END PGP SIGNATURE-----
participants (3)
-
B.O.F.H.
-
Brad
-
Chris Cappuccio