Created attachment 376482 [details] build.log Build log attached.
Created attachment 382468 [details, diff] Add epatch_user to gam-server ebuild.
Created attachment 382470 [details, diff] Fix gam-server to use the correct return value. In gam_eq.c the function gam_eq_flush checks if the first parameter is null. It uncorrectly returns without a value when the first parameter is null. Fix the function to return FALSE, which is the default return value in case no works needs to be done (the queue is empty).
I have attached the patch for the build to use epatch_user (diff). The second patch fixes the return value of the offending function. The ebuild compiles and tests fine both with gcc 4.8.3 and clang-3.4.2. I have tested both versions available in portage.
Hi all, this bug has been open for almost two years now. The patch still applies with clang-3.7.1. Given that gam-server hasn't seen much activity since 2008, but seems to still be deployed as default file alteration monitor (at least, it was picked as default on my system), can someone please commit the patch? This will have to be carried in the tree forever I guess, unless upstream sees new life.
I'm curious what uses gamin/gam-server on your system. It's beyond deprecated, it's abandonware at this point. Gnome, the original user of gamin, has stopped using it for years since gnome-vfs started providing a "monitor" API, implemented using inotify. Nowadays, even *that* API has been superseded by the GFileMonitor API in glib/gio. Cheers
Thank you for the heads up! I was wondering whether this was already superseded in some way. Anyway, following the revdep chain yields: app-admin/gam-server-0.1.10-r2 pulled in by: app-admin/gamin-0.1.10-r1 requires >=app-admin/gam-server-0.1.10 app-admin/gamin-0.1.10-r1 pulled in by: virtual/fam-0-r1 requires >=app-admin/gamin-0.1.10-r1 [abi_x86_32(-),abi_x86_64(-)] virtual/fam-0-r1 pulled in by: net-fs/samba-3.6.25 requires >=virtual/fam-0-r1 [abi_x86_32(-),abi_x86_64(-)], =virtual/fam-0-r1 [abi_x86_32(-),abi_x86_64(-)] Thinking I was carrying over configuration bits from old installations, I did a grep on /etc/portage for 'fam' - nothing showed up. I guess this is enabled by default with the following profile: default/linux/amd64/13.0/desktop Would it make sense to disable it by default instead? Or even treeclean the whole "fam" flag and related packages? A quick grep on profiles subfolder in the tree reveals that the fam use flag is masked by default for packages which support inotify, and app-admin/fam, the alternative to gamin in the virtual, is masked in the bsd profiles since 2005 because "is dead upstream".
The PR https://github.com/gentoo/gentoo/pull/14737 has been opened for almost 1 month and nobody has cared. Could someone take a look at the PR and finally has merged it so we ultimately have supported clang? Thank you
tinderbox has reproduced this issue with version 0.1.10-r3 - Updating summary.
Dead upstream: last release in 2009, the [project homepage](https://www.gnome.org/~veillard/gamin/) 404s, the [author's homepage](http://veillard.com/) seems stuck in 2009. A few distros [still have the package](https://repology.org/project/gamin/versions), but Fedora seemingly removed it 3 years ago. I doubt it'll be missed in Gentoo.
app-admin/fam seems to be in a similar situation. I guess modern apps use inotify (or similar daemon-less APIs) directly nowadays.