Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-16679

[R] configure fails if CDPATH is not null

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 7.0.0
    • 9.0.0
    • R

    Description

      at line 179 in the configure file inside the R package arrow_7.0.0.tar.gx

      BUNDLED_LIBS=`cd $LIB_DIR && ls *.a`

      if CDPATH is not null (in the env) BUNDLED_DIR will contain also the $LIB_DIR folder path, and the installation will fail during ld

      .../ld.gold: fatal error: .../arrow/libarrow/arrow-7.0.0/lib: pread failed: Is a directory

       

      a better option wuold be something like:

      cd $LIB_DIR

      BUNDLED_LIBS=`ls *.a`

       

      ver. 8.0.0 is affected the same way

       

      have a good day

      Attachments

        Issue Links

          Activity

            People

              assignuser Jacob Wujciak
              Luciani Andrea
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h 50m
                  1h 50m