LISTSERV mailing list manager LISTSERV 16.5

Help for XROOTD-DEV Archives


XROOTD-DEV Archives

XROOTD-DEV Archives


XROOTD-DEV@LISTSERV.SLAC.STANFORD.EDU


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

XROOTD-DEV Home

XROOTD-DEV Home

XROOTD-DEV  February 2023

XROOTD-DEV February 2023

Subject:

[xrootd/xrootd] fabfbc: [RPM] Add g++ as build dependency

From:

Guilherme Amadio <[log in to unmask]>

Reply-To:

xrootd developers' list for Scalla/xrootd repository and related issues <[log in to unmask]>

Date:

Fri, 17 Feb 2023 06:00:02 -0800

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (369 lines)

  Branch: refs/heads/master
  Home:   https://github.com/xrootd/xrootd
  Commit: fabfbc49e7ac9ca8f7722b10f82005c7bdf1985f
      https://github.com/xrootd/xrootd/commit/fabfbc49e7ac9ca8f7722b10f82005c7bdf1985f
  Author: Guilherme Amadio <[log in to unmask]>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M packaging/rhel/xrootd.spec.in

  Log Message:
  -----------
  [RPM] Add g++ as build dependency


  Commit: 5056af53d17d236e515cb44114133fe9090b34c1
      https://github.com/xrootd/xrootd/commit/5056af53d17d236e515cb44114133fe9090b34c1
  Author: Costin Grigoras <[log in to unmask]>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M src/XrdPosix/XrdPosixAdmin.cc

  Log Message:
  -----------
  Update XrdPosixAdmin.cc

Fixes compilation issue on older gcc

```
/usr/src/xrootd-5.5.2/src/XrdPosix/XrdPosixAdmin.cc: In member function ‘XrdCl::URL* XrdPosixAdmin::FanOut(int&)’:
/usr/src/xrootd-5.5.2/src/XrdPosix/XrdPosixAdmin.cc:70:32: error: ‘ptrdiff_t’ was not declared in this scope
    if (i > std::numeric_limits<ptrdiff_t>::max() / sizeof(XrdCl::URL))
                                ^
/usr/src/xrootd-5.5.2/src/XrdPosix/XrdPosixAdmin.cc:70:32: note: suggested alternatives:
In file included from /usr/include/c++/5/limits:42:0,
                 from /usr/src/xrootd-5.5.2/src/XrdPosix/XrdPosixAdmin.cc:32:
/usr/include/x86_64-linux-gnu/c++/5/bits/c++config.h:197:28: note:   ‘std::ptrdiff_t’
   typedef __PTRDIFF_TYPE__ ptrdiff_t;
                            ^
/usr/include/x86_64-linux-gnu/c++/5/bits/c++config.h:197:28: note:   ‘std::ptrdiff_t’
/usr/src/xrootd-5.5.2/src/XrdPosix/XrdPosixAdmin.cc:70:41: error: template argument 1 is invalid
    if (i > std::numeric_limits<ptrdiff_t>::max() / sizeof(XrdCl::URL))
                                         ^
src/CMakeFiles/XrdPosix.dir/build.make:62: recipe for target 'src/CMakeFiles/XrdPosix.dir/XrdPosix/XrdPosixAdmin.cc.o' failed
make[2]: *** [src/CMakeFiles/XrdPosix.dir/XrdPosix/XrdPosixAdmin.cc.o] Error 1
```


  Commit: 1c6833068806eddc45e286b8079007403d940a60
      https://github.com/xrootd/xrootd/commit/1c6833068806eddc45e286b8079007403d940a60
  Author: Cedric Caffy <[log in to unmask]>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M src/XrdXrootd/XrdXrootdConfig.cc

  Log Message:
  -----------
  XrdHttp: Supports non-natively supported checksum in the case a user provides a checksum computation program

Solves issue #1901


  Commit: 5a832596a59d1055f59620d43fbb740955ce6787
      https://github.com/xrootd/xrootd/commit/5a832596a59d1055f59620d43fbb740955ce6787
  Author: Guilherme Amadio <[log in to unmask]>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M src/XrdCl/XrdClXRootDMsgHandler.cc

  Log Message:
  -----------
  Revert "[XrdCl] Make sure error message does not include a null-character."

This reverts commit 22d308a3dd689607ee0396860d377145836ef55b.


  Commit: 9987b4b41990df69ae611a523acb76c69eeccbbb
      https://github.com/xrootd/xrootd/commit/9987b4b41990df69ae611a523acb76c69eeccbbb
  Author: Guilherme Amadio <[log in to unmask]>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M src/XrdCms/XrdCmsCluster.cc

  Log Message:
  -----------
  [XrdCms] Remove extraneous character from error output

