[OMPI users] openmpi-v2.x-dev-325-g8ae44ea: some warnings

2015-09-08 Thread Siegmar Gross

Hi,

yesterday I have built openmpi-v2.x-dev-325-g8ae44ea on my
machines (Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE
Linux 12.1 x86_64) with gcc-5.1.0 and Sun C 5.13. Perhaps
somebody is interested in some warnings that I got on my Linux
box with both compilers.


GNU compiler:
-
...
make[2]: Entering directory 
`/export2/src/openmpi-2.0.0/openmpi-v2.x-dev-325-g8ae44ea-Linux.x86_64.64_gcc'

make  install-exec-hook
make[3]: Entering directory 
`/export2/src/openmpi-2.0.0/openmpi-v2.x-dev-325-g8ae44ea-Linux.x86_64.64_gcc'

WARNING!  Common symbols found:
 keyval_lex.o: 0004 C opal_util_keyval_yyleng
 keyval_lex.o: 0008 C opal_util_keyval_yytext
  show_help_lex.o: 0004 C opal_show_help_yyleng
  show_help_lex.o: 0008 C opal_show_help_yytext
rmaps_rank_file_lex.o: 0004 C orte_rmaps_rank_file_leng
rmaps_rank_file_lex.o: 0008 C orte_rmaps_rank_file_text
   hostfile_lex.o: 0004 C orte_util_hostfile_leng
   hostfile_lex.o: 0008 C orte_util_hostfile_text
  mpi-f08-types.o: 0004 C ompi_f08_mpi_2complex
  mpi-f08-types.o: 0004 C ompi_f08_mpi_2double_complex
[...]
skipping remaining symbols. To see all symbols, run:
  ../openmpi-v2.x-dev-325-g8ae44ea/config/find_common_syms 
--top_builddir=. --top_srcdir=../openmpi-v2.x-dev-325-g8ae44ea --objext=o

make[3]: [install-exec-hook] Error 1 (ignored)
make[3]: Leaving directory 
`/export2/src/openmpi-2.0.0/openmpi-v2.x-dev-325-g8ae44ea-Linux.x86_64.64_gcc'

...


Sun compiler:
-

...
make[2]: Entering directory 
`/export2/src/openmpi-2.0.0/openmpi-v2.x-dev-325-g8ae44ea-Linux.x86_64.64_cc'

make  install-exec-hook
make[3]: Entering directory 
`/export2/src/openmpi-2.0.0/openmpi-v2.x-dev-325-g8ae44ea-Linux.x86_64.64_cc'

WARNING!  Common symbols found:
 keyval_lex.o: 0004 C opal_util_keyval_yyleng
 keyval_lex.o: 0008 C opal_util_keyval_yytext
  show_help_lex.o: 0004 C opal_show_help_yyleng
  show_help_lex.o: 0008 C opal_show_help_yytext
rmaps_rank_file_lex.o: 0004 C orte_rmaps_rank_file_leng
rmaps_rank_file_lex.o: 0008 C orte_rmaps_rank_file_text
   hostfile_lex.o: 0004 C orte_util_hostfile_leng
   hostfile_lex.o: 0008 C orte_util_hostfile_text
shmem_ShMem.o: 0010 C shmem_java
shmem_ShMem.o: 01f8 C shmem_java_buffers
make[3]: [install-exec-hook] Error 1 (ignored)
make[3]: Leaving directory 
`/export2/src/openmpi-2.0.0/openmpi-v2.x-dev-325-g8ae44ea-Linux.x86_64.64_cc'

...


Kind regards

Siegmar



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [OMPI users] openmpi-v2.x-dev-325-g8ae44ea: some warnings

2015-09-08 Thread Ralph Castain
Hi Siegmar

Those are harmless and can be ignored - just reminders to us that we have some 
low-priority cleanup to do

Ralph

> On Sep 8, 2015, at 1:00 AM, Siegmar Gross 
>  wrote:
> 
> Hi,
> 
> yesterday I have built openmpi-v2.x-dev-325-g8ae44ea on my
> machines (Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE
> Linux 12.1 x86_64) with gcc-5.1.0 and Sun C 5.13. Perhaps
> somebody is interested in some warnings that I got on my Linux
> box with both compilers.
> 
> 
> GNU compiler:
> -
> ...
> make[2]: Entering directory 
> `/export2/src/openmpi-2.0.0/openmpi-v2.x-dev-325-g8ae44ea-Linux.x86_64.64_gcc'
> make  install-exec-hook
> make[3]: Entering directory 
> `/export2/src/openmpi-2.0.0/openmpi-v2.x-dev-325-g8ae44ea-Linux.x86_64.64_gcc'
> WARNING!  Common symbols found:
> keyval_lex.o: 0004 C opal_util_keyval_yyleng
> keyval_lex.o: 0008 C opal_util_keyval_yytext
>  show_help_lex.o: 0004 C opal_show_help_yyleng
>  show_help_lex.o: 0008 C opal_show_help_yytext
>rmaps_rank_file_lex.o: 0004 C orte_rmaps_rank_file_leng
>rmaps_rank_file_lex.o: 0008 C orte_rmaps_rank_file_text
>   hostfile_lex.o: 0004 C orte_util_hostfile_leng
>   hostfile_lex.o: 0008 C orte_util_hostfile_text
>  mpi-f08-types.o: 0004 C ompi_f08_mpi_2complex
>  mpi-f08-types.o: 0004 C ompi_f08_mpi_2double_complex
> [...]
> skipping remaining symbols. To see all symbols, run:
>  ../openmpi-v2.x-dev-325-g8ae44ea/config/find_common_syms --top_builddir=. 
> --top_srcdir=../openmpi-v2.x-dev-325-g8ae44ea --objext=o
> make[3]: [install-exec-hook] Error 1 (ignored)
> make[3]: Leaving directory 
> `/export2/src/openmpi-2.0.0/openmpi-v2.x-dev-325-g8ae44ea-Linux.x86_64.64_gcc'
> ...
> 
> 
> Sun compiler:
> -
> 
> ...
> make[2]: Entering directory 
> `/export2/src/openmpi-2.0.0/openmpi-v2.x-dev-325-g8ae44ea-Linux.x86_64.64_cc'
> make  install-exec-hook
> make[3]: Entering directory 
> `/export2/src/openmpi-2.0.0/openmpi-v2.x-dev-325-g8ae44ea-Linux.x86_64.64_cc'
> WARNING!  Common symbols found:
> keyval_lex.o: 0004 C opal_util_keyval_yyleng
> keyval_lex.o: 0008 C opal_util_keyval_yytext
>  show_help_lex.o: 0004 C opal_show_help_yyleng
>  show_help_lex.o: 0008 C opal_show_help_yytext
>rmaps_rank_file_lex.o: 0004 C orte_rmaps_rank_file_leng
>rmaps_rank_file_lex.o: 0008 C orte_rmaps_rank_file_text
>   hostfile_lex.o: 0004 C orte_util_hostfile_leng
>   hostfile_lex.o: 0008 C orte_util_hostfile_text
>shmem_ShMem.o: 0010 C shmem_java
>shmem_ShMem.o: 01f8 C shmem_java_buffers
> make[3]: [install-exec-hook] Error 1 (ignored)
> make[3]: Leaving directory 
> `/export2/src/openmpi-2.0.0/openmpi-v2.x-dev-325-g8ae44ea-Linux.x86_64.64_cc'
> ...
> 
> 
> Kind regards
> 
> Siegmar
> 
> ___
> users mailing list
> us...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users
> Link to this post: 
> http://www.open-mpi.org/community/lists/users/2015/09/27542.php