Opened 14 years ago
Closed 14 years ago
#7427 closed bug (fixed)
Optional Packages: lua not found (404)
Reported by: | MichaelPeppers | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/Development |
Keywords: | optional package lua | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
hrev41168 gcc4hybrid, the installoptionalpackage script tries to download "lua-5.1.4-x86-gcc4-2010-10-31.zip" from haiku-files.org, but that file doesn't exist, in fact the latest gcc4 package of lua is called "lua-5.1.4-x86-gcc4-2010-10-30.zip".
Attachments (3)
Change History (10)
by , 14 years ago
Attachment: | LuaFix.patch added |
---|
comment:1 by , 14 years ago
patch: | 0 → 1 |
---|
comment:3 by , 14 years ago
patch: | 1 → 0 |
---|
by , 14 years ago
Attachment: | gcc4lua.patch added |
---|
comment:4 by , 14 years ago
patch: | 0 → 1 |
---|
comment:5 by , 14 years ago
try:
svn diff > patchname.patch
I've attached one done using that method. Ideally we like them done from the trunk root, this one was done from the Jam directory.
Applied in hrev41210.
comment:7 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
First stab at using diff command.