Date: Wed, 12 Jun 2013 22:00:01 GMT From: Michael Gmelin <freebsd@grem.de> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/179233: [MAINTAINER] devel/ice: update to 3.5.0 Message-ID: <201306122200.r5CM01Rx012727@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/179233; it has been noted by GNATS. From: Michael Gmelin <freebsd@grem.de> To: William Grzybowski <william88@gmail.com> Cc: bug-followup@FreeBSD.org Subject: Re: ports/179233: [MAINTAINER] devel/ice: update to 3.5.0 Date: Wed, 12 Jun 2013 23:53:00 +0200 On Wed, 12 Jun 2013 18:23:43 -0300 William Grzybowski <william88@gmail.com> wrote: > Tests are failing for me: > > *** running tests 9/85 in > /usr/ports/devel/ice/work/Ice-3.5.0/cpp/test/Slice/keyword > *** configuration: Default > *** test started: 06/12/13 18:20:13 > starting client... ok > Testing operation name... ok > terminate called after throwing an instance of > 'IceUtil::ThreadSyscallException' > what(): ../../include/IceUtil/Mutex.h:303: > IceUtil::ThreadSyscallException: syscall exception: Invalid argument > unexpected exit status: expected: 0, got -6 Traceback (most recent > call last): File > "/usr/ports/devel/ice/work/Ice-3.5.0/cpp/test/Slice/keyword/run.py", > line 24, in <module> TestUtil.simpleTest(client) > File "/usr/ports/devel/ice/work/Ice-3.5.0/scripts/TestUtil.py", line > 1424, in simpleTest > client.waitTestSuccess() > File "/usr/ports/devel/ice/work/Ice-3.5.0/scripts/Expect.py", line > 564, in waitTestSuccess > test(self.exitstatus, exitstatus) > File "/usr/ports/devel/ice/work/Ice-3.5.0/scripts/Expect.py", line > 549, in test > assert False > AssertionError > ('test in /usr/ports/devel/ice/work/Ice-3.5.0/cpp/test/Slice/keyword > failed with exit status', 256) > > FreeBSD venon 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r249253M: Mon Apr > 8 11:48:10 BRT 2013 william@venon:/usr/obj/usr/src/sys/VENON > amd64 > > -- > William Grzybowski > ------------------------------------------ > Curitiba/PR - Brasil Hi William, The port has been tested on the current release version of FreeBSD (9.1-RELEASE) using a world built with system gcc (4.2.1) and system clang (3.1), libstdc++ and libc++, c++98 an c++11, it also builds fine on the current legacy release version (8.3-RELEASE at the time I opened the PR, haven't tested on 8.4 yet). I can't really test the port on or optimize it for 10-CURRENT, which is dramatically different and ships with a more recent version of the clang compiler and libc++. By the way, the error you're getting is caused by a call to pthread_mutex_lock failing, which in turn could be related to changes in the OS, default compiler flags etc. Please test on a current release version of FreeBSD. If it's still failing on 9.1-RELEASE please send me a complete build output and a list of packages installed on the system you're testing on as well as the content of /etc/make.conf. I've been testing this port for weeks, so seeing it fail on 9.1-RELEASE would be quite a surprise. If you still feel that the port should work on 10-CURRENT (with no official release date for 10.0 announced yet), please let me know, so I can discuss on ports@. Thanks for your time and effort. Cheers, Michael -- Michael Gmelin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306122200.r5CM01Rx012727>