Post Reply 
RPL/2
08-30-2017, 06:56 AM
Post: #23
RE: RPL/2
(08-27-2017 11:44 AM)pier4r Wrote:  So using the 4.1.27 sources on a debian 6.0.10 (Via C3 ~500 mhz , 256 mb sdram)

So far the configure script is telling me what to install. Although some reports:

1.
[Image: S8ha7Kd.png]
Do you have rebuilt configure script with autogen.sh ? This message is not an error message but this issue is fixed (if I remember).
Quote:2.
while configure is working (on debian 6.0.10 I did not have to install patch) if I press Ctrl+C to interrupt the process, it takes a while to be recognized. And it does not stop the process. That is pretty annoying. If I do Ctrl+C I want to quit.
Configure is a shell script and ^C should work. It is not intercepted by any process.
Quote:3.
configure: line 6646: autoreconf: command not found
it should stop telling the user to install it.
I suppose you have a very old version of autoconf/automake and associated M4 scripts.
Quote:4.
checking for uuencode... yes
tar: openssl-1.1.0f/util/perl: Cannot mkdir: Input/output error
tar: Exiting with failure status due to previous errors
Checking for gcc...

(Why then does it continue to work? I do not know what to do I let it continue)
I don't know. Is you filesystem full ? This error seems to come from openssl configure script, not from RPL/2 itself.
Quote:5. previous killed configurations left some archives in the folder "tools" not properly unpacked
and this was not detected by the scrip (nor by the user). Resulting in this error.
=== configuring in tools/libsigsegv-2.11 (/usb8g/packages/rpl-4.1.27/tools/libsigsegv-2.11)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--
with-readline=builtin' '--disable-shared' '--enable-static' '--enable-threads' 'CFLAGS=-g -O2
-O2 -fno-strict-overflow -malign-double -mieee-fp -Wall -funsigned-char -Wno-pointer-sign'
'CXXFLAGS=-g -O2 -O2 -malign-double -mieee-fp -Wall -funsigned-char' 'FFLAGS=-g -O2 -O2
-malign-double -mieee-fp -Wall -fno-f2c' 'FCFLAGS=-g -O2 -O2 -malign-double -mieee-fp -Wall
-fno-f2c' 'LDFLAGS=-pthread' '--disable-wxwidgets' '--with-abi-version=5.9' '--with-rel-vers
ion=5.9' --cache-file=/dev/null --srcdir=.
configure: error: cannot find sources (src/sigsegv.h.in) in .
configure: error: ./configure failed for tools/libsigsegv-2.11

Deleting unpacked tools in ./tools and starting the configuration again.
You can use "make purge".
Quote:6.
Even after the installation of autoreconf (debian installed "dh-autoreconf"), after cleaning up the tools folder, autoreconf is not found.
autoreconf is provided by autoconf (I use autoconf 2.69-10). Your installation is broken.
Code:

rayleigh:[/export/home/bertrand/gopher/rpl2/rpl] > dpkg-query -L autoconf | grep autoreconf
/usr/bin/autoreconf
/usr/share/man/man1/autoreconf.1.gz
rayleigh:[/export/home/bertrand/gopher/rpl2/rpl] >
[/code][/quote]
Quote:7.
ok maybe I should have deleted the config.status file. I deleted it and I try again. Also I do prefer to install (if I ever will be able to) the software in its own directory because otherwise removing it is not that easy.
8. after cleaning up config.status the current configuration worked (I did not pay much attention to possible output of errors though. The process on the system is very slow).
Downloaded automake_1.15.1-2.1_all.deb .
Make is working, let's see (I will not pay too much attention to errors, only if the program stop compiling.)
With my current system: https://xkcd.com/303/
9. Ok failed. I have a too new version of automake (I instaled 1.15.1 instead of 1.15). After hours of waiting, I move on on something else and I'll try again in the future. (still with 4.1.27)

I'll report other errors when they appears as edit.

In general is obvious that rpl2 required a lot of work, one can see it with all the checks done by "configure". Nonetheless, exactly because it is not trivial, it needs not to let slip errors that may affect the build result.
I can accept there are some bugs somewhere. But your debian installation seems to be very old and broken.

