You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "James Peach (JIRA)" <ji...@apache.org> on 2012/10/17 23:30:03 UTC

[jira] [Resolved] (TS-1539) README file is missing information to perform a successful build from git repo.

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

James Peach resolved TS-1539.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 3.3.1
         Assignee: James Peach

2eaf1761f514c9da959828c271d9652d3cd4e2ca TS-1539: Update build package list in README

Fixed, thanks. We also try to maintain https://cwiki.apache.org/confluence/display/TS/Building (which can be edited by anyone).
                
> README file is missing information to perform a successful build from git repo.
> -------------------------------------------------------------------------------
>
>                 Key: TS-1539
>                 URL: https://issues.apache.org/jira/browse/TS-1539
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build, Documentation
>    Affects Versions: 3.3.0
>            Reporter: Steve Owens
>            Assignee: James Peach
>            Priority: Minor
>             Fix For: 3.3.1
>
>
> The README file in the source available on git seems to be incomplete.  Following the directions in the README for building ATS we have:
> Fedora 11,12, 13, 14, 15:
>     autoconf
>     automake
>     libtool
>     gcc-c++
>     glibc-devel
>     openssl-devel
>     tcl-devel
>     expat-devel
>     pcre
>     libcap-devel
>     hwloc-devel (optional)
>     liblua-devel (optional)
> One more package is required pcre-devel, but this is not discussed in the readme.
> Also, following the following steps:
> 4. BUILDING FROM GIT REPO
>   mkdir -p ~/dev         # make yourself a development dir
>   cd ~/dev               # enter your development dir
>   git clone ...          # get the source code from ASF Git repo
>   cd trafficserver       # enter the checkout dir
>   autoreconf -i          # generate the configure script and Makefile.in files
>   ./configure            # configure the build environment to create Makefiles
>   make                   # execute the compile
> Yields the following error in the make step:
> $ make
> make: *** No targets specified and no makefile found.  Stop.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira