Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module to bromolow-7.0.1-42218 #1

Open
WMP opened this issue Oct 24, 2021 · 0 comments
Open

No module to bromolow-7.0.1-42218 #1

WMP opened this issue Oct 24, 2021 · 0 comments

Comments

@WMP
Copy link

WMP commented Oct 24, 2021

I use https://github.com/tossp/redpill-tool-chain/tree/0280a673821dae83ab8d1277bafb2460f8a04088

root@serwer:~/redpill-tool-chain# ./redpill_tool_chain.sh build bromolow-7.0.1-42218 && ./redpill_tool_chain.sh auto bromolow-7.0.1-42218 
[+] Building 15.1s (15/15) FINISHED                                                                                      
 => [internal] load build definition from Dockerfile                                                                3.5s
 => => transferring dockerfile: 32B                                                                                 0.0s
 => [internal] load .dockerignore                                                                                   3.8s
 => => transferring context: 2B                                                                                     0.0s
 => [internal] load metadata for docker.io/library/debian:8-slim                                                    2.4s 
 => [stage-1 1/9] FROM docker.io/library/debian:8-slim@sha256:b9b0e7354098cbd534861d7532c082fb81cdb4d893303ba1f322  0.0s
 => [internal] load build context                                                                                   2.0s 
 => => transferring context: 148B                                                                                   0.0s
 => CACHED [stage-1 2/9] RUN cp /etc/apt/sources.list /etc/apt/sources.list.bak &&     sed  -i "s/archive.ubuntu.c  0.0s 
 => CACHED [stage-1 3/9] RUN git clone https://github.com/RedPill-TTG/redpill-lkm.git  -b master  /opt/redpill-lkm  0.0s 
 => CACHED [extract 2/2] ADD downloads/ds.bromolow-7.0.dev.txz /                                                    0.0s 
 => CACHED [stage-1 4/9] COPY --from=extract /usr/local/x86_64-pc-linux-gnu/x86_64-pc-linux-gnu/sys-root/usr/lib/m  0.0s 
 => CACHED [stage-1 5/9] RUN if [ "apollolake" = "bromolow" ]; then echo '+' > /opt/toolkit_dev-bromolow-7.0.1-422  0.0s 
 => CACHED [stage-1 6/9] WORKDIR /opt                                                                               0.0s 
 => CACHED [stage-1 7/9] COPY Makefile /opt/                                                                        0.0s 
 => CACHED [stage-1 8/9] COPY entrypoint.sh /entrypoint.sh                                                          0.0s 
 => CACHED [stage-1 9/9] RUN chmod +x /entrypoint.sh                                                                0.0s 
 => exporting to image                                                                                              1.1s 
 => => exporting layers                                                                                             0.0s
 => => writing image sha256:0ea89b45b4b0ec7f25dfba6805365f40f134d7bed4442e55618d89f86bbb14cd                        0.3s 
 => => naming to docker.io/library/redpill-tool-chain:bromolow-7.0.1-42218                                          0.0s
Checking if redpill-lkm sources require pull.
  Nothing to do.
Check if redpill-load sources require pull.
  Nothing to do.
