search for: x072

Displaying 19 results from an estimated 19 matches for "x072".

Did you mean: 0x72
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 '/data/prj/cran/64/R-devel/m4' make[1]: Entering directory '/data/prj/cran/64/R-devel/tools' make[1]: Nothing to...
2015 Nov 23
0
compile question
...1]: *** [R] Error 1 make[1]: Leaving directory '/data/prj/cran/64/R-devel/src' Makefile:60: recipe for target 'R' failed make: *** [R] Error 1 Everything seems top be in place, but I do not know GNU autotools well enough (I thought that is the origin of 'missing') root at x072:[/data/prj/cran/64/R-devel]cd src/include root at x072:[/data/prj/cran/64/R-devel/src/include]find ../.. -name missing ../../tools/missing root at x072:[/data/prj/cran/64/R-devel/src/include]find ../.. -name missing -ls 101915983 11 -rwxrwxr-x 1 2300 2300 11135 Nov 14 2013 ../../to...
2015 Nov 04
0
Building R for AIX in 64-bit mode
...re:35689: ./conftest configure:35689: $? = 1 configure: program exited with status 1 configure: failed program was: configure:35706: result: no configure:35712: checking whether bzip2 support suffices configure:35719: error: bzip2 library and headers are required configure: exit 1 ++++ ++++ root at x072:[/data/prj/cran/64/R-devel]lslpp -w | grep bz2.a /usr/opt/freeware/lib/libbz2.a rpm.rte File root at x072:[/data/prj/cran/64/R-devel]find /usr /opt -name libbz2.a /usr/lib/libbz2.a /opt/freeware/lib/libbz2.a root at x072:[/data/prj/cran/64/R-devel]find /usr /opt -name...
2015 Nov 04
2
Building R for AIX in 64-bit mode
...low.) There is > little value in reporting on frozen branches, and most value in > reporting on R-devel where all the current changes have been > incorporated. This report is based on R-3.2.2 I shall repeat asap with R-devel and report any significant differences. compiler is: root at x072:[/data/prj/cran/64/R-3.2.2/src/main]gcc --version gcc (GCC) 4.7.4 Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. root at x072:[/data/prj/cran/64...
2015 Oct 15
3
Building R for AIX in 64-bit mode
...lz -lrt -ldl -lm -liconv ld: 0711-738 ERROR: Input file /lib/crt0.o: XCOFF32 object files are not allowed in 64-bit mode. This is repaired by adding the -maix64 flag again to the gcc comand used to link. The following steps - first cut/paste the original command, then add -maix64 root at x072:[/data/prj/cran/64/R-3.2.2]cd src/main root at x072:[/data/prj/cran/64/R-3.2.2/src/main]ran -lm /opt/lib/gcc/powerpc-ibm-aix5.3.0.0/4.7.4/ppc64/libgcc.a -lz -lrt -ldl -lm -liconv < ld: 0711-738 ERROR: Input file /lib/crt0.o: XCOFF32 object files are not allowed in 64-bi...
2015 Nov 23
1
compile question
...[1]: *** [R] Error 1 make[1]: Leaving directory '/data/prj/cran/64/R-devel/src' Makefile:60: recipe for target 'R' failed make: *** [R] Error 1 Everything seems top be in place, but I do not know GNU autotools well enough (I thought that is the origin of 'missing') root at x072:[/data/prj/cran/64/R-devel]cd src/include root at x072:[/data/prj/cran/64/R-devel/src/include]find ../.. -name missing ../../tools/missing root at x072:[/data/prj/cran/64/R-devel/src/include]find ../.. -name missing -ls 101915983 11 -rwxrwxr-x 1 2300 2300 11135 Nov 14 2013 ../../too...
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 maintainer, and if you want to play at being one, I think you
2015 Nov 26
0
compile question
...39;t turn on mantainer mode. You are not a maintainer, and if you want to play at being one, I think you need extra tools. > I think I may need the extra tools. Besides autoconf and automake (plus gnu m4) - what other tools are needed? I am not able to generate a good configure (yet). root at x072:[/data/prj/cran/R-devel]autoconf configure.ac:254: error: possibly undefined macro: AM_CONDITIONAL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:655: error: possibly undefined macro: AC_DISABLE_STATIC configure.ac:72...
2015 Nov 26
2
compile question
...You are not a maintainer, and if you want to play at being one, I think you need extra tools. >> > I think I may need the extra tools. Besides autoconf and automake (plus gnu m4) - what other tools are needed? > > I am not able to generate a good configure (yet). > > root at x072:[/data/prj/cran/R-devel]autoconf > configure.ac:254: error: possibly undefined macro: AM_CONDITIONAL > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > configure.ac:655: error: possibly undefined macro: AC_DISABLE_STATIC...
2015 Oct 18
2
Building R for AIX in 32-bit mode - as preparation for building in 64-bit mode (changed subject!) - INFO/FEEDBACK - do not read as a bug report!
...ntime definition of the symbol was not found. Error in solve.default(rgb) : LAPACK routines cannot be loaded Error: unable to load R code in package 'grDevices' Execution halted make: 1254-004 The error code from the last command is 1. ... Stop. make returned an error root at x072:[/data/prj/cran/32/R-3.1.3] ++++++ Notes: Last April I was successful with building R - I do not recall specifically how I changed the release. I shall determine what I did to get it to build normally. ++++++ Results for 3.2.2 configure: WARNING: you cannot build PDF versions of the R manuals con...
2015 Oct 24
0
Building R for AIX in 32-bit mode - as preparation for building in 64-bit mode (changed subject!) - INFO/FEEDBACK - do not read as a bug report!
...e of TOC: 68 (0x44 hex) SAVE: No .loader section relocation entries exist for the .text section. (ld): rc RC: Highest return code was 0. Note the SIZES: SAVE: Section sizes = 680+240+4 (0x2A8+0xF0+0x4 hex) SAVE: Size of TOC: 68 (0x44 hex) ** If stats.so is shareable - we will see a header root at x072:[/data/prj/cran/32/R-3.1.3.1/src/library/stats/src]dump -H stats.so stats.so: ***Loader Section*** Loader Header Information VERSION# #SYMtableENT #RELOCent LENidSTR 0x00000001 0x00000007 0x0000000e 0x00000080 #IM...
2018 Dec 10
1
[PATCH net 4/4] vhost: log dirty page correctly
Hi Jason, I love your patch! Perhaps something to improve: [auto build test WARNING on net/master] url: https://github.com/0day-ci/linux/commits/Jason-Wang/Fix-various-issue-of-vhost/20181210-223236 config: i386-randconfig-x072-201849 (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: # save the attached .config to linux build tree make ARCH=i386 All warnings (new ones prefixed by >>): drivers//vhost/vhost.c: In function 'log_used': >> drivers//vhost/vhost.c:1...
2015 Dec 18
1
Assistance much appreciated
...se /* _ILP32 */ #if defined(_LONG_LONG) typedef unsigned long long uint64_t; #endif #endif #endif /* _STD_UINT64_T */ All my compilers and os mix (gcc, xlc, AIX and linux) were happy! So, I am hoping something triggers a thought in the following: (or the haystack gets smaller...) root at x072:[/]diff -u /data/prj/cran/??/R-3.2.3/src/extra/tre/regcomp.i --- /data/prj/cran/32/R-3.2.3/src/extra/tre/regcomp.i 2015-12-18 08:10:25.000000000 +0000 +++ /data/prj/cran/64/R-3.2.3/src/extra/tre/regcomp.i 2015-12-18 08:10:58.000000000 +0000 @@ -1,5 +1,5 @@ # 1 "/data/prj/cran/R-3.2.3/...
2015 Dec 18
1
Assistance much appreciated
...downloads/R-3.2.3.tar.gz | tar xf - cp -rp R-3.2.3 R-3.2.3.dist c) ls -l 32/*.env 64/*.env sdiff -w ??/aix.env cat bin/my_shared.ksh d) slibclean; rm -rf 32/R-3.2.3; rm -rf 64/R-3.2.3 mkdir 32/R-3.2.3 mkdir 64/R-3.2.3 e) note current diffs between R-3.2.3 and R-3.2.3.dist root at x072:[/data/prj/cran]diff -ru R-3.2.3.dist R-3.2.3 diff -ru R-3.2.3.dist/configure R-3.2.3/configure --- R-3.2.3.dist/configure 2015-12-02 23:16:46.000000000 +0000 +++ R-3.2.3/configure 2015-12-16 10:52:15.000000000 +0000 @@ -26339,11 +26339,11 @@ ##ADD: However, for example, symbol in lib...
2015 Dec 17
3
Assistance much appreciated
On 2015-12-17 19:30, peter dalgaard wrote: > Presumably the file in question is one of > > Peter-Dalgaards-MacBook-Air:BUILD pd$ grep -r "^Package: tools" * > library/tools/DESCRIPTION:Package: tools > src/library/tools/DESCRIPTION:Package: tools > > so the first thing I'd do is to have a good look at those files and see if they got somehow corrupted. > >
2017 Oct 04
5
X11forwarding yes: how to debug/setup after xauth fix
I do not often use X11 - but when I do I prefer to enable X11forwarding, and when finished - turn it off. This is preferable, imho, to having "clear" X11 processing when local - and otherwise impossible when working remote. Working with openssh-7.5p2 I cannot figure out what (extra) I need to do with sshd_config to get it working. I know that there is a security-fix starting with
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 Dec 10
9
[PATCH net 0/4] Fix various issue of vhost
Hi: This series tries to fix various issues of vhost: - Patch 1 adds a missing write barrier between used idx updating and logging. - Patch 2-3 brings back the protection of device IOTLB through vq mutex, this fixes possible use after free in device IOTLB entries. - Patch 4 fixes the diry page logging when device IOTLB is enabled. We should done through GPA instead of GIOVA, this was done
2018 Dec 10
9
[PATCH net 0/4] Fix various issue of vhost
Hi: This series tries to fix various issues of vhost: - Patch 1 adds a missing write barrier between used idx updating and logging. - Patch 2-3 brings back the protection of device IOTLB through vq mutex, this fixes possible use after free in device IOTLB entries. - Patch 4 fixes the diry page logging when device IOTLB is enabled. We should done through GPA instead of GIOVA, this was done