Fixes #1501.


  Commit: a344d5e61f775915465d551a4788891bc2c1193d
      https://github.com/xrootd/xrootd/commit/a344d5e61f775915465d551a4788891bc2c1193d
  Author: David Smith <[log in to unmask]>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M src/XrdXrootd/XrdXrootdXeq.cc

  Log Message:
  -----------
  [Server] Avoid a race condition during deferred file close


  Commit: dedcb2d1c92ceaa8d99db1471414ad9493b4fb05
      https://github.com/xrootd/xrootd/commit/dedcb2d1c92ceaa8d99db1471414ad9493b4fb05
  Author: Matevz Tadel <[log in to unmask]>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M src/XrdPfc/XrdPfcFile.cc

  Log Message:
  -----------
  [Pfc] Add missing if-error for a rare direct-read error trace.


  Commit: 0058c176367539237d6b0e593e2488a3d2a20514
      https://github.com/xrootd/xrootd/commit/0058c176367539237d6b0e593e2488a3d2a20514
  Author: Matthew Feickert <[log in to unmask]>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M src/XrdCms/XrdCmsRRQ.cc

  Log Message:
  -----------
  fix: Avoid 'may be used uninitialized' warning

* Initialize all variables to avoid a potential 'may be used
  uninitialized' warning that will become an error with `-flto=auto`
  is used.

Co-authored-by: Adrian Sevcenco <[log in to unmask]>


  Commit: 70260556599bbe6f763e2f21fca6a1490fc21ea0
      https://github.com/xrootd/xrootd/commit/70260556599bbe6f763e2f21fca6a1490fc21ea0
  Author: Guilherme Amadio <[log in to unmask]>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M docs/ReleaseNotes.txt

  Log Message:
  -----------
  Update release notes for v5.5.3


  Commit: 751bf284616f304ecc5aa4202f3df4fa4d2d63bc
      https://github.com/xrootd/xrootd/commit/751bf284616f304ecc5aa4202f3df4fa4d2d63bc
  Author: Guilherme Amadio <[log in to unmask]>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M docs/PreReleaseNotes.txt
    M docs/ReleaseNotes.txt
    M packaging/rhel/xrootd.spec.in
    M src/XrdCl/XrdClXRootDMsgHandler.cc
    M src/XrdCms/XrdCmsCluster.cc

  Log Message:
  -----------
  Merge v5.5.3 into master


  Commit: ad2960e6a5264ee2ccc22d04e621f23660f28101
      https://github.com/xrootd/xrootd/commit/ad2960e6a5264ee2ccc22d04e621f23660f28101
  Author: Guilherme Amadio <[log in to unmask]>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M cmake/XRootDOSDefs.cmake

  Log Message:
  -----------
  [CMake] Add check for musl libc

Out of principle musl libc provides no means for detecting it, leaving
developers to figure it out for themselves. The choice here is to use
the compiler to print the target triple, which contains the libc
implementation as the last part. On Voidlinux it's x86_64-linux-musl,
and on Alpine it's x86_64-alpine-linux-musl. This should be reliable
enough to not wrongly detect other libc implementations as musl (and
failure to detect will only affect platforms based on musl as well).

