Code Monkey home page Code Monkey logo

build_clover's People

Contributors

christian0101 avatar dids avatar fabiomartino avatar michelepannacci avatar micky1979 avatar philippetev avatar stlvnub avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

build_clover's Issues

Error addTemplateScripts: template 'VBoxHfs' doesn't exists

I'm not very familiar with the structure of this project or clover, so this may be just very stupid, but I encountered with this error:
Error addTemplateScripts: template 'VBoxHfs' doesn't exists
when doing a release build.
so is there a fix or even a way to exclude/skip VBoxHfs (which seems to be causing the issue) from the package at all?

	[BUILD] AppleImageCodec-64.UEFI
	[BUILD] AppleKeyAggregator-64.UEFI
	[BUILD] AppleUITheme-64.UEFI
	[BUILD] DataHubDxe-64.UEFI
	[BUILD] FSInject-64.UEFI
	[BUILD] FirmwareVolume-64.UEFI
	[BUILD] OsxFatBinaryDrv-64.UEFI
	[BUILD] SMCHelper-64.UEFI
Error addTemplateScripts: template 'VBoxHfs' doesn't exists
make: *** [pkg] Error 1
================================================================================
build started at:
Sat Oct 14 18:23:08 NZDT 2017
finished at
Sat Oct 14 18:25:26 NZDT 2017

Done!

                             <--------------------------------------------------
Clover was built successfully!
Press any key to continue...```

options for hard-reset?

is there an option to perform a hard reset on the code base and discard all local modifications?
effectively the same as removing src folder and then resync

I noticed a few times that the pkg file generated has a weird name such as 4748:4796.pkg etc and a clean fixes it.

TODO List and roadmap

Hi Micky and all other collaborators

This is more a way where we can share and propose changes for this new features

The idea (basic concept) is to add a cfg file for store the main script value like SVN url repo and user preferences, in this way the final user can "personalize" his preferences
http://wiki.bash-hackers.org/howto/conffile

Unknown option: 1

I got a issue after launch Build_Clover.command:

Initialized /dev/rdisk4 as a 300 MB case-insensitive HFS Plus volume
Unknown option: 1
Usage: head [-options] <url>...
    -m <method>   use method for the request (default is 'HEAD')
    -f            make request even if head believes method is illegal
    -b <base>     Use the specified URL as base
    -t <timeout>  Set timeout value
    -i <time>     Set the If-Modified-Since header on the request
    -c <conttype> use this content-type for POST, PUT, CHECKIN
    -a            Use text mode for content I/O
    -p <proxyurl> use this as a proxy
    -P            don't load proxy settings from environment
    -H <header>   send this HTTP header (you can specify several)

    -u            Display method and URL before any response
    -U            Display request headers (implies -u)
    -s            Display response status code
    -S            Display response status chain
    -e            Display response headers
    -d            Do not display content
    -o <format>   Process HTML content in various ways

    -v            Show program version
    -h            Print this message

    -x            Extra debugging output
Error can't extract top level dir from /Users/administrator/src/tools/download/cctools-895.tar.gz
-  cctools-895 make mtoc...
Error compiling cctools-895 mtoc ! Check the log /Users/administrator/src/tools/logs/mtoc.make.log.txt

- Ejecting RAM disk
"disk4" ejected.
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

It seem that buildmtoc.sh has a script error:

127   local first_line=$(dd if="$tarball" bs=1024 count=256 2>/dev/null | \
128   tar -t $tar_filter_option -f - 2>/dev/null | head -1)

So I fixed it by remove | head -1 manually.

127   local first_line=$(dd if="$tarball" bs=1024 count=256 2>/dev/null | \
128   tar -t $tar_filter_option -f - 2>/dev/null )

Is it a script bug ?

WSL Ubuntu 16.4 bug

1: build.py...
/home/wei/src/edk2/MdePkg/Library/BaseLib/BaseLib.inf(761): error 000E: File/directory not found in workspace
/home/wei/src/edk2/MdePkg/Library/BaseLib/X86PatchInstruction.c

2: choosing "edit configuration file", no editor appeared.

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.