Activity

From 08/29/2016 to 09/27/2016

09/27/2016

07:49 PM Bug #2517 (Resolved): Fix/document variable resolution order
Applied in changeset commit:caca92ed7967db5c2016917dc80a1865ca7e83ca. J. Moringen
07:49 PM Bug #2653 (Closed): ${next-value|${true}} evaluates true when previous value is defined as false
No longer reproducible. J. Moringen
10:05 AM Bug #2653 (In Progress): ${next-value|${true}} evaluates true when previous value is defined as f...
J. Moringen
10:00 AM Feature #1683 (Resolved): Cache results of analysing projects
I think the current implemented is reasonably complete. Further improvements can be tracked in separate issues. J. Moringen
09:59 AM Bug #2649 (Closed): build-generator hangs
J. Moringen

09/23/2016

02:43 PM Bug #2665 (Rejected): Memory fault with 32 bit build-generator in Arch Linux 64 bit
This is very likely a problem with the 32-bit version of the @libssl@ library on the building system not being binary... J. Moringen
10:37 AM Bug #2665 (Rejected): Memory fault with 32 bit build-generator in Arch Linux 64 bit
Using the provided build-generator script in the jenkins tarball shows errors during execution such as 'corruption wa... T. Dankert

09/09/2016

02:31 PM Bug #2655: Variables defined on cmdline or in distribution-context cannot be used in versions sec...
> Do you absolutely need this now?
No, this is not urgent at all. I just was wondering, why this is not possible. ...
R. Haschke
01:24 PM Bug #2655: Variables defined on cmdline or in distribution-context cannot be used in versions sec...
R. Haschke wrote:
> I used the following snippet:
>
> [...]
>
> build-gen complains that version @${ros}@ is n...
J. Moringen
01:12 PM Bug #2655: Variables defined on cmdline or in distribution-context cannot be used in versions sec...
I used the following snippet:... R. Haschke
09:36 AM Bug #2655 (Feedback): Variables defined on cmdline or in distribution-context cannot be used in v...
R. Haschke wrote:
> I would like to use the variable ${ros} to specify some versions of projects/recipes.
Please ...
J. Moringen
03:41 AM Bug #2655 (Feedback): Variables defined on cmdline or in distribution-context cannot be used in v...
I would like to use the variable ${ros} to specify some versions of projects/recipes. R. Haschke
02:10 PM Bug #2654 (Resolved): Switching of repository type doesn't work
Applied in changeset commit:afb45fbbdaf59b9e86f85ab75f98eab2836a369e. J. Moringen
09:39 AM Bug #2654 (Feedback): Switching of repository type doesn't work
R. Haschke wrote:
> If I switch a projects repository type, e.g. from git to archive, the existing jenkins settings ...
J. Moringen

09/08/2016

01:53 AM Bug #2654 (Resolved): Switching of repository type doesn't work
If I switch a projects repository type, e.g. from git to archive, the existing jenkins settings for the git repositor... R. Haschke
09:20 PM Bug #2650: setting cxxflags might be incompatible to CMAKE_BUILD_TYPE-induced settings
Thanks Robert. Checked my current distribution. At least your changes do not cause any breakage so far ;) L. Schillingmann
02:01 PM Bug #2650 (Closed): setting cxxflags might be incompatible to CMAKE_BUILD_TYPE-induced settings
R. Haschke wrote:
> If you like my changes, yes ;-)
The changes are pushed to master already. Thus all amendments...
J. Moringen
01:52 PM Bug #2650: setting cxxflags might be incompatible to CMAKE_BUILD_TYPE-induced settings
If you like my changes, yes ;-) R. Haschke
11:53 AM Bug #2650 (Feedback): setting cxxflags might be incompatible to CMAKE_BUILD_TYPE-induced settings
We're done with this issue, right? J. Moringen
10:59 AM Bug #2650: setting cxxflags might be incompatible to CMAKE_BUILD_TYPE-induced settings
I pushed some changes to make CMAKE_BUILD_TYPE configurable along with cxxflags (using variable cmake.build.type). Th... R. Haschke
05:48 PM Bug #2652 (Resolved): dependency resolution fails for rsb-opencv
Applied in changeset commit:caaf6623b565a2c271460bb1431d378435998815. J. Moringen
03:17 PM Bug #2652 (In Progress): dependency resolution fails for rsb-opencv
Seems to be a combination of template changes and a bug concerning variable inheritance between templates. J. Moringen
02:25 PM Bug #2652: dependency resolution fails for rsb-opencv
I have reproduced the problem. A seems to be caused by a template change. Not sure which one, yet. J. Moringen
01:56 PM Bug #2652: dependency resolution fails for rsb-opencv
R. Haschke wrote:
> It's not the OpenCV dependency that poses the problem for me.
> Rather, rsb-opencv is not list...
J. Moringen
01:51 PM Bug #2652: dependency resolution fails for rsb-opencv
It's not the OpenCV dependency that poses the problem for me.
Rather, rsb-opencv is not listed with any failed depe...
R. Haschke
12:03 PM Bug #2652: dependency resolution fails for rsb-opencv
R. Haschke wrote:
> Recipe is called rsb-opencv.project.
I made a minimal distribution...
J. Moringen
11:39 AM Bug #2652: dependency resolution fails for rsb-opencv
Recipe is called rsb-opencv.project. Do you need anything else? I'm working on lsp-famula-nightly.distribution in lsp... R. Haschke
11:15 AM Bug #2652: dependency resolution fails for rsb-opencv
R. Haschke wrote:
> With my latest changes to master, the dependency resolution for rsb-opencv fails for a reason I ...
J. Moringen
11:04 AM Bug #2652 (Resolved): dependency resolution fails for rsb-opencv
With my latest changes to master, the dependency resolution for rsb-opencv fails for a reason I cannot understand.
r...
R. Haschke
11:29 AM Bug #2653: ${next-value|${true}} evaluates true when previous value is defined as false
I have a test foo.distribution committed to branch rhaschke-tests. R. Haschke
11:28 AM Bug #2653 (Closed): ${next-value|${true}} evaluates true when previous value is defined as false
I tried to add the possibility to override the repository default settings in a distribution.
As we discussed elsewh...
R. Haschke

09/06/2016

09:03 PM Bug #2650: setting cxxflags might be incompatible to CMAKE_BUILD_TYPE-induced settings
I guess, the template and variable replacement mechanism is not powerful enough to do so. You would need an if-clause... R. Haschke
08:58 PM Bug #2650: setting cxxflags might be incompatible to CMAKE_BUILD_TYPE-induced settings
Lets check on a way to remove this default behaviour if any intentional compiler flag configuration is set. L. Schillingmann
08:48 PM Bug #2650: setting cxxflags might be incompatible to CMAKE_BUILD_TYPE-induced settings
I didn't run into serious issues. But a -O1 option which I have set on purpose in cxxflags was overriden by CMAKE_CXX... R. Haschke
06:50 PM Bug #2650: setting cxxflags might be incompatible to CMAKE_BUILD_TYPE-induced settings
R. Haschke wrote:
> Setting cxxflags leads to the option -DCMAKE_CXX_FLAGS=${cxxflags}.
> However, you also set -DC...
J. Moringen
06:31 PM Bug #2650 (Closed): setting cxxflags might be incompatible to CMAKE_BUILD_TYPE-induced settings
Setting cxxflags leads to the option -DCMAKE_CXX_FLAGS=${cxxflags}.
However, you also set -DCMAKE_BUILD_TYPE=RelWith...
R. Haschke

08/31/2016

12:41 PM Bug #2649 (Feedback): build-generator hangs
Thanks for the report. Should be fixed in most recent build. J. Moringen
11:31 AM Bug #2649: build-generator hangs
build-generator 0.6.22-r4 works fine. R. Haschke
11:25 AM Bug #2649 (Closed): build-generator hangs
On Xenial, the build-generator (0.7.18-b219) hangs with 100% CPU usage:
DEPLOY/PROJECT: 100.00 %
ORCHESTRATION: ...
R. Haschke
 

Also available in: Atom