Opened 18 years ago
Last modified 18 years ago
#931 closed bug
Installing MIME database fails on Ubuntu Edgy Eft — at Initial Version
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
Building haiku on Ubuntu Edgy Eft fails. Looks like the problem is in the Installing MIME database procedure.
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.