You are viewing a plain text version of this content. The canonical link for it is here.
Posted to zeta-issues@incubator.apache.org by "Jérôme Renard (JIRA)" <ji...@apache.org> on 2011/04/03 05:12:05 UTC

[jira] [Updated] (ZETACOMP-63) Target 'phpdoc' should use which 'instead' or 'whereis'

     [ https://issues.apache.org/jira/browse/ZETACOMP-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jérôme Renard updated ZETACOMP-63:
----------------------------------

       Assignee: Jérôme Renard
    Description: 
In the Makefile used to build the website and other docs, on line 56 the command "whereis" is used.
Unfortunately "whereis" looks for standard paths and if you have binaries in extra ones you have to run

sysctl -w user.cs_path=XXXX

This system variable is unfortunately not writeable on Mac OS X (I agree, this sucks).

An easy solution to this problem is to use "which" instead of "whereis".

  was:
In the Makefile used to build the website and other docs, on line 56 the comman "whereis" is used.
Unfortunately whereis looks for standard paths and if you have binaries in extra ones you have to run

sysctl -w user.cs_path=XXXX

This system variable is unfortunately not writeable on Mac OS X (I agree, this sucks).

An easy solution to this problem is to use "which" instead of "whereis".


> Target 'phpdoc' should use which 'instead' or 'whereis'
> -------------------------------------------------------
>
>                 Key: ZETACOMP-63
>                 URL: https://issues.apache.org/jira/browse/ZETACOMP-63
>             Project: Zeta Components
>          Issue Type: Bug
>          Components: Project Website
>         Environment: Mac OS X
>            Reporter: Jérôme Renard
>            Assignee: Jérôme Renard
>            Priority: Trivial
>         Attachments: whichreplaceswhereis.diff.gz
>
>
> In the Makefile used to build the website and other docs, on line 56 the command "whereis" is used.
> Unfortunately "whereis" looks for standard paths and if you have binaries in extra ones you have to run
> sysctl -w user.cs_path=XXXX
> This system variable is unfortunately not writeable on Mac OS X (I agree, this sucks).
> An easy solution to this problem is to use "which" instead of "whereis".

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira