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

[jira] [Comment Edited] (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:comment-tabpanel&focusedCommentId=13478395#comment-13478395 ] 

Steve Owens edited comment on TS-1539 at 10/17/12 9:20 PM:
-----------------------------------------------------------

So apparently the error being encountered was covered in the following e-mail thread:
http://mail-archives.apache.org/mod_mbox/trafficserver-users/201210.mbox/%3C987F1C0B1D1ECE4088ABA4175B84CF0D53781BC5@BIEXCHMB01.biperf.com%3E

So this is yet another package not mentioned in the README: pkgconfig
                
      was (Author: steveo.disney):
    So apparently the error being encountered was covered in the following e-mail thread:
http://mail-archives.apache.org/mod_mbox/trafficserver-users/201210.mbox/%3C987F1C0B1D1ECE4088ABA4175B84CF0D53781BC5@BIEXCHMB01.biperf.com%3E

So this is yet another package not mentioned in the README: pkg-config
                  
> 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
>            Priority: Minor
>
> 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