Lay back and enjoy the show: Magic is about to happen!
make[1]: Entering directory '/opt/redpill-lkm'
make -C /opt/toolkit_dev-bromolow-7.0.1-42218 M=/opt/redpill-lkm RP_MODULE_TARGET="dev" RP_MODULE_TARGET_VER="7" modules
make[2]: Entering directory '/opt/toolkit_dev-bromolow-7.0.1-42218'
RP-TARGET SPECIFIED AS dev v7
  CC [M]  /opt/redpill-lkm/compat/string_compat.o
  CC [M]  /opt/redpill-lkm/internal/helper/math_helper.o
  CC [M]  /opt/redpill-lkm/internal/helper/memory_helper.o
  CC [M]  /opt/redpill-lkm/internal/helper/symbol_helper.o
  CC [M]  /opt/redpill-lkm/internal/scsi/scsi_toolbox.o
  CC [M]  /opt/redpill-lkm/internal/scsi/scsi_notifier_list.o
  CC [M]  /opt/redpill-lkm/internal/scsi/scsi_notifier.o
  CC [M]  /opt/redpill-lkm/internal/override/override_symbol.o
  CC [M]  /opt/redpill-lkm/internal/override/override_syscall.o
  CC [M]  /opt/redpill-lkm/internal/intercept_execve.o
  CC [M]  /opt/redpill-lkm/internal/call_protected.o
  CC [M]  /opt/redpill-lkm/internal/intercept_driver_register.o
  CC [M]  /opt/redpill-lkm/internal/stealth/sanitize_cmdline.o
  CC [M]  /opt/redpill-lkm/internal/stealth.o
  CC [M]  /opt/redpill-lkm/internal/virtual_pci.o
  CC [M]  /opt/redpill-lkm/internal/uart/uart_swapper.o
  CC [M]  /opt/redpill-lkm/internal/uart/vuart_virtual_irq.o
  CC [M]  /opt/redpill-lkm/internal/uart/virtual_uart.o
  CC [M]  /opt/redpill-lkm/internal/ioscheduler_fixer.o
  CC [M]  /opt/redpill-lkm/config/cmdline_delegate.o
  CC [M]  /opt/redpill-lkm/config/runtime_config.o
  CC [M]  /opt/redpill-lkm/shim/boot_dev/boot_shim_base.o
  CC [M]  /opt/redpill-lkm/shim/boot_dev/usb_boot_shim.o
  CC [M]  /opt/redpill-lkm/shim/boot_dev/fake_sata_boot_shim.o
In file included from /opt/redpill-lkm/shim/boot_dev/fake_sata_boot_shim.c:46:0:
/opt/redpill-lkm/compat/toolkit/include/../drivers/usb/storage/usb.h:50:2: warning: #warning "Using compatibility file for drivers/usb/storage/usb.h - if possible do NOT compile using toolkit" [-Wcpp]
 #warning "Using compatibility file for drivers/usb/storage/usb.h - if possible do NOT compile using toolkit"
  ^
  CC [M]  /opt/redpill-lkm/shim/boot_dev/native_sata_boot_shim.o
  CC [M]  /opt/redpill-lkm/shim/boot_device_shim.o
  CC [M]  /opt/redpill-lkm/shim/storage/smart_shim.o
  CC [M]  /opt/redpill-lkm/shim/storage/sata_port_shim.o
  CC [M]  /opt/redpill-lkm/shim/bios/bios_hwcap_shim.o
  CC [M]  /opt/redpill-lkm/shim/bios/bios_hwmon_shim.o
  CC [M]  /opt/redpill-lkm/shim/bios/rtc_proxy.o
  CC [M]  /opt/redpill-lkm/shim/bios/bios_shims_collection.o
  CC [M]  /opt/redpill-lkm/shim/bios_shim.o
  CC [M]  /opt/redpill-lkm/shim/block_fw_update_shim.o
  CC [M]  /opt/redpill-lkm/shim/disable_exectutables.o
  CC [M]  /opt/redpill-lkm/shim/pci_shim.o
  CC [M]  /opt/redpill-lkm/shim/pmu_shim.o
  CC [M]  /opt/redpill-lkm/shim/uart_fixer.o
  CC [M]  /opt/redpill-lkm/redpill_main.o
  LD [M]  /opt/redpill-lkm/redpill.o
  Building modules, stage 2.
RP-TARGET SPECIFIED AS dev v7
  MODPOST 1 modules
  CC      /opt/redpill-lkm/redpill.mod.o
  LD [M]  /opt/redpill-lkm/redpill.ko
