GithubHelp home page GithubHelp logo

Comments (3)

meysampg avatar meysampg commented on July 24, 2024

TEMPORARY SOLUTION: In line 15400 of ./configure, changing $RM "$cfgfile" to $RM -rf "$cfgfile" can solve the problem.

15390     "libtool":C)
15391  
15392     # See if we are running on zsh, and set the options that allow our 
15393     # commands through without removal of \ escapes. 
15394     if test -n "${ZSH_VERSION+set}"; then
15395       setopt NO_GLOB_SUBST 
15396     fi 
15397 
15398     cfgfile=${ofile}T 
15399     trap "$RM \"$cfgfile\"; exit 1" 1 2 15 
15400     $RM -rf "$cfgfile"  # <~~ change this line 
15401   
15402     cat <<_LT_EOF >> "$cfgfile"

from jcal.

fzerorubigd avatar fzerorubigd commented on July 24, 2024

@meysampg can you try this again with #5 ? if its ok, then we can merge it

from jcal.

fzerorubigd avatar fzerorubigd commented on July 24, 2024

tested in ubuntu/debian/arch and it's fixed

from jcal.

Related Issues (5)

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.