You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Olaf Flebbe (JIRA)" <ji...@apache.org> on 2016/10/09 13:34:21 UTC

[jira] [Commented] (BIGTOP-2552) Building Greenplum on Ubuntu fails due to the lack of dependent libraries

    [ https://issues.apache.org/jira/browse/BIGTOP-2552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15559995#comment-15559995 ] 

Olaf Flebbe commented on BIGTOP-2552:
-------------------------------------

Seems like toolchain is updated, but docker images are't updated. Running https://ci.bigtop.apache.org/job/Docker-Toolchain-Trunk/ 

> Building Greenplum on Ubuntu fails due to the lack of dependent libraries
> -------------------------------------------------------------------------
>
>                 Key: BIGTOP-2552
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2552
>             Project: Bigtop
>          Issue Type: Bug
>          Components: build
>            Reporter: Kengo Seki
>
> I tried {{./gradlew gpdb-deb}} on Ubuntu 16.04, but it fails with the following error:
> {code}
> sekikn@ubuntu:~/bigtop$ ./gradlew gpdb-deb
> (snip)
> make[1]: Entering directory '/home/sekikn/bigtop/output/gpdb/gpdb-4.3.99.0'
> bash debian/do-component-configure /usr/lib/gpdb
> + ./configure --prefix=/usr/lib/gpdb
> (snip)
> checking for apr-1-config... no
> configure: error: apr-1-config is required for gpfdist, unable to find binary
> debian/rules:32: recipe for target 'override_dh_auto_configure' failed
> make[1]: *** [override_dh_auto_configure] Error 1
> make[1]: Leaving directory '/home/sekikn/bigtop/output/gpdb/gpdb-4.3.99.0'
> debian/rules:27: recipe for target 'build' failed
> make: *** [build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> debuild: fatal error at line 1376:
> dpkg-buildpackage -rfakeroot -D -us -uc -b
>  failed
> :gpdb-deb FAILED
> FAILURE: Build failed with an exception.
> * Where:
> Script '/home/sekikn/bigtop/packages.gradle' line: 310
> * What went wrong:
> Execution failed for task ':gpdb-deb'.
> > Process 'command 'debuild'' finished with non-zero exit value 29
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
> BUILD FAILED
> Total time: 13.709 secs
> {code}
> Eventually it required the following packages installed: libapr1-dev, libevent-dev, libcurl4-openssl-dev, bison, flex.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)