Configure script run as expected on following systems :
- debian stable, testing and unstable ;
- NetBSD 7- and 8- ;
- FreeBSD 10- and 11- ;
- OS/2 (and derivates) with --disable-recursive configure option ;
- Cygwin (last time I have checked),
and some other special systems like OpenVMS.

On all systems I install RPL/2, I only run :
$ ../rpl/configure --enable-motif --enable-rplcas
$ make && make install
$ make clean

If I want to delete all packages, I use make purge.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RPL/2 - JKB - 09-18-2015, 09:09 AM
RE: RPL/2 - JKB - 11-26-2015, 12:50 PM
RE: RPL/2 - Thomas Klemm - 11-26-2015, 08:44 PM
RE: RPL/2 - JKB - 03-01-2016, 10:48 PM
RE: RPL/2 - JKB - 09-27-2016, 04:08 PM
RE: RPL/2 - compsystems - 09-27-2016, 07:54 PM
RE: RPL/2 - JKB - 09-28-2016, 08:25 AM
RE: RPL/2 - JKB - 10-12-2016, 08:10 AM
RE: RPL/2 - JKB - 06-28-2017, 09:24 AM
RE: RPL/2 - JKB - 07-31-2017, 12:23 PM
RE: RPL/2 - pier4r - 08-01-2017, 06:24 PM
RE: RPL/2 - JKB - 08-01-2017, 06:30 PM
RE: RPL/2 - pier4r - 08-01-2017, 09:33 PM
RE: RPL/2 - JKB - 08-01-2017, 09:48 PM
RE: RPL/2 - pier4r - 08-02-2017, 07:37 PM
RE: RPL/2 - JKB - 08-03-2017, 05:25 PM
RE: RPL/2 - pier4r - 08-13-2017, 02:12 PM
RE: RPL/2 - JKB - 08-21-2017, 09:15 AM
RE: RPL/2 - pier4r - 08-21-2017, 09:30 AM
RE: RPL/2 - JKB - 08-21-2017, 09:54 AM
RE: RPL/2 - pier4r - 08-21-2017, 11:45 AM
RE: RPL/2 - pier4r - 08-27-2017, 11:44 AM
RE: RPL/2 - JKB - 08-30-2017 06:56 AM
RE: RPL/2 - pier4r - 08-30-2017, 09:10 AM
RE: RPL/2 - JKB - 09-28-2017, 12:07 PM
RE: RPL/2 - pier4r - 09-28-2017, 01:58 PM
RE: RPL/2 - JKB - 10-11-2017, 04:21 PM
RE: RPL/2 - lost2 - 10-17-2017, 01:30 PM
RE: RPL/2 - JKB - 10-17-2017, 02:42 PM
RE: RPL/2 - lost2 - 10-18-2017, 02:48 PM
RE: RPL/2 - pier4r - 10-17-2017, 02:51 PM
RE: RPL/2 - JKB - 10-17-2017, 03:04 PM
RE: RPL/2 - JKB - 06-22-2018, 05:30 PM
RE: RPL/2 - compsystems - 06-22-2018, 06:53 PM
RE: RPL/2 - JKB - 06-22-2018, 09:50 PM
RE: RPL/2 - pier4r - 06-23-2018, 10:20 AM
RE: RPL/2 - JKB - 12-25-2018, 09:16 AM
RE: RPL/2 - edryer - 12-25-2018, 02:43 PM
RE: RPL/2 - pier4r - 12-26-2018, 02:39 PM
RE: RPL/2 - Thomas Klemm - 12-26-2018, 03:37 PM
RE: RPL/2 - pier4r - 12-26-2018, 03:47 PM
RE: RPL/2 - JKB - 12-26-2018, 04:58 PM
RE: RPL/2 - JKB - 12-28-2018, 08:32 AM
RE: RPL/2 - JKB - 02-03-2019, 01:49 PM
RE: RPL/2 - JKB - 02-03-2019, 01:50 PM
RE: RPL/2 - pier4r - 02-03-2019, 07:24 PM
RE: RPL/2 - JKB - 02-03-2019, 10:42 PM
RE: RPL/2 - compsystems - 11-20-2020, 07:28 PM
RE: RPL/2 - Sukiari - 11-21-2020, 08:39 AM
RE: RPL/2 - JKB - 12-19-2021, 10:00 AM



User(s) browsing this thread: 1 Guest(s)