See https://wiki.musl-libc.org/faq.html for more information.


  Commit: 075067321dc8fa13c6e2bf07e0d56b849e533efc
      https://github.com/xrootd/xrootd/commit/075067321dc8fa13c6e2bf07e0d56b849e533efc
  Author: Piotr Wójcik <[log in to unmask]>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M src/Xrd/XrdPoll.hh
    M src/XrdNet/XrdNetMsg.cc
    M src/XrdOfs/XrdOfsHandle.cc
    M src/XrdTls/XrdTlsTempCA.cc
    M src/XrdVoms/XrdVomsMapfile.cc

  Log Message:
  -----------
  Use standard poll.h, errno.h in place of sys/*.h


  Commit: e281a27f314b257cc8300035dae125c0fc7719de
      https://github.com/xrootd/xrootd/commit/e281a27f314b257cc8300035dae125c0fc7719de
  Author: Ben Jargowsky <[log in to unmask]>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M src/XrdPosix/XrdPosixLinkage.hh
    M src/XrdPosix/XrdPosixPreload.cc
    M src/XrdSys/XrdSysPlatform.hh
    M src/XrdSys/XrdSysPthread.hh

  Log Message:
  -----------
  Add (partial) support for musl libc

Based on work from pull request #1632.

Co-authored-by: Guilherme Amadio <[log in to unmask]>


  Commit: 0f5c2319a03ce28d2508d7ea7f08e5611fa5a829
      https://github.com/xrootd/xrootd/commit/0f5c2319a03ce28d2508d7ea7f08e5611fa5a829
  Author: Guilherme Amadio <[log in to unmask]>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M src/XrdAcc/XrdAccGroups.cc
    M src/XrdNet/XrdNetSecurity.cc

  Log Message:
  -----------
  Provide dummy implementation of innetgr() when compiling with musl


  Commit: aac3dd24c26854aeba75703cd204891bbc24b6da
      https://github.com/xrootd/xrootd/commit/aac3dd24c26854aeba75703cd204891bbc24b6da
  Author: Guilherme Amadio <[log in to unmask]>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M src/XrdOssCsi/XrdOssCsiTagstoreFile.hh

  Log Message:
  -----------
  [XrdOssCsi] Include byteswap.h everywhere except on macOS


  Commit: 9ff4dc1a5d1f2777b67a1687e341b3c967a803cb
      https://github.com/xrootd/xrootd/commit/9ff4dc1a5d1f2777b67a1687e341b3c967a803cb
  Author: Guilherme Amadio <[log in to unmask]>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M src/Xrd/XrdConfig.hh
    M src/XrdPosix/XrdPosixFile.hh

  Log Message:
  -----------
  Include missing sys/types.h where needed to support musl


  Commit: 9f6f473bb1bcec49784b582af9c50678744fb05b
      https://github.com/xrootd/xrootd/commit/9f6f473bb1bcec49784b582af9c50678744fb05b
  Author: Guilherme Amadio <[log in to unmask]>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M src/XrdCl/XrdClFileStateHandler.hh
    M src/XrdCl/XrdClMonitor.hh

  Log Message:
  -----------
  Include missing sys/time.h where needed to support musl


  Commit: ecf528af5e152bad2c5f2c239dfe22bd1b7c75a1
      https://github.com/xrootd/xrootd/commit/ecf528af5e152bad2c5f2c239dfe22bd1b7c75a1
  Author: Guilherme Amadio <[log in to unmask]>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M src/XrdOuc/XrdOucBackTrace.cc

  Log Message:
  -----------
  [XrdOuc] Adapt XrdOucBackTrace.cc to support musl

The header execinfo.h is not available on musl, so the #ifdefs
needed to be adjusted accordingly. This header is available on
macOS, and with both glibc and uclibc on Linux, though.


  Commit: 647e29428284cd5a4c313580023567a720bb8a19
      https://github.com/xrootd/xrootd/commit/647e29428284cd5a4c313580023567a720bb8a19
  Author: Guilherme Amadio <[log in to unmask]>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M src/XrdPosix/XrdPosix.cc

  Log Message:
  -----------
  [XrdPosix] Add utility functions fseterr/fseteof with musl support


  Commit: cfd2b1da0cff73cc93f402fac48805e86751b4ed
      https://github.com/xrootd/xrootd/commit/cfd2b1da0cff73cc93f402fac48805e86751b4ed
  Author: Guilherme Amadio <[log in to unmask]>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M .github/workflows/build.yml

  Log Message:
  -----------
  [CI] Add build on Alpine Linux

This covers building with musl libc.


  Commit: 59fb5bee2f2be5fd770d49280e89e0d71e973a3a
      https://github.com/xrootd/xrootd/commit/59fb5bee2f2be5fd770d49280e89e0d71e973a3a
  Author: Guilherme Amadio <[log in to unmask]>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M .github/workflows/build.yml
    M cmake/XRootDOSDefs.cmake
    M src/Xrd/XrdConfig.hh
    M src/Xrd/XrdPoll.hh
    M src/XrdAcc/XrdAccGroups.cc
    M src/XrdCl/XrdClFileStateHandler.hh
    M src/XrdCl/XrdClMonitor.hh
    M src/XrdNet/XrdNetMsg.cc
    M src/XrdNet/XrdNetSecurity.cc
    M src/XrdOfs/XrdOfsHandle.cc
    M src/XrdOssCsi/XrdOssCsiTagstoreFile.hh
    M src/XrdOuc/XrdOucBackTrace.cc
    M src/XrdPosix/XrdPosix.cc
    M src/XrdPosix/XrdPosixFile.hh
    M src/XrdPosix/XrdPosixLinkage.hh
    M src/XrdPosix/XrdPosixPreload.cc
    M src/XrdSys/XrdSysPlatform.hh
    M src/XrdSys/XrdSysPthread.hh
    M src/XrdTls/XrdTlsTempCA.cc
    M src/XrdVoms/XrdVomsMapfile.cc

  Log Message:
  -----------
  Merge branch musl into master


Compare: https://github.com/xrootd/xrootd/compare/1e70bd4ec58f...59fb5bee2f2b

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1

Top of Message | Previous Page | Permalink

Advanced Options


Options

Log In

Log In

Get Password

Get Password


Search Archives

Search Archives


Subscribe or Unsubscribe

Subscribe or Unsubscribe


Archives

August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010

ATOM RSS1 RSS2



LISTSERV.SLAC.STANFORD.EDU

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager

Privacy Notice, Security Notice and Terms of Use