[
https://issues.apache.org/jira/browse/BIGTOP-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14182309#comment-14182309
]
Konstantin Boudnik commented on BIGTOP-1477:
--------------------------------------------
Right. Here's the trace from similar make invocation:
{noformat}
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor):
-D_FORTIFY_SOURCE=2
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g
-O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor):
-Wl,-Bsymbolic-functions -Wl,-z,relro
dpkg-buildpackage: source package mahout
dpkg-buildpackage: source version 0.9-1
dpkg-buildpackage: source changed by Bigtop <[email protected]>
dpkg-source --before-build mahout-0.9
dpkg-buildpackage: host architecture amd64
dpkg-checkbuilddeps: Unmet build dependencies: build-essential
dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: warning: (Use -d flag to override.)
debuild: fatal error at line 1350:
dpkg-buildpackage -rfakeroot -D -us -uc -b failed
make: *** [/biggy/workspaces/bigtop/build/mahout//.deb] Error 29
{noformat}
Not that much different, eh?
> Gradle build should print errors
> --------------------------------
>
> Key: BIGTOP-1477
> URL: https://issues.apache.org/jira/browse/BIGTOP-1477
> Project: Bigtop
> Issue Type: Bug
> Components: build
> Affects Versions: 0.8.0
> Reporter: jay vyas
> Fix For: backlog
>
>
> When building with gradle, if something fails, it doesnt seem to clearly
> print out why.
> For example:
> 1) if you run {{gradle mahout-rpm}} on a system without maven installed (i
> agree its idiotic to do this), you just get a failure message
> 2) If you do the same with the "make" command, you get a clear failure (mvn
> not found).
> So lets get gradle error messages as robust as possible to smooth the
> transition to gradle (which im in favor of)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)