Opened 18 years ago
Last modified 18 years ago
#931 closed bug
Installing MIME database produces weird output (but works) on Ubuntu 6.10 — at Version 4
Reported by: | jackburton | Owned by: | bonefish |
---|---|---|---|
Priority: | low | Milestone: | R1 |
Component: | Build System | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
The step "Installing MIME database" of haiku build produces some weird output on Ubuntu Edgy Eft.
This is the error message: build/scripts/build_haiku_image: 120: +: not found build/scripts/build_haiku_image: 120: +: not found Entry `generated/tmp/mime/mimedb18750_0.mime' is a directory. Command failed: Is a directory Command was:
cp :generated/tmp/mime/mimedb18750_0.mime
/myfs/home/config/settings/beos_mime/application/msword build/scripts/build_haiku_image: 120: +: not found resource(1, "META:TYPE") "application/msword"; resource(1, "META:TYPE") "application/ogg"; Entry `generated/tmp/mime/mimedb18750_0.mime' is a directory. Command failed: Is a directory Command was:
cp :generated/tmp/mime/mimedb18750_0.mime
/myfs/home/config/settings/beos_mime/application/ogg
I think it could depend on the bash version. stefano@shiryu:~/haiku/haiku$ bash --version GNU bash, version 3.1.17(1)-release (i486-pc-linux-gnu) Copyright (C) 2005 Free Software Foundation, Inc.
Change History (4)
comment:1 by , 18 years ago
comment:3 by , 18 years ago
Replying to axeld:
Out of curiosity, what does (( ... )) do? :-)
Absolutely nothing :( In fact I just noticed this doesn't fix my problem. I just searched around for the specific problem and somewhere I read that for math operations you should use (( )). But as I said, this doesn't fix my problem.
comment:4 by , 18 years ago
Description: | modified (diff) |
---|---|
Priority: | normal → low |
Summary: | Installing MIME database fails on Ubuntu Edgy Eft → Installing MIME database produces weird output (but works) on Ubuntu 6.10 |
The following patch fixes the problem. I won't commit it because I'm not sure it works on previous bash versions.