OK, I've fixed rlm_detail. It builds now, sorry. Are there any other issues we need to fix before 1.1.3? RPM spec file fixes? Alan DeKok.
Alan DeKok wrote:
Are there any other issues we need to fix before 1.1.3? RPM spec file fixes?
The branch 1.1 fails to build from sources for me. There're still many autoconf 2.13 scripts mixed with autoconf 2.59 scripts. $ grep "autoconf version 2.13 " **/configure src/modules/rlm_eap/types/rlm_eap_md5/configure:# Generated automatically using autoconf version 2.13 src/modules/rlm_eap/types/rlm_eap_mschapv2/configure:# Generated automatically using autoconf version 2.13 src/modules/rlm_eap/types/rlm_eap_peap/configure:# Generated automatically using autoconf version 2.13 src/modules/rlm_eap/types/rlm_eap_sim/configure:# Generated automatically using autoconf version 2.13 src/modules/rlm_eap/types/rlm_eap_tls/configure:# Generated automatically using autoconf version 2.13 src/modules/rlm_eap/types/rlm_eap_ttls/configure:# Generated automatically using autoconf version 2.13 src/modules/rlm_example/configure:# Generated automatically using autoconf version 2.13 src/modules/rlm_python/configure:# Generated automatically using autoconf version 2.13 src/modules/rlm_smb/configure:# Generated automatically using autoconf version 2.13 src/modules/rlm_sql/drivers/rlm_sql_db2/configure:# Generated automatically using autoconf version 2.13 src/modules/rlm_sql/drivers/rlm_sql_iodbc/configure:# Generated automatically using autoconf version 2.13 src/modules/rlm_sql/drivers/rlm_sql_mysql/configure:# Generated automatically using autoconf version 2.13 src/modules/rlm_sql/drivers/rlm_sql_oracle/configure:# Generated automatically using autoconf version 2.13 src/modules/rlm_sql/drivers/rlm_sql_postgresql/configure:# Generated automatically using autoconf version 2.13 src/modules/rlm_sql/drivers/rlm_sql_unixodbc/configure:# Generated automatically using autoconf version 2.13 -- Nicolas Baradakis
Nicolas Baradakis <nbk@sitadelle.com> wrote:
The branch 1.1 fails to build from sources for me. There're still many autoconf 2.13 scripts mixed with autoconf 2.59 scripts.
OK. I'll go poke those today. I'll also update the makefile rules so that a "make reconfig" in src/modules does the full sweep through the modules, so we don't have this issue again. Alan DeKok.
Nicolas Baradakis <nbk@sitadelle.com> wrote:
The branch 1.1 fails to build from sources for me. There're still many autoconf 2.13 scripts mixed with autoconf 2.59 scripts.
$ grep "autoconf version 2.13 " **/configure
Now returns nothing. Please check it out again, and see if there are problems. Alan DeKok.
On July 6, 2006 2:28:27 PM +0200 Nicolas Baradakis <nbk@sitadelle.com> wrote:
Alan DeKok wrote:
Are there any other issues we need to fix before 1.1.3? RPM spec file fixes?
The branch 1.1 fails to build from sources for me. There're still many autoconf 2.13 scripts mixed with autoconf 2.59 scripts.
Can you show a failure? The 2.59/2.13 mix works for me. -frank
Frank Cusack wrote:
On July 6, 2006 2:28:27 PM +0200 Nicolas Baradakis <nbk@sitadelle.com> wrote:
The branch 1.1 fails to build from sources for me. There're still many autoconf 2.13 scripts mixed with autoconf 2.59 scripts.
Can you show a failure? The 2.59/2.13 mix works for me.
I was seeing those errors: configure: warning: CFLAGS=-Wall -g -O2: invalid host type configure: error: can only configure for one host and one target at a time configure: error: /bin/sh './configure' failed for ./types/rlm_eap_md5 After Alan's fixes and a "cvs up" today, it builds normally. -- Nicolas Baradakis
If you would like a test compile on Solaris, let me know... and give me CVS instructions. On 7/7/06, Nicolas Baradakis <nbk@sitadelle.com> wrote:
Frank Cusack wrote:
On July 6, 2006 2:28:27 PM +0200 Nicolas Baradakis <nbk@sitadelle.com> wrote:
The branch 1.1 fails to build from sources for me. There're still many autoconf 2.13 scripts mixed with autoconf 2.59 scripts.
Can you show a failure? The 2.59/2.13 mix works for me.
I was seeing those errors: configure: warning: CFLAGS=-Wall -g -O2: invalid host type configure: error: can only configure for one host and one target at a time configure: error: /bin/sh './configure' failed for ./types/rlm_eap_md5
After Alan's fixes and a "cvs up" today, it builds normally.
-- Nicolas Baradakis
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
"Lin Richardson" <lin@xmission.com> wrote:
If you would like a test compile on Solaris, let me know... and give me CVS instructions.
See www.freeradius.org/development.html You'll need to do: $ cvs -d :pserver:anoncvs@cvs.freeradius.org:/source checkout -r branch_1_1 radiusd Alan DeKok.
participants (4)
-
Alan DeKok -
Frank Cusack -
Lin Richardson -
Nicolas Baradakis