Thank you! I am trying it out now doing make ramips.youku-yk1 (the name of the profile I created). I wait whether it compiles.Lantis wrote: I have pushed that into Gargoyle in the same PR linked above as well.
However, I checked out the pull request also into another and tried to do make custom. This now asks for git username and password. Is that intentional, or am I doing something wrong?
Code: Select all
ghorvath@SamsungLaptop:~/work/gargoyle$ make custom
( \
target=`echo custom | sed 's/\..*$//'` ; \
profile=`echo custom | sed 's/^.*\.//'` ; \
have_profile=`echo custom | grep "\."` ; \
if [ -z "$have_profile" ] ; then profile="" ; fi ; \
if [ ! -d "targets/${target}" ] ; then echo "ERROR: Specified Target Does Not Exist" ; exit ; fi ; \
if [ -n "$profile" ] && [ ! -d "targets/${target}/profiles/${profile}" ] ; then echo "ERROR: Specified Target Profile Does Not Exist" ; exit ; fi ; \
if [ -d "Distribution" ] ; then rm -rf "Distribution" ; fi ;\
if [ ! -d "${target}-src" ] || [ "false" = "1" -o "false" = "true" -o "false" = "TRUE" ] ; then \
bash build.sh "$target" "1.11.X (Built 20180810-0501 git@773556d4)" "99" "ar71xx" "ar71xx" "true" "true" "$profile" "internationalize" "English-EN" "English-EN" "auto" "false"; \
else \
bash rebuild.sh "$target" "1.11.X (Built 20180810-0501 git@773556d4)" "99" "true" "true" "$profile" "internationalize" "English-EN" "English-EN" "auto" "false"; \
fi ; \
)
Error: target language package not found.
**************************************************************************
** node/npm not installed globally! Attempting to build them **
**************************************************************************
uglifyjs ok!
Compressing Javascript files...
cp: stat '/mnt/work/ghorvath/gargoyle/compressed_javascript/*' sikertelen: Nincs ilyen fájl vagy könyvtár
Done!
uglifycss ok!
Compressing CSS files...
cp: stat '/mnt/work/ghorvath/gargoyle/compressed_css/*' sikertelen: Nincs ilyen fájl vagy könyvtár
Done!
**************************************************************************
Gargoyle is now building target: custom / custom
(with 6 build threads)
**************************************************************************
Setting ar71xx as the custom build target platform in menuconfig
Editing config file to build in Warning: python was not found.
/mnt/work/ghorvath/gargoyle
Error: the internationalization plugin was not found. translation
Warning: injecting gargoyle-i18n package into config file
Warning: target language not present in config file
Target language Warning: python was not found.
/mnt/work/ghorvath/gargoyle
Error: the internationalization plugin was not found. missing from package directory
Using shell script to set i18n language
Cloning into '/mnt/work/ghorvath/gargoyle/downloaded/openwrt-18.06-packages-2a8d8ad'...
Username for 'https://github.com':
Password for 'https://github.com':
remote: Repository not found.
fatal: Authentication failed for 'https://github.com/openwrt/openwrt-18.06.git/'
build.sh: 602. sor: cd: /mnt/work/ghorvath/gargoyle/downloaded/openwrt-18.06-packages-2a8d8ad: Nincs ilyen fájl vagy könyvtár
error: pathspec 'openwrt-18.06' did not match any file(s) known to git.
ls: '/mnt/work/ghorvath/gargoyle/downloaded/openwrt-18.06-packages-2a8d8ad' nem érhető el: Nincs ilyen fájl vagy könyvtár
cat: /mnt/work/ghorvath/gargoyle/package-prepare/gargoyle/Makefile: Nincs ilyen fájl vagy könyvtár
mv: '.vermake'-t nem lehet ide áthelyezni: '/mnt/work/ghorvath/gargoyle/custom-src/package/gargoyle/Makefile': Nincs ilyen fájl vagy könyvtár
^CMakefile:56: recipe for target 'custom' failed
make: *** [custom] Félbeszakítás
ghorvath@SamsungLaptop:~/work/gargoyle$