MIME-Version: 1.0 In-Reply-To: References: From: Dan Bikle Date: Wed, 6 Jul 2016 19:34:09 -0700 Message-ID: Subject: Re: [Pljava-dev] mvn clean install fails for PL/Java on Postgres 9.5 Content-Type: multipart/mixed; boundary="===============9189865393040361540==" --===============9189865393040361540== Content-Type: multipart/alternative; boundary=001a11403b685cd1c90537028514 --001a11403b685cd1c90537028514 Content-Type: text/plain; charset=UTF-8 I tried this: rm -rf target mvn -X clean install I saw this: [INFO] Core 1 interrupted [INFO] 51 files were compiled. [INFO] 51 files were compiled. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] PostgreSQL PL/Java ................................. SUCCESS [ 0.960 s] [INFO] PL/Java API ........................................ SUCCESS [ 2.045 s] [INFO] PL/Java backend Java code .......................... SUCCESS [ 1.868 s] [INFO] PL/Java backend native code ........................ FAILURE [ 10.254 s] [INFO] PL/Java Deploy ..................................... SKIPPED [INFO] PL/Java Ant tasks .................................. SKIPPED [INFO] PL/Java examples ................................... SKIPPED [INFO] PL/Java packaging .................................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15.799 s [INFO] Finished at: 2016-07-06T19:32:26-07:00 [INFO] Final Memory: 35M/222M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.github.maven-nar:nar-maven-plugin:3.2.3:nar-compile (default-nar-compile) on project pljava-so: NAR: Compile failed: gcc failed with return code 1 -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.maven-nar:nar-maven-plugin:3.2.3:nar-compile (default-nar-compile) on project pljava-so: NAR: Compile failed at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) at org.apache.maven.cli.MavenCli.main(MavenCli.java:199) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) Caused by: org.apache.maven.plugin.MojoExecutionException: NAR: Compile failed at com.github.maven_nar.NarCompileMojo.createLibrary(NarCompileMojo.java:452) at com.github.maven_nar.NarCompileMojo.narExecute(NarCompileMojo.java:122) at com.github.maven_nar.AbstractNarMojo.execute(AbstractNarMojo.java:302) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207) ... 20 more Caused by: gcc failed with return code 1 at com.github.maven_nar.cpptasks.compiler.CommandLineCompiler.compile(CommandLineCompiler.java:222) at com.github.maven_nar.cpptasks.compiler.CommandLineCompilerConfiguration.compile(CommandLineCompilerConfiguration.java:148) at com.github.maven_nar.cpptasks.CCTask$Core.run(CCTask.java:946) [ERROR] [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :pljava-so -bash-4.1$ On Wed, Jul 6, 2016 at 7:31 PM, Dan Bikle wrote: > Hello world, > > I am working on installing PL/Java on Postgres 9.5. > > My setup is Postgres 9.5 on Centos 6.5 with Oracle-Java JDK 1.8.0_92 > > My install of Postgres was done from these yum-packages: > > postgresql95 > postgresql95-devel > postgresql95-libs > postgresql95-server > > I list below a summary of my steps so far: > > su - postgres > git clone https://github.com/tada/pljava > git checkout V1_5_0 > mvn clean install > > That seemed to work until I saw this: > > [INFO] ------------------------------------------------------------ > ------------ > [INFO] Reactor Summary: > [INFO] > [INFO] PostgreSQL PL/Java ................................. SUCCESS [ > 16.707 s] > [INFO] PL/Java API ........................................ SUCCESS > [ 8.771 s] > [INFO] PL/Java backend Java code .......................... SUCCESS [ > 4.000 s] > [INFO] PL/Java backend native code ........................ FAILURE [ > 13.560 s] > [INFO] PL/Java Deploy ..................................... SKIPPED > [INFO] PL/Java Ant tasks .................................. SKIPPED > [INFO] PL/Java examples ................................... SKIPPED > [INFO] PL/Java packaging .................................. SKIPPED > [INFO] ------------------------------------------------------------ > ------------ > [INFO] BUILD FAILURE > [INFO] ------------------------------------------------------------ > ------------ > [INFO] Total time: 52.707 s > [INFO] Finished at: 2016-07-06T18:09:40-07:00 > [INFO] Final Memory: 38M/222M > [INFO] ------------------------------------------------------------ > ------------ > > [ERROR] Failed to execute goal > com.github.maven-nar:nar-maven-plugin:3.2.3:nar-compile > (default-nar-compile) on project pljava-so: NAR: Compile failed: gcc > failed with return code 1 -> [Help 1] > > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with > the -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with > the command > [ERROR] mvn -rf :pljava-so > > I would welcome any clues and/or opinions about how to best debug this so > that mvn clean install will run error free. > > > On Wed, Jul 6, 2016 at 7:26 PM, Dan Bikle wrote: > >> Hello world, >> >> I am working on installing PL/Java on Postgres 9.5. >> >> My setup is Postgres 9.5 on Centos 6.5 with Oracle-Java JDK 1.8.0_92 >> >> My install of Postgres was done from these yum-packages: >> >> postgresql95 >> postgresql95-devel >> postgresql95-libs >> postgresql95-server >> >> I list below a summary of my steps so far: >> >> su - postgres >> git clone https://github.com/tada/pljava >> git checkout V1_5_0 >> mvn clean install >> >> That seemed to work until I saw this: >> >> [INFO] ------------------------------------------------------------ >> ------------ >> [INFO] Reactor Summary: >> [INFO] >> [INFO] PostgreSQL PL/Java ................................. SUCCESS >> [ 16.707 s] >> [INFO] PL/Java API ........................................ SUCCESS >> [ 8.771 s] >> [INFO] PL/Java backend Java code .......................... SUCCESS >> [ 4.000 s] >> [INFO] PL/Java backend native code ........................ FAILURE [ >> 13.560 s] >> [INFO] PL/Java Deploy ..................................... SKIPPED >> [INFO] PL/Java Ant tasks .................................. SKIPPED >> [INFO] PL/Java examples ................................... SKIPPED >> [INFO] PL/Java packaging .................................. SKIPPED >> [INFO] ------------------------------------------------------------ >> ------------ >> [INFO] BUILD FAILURE >> [INFO] ------------------------------------------------------------ >> ------------ >> [INFO] Total time: 52.707 s >> [INFO] Finished at: 2016-07-06T18:09:40-07:00 >> [INFO] Final Memory: 38M/222M >> [INFO] ------------------------------------------------------------ >> ------------ >> >> [ERROR] Failed to execute goal >> com.github.maven-nar:nar-maven-plugin:3.2.3:nar-compile >> (default-nar-compile) on project pljava-so: NAR: Compile failed: gcc >> failed with return code 1 -> [Help 1] >> >> [ERROR] >> [ERROR] To see the full stack trace of the errors, re-run Maven with >> the -e switch. >> [ERROR] Re-run Maven using the -X switch to enable full debug logging. >> [ERROR] >> [ERROR] For more information about the errors and possible solutions, >> please read the following articles: >> [ERROR] [Help 1] >> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException >> [ERROR] >> [ERROR] After correcting the problems, you can resume the build with >> the command >> [ERROR] mvn -rf :pljava-so >> >> I would welcome any clues and/or opinions about how to best debug this so >> that mvn clean install will run error free. >> >> > --001a11403b685cd1c90537028514 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

I tried this:

rm -r= f target
mvn -X clean install

I saw this:

=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0
[INFO] Core 1 interrupted=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0
[INFO] 51 fil= es were compiled.
[INFO] 51 files were compiled.
[INFO] -------------= -----------------------------------------------------------
[INFO] React= or Summary:
[INFO]
[INFO] PostgreSQL PL/Java .......................= .......... SUCCESS [=C2=A0 0.960 s]
[INFO] PL/Java API .................= ....................... SUCCESS [=C2=A0 2.045 s]
[INFO] PL/Java backend = Java code .......................... SUCCESS [=C2=A0 1.868 s]
[INFO] PL/= Java backend native code ........................ FAILURE [ 10.254 s]
[I= NFO] PL/Java Deploy ..................................... SKIPPED
[INFO]= PL/Java Ant tasks .................................. SKIPPED
[INFO] PL/= Java examples ................................... SKIPPED
[INFO] PL/Java= packaging .................................. SKIPPED
[INFO] -----------= -------------------------------------------------------------
[INFO] BUI= LD FAILURE
[INFO] ------------------------------------------------------= ------------------
[INFO] Total time: 15.799 s
[INFO] Finished at: 20= 16-07-06T19:32:26-07:00
[INFO] Final Memory: 35M/222M
[INFO] --------= ----------------------------------------------------------------
[ERROR]= Failed to execute goal com.github.maven-nar:nar-maven-plugin:3.2.3:nar-com= pile (default-nar-compile) on project pljava-so: NAR: Compile failed: gcc f= ailed with return code 1 -> [Help 1]
org.apache.maven.lifecycle.Lifec= ycleExecutionException: Failed to execute goal com.github.maven-nar:nar-mav= en-plugin:3.2.3:nar-compile (default-nar-compile) on project pljava-so: NAR= : Compile failed
=C2=A0=C2=A0=C2=A0 at org.apache.maven.lifecycle.intern= al.MojoExecutor.execute(MojoExecutor.java:212)
=C2=A0=C2=A0=C2=A0 at org= .apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153= )
=C2=A0=C2=A0=C2=A0 at org.apache.maven.lifecycle.internal.MojoExecutor= .execute(MojoExecutor.java:145)
=C2=A0=C2=A0=C2=A0 at org.apache.maven.l= ifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilde= r.java:116)
=C2=A0=C2=A0=C2=A0 at org.apache.maven.lifecycle.internal.Li= fecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
=C2=A0= =C2=A0=C2=A0 at org.apache.maven.lifecycle.internal.builder.singlethreaded.= SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
=C2=A0=C2=A0= =C2=A0 at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(Life= cycleStarter.java:128)
=C2=A0=C2=A0=C2=A0 at org.apache.maven.DefaultMav= en.doExecute(DefaultMaven.java:307)
=C2=A0=C2=A0=C2=A0 at org.apache.mav= en.DefaultMaven.doExecute(DefaultMaven.java:193)
=C2=A0=C2=A0=C2=A0 at o= rg.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
=C2=A0=C2=A0= =C2=A0 at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
=C2= =A0=C2=A0=C2=A0 at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)<= br>=C2=A0=C2=A0=C2=A0 at org.apache.maven.cli.MavenCli.main(MavenCli.java:1= 99)
=C2=A0=C2=A0=C2=A0 at sun.reflect.NativeMethodAccessorImpl.invoke0(N= ative Method)
=C2=A0=C2=A0=C2=A0 at sun.reflect.NativeMethodAccessorImpl= .invoke(NativeMethodAccessorImpl.java:62)
=C2=A0=C2=A0=C2=A0 at sun.refl= ect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4= 3)
=C2=A0=C2=A0=C2=A0 at java.lang.reflect.Method.invoke(Method.java:498= )
=C2=A0=C2=A0=C2=A0 at org.codehaus.plexus.classworlds.launcher.Launche= r.launchEnhanced(Launcher.java:289)
=C2=A0=C2=A0=C2=A0 at org.codehaus.p= lexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
=C2=A0=C2= =A0=C2=A0 at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExit= Code(Launcher.java:415)
=C2=A0=C2=A0=C2=A0 at org.codehaus.plexus.classw= orlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.ma= ven.plugin.MojoExecutionException: NAR: Compile failed
=C2=A0=C2=A0=C2= =A0 at com.github.maven_nar.NarCompileMojo.createLibrary(NarCompileMojo.jav= a:452)
=C2=A0=C2=A0=C2=A0 at com.github.maven_nar.NarCompileMojo.narExec= ute(NarCompileMojo.java:122)
=C2=A0=C2=A0=C2=A0 at com.github.maven_nar.= AbstractNarMojo.execute(AbstractNarMojo.java:302)
=C2=A0=C2=A0=C2=A0 at = org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildP= luginManager.java:134)
=C2=A0=C2=A0=C2=A0 at org.apache.maven.lifecycle.= internal.MojoExecutor.execute(MojoExecutor.java:207)
=C2=A0=C2=A0=C2=A0 = ... 20 more
Caused by: gcc failed with return code 1
=C2=A0=C2=A0=C2= =A0 at com.github.maven_nar.cpptasks.compiler.CommandLineCompiler.compile(C= ommandLineCompiler.java:222)
=C2=A0=C2=A0=C2=A0 at com.github.maven_nar.= cpptasks.compiler.CommandLineCompilerConfiguration.compile(CommandLineCompi= lerConfiguration.java:148)
=C2=A0=C2=A0=C2=A0 at com.github.maven_nar.cp= ptasks.CCTask$Core.run(CCTask.java:946)
[ERROR]
[ERROR]
[ERROR] = For more information about the errors and possible solutions, please read t= he following articles:
[ERROR] [Help 1] http://cwiki.apache.org= /confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR]= After correcting the problems, you can resume the build with the command[ERROR]=C2=A0=C2=A0 mvn <goals> -rf :pljava-so
-bash-4.1$


