search for: bnoquiet

Displaying 20 results from an estimated 52 matches for "bnoquiet".

2008 Jun 03
1
IBM-AIX 5.2 (GCC 4.2.4 installed) - Error while executing 'make'
...0711-317 ERROR: Undefined symbol: .ddot ld: 0711-317 ERROR: Undefined symbol: .dnrm2 ld: 0711-317 ERROR: Undefined symbol: .dtrsl ld: 0711-317 ERROR: Undefined symbol: .dscal ld: 0711-317 ERROR: Undefined symbol: .dpofa ld: 0711-317 ERROR: Undefined symbol: .daxpy ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 2. Stop. make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code fro...
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!
...NG: Duplicate symbol: .memcpy ld: 0711-224 WARNING: Duplicate symbol: memcpy ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: 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. Warning in solve.default(rgb) : unable to load shared object '/data/prj/cran/32/R-3.1.3/modules//lapack.so': rtld: 0712-001 Symbol logf was referenced from module /data/prj/cran/32/R-3.1.3/lib/libRlapack.so(), but a runtime definition...
2003 May 12
1
Building Openssh-3.6.1p2 with Darren Tucker's AIX Password Expiry patch
.../dev/egd-pool --prefix=/usr/local/openssh I run into the following errors when I run make: ld: 0711-317 ERROR: Undefined symbol: .aix_remove_embedded_newlines ld: 0711-317 ERROR: Undefined symbol: expire_message ld: 0711-317 ERROR: Undefined symbol: login_message ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status make: 1254-004 The error code from the last command is 1. I am able to compile and use openssh without the patch. Any ideas? I am currently not a member of this list so please respond to sonnyjz at admsystems.upenn.edu Thank...
2006 Feb 25
1
Compiling Samba on AIX 5.3 with idmap_rid fails
...piler and not gcc. The compilation fails as follows: [...] Compiling sam/idmap.c Compiling sam/idmap_util.c Compiling sam/idmap_ldap.c Compiling sam/idmap_tdb.c Compiling sam/idmap_rid.c Linking bin/winbindd ld: 0711-317 ERROR: Undefined symbol: .idmap_rid_init ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: The error code from the last command is 8. When I use gcc, it also fails at the same point. I also tried "--with-shared-modules=idmap_rid". The compilation then succeeds, but winbindd then instantly crashes with a signal 11. What can I do to pro...
2005 May 17
0
Building openssh4.0p1 on AIX 5.3 with openssl 0.9.7g and tcp_wrapper
...onfig.log +14369 configure:13739: cc -o conftest -g -I/opt/freeware/ssl -I/opt/freeware/i nclude -L/opt/freeware/ssl -L/opt/freeware/include conftest.c -lcrypto -lz -L /opt/freeware/lib >&5 +14370 ld: 0711-317 ERROR: Undefined symbol: .RAND_add +14371 ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more inform ation. +14372 configure:13745: $? = 8 +14373 configure: failed program was: +14532 | char RAND_add (); +14533 | int +14534 | main () +14535 | { +14536 | RAND_add (); +14537 | ; +14538 | return 0; +14539 | } +14540 configure:13798: cc -o conftest -g -I/...
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!
...during the creation (read linking) of a shared object. b) the shared object does not need to have all symbols resolved - actually, you do not want "external" symbols from elsewhere pulled into to the archive. c) one example - stats.so currently the command to make stats.so is: gcc -Wl,-bnoquiet -std=gnu99 -shared -Wl,-brtl -Wl,-G -Wl,-bexpall -Wl,-bnoentry -o stats.so init.o kmeans.o ansari.o bandwidth s.o chisqsim.o d2x2xk.o fexact.o kendall.o ks.o line.o smooth.o prho.o swilk.o ksmooth.o loessc.o monoSpl.o isoreg.o Srunmed.o d blcen.o distance.o hclust-utils.o nls.o rWishart.o HoltWint...
2005 May 13
1
R make errors
...1-317 ERROR: Undefined symbol: .floor ld: 0711-317 ERROR: Undefined symbol: .libintl_gettext ld: 0711-317 ERROR: Undefined symbol: .pow ld: 0711-317 ERROR: Undefined symbol: .sin ld: 0711-317 ERROR: Undefined symbol: .cos ld: 0711-317 ERROR: Undefined symbol: .tan ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 2. I understand I have to edit the Makefile. Can someone tell me which Makefile(folder) and also which...
2015 Jul 09
1
Compiling on AIX 6.1
...able-version-specific-runtime-libs --disable-nls --enable-decimal-float=dpd --host=powerpc-ibm-aix6.1.0.0 Thread model: aix gcc version 4.4.5 (GCC) No matter what I try, I keep getting the following errors. ld: 0711-224 WARNING: Duplicate symbol: R_ReadItemDepth ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. ld: 0711-317 ERROR: Undefined symbol: .__nearbyintl128 ld: 0711-317 ERROR: Undefined symbol: .__log1pl128 collect2: ld returned 8 exit status make: 1254-004 The error code from the last command is 1. Any ideas on how to correct this? Thanks Phil Phillip Scherme...
2015 Jul 09
1
Compiling on AIX 6.1
...able-version-specific-runtime-libs --disable-nls --enable-decimal-float=dpd --host=powerpc-ibm-aix6.1.0.0 Thread model: aix gcc version 4.4.5 (GCC) No matter what I try, I keep getting the following errors. ld: 0711-224 WARNING: Duplicate symbol: R_ReadItemDepth ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. ld: 0711-317 ERROR: Undefined symbol: .__nearbyintl128 ld: 0711-317 ERROR: Undefined symbol: .__log1pl128 collect2: ld returned 8 exit status make: 1254-004 The error code from the last command is 1. Any ideas on how to correct this? Thanks Phil Phillip Scherme...
2015 Oct 15
3
Building R for AIX in 64-bit mode
...WARNING: Symbol R_ReadItemDepth is already exported. ld: 0711-224 WARNING: Duplicate symbol: BM_norm_keep ld: 0711-224 WARNING: Duplicate symbol: N01_kind ld: 0711-224 WARNING: Duplicate symbol: LoadInitFile ld: 0711-224 WARNING: Duplicate symbol: R_ReadItemDepth ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_lock ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_unlock collect2: error: ld returned 8 exit status root at x072:[/data/prj/cran/64/R-3.2.2/src/main] Now add the -lpthread gcc -maix64 -std=gnu99 -Wl,-b...
2002 Aug 07
0
AIX 4.3.3/OpenSSH 3.4p1 compile problem
.../ -L/usr/local/ssl/lib -L/usr/local/lib -L/usr/local/lib -L/usr/athena/lib -L/usr/afsws/lib -blibpath:/usr/lib:/lib:/usr/local/lib:/usr/athena/lib -lssh -lopenbsd-compat -lkafs -ldes -lkrb -lz -lcrypto -lld -ldes ld: 0711-317 ERROR: Undefined symbol: .issuid ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254-004 The error code from the last command is 8 Building against the following: zlib 1.1.4 openssl 0.9.6d (compiled with xlc) krb4-1.1.1 (compiled with xlc) tcpwrappers 7.6 This is the output from configure: OpenSSH has been configured with the follow...
2008 Jun 30
1
AIX 5.3 --enable-R-shlib make error with R-2.7.1
...99 -Wl,-brtl -Wl,-bexpall -Wl,-bpT:0x100000000 -Wl,-bpD:0x110000000 -lc -L//users/apps/crm_cm/n731661x/usr/local/lib/ppc64 -L//users/apps/crm_cm/n731661x/usr/local/lib -o R.bin Rmain.o -L../../lib -lR ld: 0711-317 ERROR: Undefined symbol: R_running_as_main_program ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status make[3]: *** [R.bin] Error 1 make[3]: Leaving directory `/home/apps/crm_cm/n731661x/src/R-2.7.1/src/main' make[2]: *** [R] Error 2 make[2]: Leaving directory `/home/apps/crm_cm/n731661x/src/R-2.7.1/src/main' make[1]: ***...
1999 Jul 20
2
R 0.65 and AIX: if it quacks like a duck...
...get rids of the warning) 5) CC=cc ../configure Note this is broken for the dependency check (ld barfs the error message to stdout instead of the log file?) checking whether cc accepts -M for generating dependencies... ld: 0711-317 ERROR : Undefined symbol: .main ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. no Note 2 that configure leaves a file called "-fp-no-toc" behind. Oops. 6) make && make check and everything looks ok. --> Compile with gcc: 1) 2) 3) 4) like above Additionally edit *sock.c: 5b) In appl/Rsock.c and appl/sock.c added `...
2015 Mar 24
5
[Bug 2371] New: make check fails when using --without-openssl on AIX
....BN_new ld: 0711-317 ERROR: Undefined symbol: .BN_clear_free ld: 0711-317 ERROR: Undefined symbol: .BN_cmp ld: 0711-317 ERROR: Undefined symbol: .BN_bn2hex ld: 0711-317 ERROR: Undefined symbol: .ERR_get_error ld: 0711-317 ERROR: Undefined symbol: .ERR_error_string ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254-004 The error code from the last command is 8. Stop. However, ssh does compile. - so my hope is that OpenSSH is valid, but the test system is broken. root at x064:[/data/prj/openbsd/openssh/openssh-6.8p1]./ssh -V OpenSSH_6.8p1, without OpenSSL --...
2015 Mar 24
5
[Bug 2371] New: make check fails when using --without-openssl on AIX
....BN_new ld: 0711-317 ERROR: Undefined symbol: .BN_clear_free ld: 0711-317 ERROR: Undefined symbol: .BN_cmp ld: 0711-317 ERROR: Undefined symbol: .BN_bn2hex ld: 0711-317 ERROR: Undefined symbol: .ERR_get_error ld: 0711-317 ERROR: Undefined symbol: .ERR_error_string ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254-004 The error code from the last command is 8. Stop. However, ssh does compile. - so my hope is that OpenSSH is valid, but the test system is broken. root at x064:[/data/prj/openbsd/openssh/openssh-6.8p1]./ssh -V OpenSSH_6.8p1, without OpenSSL --...
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
2016 Jan 07
1
R for AIX - guidance re: error messages requested
...11-224 WARNING: Duplicate symbol: .isnan ld: 0711-224 WARNING: Duplicate symbol: isnan ld: 0711-224 WARNING: Duplicate symbol: .pow ld: 0711-224 WARNING: Duplicate symbol: pow ld: 0711-224 WARNING: Duplicate symbol: .exp ld: 0711-224 WARNING: Duplicate symbol: exp ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. Target "all" is up to date. installing to /home/cran/64/R/library/MASS/libs ** R ** data *** moving datasets to lazyload DB Error in lazyLoadDBinsertVariable(vars[i], from, datafile, ascii, compress, : internal error 5 in R_compress3 ERROR: lazydat...
2003 Oct 31
1
R-1.8.0 + IBM VisualAge/C for AIX compiler
...G_ELT ld: 0711-224 WARNING: Duplicate symbol: SET_STRING_ELT ld: 0711-224 WARNING: Duplicate symbol: .Rf_isNull ld: 0711-224 WARNING: Duplicate symbol: Rf_isNull [...] ld: 0711-224 WARNING: Duplicate symbol: .Rprintf ld: 0711-224 WARNING: Duplicate symbol: Rprintf ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. with -bnoquiet I get: p_xargc crt0main.s(/lib/crt0.o) ** Duplicate ** {../../../bin/libR.a} [...] .Rf_error {../../../bin/libR.a} ** Duplicate ** ../../../etc/R.exp{.} Rf_error {../...
2014 Dec 11
0
Compilation Error during make
...lobal destructors keyed to 65535_0___dso_handle ld: 0711-224 WARNING: Duplicate symbol: .__init_aix_libgcc_cxa_atexit ld: 0711-224 WARNING: Duplicate symbol: .global destructors keyed to 65535_0___dso_handle ld: 0711-224 WARNING: Duplicate symbol: __dso_handle ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. ld: 0706-012 The -h flag is not recognized. ld: 0706-005 Cannot find or open file: libroken-samba4.so.19 ld:open(): No such file or directory collect2: error: ld returned 255 exit status ld: 0706-012 The -h flag is not recognized. ld: 0706-005 Cannot...
2007 Jul 16
0
Can't compile mbox-snarf-plugin.c on AIX 5.3
...ROR: Undefined symbol: .buffer_write ld: 0711-317 ERROR: Undefined symbol: .home_expand ld: 0711-317 ERROR: Undefined symbol: .p_strdup ld: 0711-317 ERROR: Undefined symbol: mail_storage_module_id ld: 0711-317 ERROR: Undefined symbol: hook_mail_storage_created ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status [root at aix root]# Does this plugin work with Dovecot > 1.0 at all, is this a know bug or are there any users who managed to install it successfully on AIX? Sincerely Adnan