[lustre-discuss] Misplaced position for two glibc checks

2022-06-02 Thread Åke Sandgren
Hi! The tests for LC_GLIBC_SUPPORT_FHANDLES and LC_GLIBC_SUPPORT_COPY_FILE_RANGE must be in the "core" set of configure tests, i.e. in the === AC_DEFUN([LC_CONFIGURE], [ AC_MSG_NOTICE([Lustre core checks === section. The reason for that is that they are required for the client/server utils

[lustre-discuss] Small bug in 2.14 debian/rules

2022-06-02 Thread Åke Sandgren
Hi! In 2.14.0 debian/rules there is a comment that breaks a commands \-line continuation causing exported env vars to be dropped. Simple fix is (configure-stamp rule): === diff --git a/debian/rules b/debian/rules index df80c077ba..14b1892fbf 100755 --- a/debian/rules +++ b/debian/rules @@

Re: [lustre-discuss] Small bug in 2.14 debian/rules

2022-06-02 Thread Sebastien Buisson via lustre-discuss
Thanks for reporting this. I created Jira ticket LU-15908 (https://jira.whamcloud.com/browse/LU-15908), and pushed patch https://review.whamcloud.com/47512 to fix the problem. Cheers, Sebastien. > Le 2 juin 2022 à 11:01, Åke Sandgren a écrit : > > Sorry, meant master not 2.14, and it's

Re: [lustre-discuss] Small bug in 2.14 debian/rules

2022-06-02 Thread Åke Sandgren
Sorry, meant master not 2.14, and it's commit a5084c2f2ec On 6/2/22 10:33, Åke Sandgren wrote: Hi! In 2.14.0 debian/rules there is a comment that breaks a commands \-line continuation causing exported env vars to be dropped. Simple fix is (configure-stamp rule): === diff --git

Re: [lustre-discuss] Small bug in 2.14 debian/rules

2022-06-02 Thread Peter Jones via lustre-discuss
Ake Have you opened a JIRA ticket about this? Peter On 2022-06-02, 2:01 AM, "lustre-discuss on behalf of Åke Sandgren" wrote: Sorry, meant master not 2.14, and it's commit a5084c2f2ec On 6/2/22 10:33, Åke Sandgren wrote: > Hi! > > In 2.14.0 debian/rules there is a

Re: [lustre-discuss] Small bug in 2.14 debian/rules

2022-06-02 Thread Åke Sandgren
No I didn't, forgot to. Sebastien handled it though. On 6/3/22 00:16, Peter Jones wrote: Ake Have you opened a JIRA ticket about this? Peter On 2022-06-02, 2:01 AM, "lustre-discuss on behalf of Åke Sandgren" wrote: Sorry, meant master not 2.14, and it's commit a5084c2f2ec On