From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-f45.google.com (mail-ej1-f45.google.com [209.85.218.45]) by mail19.linbit.com (LINBIT Mail Daemon) with ESMTP id 546AB4201AA for ; Mon, 14 Nov 2022 09:52:42 +0100 (CET) Received: by mail-ej1-f45.google.com with SMTP id t25so26533521ejb.8 for ; Mon, 14 Nov 2022 00:52:42 -0800 (PST) Date: Mon, 14 Nov 2022 09:52:41 +0100 From: Roland Kammerer To: drbd-dev@lists.linbit.com Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Cc: Milan =?utf-8?Q?P=2E_Stani=C4=87?= Subject: Re: [Drbd-dev] [BUG] drbdadm_parser.c:1968:63: error: 'glob_t' has no member named 'gl_flags' List-Id: "*Coordination* of development, patches, contributions -- *Questions* \(even to developers\) go to drbd-user, please." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Nov 07, 2022 at 01:08:14PM +0100, Milan P. Stanić wrote: > Hi, > > [ Please Cc to me, I'm not subscribed to this mailing list ] > > I'm trying to build drbd-tools 9.22.0 on Alpine Linux which is based on > musl libc (and not glibc). > > [...] > > Musl libc glob.h doesn't have gl_flags nor GLOB_MAGCHAR because it is > non standard glibc extension. thanks for reporting, this should be fixed in https://github.com/LINBIT/drbd-utils/commit/33d5e8f7066116bd0a706c7cdda4950895164d34 > I reverted https://github.com/LINBIT/drbd-utils/commit/4a1b590090bf676cdfb10c198505b95b9eeb3120 > commit and then drbd-tools builds fine. > > Not sure is this revert safe to push drbd-utils in next Alpine release > (which planned for next week) or there is better fix. I think reverting for now is perfectly fine, this deserved a fix, but I don't think it actually happened in the wild that often... Or you pick the proposed fix, which would be a good test for us as well. Currently I'm not sure when the next official release will be done, current gut feeling is not enough interesting things people would wait for has have happened. Regards, rck