WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
26160
Compile fails in MacOSX when GNU fileutils are installed
https://bugs.webkit.org/show_bug.cgi?id=26160
Summary
Compile fails in MacOSX when GNU fileutils are installed
Shinichiro Hamaji
Reported
2009-06-03 07:35:30 PDT
As GNU fileutils' ln command does not support -h option, the build fails if GNU fileutils is installed in my PATH (I'll attach the error log). Though we can avoid this compile failure by changing PATH, it would harm nothing to use Apple's ln command explicitly.
Attachments
Patch v1
(3.68 KB, patch)
2009-06-03 07:35 PDT
,
Shinichiro Hamaji
ap
: review+
Details
Formatted Diff
Diff
Error log
(50.38 KB, text/plain)
2009-06-03 07:36 PDT
,
Shinichiro Hamaji
no flags
Details
Patch v2
(3.71 KB, patch)
2009-06-04 21:43 PDT
,
Shinichiro Hamaji
ddkilzer
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Shinichiro Hamaji
Comment 1
2009-06-03 07:35:58 PDT
Created
attachment 30905
[details]
Patch v1 JavaScriptCore/ChangeLog | 8 ++++++++ .../JavaScriptCore.xcodeproj/project.pbxproj | 2 +- WebCore/ChangeLog | 8 ++++++++ WebCore/WebCore.xcodeproj/project.pbxproj | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-)
Shinichiro Hamaji
Comment 2
2009-06-03 07:36:36 PDT
Created
attachment 30906
[details]
Error log
Alexey Proskuryakov
Comment 3
2009-06-04 03:44:05 PDT
Comment on
attachment 30905
[details]
Patch v1
> + Use /bin/ln instead of ln for cases where this command is used with -h option. As this option is not supported by GNU fileutils, this change helps users who have GNU fileutils in their PATH.
We usually try to make lines a bit shorter in ChangeLogs, unlike in source files. r=me
Shinichiro Hamaji
Comment 4
2009-06-04 09:24:48 PDT
I see. I'll fix the length of lines in ChangeLog and upload another patch. Are there any recommended length? Maybe ~100Bytes seems to be the max length?
Shinichiro Hamaji
Comment 5
2009-06-04 21:43:32 PDT
Created
attachment 30989
[details]
Patch v2 JavaScriptCore/ChangeLog | 10 ++++++++++ .../JavaScriptCore.xcodeproj/project.pbxproj | 2 +- WebCore/ChangeLog | 10 ++++++++++ WebCore/WebCore.xcodeproj/project.pbxproj | 2 +- 4 files changed, 22 insertions(+), 2 deletions(-)
Shinichiro Hamaji
Comment 6
2009-06-04 21:43:54 PDT
Comment on
attachment 30989
[details]
Patch v2 Added line breaks for ChangeLog.
David Kilzer (:ddkilzer)
Comment 7
2009-06-05 07:17:47 PDT
Comment on
attachment 30989
[details]
Patch v2 A reference to this bug should also be included in the ChangeLog, but I'll do that when I land the patch.
David Kilzer (:ddkilzer)
Comment 8
2009-06-05 07:44:23 PDT
$ git svn dcommit Committing to
http://svn.webkit.org/repository/webkit/trunk
... M JavaScriptCore/ChangeLog M JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj M WebCore/ChangeLog M WebCore/WebCore.xcodeproj/project.pbxproj Committed
r44470
http://trac.webkit.org/changeset/44470
Shinichiro Hamaji
Comment 9
2009-06-05 15:29:30 PDT
> A reference to this bug should also be included in the ChangeLog, but I'll do > that when I land the patch.
Oops. Sorry for forgetting about the bug URL and thanks for landing this change!
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug