User Details
- User Since
- Oct 23 2016, 10:57 AM (448 w, 3 d)
Today
Qt tests now pass for me too.
Yesterday
Sun, May 25
Sat, May 24
Thanks. The latest upload fixes those tests for me, all 8 pass.
Fri, May 23
Thu, May 22
I pushed changes that allow testing glib's file monitoring: https://github.com/arrowd/freebsd-ports/tree/inotify-test
Wed, May 21
Sun, May 18
Sat, May 17
Fri, May 16
I patched libinotify-kqueue to call into the native implementation and then ran its tests. Some of them are failing, here's the log
Hmm, does a clean build work?
Thu, May 15
Wed, May 14
I tried building it with make buildworld && make buildkernel and it failed with
--- libsys.so.7.full --- Building shared library libsys.so.7 ... ld: error: version script assignment of 'FBSDprivate_1.0' to symbol '_inotify_add_watch' failed: symbol not defined ld: error: version script assignment of 'FBSDprivate_1.0' to symbol '__sys_inotify_add_watch' failed: symbol not defined ld: error: version script assignment of 'FBSDprivate_1.0' to symbol '_inotify_rm_watch' failed: symbol not defined ld: error: version script assignment of 'FBSDprivate_1.0' to symbol '__sys_inotify_rm_watch' failed: symbol not defined cc: error: linker command failed with exit code 1 (use -v to see invocation)
Tue, May 13
So, while I am still not sure what problem we're solving here, this what I came up with:
What are consumers of this port?
Mon, May 12
Now that distinfo's are separated, why do we need this autogen stuff at all?
LGTM as well.
Sun, May 11
Because the structure of the ports itself is changed in non-trivial way.
Why bump PORTREVISIONs? There should be no visible changes in the resulting package.
Sat, May 10
Fri, May 9
Thu, May 8
Wed, May 7
I'm still baffled about what's the problem with all these distinfos. Decoupling nvidia-driver-XXX distinfos looks like a good idea to me, so maybe we should start with that?
Tue, May 6
- Rebase and update
Can you please show commands that are causing the problem that this change tries to solve? It feels like there should be a simpler solution.