Opened 13 years ago

Closed 13 years ago

#7607 closed bug (fixed)

"unexpected operator" since r41812

Reported by: luroh Owned by: mmadia
Priority: normal Milestone: R1
Component: Build System Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Trunk hrev41812, gcc2.

Building gcc2 to HDD under Linux by 'jam -q haiku-image' ends with:

Creating image ...
Writing boot code to "/dev/sda1" (partition offset: 1048576 bytes, start offset = 0) ...
Populating image ...
Extracting data/system/data/firmware/iprowifi3945/iwlwifi-3945-ucode-15.32.2.9.tgz ...
[: 1: unexpected operator
Extracting data/system/data/firmware/iprowifi4965/iwlwifi-1000-ucode-39.31.5.1.tgz ...
[: 2: unexpected operator
Extracting data/system/data/firmware/iprowifi4965/iwlwifi-4965-ucode-228.61.2.24.tgz ...
[: 3: unexpected operator
Extracting data/system/data/firmware/iprowifi4965/iwlwifi-5000-ucode-8.83.5.1.tgz ...
[: 4: unexpected operator
Extracting data/system/data/firmware/iprowifi4965/iwlwifi-5150-ucode-8.24.2.2.tgz ...
[: 5: unexpected operator
Extracting data/system/data/firmware/iprowifi4965/iwlwifi-6000-ucode-9.221.4.1.tgz ...
[: 6: unexpected operator
Extracting data/system/data/firmware/iprowifi4965/iwlwifi-6000g2a-ucode-17.168.5.2.tgz ...
[: 7: unexpected operator
Extracting data/system/data/firmware/iprowifi4965/iwlwifi-6050-ucode-41.28.5.1.tgz ...
[: 8: unexpected operator
Extracting data/system/data/firmware/marvell88w8363/88w8363-fw-3.6.2.2.zip ...
[: 9: unexpected operator
Extracting data/system/data/firmware/ralinkwifi/RT61_Firmware_V1.2.zip ...
[: 10: unexpected operator
Extracting generated/download/icu-4.4.1-x86-gcc2-2010-07-26.zip ...
[: 11: unexpected operator
Extracting generated/download/BeZillaBrowser-2.0.0.22pre-r1a2-x86-gcc2-2010-05-02.zip ...
[: 12: unexpected operator
Extracting generated/download/libiconv-1.13.1-r1a3-x86-gcc2-2011-05-18.zip ...
[: 13: unexpected operator
Extracting generated/download/sed-4.2.1-r1a3-x86-gcc2-2011-05-17.zip ...
[: 14: unexpected operator
Extracting generated/download/tar-1.25-r1a3-x86-gcc2-2011-05-20.zip ...
[: 15: unexpected operator
Deleting old MIME database ...
Installing MIME database ...
Unmounting ...
...updated 412 target(s)...

Attachments (1)

buildfix.diff (547 bytes ) - added by augiedoggie 13 years ago.

Download all attachments as: .zip

Change History (4)

by augiedoggie, 13 years ago

Attachment: buildfix.diff added

comment:1 by augiedoggie, 13 years ago

patch: 01

comment:2 by luroh, 13 years ago

Yes, that patch seems to fix it for me.

comment:3 by mmadia, 13 years ago

Resolution: fixed
Status: newclosed

Oops. Seems my shell scripting's getting a bit rusty. Fixed in hrev41820.

Note: See TracTickets for help on using tickets.