Bug 530 - soclayout/experiments9 build_full.sh fails due to type errors
Summary: soclayout/experiments9 build_full.sh fails due to type errors
Status: RESOLVED WONTFIX
Alias: None
Product: Libre-SOC's first SoC
Classification: Unclassified
Component: Hardware Layout (show other bugs)
Version: unspecified
Hardware: PC Linux
: Normal normal
Assignee: Luke Kenneth Casson Leighton
URL:
Depends on:
Blocks:
 
Reported: 2020-11-13 22:11 GMT by Cole Poirier
Modified: 2023-09-05 20:18 BST (History)
1 user (show)

See Also:
NLnet milestone: ---
total budget (EUR) for completion of task and all subtasks: 0
budget (EUR) for this task, excluding subtasks' budget: 0
parent task for budget allocation:
child tasks for budget allocation:
The table of payments (in EUR) for this task; TOML format:


Attachments
Shortlog of the failure of build_full.sh (10.17 KB, text/plain)
2020-11-13 22:11 GMT, Cole Poirier
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cole Poirier 2020-11-13 22:11:50 GMT
Created attachment 119 [details]
Shortlog of the failure of build_full.sh

Running ./build_full.sh with the following git hashes fails with this error log:

```
Warning 2 : consistency checks will be disabled
`ls180_cts` Error 38 line 981530 :width or/and type mismatch
[snip]
`ls180_cts` Error 38 line 981562 :width or/and type mismatch
Too many errors. Cannot continue further more

		Have a nice day...
***** Loading and flattening chip_r (vst)...make: *** [mk/alliance.mk:54: lvx-chip_r] Error 1
```

Hashes of latest git commits:

soclayout:              e416b052a1aee6df4fc191572fb4c3c204e907b0
alliance-check-toolkit: 4191b439f9839ccf31ad1b601a3109a5bd527a06
alliance:               a8e88646c4a29cb9058cfc7f64221365957c8f73
coriolis2:              d05539378cee8bb7124b432c9a33f905113b3a0c


I'm attaching the last section of the output generated while running `build_full.sh` as a 'shortlog', I can rerun the script and capture the full log should you wish.