ostroproject / ostro-os

Ostro OS
Other
93 stars 43 forks source link

test build: try some fixes for CI branch #143

Closed pohly closed 8 years ago

pohly commented 8 years ago

https://github.com/ostroproject/ostro-os/pull/116 fails for various reasons. This branch here has additional commits addressing some of these failures.

tripzero commented 8 years ago

Seems like adding -fpie -shared to the build products that are failing should also work.

pohly commented 8 years ago

@tripzero yes, reordering command line parameters via Makefile patches would also work. But I was looking for a simple solution first.

tripzero commented 8 years ago

build is stuck?

pohly commented 8 years ago

@tripzero meta-swupd is extremely slow in this test build. We already discussed/analyzed it on IRC today, but didn't come to a conclusion. However, the build of openjdk has worked, which is what matters more in the PR.

okartau commented 8 years ago

very slow or not progressing, how to tell the difference... I terminated jobs after 28h or running. That was the job where I traced pseudo and tar progress on a builder (it was 17h run time then). tar processes were active moving one 1.7 G tree around back then, but for some reason job did not got forward from that same step.

pohly commented 8 years ago

All local fixes merged elsewhere, replaced by PR #144.