pocopico / rp-ext

GNU General Public License v2.0
529 stars 368 forks source link

Unable build loader when extension "redpill-acpid" added #126

Open jimlee2048 opened 2 years ago

jimlee2048 commented 2 years ago

Platform: apollolake-7.1.0-42661

Before the build, I add the extension "redpill-acpid":

./rploader.sh ext apollolake-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/redpill-load/develop/redpill-acpid/rpext-index.json

and the output showed it supported my platform ds918p_42661 and was added successfully.

[#] ========================================== jumkey.acpid2 ==========================================
[#] Extension name: ACPI Daemon v2
[#] Description: ACPI Daemon v2 that handles power button events
[#] To get help visit: https://github.com/jumkey/redpill-load/raw/develop/redpill-acpid
[#] Extension preparer/packer: https://github.com/jumkey/redpill-load/raw/develop/redpill-acpid
[#] Software author: https://sourceforge.net/projects/acpid2/
[#] Update URL: https://github.com/jumkey/redpill-load/raw/develop/redpill-acpid/rpext-index.json
[#] Platforms supported: ds1621p_42218 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 ds918p_42661 ds1621p_42661 ds918p_25556 dva3221_42218 ds3615xs_42661 ds3622xsp_42661 ds2422p_42661 ds3622xsp_42218 ds2422p_42218 dva3221_42621 ds3615xs_41222 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 ds920p_42621 ds920p_42550 ds918p_42218 ds2422p_42621 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds3622xsp_42621 
[#] =======================================================================================

But when i build the loader:

./rploader.sh build apollolake-7.1.0-42661

the output print that it was not supported on the platform.

[#] Checking runtime for required tools... [OK]
[#] Updating ds918p_42661 platforms extensions... 
[-] The extension jumkey.acpid2 was found. However, the extension index has no recipe for ds918p_42661 platform. It may not be
[-] supported on that platform, or author didn't updated it for that platform yet. You can try running
[-] "ext-manager.sh update" to refresh indexes for all extensions manually. Below are the currently known information about
[-] the extension stored locally:
[#] ========================================== jumkey.acpid2 ==========================================
[#] Extension name: ACPI Daemon v2
[#] Description: ACPI Daemon v2 that handles power button events
[#] To get help visit: https://github.com/jumkey/redpill-load/raw/develop/redpill-acpid
[#] Extension preparer/packer: https://github.com/jumkey/redpill-load/raw/develop/redpill-acpid
[#] Software author: https://sourceforge.net/projects/acpid2/
[#] Update URL: https://github.com/jumkey/redpill-load/raw/develop/redpill-acpid/rpext-index.json
[#] Platforms supported: ds1621p_42218 ds918p_41890 dva3221_42661 ds3617xs_42218 ds920p_42661 ds918p_25556 dva3221_42218 ds3622xsp_42218 ds2422p_42218 ds3615xs_41222 ds3615xs_25556 ds920p_42218 ds918p_42218 ds3615xs_42218 
[#] =======================================================================================
jimlee2048 commented 2 years ago

My temporary solution is using the extension link from your another repositories: pocopico/redpill-load when adding extension:

./rploader.sh ext apollolake-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/redpill-load/develop/redpill-acpid/rpext-index.json
eeRieee1 commented 2 years ago

The same problem