On Wed, Jul 6, 2016 at 7:31 PM, Dan Bikle <= bikle101@gmail.com> wrote:
Hello world,

I am= working on installing PL/Java on Postgres 9.5.

My setup is Postgres= 9.5 on Centos 6.5 with Oracle-Java JDK 1.8.0_92

My install of Postg= res was done from these yum-packages:

=C2=A0=C2=A0=C2=A0 postgresql9= 5
=C2=A0=C2=A0=C2=A0 postgresql95-devel
=C2=A0=C2=A0=C2=A0 postgresql= 95-libs
=C2=A0=C2=A0=C2=A0 postgresql95-server

I list below a sum= mary of my steps so far:

=C2=A0=C2=A0=C2=A0 su - postgres
=C2=A0= =C2=A0=C2=A0 git clone https://github.com/tada/pljava
=C2=A0=C2=A0=C2=A0 git check= out V1_5_0
=C2=A0=C2=A0=C2=A0 mvn clean install

That seemed to wo= rk until I saw this:

=C2=A0=C2=A0=C2=A0 [INFO] ---------------------= ---------
-----------= --------------------= -----------
=C2=A0=C2=A0=C2=A0 [INFO] Reactor Summary:
=C2=A0=C2=A0= =C2=A0 [INFO]
=C2=A0=C2=A0=C2=A0 [INFO] PostgreSQL PL/Java ............= ..................
..= . SUCCESS [ 16.707 s]
=C2=A0=C2=A0=C2=A0 [INFO] PL/Java API ............= ..................
..= ........ SUCCESS [=C2=A0 8.771 s]
=C2=A0=C2=A0=C2=A0 [INFO] PL/Java back= end Java code .......................... SUCCESS [=C2=A0 4.000 s]
=C2=A0= =C2=A0=C2=A0 [INFO] PL/Java backend native code ........................ FA= ILURE [ 13.560 s]
=C2=A0=C2=A0=C2=A0 [INFO] PL/Java Deploy .............= .................
...= .... SKIPPED
=C2=A0=C2=A0=C2=A0 [INFO] PL/Java Ant tasks ...............= ...............
.... = SKIPPED
=C2=A0=C2=A0=C2=A0 [INFO] PL/Java examples .....................= .........
..... SKIPP= ED
=C2=A0=C2=A0=C2=A0 [INFO] PL/Java packaging .........................= .....
.... SKIPPED=C2=A0=C2=A0=C2=A0 [INFO] ------------------------------------------------------------<= span style=3D"font-family:monospace,monospace">------------
=C2=A0=C2=A0= =C2=A0 [INFO] BUILD FAILURE
=C2=A0=C2=A0=C2=A0 [INFO] ------------------= --------------------= ----------------------------------
=C2=A0=C2=A0=C2=A0 [INFO] Total time: 52.707 s
=C2=A0= =C2=A0=C2=A0 [INFO] Finished at: 2016-07-06T18:09:40-07:00
=C2=A0=C2=A0= =C2=A0 [INFO] Final Memory: 38M/222M
=C2=A0=C2=A0=C2=A0 [INFO] ---------= ---------------------
------------------------------------------
=C2=A0=C2=A0=C2=A0
=C2=A0=C2=A0=C2=A0 [ERROR= ] Failed to execute goal
=C2=A0=C2=A0=C2=A0 com.github.maven-nar:nar-maven-plugin:3.2.3:nar-= compile
=C2=A0=C2=A0=C2=A0 (default-nar-compile) on project pljava-so: N= AR: Compile failed: gcc
=C2=A0=C2=A0=C2=A0 failed with return code 1 -&g= t; [Help 1]
=C2=A0=C2=A0=C2=A0
=C2=A0=C2=A0=C2=A0 [ERROR]
=C2=A0= =C2=A0=C2=A0 [ERROR] To see the full stack trace of the errors, re-run Mave= n with the -e switch.
=C2=A0=C2=A0=C2=A0 [ERROR] Re-run Maven using the = -X switch to enable full debug logging.
=C2=A0=C2=A0=C2=A0 [ERROR]
= =C2=A0=C2=A0=C2=A0 [ERROR] For more information about the errors and possib= le solutions, please read the following articles:
=C2=A0=C2=A0=C2=A0 [ER= ROR] [Help 1] http://cwiki.apache.org/confluence= /display/MAVEN/MojoExecutionException
=C2=A0=C2=A0=C2=A0 [ERROR] =C2=A0=C2=A0=C2=A0 [ERROR] After correcting the problems, you can resume t= he build with the command
=C2=A0=C2=A0=C2=A0 [ERROR]=C2=A0=C2=A0 mvn <= ;goals> -rf :pljava-so

