Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

head -1 will not work in some environments #5055

Closed
vicuna opened this issue May 19, 2010 · 1 comment
Closed

head -1 will not work in some environments #5055

vicuna opened this issue May 19, 2010 · 1 comment
Assignees
Labels

Comments

@vicuna
Copy link

vicuna commented May 19, 2010

Original bug ID: 5055
Reporter: @ygrek
Assigned to: @damiendoligez
Status: closed (set by @damiendoligez on 2010-05-21T11:29:02Z)
Resolution: fixed
Priority: normal
Severity: trivial
Version: 3.11.1
Fixed in version: 3.12.0+dev
Category: ~DO NOT USE (was: OCaml general)

Bug description

During Ocaml build there is the following output :

echo "#define OCAML_VERSION "head -1 ../VERSION"" > version.h
head: -1' option is obsolete; use -n 1'
Try `head --help' for more information.

Build runs to completion but the resulting ocamlc -version doesn't show version number. This happens on some embedded linux platform.

$ grep -R -l 'head -1' trunk/ | grep -v svn-base
trunk/tools/make-package-macosx
trunk/yacc/Makefile.nt
trunk/yacc/Makefile
trunk/testsuite/tests/lib-threads/test2.checker
trunk/testsuite/tests/lib-threads/testsignal.checker
trunk/testsuite/tests/lib-threads/test3.checker
trunk/testsuite/tests/lib-threads/testsignal2.checker
trunk/byterun/Makefile.common
trunk/camlp4/unmaintained/etc/Makefile
trunk/stdlib/Makefile.shared

Additional information

See http://mldonkey.sourceforge.net/phpBB2/viewtopic.php?p=30324#30324

@vicuna
Copy link
Author

vicuna commented May 21, 2010

Comment author: @damiendoligez

Fixed by using sed instead. Hopefully, that will change less often than head.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants