[E-devel] Fwd: Fwd: EFL - FreeBSD Jenkins build failed

2020-08-24 Thread Quelrond
getdents.txt - 2 Forwarded Message Subject:Fwd: EFL - FreeBSD Jenkins build failed Date: Mon, 24 Aug 2020 18:12:36 +0200 From: Quelrond To: [email protected] I've done some tests on my work laptop. I can reproduce the problem. Rever

[E-devel] Fwd: Fwd: EFL - FreeBSD Jenkins build failed

2020-08-24 Thread Quelrond
getdents.txt Forwarded Message Subject:Fwd: EFL - FreeBSD Jenkins build failed Date: Mon, 24 Aug 2020 18:12:36 +0200 From: Quelrond To: [email protected] I've done some tests on my work laptop. I can reproduce the problem. Reverting

[E-devel] Fwd: EFL - FreeBSD Jenkins build failed

2020-08-24 Thread Quelrond
I've done some tests on my work laptop. I can reproduce the problem. Reverting some commits, I found the commit that broke things: git checkout cef058c48b21c6effed8d6580876632b4344ec7f .   ==> build OK git checkout 4b4c208d99358941cfe886bc1a87e38c2390f0bd .  ==> build failed Peter

[E-devel] EFL 1.25.0 alpha 1

2020-08-24 Thread Stefan Schmidt
With this alpha release we are marking the freeze of development and start of the stabilization phase for the efl 1.25 release cycle. We hope to conclude this stabilization with an final release in 3-4 weeks time. Please give it some testing and report problems to us so we can work towards a we

Re: [E-devel] EFL - FreeBSD Jenkins build failed

2020-08-24 Thread Al Poole
Peter, I've only got a stock amd64 12.1-RELEASE-p7. I cannot test specifically as per your conditions, but the build does not fail (fresh tree). Can you find the specific commit? Perhaps someone else may be able to answer why it is failing there. On Mon, Aug 24, 2020 at 10:21 AM Quelrond wrote:

[E-devel] EFL - FreeBSD Jenkins build failed

2020-08-24 Thread Quelrond
Hello! My Jenkins cannot build EFL anymore. It seems that the problem appeared starting from one of these commits: 1. eina: Close file in unlink test (commit: bfc3e9f ) 2. eina_test_lock.c: Implement cloc

Re: [E-devel] Tests....

2020-08-24 Thread Carsten Haitzler
On Sun, 23 Aug 2020 21:46:14 -0400 Christopher Michael said: I don't get these... and check.h says they are fine: #define fail_if(expr, ...)\ (expr) ? \ _ck_assert_failed(__FILE__, __LINE__, "Failure '"#expr"' occurred" , ## __VA_ARGS__, NULL) \ : _mark_point(__FILE__, __LINE__) CK_DLL_EX