I would welcome any clues and/or opinions = about how to best debug this so that mvn clean install will run error free.=


On Wed, = Jul 6, 2016 at 7:26 PM, Dan Bikle <bikle101@gmail.com> wrot= e:
Hello worl= d,

I am working on installing PL/Java on Postgres 9.5.

My set= up is Postgres 9.5 on Centos 6.5 with Oracle-Java JDK 1.8.0_92

My in= stall of Postgres was done from these yum-packages:

=C2=A0=C2=A0=C2= =A0 postgresql95
=C2=A0=C2=A0=C2=A0 postgresql95-devel
=C2=A0=C2=A0= =C2=A0 postgresql95-libs
=C2=A0=C2=A0=C2=A0 postgresql95-server

I= list below a summary of my steps so far:

=C2=A0=C2=A0=C2=A0 su - po= stgres
=C2=A0=C2=A0=C2=A0 git clone https://github.com/tada/pljava
=C2=A0=C2=A0= =C2=A0 git checkout V1_5_0
=C2=A0=C2=A0=C2=A0 mvn clean install

T= hat seemed to work until I saw this:

=C2=A0=C2=A0=C2=A0 [INFO] -----= -------------------------
------------------------------------------
=C2=A0=C2=A0=C2=A0 [INFO] Reactor Summary:=C2=A0=C2=A0=C2=A0 [INFO]
=C2=A0=C2=A0=C2=A0 [INFO] PostgreSQL PL/Jav= a ..............................
... SUCCESS [ 16.707 s]
=C2=A0=C2=A0=C2=A0 [INFO] PL/Java AP= I ..............................
.......... SUCCESS [=C2=A0 8.771 s]
=C2=A0=C2=A0=C2=A0 [INFO= ] PL/Java backend Java code .......................... SUCCESS [=C2=A0 4.00= 0 s]
=C2=A0=C2=A0=C2=A0 [INFO] PL/Java backend native code .............= ........... FAILURE [ 13.560 s]
=C2=A0=C2=A0=C2=A0 [INFO] PL/Java Deploy= ..............................
....... SKIPPED
=C2=A0=C2=A0=C2=A0 [INFO] PL/Java Ant tasks .= .............................
.... SKIPPED
=C2=A0=C2=A0=C2=A0 [INFO] PL/Java examples .......= .......................
..... SKIPPED
=C2=A0=C2=A0=C2=A0 [INFO] PL/Java packaging ...........= ...................
.= ... SKIPPED
=C2=A0=C2=A0=C2=A0 [INFO] ------------------------------------------------------= ------------------=C2=A0=C2=A0=C2=A0 [INFO] BUILD FAILURE
=C2=A0=C2=A0=C2=A0 [INFO] ----= --------------------------
------------------------------------------
=C2=A0=C2=A0=C2=A0 [INFO] Total time: 52.70= 7 s
=C2=A0=C2=A0=C2=A0 [INFO] Finished at: 2016-07-06T18:09:40-07:00
= =C2=A0=C2=A0=C2=A0 [INFO] Final Memory: 38M/222M
=C2=A0=C2=A0=C2=A0 [INF= O] ------------------------------
------------------------------------------
=C2=A0=C2=A0=C2=A0
=C2=A0=C2=A0= =C2=A0 [ERROR] Failed to execute goal
=C2=A0=C2=A0=C2=A0 com.github.mave= n-nar:nar-maven
-plug= in:3.2.3:nar-compile
=C2=A0=C2=A0=C2=A0 (default-nar-compile) on project= pljava-so: NAR: Compile failed: gcc
=C2=A0=C2=A0=C2=A0 failed with retu= rn code 1 -> [Help 1]
=C2=A0=C2=A0=C2=A0
=C2=A0=C2=A0=C2=A0 [ERRO= R]
=C2=A0=C2=A0=C2=A0 [ERROR] To see the full stack trace of the errors= , re-run Maven with the -e switch.
=C2=A0=C2=A0=C2=A0 [ERROR] Re-run Mav= en using the -X switch to enable full debug logging.
=C2=A0=C2=A0=C2=A0 = [ERROR]
=C2=A0=C2=A0=C2=A0 [ERROR] For more information about the error= s and possible solutions, please read the following articles:
=C2=A0=C2= =A0=C2=A0 [ERROR] [Help 1] http://cwiki.apache.o= rg/confluence/display/MAVEN/MojoExecutionException
=C2=A0=C2=A0=C2= =A0 [ERROR]
=C2=A0=C2=A0=C2=A0 [ERROR] After correcting the problems, y= ou can resume the build with the command
=C2=A0=C2=A0=C2=A0 [ERROR]=C2= =A0=C2=A0 mvn <goals> -rf :pljava-so

I would welcome any clues= and/or opinions about how to best debug this so that mvn clean install wil= l run error free.



--001a11403b685cd1c90537028514-- --===============9189865393040361540== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Pljava-dev mailing list Pljava-dev@lists.pgfoundry.org http://lists.pgfoundry.org/mailman/listinfo/pljava-dev --===============9189865393040361540==--