-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bad test checking for default group [patch] #95
Comments
Hi, I actually think there are two issues. |
So, is it ok to patch this? |
I agree it needs fixing in the test. Probably by using getgid() instead of my_groups[0] in case rc==0 and producing a real error in case rc==-1. |
Ok, here is #96 |
Looks like it didn't work...
|
I would say that if launchpad doesn't provide a groupname for gid 110, that's a bug in the launchpad build environment. There actually is already an open bug for that: https://bugs.launchpad.net/launchpad-buildd/+bug/1820348 |
thanks, I reported my bug too, and marked as duplicate of that one... |
Fixed in GCT v6.2.20190906. |
Hello, some build environments (e.g. launchpad builders) don't have a default group, so we have a failure in
https://launchpadlibrarian.net/433273991/buildlog_ubuntu-eoan-amd64.globus-gridftp-server_13.11-2_BUILDING.txt.gz
we patched the source to not fail on that test...
Is it possible to have some upstream workaround or to disable that test?
this is the "patch"
http://launchpadlibrarian.net/433274011/globus-gridftp-server_13.11-2_13.11-2ubuntu1.diff.gz
The text was updated successfully, but these errors were encountered: