Git Product home page Git Product logo

Comments (4)

eitsupi avatar eitsupi commented on May 28, 2024

#38 does not seem enough for R-universe.

   	cargo build --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target
      Updating git repository `https://github.com/extendr/extendr`
      Updating crates.io index
      Updating git repository `https://github.com/PRQL/prql`
  error: failed to get `prql-compiler` as a dependency of package `prqlr v0.1.0 (/tmp/RtmpilNWCq/Rbuild5ef55c3be2a/prqlr/src/rust)`
  
  Caused by:
    failed to load source for dependency `prql-compiler`
  
  Caused by:
    Unable to update https://github.com/PRQL/prql?rev=1b4217c01c590c51a3e80c8a11b28f78f109a110#1b4217c0
  
  Caused by:
    object not found - no match for id (1b4217c01c590c51a3e80c8a11b28f78f109a110); class=Odb (9); code=NotFound (-3)
  make: *** [Makevars:16: rust/target/release/libprqlr.a] Error 101
  ERROR: compilation failed for package ‘prqlr’

from prqlc-r.

eitsupi avatar eitsupi commented on May 28, 2024

Curiously, the following build (ubuntu:jammy based rocker/r-ver) succeeds.

-> The installation was failing, but it just wasn't getting build errors......

docker build -t prqlr-test -<<EOF
FROM rocker/r-ver
RUN apt-get update && apt-get install -y --no-install-recommends cargo git
RUN R -s -e 'install.packages("remotes")'
RUN R -q -e 'remotes::install_git("https://github.com/eitsupi/prqlr.git", ref = "9131d1cc5e227f368e57015aa29819c34db15a19")'
EOF

from prqlc-r.

eitsupi avatar eitsupi commented on May 28, 2024

The cause was the use of the original URL even though it is ref of fork commit, and the use of the version.workspace.

from prqlc-r.

eitsupi avatar eitsupi commented on May 28, 2024

Reopened by #40...

from prqlc-r.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.