Coder Social home page Coder Social logo

Comments (6)

tpoechtrager avatar tpoechtrager commented on July 22, 2024

Need the whole build log.

Run: SDK_VERSION=10.10 OCDEBUG=1 UNATTENDED=1 ./build.sh &>build.log

Then upload build.log to https://gist.github.com/.

from osxcross.

Wohlstand avatar Wohlstand commented on July 22, 2024

Made: https://gist.github.com/Wohlstand/abaf4404428082b5a866

from osxcross.

tpoechtrager avatar tpoechtrager commented on July 22, 2024

Hmm, no idea where

CCTOOLS_REVHASH=repos/osxcross/tarballs/cctools-862-ld64-241

comes from.

What's in tarballs/? Does does this help?

from osxcross.

Wohlstand avatar Wohlstand commented on July 22, 2024
  1. taballs/
    2015-07-05 21 49 39

  2. patch < meow.diff gives me:

vitaly@WHL-PC-001L ~/_git_repos/osxcross $ patch < meow.diff
patching file build.sh
Hunk #1 succeeded at 154 (offset -9 lines).
Hunk #2 FAILED at 231.
1 out of 2 hunks FAILED -- saving rejects to file build.sh.rej

and still same
"touch: cannot touch 'have_cctools_repos/osxcross/tarballs/cctools-862-ld64-241_darwin14': No such file or directory"

"repos/osxcross/tarballs/cctools-862-ld64-241"
is a part of:
"/home/vitaly/_git_repos/osxcross/tarballs/cctools-862-ld64-241.9_2201b7b.tar.xz"
I think, is a strong miss up with management of paths 😋

I think, you know about bash tricks like this:

#safe way
VAR=$var2"/folder_1/xxx/"$meow"/filex.sh"
#unsafe ways
VAR=$var2/folder_1/xxx/$meow/filex.sh
VAR="$var2/folder_1/xxx/$meow/filex.sh"

from osxcross.

tpoechtrager avatar tpoechtrager commented on July 22, 2024

Should be fixed.

from osxcross.

Wohlstand avatar Wohlstand commented on July 22, 2024

Yay! That has been fixed! 😄
Thank you!
2015-07-05 22 10 46

from osxcross.

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.