search for: aixtool

Displaying 20 results from an estimated 76 matches for "aixtool".

Did you mean: aixtools
2015 Dec 18
1
Assistance much appreciated
...IX 6.1 TL5 this time, and built the system from scratch. It is a long read, and I also made some discoveries about the contents of some of my newer packaging. However, it you go through it you will see what is needed to make it all work. The starting point are these filesets - available via my aixtools.net site: root at x069:[/data/prj/cran/32/R-aix-3.2.3]ls -l /tmp/download total 622400 -rw-r--r-- 1 root system 27482 Dec 18 12:34 .toc -rwxrwxr-- 1 199 33 828928 Sep 17 2012 aixtools.gmp.5.0.5.0.I -rw-r--r-- 1 root system 2102784 Jul 30 07:04 aixtoo...
2018 Apr 24
2
AIX make checks issue
...Please excuse the length of the post - if you prefer attached files - for the future, will do that in the future. Went through the following steps: a) copy src and do in-tree build b) run the command (without having rerun make checks - in case there are hiddne dependancies!) root at x066:[/home/aixtools/openbsd/openssh-7.7p1]sh -x /home/aixtools/openbsd/openssh-7.7p1/ssh-log-wrapper.sh -A -F /home/aixtools/openbsd/openssh-7.7p1/ssh_proxy somehost ssh-add -l + exec ssh -E/home/aixtools/openbsd/openssh-7.7p1/ssh.log -A -F /home/aixtools/openbsd/openssh-7.7p1/ssh_proxy somehost ssh-add -l Questi...
2015 Dec 18
1
Assistance much appreciated
...w exactly you installed the compilers (=where from)? I can then try to replicate it. AFAICS there is no official binary for gfortran nor gcc 4.7 so it must be some 3rd party - which could also be a problem. > > Thanks, > Simon I built gcc and gfortran myself. Available via http://download.aixtools.net/test/aixtools.obj.gcc.4.7.4.0.aix537.I (still in the test directory because the fileset name should be aixtools.gnu.gcc) - other filesets and instructions are available at: http://download.aixtools.net/gnu/gcc/ Note, especially, I was not smart enough - then - to automatically run the mkh...
2015 Nov 04
2
Building R for AIX in 64-bit mode
...cran/64/R-3.2.2/src/main]gfortran --version GNU Fortran (GCC) 4.7.4 Copyright (C) 2012 Free Software Foundation, Inc. AIX level: root at x072:[/data/prj/cran/64/R-3.2.2/src/main]oslevel -s 7100-03-05-1524 Non-IBM filesets installed: root at x072:[/data/prj/cran/64/R-3.2.2/src/main]lslpp -L | grep aixtools aixtools.buildaix.man 2.0.1.0 C F man pages aixtools.buildaix.man.en_US aixtools.buildaix.rte 2.0.3.1 C F 1540 1007 2004 aixtools.gmp.rte 5.0.5.0 C F gmp version 5.0.5 for powerpc aixtools.gmp.share 5.0.5.0 C F gmp...
2015 Dec 17
5
Assistance much appreciated
I have been struggling with this error message - and think I finally understand it's context. Start Line by line debugging shows me the function works: ... > saveRDS(val, mapfile) > val $variables $variables$IANA_HTTP_status_code_db [1] 0 1256 $variables$IANA_URI_scheme_db [1] 1256 3458 $variables$table_of_HTTP_status_codes [1] 4714 830 $references named list() $compressed
2018 Apr 21
4
build-issue on AIX with openssh-7.7p1 - easy correction! included
Get the following error: root at x065:[/data/prj/openbsd/openssh/openssh-7.7p1/openbsd-compat]make ??????? xlc_r -I/opt/include -O2 -qmaxmem=-1 -qarch=pwr5 -q64 -I. -I.. -I../../src/openssh-7.7p1/openbsd-compat -I../../src/openssh-7.7p1/openbsd-compat/.. -I/opt/include -DHAVE_CONFIG_H -c ../../src/openssh-7.7p1/openbsd-compat/strndup.c
2016 Nov 20
3
Feedback on first, i.e. novice-level, experiences with dovecot
...de a major error - I moved my site to a new url and google forgot me. b) using your http://wiki.dovecot.org/QuickConfiguration as a guide: I built dovecot using --prefix=/opt (I abhor /usr/local these days - that is so 1984ish). The applications got installed in /opt/bin root at x066:/data/prj/aixtools/dovecot/core# ls -ltr /opt total 36 drwxr-xr-x 3 root root 4096 Nov 20 14:33 lib drwxr-xr-x 3 root root 4096 Nov 20 14:33 include drwxr-xr-x 6 root root 4096 Nov 20 14:33 share drwxr-xr-x 3 root root 4096 Nov 20 14:33 libexec drwxr-xr-x 2 root root 4096 Nov 20 14:33 sbin drwxr-xr-x 2 root root 409...
2015 Nov 23
4
compile question
> On 23 Nov 2015, at 22:30 , aixtools <aixtools at gmail.com> wrote: > >> >> ./configure --enable-maintainer-mode ... Two things here - possibly irrelevant, but I'd avoid building in the source directory. (mkdir ../BUILD ; cd ../BUILD; ../R/configure) - don't turn on mantainer mode. You are not a main...
2015 Oct 15
3
Building R for AIX in 64-bit mode
...ymbol: bcopy ld: 0711-224 WARNING: Duplicate symbol: .strcmp ld: 0711-224 WARNING: Duplicate symbol: strcmp ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. root at x072:[/data/prj/cran/64/R-3.1.3/src/modules/lapack] So, for today, my story ends with gcc -Wl,-bloadmap:aixtools -std=gnu99 -maix64 -Wl,-brtl -Wl,-G -Wl,-bexpall -Wl,-bnoentry -lc -L/usr/local/lib -o lapack.so Lapack.o -L../../../lib -lRlapack -lgfortran -lm /opt/lib/gcc/powerpc-ibm-aix5.3.0.0/4.7.4/ppc64/libgcc.a ld: 0711-228 WARNING: Duplicate symbols were found while resolving symbols. The fo...
2015 Nov 04
2
Building R for AIX in 64-bit mode
On 2015-11-04 17:31, aixtools wrote: > On 2015-11-04 16:51, aixtools wrote: >> On 2015-10-15 15:02, Prof Brian Ripley wrote: >>> On 15/10/2015 13:32, Michael Felt wrote: >>>> Hi. >>>> >>>> Just wanted to let you know I am getting close to packaging R for >>>> A...
2015 Jun 25
3
Call for testing: OpenSSH 6.9
On Thu, 25 Jun 2015, Michael Felt wrote: > Just running a standard make, and then a make install to a packaging > directory. It seems to be complaining about missing keys - not sure yet if > this is a show stopper For packaging you want the install-nokeys rule not install. -- Tim Rice Multitalents tim at multitalents.net
2015 Nov 23
4
compile question
Dear all, Starting all over again with R-devel of 22-11-2015. After getting the dependancies (minimal graphics initially) I have been able to come this far - with a 64-bit build on AIX. root at x072:[/data/prj/cran/64/R-devel]make make[1]: Entering directory '/data/prj/cran/64/R-devel/m4' make[1]: Nothing to be done for 'R'. make[1]: Leaving directory
2015 Mar 24
12
[Bug 2370] New: make fails with "rmd160.c", line 35.10: 1506-296 (S) #include file <endian.h> not found. when using --without-openssl on AIX
...on AIX Product: Portable OpenSSH Version: 6.9p1 Hardware: Other OS: AIX Status: NEW Severity: trivial Priority: P5 Component: Build system Assignee: unassigned-bugs at mindrot.org Reporter: aixtools at gmail.com Created attachment 2575 --> https://bugzilla.mindrot.org/attachment.cgi?id=2575&action=edit trivial patch to not include <endian.h> on AIX make fails with "rmd160.c", line 35.10: 1506-296 (S) #include file <endian.h> not found. when using --without-ope...
2015 Nov 23
1
compile question
...ne other thing, you probably already did this, but just in case you might want to double-check this section as well: https://cran.r-project.org/doc/manuals/r-release/R-admin.html#AIX Hope it helps, ~p -----Original Message----- From: R-devel [mailto:r-devel-bounces at r-project.org] On Behalf Of aixtools Sent: Monday, November 23, 2015 4:31 PM To: r-devel at r-project.org Subject: Re: [Rd] compile question On 2015-11-23 18:52, aixtools wrote: > Dear all, > > Starting all over again with R-devel of 22-11-2015. > > After getting the dependancies (minimal graphics initially) I have &...
2015 Mar 01
0
[Bug 1284] allow sftp when rlogin=false
https://bugzilla.mindrot.org/show_bug.cgi?id=1284 Michael Felt <aixtools at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aixtools at gmail.com --- Comment #1 from Michael Felt <aixtools at gmail.com> ---...
2015 Jun 06
0
[Bug 1753] Use -funroll-loops with umac.c
https://bugzilla.mindrot.org/show_bug.cgi?id=1753 Michael Felt <aixtools at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aixtools at gmail.com --- Comment #3 from Michael Felt <aixtools at gmail.com> ---...
2016 Nov 20
0
Feedback on first, i.e. novice-level, experiences with dovecot
On 20/11/2016 14:51, Michael Felt wrote: > root at x066:/data/prj/aixtools/dovecot/core# cat /etc/dovecot/README > Configuration files go to this directory. See example configuration > files in > /usr/share/doc/dovecot-core/example-config/ > > Conclusion: > > --prefix=/opt is not applied everywhere. > > * More first impressions as I come to th...
2014 Jul 29
2
[Bug 2261] New: configure looks in /usr/local for OpenSSL and zlib, even when --with-ssl-dir and --with-zlib are set
https://bugzilla.mindrot.org/show_bug.cgi?id=2261 Bug ID: 2261 Summary: configure looks in /usr/local for OpenSSL and zlib, even when --with-ssl-dir and --with-zlib are set Product: Portable OpenSSH Version: 6.6p1 Hardware: Other OS: Other Status: NEW Severity: normal
2014 Oct 19
3
[Bug 2298] New: --server and --client switches to optionally install server or client related files
https://bugzilla.mindrot.org/show_bug.cgi?id=2298 Bug ID: 2298 Summary: --server and --client switches to optionally install server or client related files Product: Portable OpenSSH Version: -current Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5
2015 Nov 06
0
Building R for AIX in 64-bit mode
On 2015-11-04 17:46, aixtools wrote: > On 2015-11-04 17:31, aixtools wrote: >> On 2015-11-04 16:51, aixtools wrote: >>> On 2015-10-15 15:02, Prof Brian Ripley wrote: >>>> On 15/10/2015 13:32, Michael Felt wrote: >>>>> Hi. >>>>> >>>>> Just wanted to let...