make[2]: Leaving directory '/opt/toolkit_dev-bromolow-7.0.1-42218'
make[1]: Leaving directory '/opt/redpill-lkm'
#############################################
filename:       /opt/redpill-lkm/redpill.ko
license:        GPL
version:        v0.5-at-2021_10_24-08_58_31
author:         TTG
retpoline:      Y
srcversion:     9D5817BD80754EFE921A0AC
depends:        
vermagic:       3.10.108 SMP mod_unload 
#############################################
Using user_config.json:
{
  "extra_cmdline": {
    "pid": "0x0001",
    "vid": "0x46f4",
    "sn": "C6{cut}50",
    "mac1": "00{cut}C7"
  }
}
#############################################
/opt/redpill-load /opt
[#] Checking runtime for required tools... [OK]
[#] Updating extensions... 

[#] Checking runtime for required tools... [OK]
[#] Extension thethorgroup.boot-wait is already installed from https://raw.githubusercontent.com/tossp/rp-ext/master/redpill-boot-wait/rpext-index.json
[#] Checking runtime for required tools... [OK]
[#] Updating thethorgroup.boot-wait extension... 
[#] Downloading remote file https://raw.githubusercontent.com/tossp/rp-ext/master/redpill-boot-wait/rpext-index.json to /opt/redpill-load/custom/extensions/_new_ext_index.tmp_json
######################################################################## 100.0%

[#] Extension thethorgroup.boot-wait index is already up to date
[#] Updating thethorgroup.virtio extension... 
[#] Downloading remote file https://raw.githubusercontent.com/RedPill-TTG/redpill-virtio/master/rpext-index.json to /opt/redpill-load/custom/extensions/_new_ext_index.tmp_json
######################################################################## 100.0%

[#] Extension thethorgroup.virtio index is already up to date
[#] Updating thethorgroup.virtio extension... [OK]
[#] Checking runtime for required tools... [OK]
[#] Updating ds3615xs_42218 platforms extensions... 
[#] Downloading remote file https://raw.githubusercontent.com/RedPill-TTG/redpill-boot-wait/master/recipes/universal.json to /opt/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
######################################################################## 100.0%

[#] Extension thethorgroup.boot-wait for ds3615xs_42218 platform is already up to date
[-] The extension thethorgroup.virtio was found. However, the extension index has no recipe for ds3615xs_42218 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:
[#] ========================================== thethorgroup.virtio ==========================================
[#] Extension name: VirtIO
[#] Description: Adds VirtIO support for fast network/PCI/SCSI/network/console paravirtualization under QEmu (Proxmox, VirtualBox, virsh, and similar)
[#] To get help visit: <todo>
[#] Extension preparer/packer: https://github.com/RedPill-TTG/redpill-virtio
[#] Software author: https://www.linux-kvm.org/page/Virtio
[#] Update URL: https://raw.githubusercontent.com/RedPill-TTG/redpill-virtio/master/rpext-index.json
[#] Platforms supported: ds3615xs_25556 ds918p_25556 ds3615xs_41222 ds918p_41890 
[#] =======================================================================================

[-] Failed to update recipe for thethorgroup.virtio extension for platform ds3615xs_42218. The script will terminate as you do not
[-] have previously downloaded recipe which can be used if download fails. Try again later. If problem
[-] persists contact the extension packer for support (displayed below)
[#] ========================================== thethorgroup.virtio ==========================================
[#] Extension name: VirtIO
[#] Description: Adds VirtIO support for fast network/PCI/SCSI/network/console paravirtualization under QEmu (Proxmox, VirtualBox, virsh, and similar)
[#] To get help visit: <todo>
[#] Extension preparer/packer: https://github.com/RedPill-TTG/redpill-virtio
[#] Software author: https://www.linux-kvm.org/page/Virtio
[#] Update URL: https://raw.githubusercontent.com/RedPill-TTG/redpill-virtio/master/rpext-index.json
[#] Platforms supported: ds3615xs_25556 ds918p_25556 ds3615xs_41222 ds918p_41890 
[#] =======================================================================================

[!] Cannot continue due to previous errors (see above)

*** Process will exit ***
[!] Failed to update all extensions for ds3615xs_42218 platform - see errors above

*** Process will exit ***
Makefile:29: recipe for target 'build_redpill_load' failed
make: *** [build_redpill_load] Error 1
root@serwer:~/redpill-tool-chain#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant