You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/21 05:29:21 UTC

[jira] [Work logged] (TS-4546) Build errors for H2 tests on OmniOS

     [ https://issues.apache.org/jira/browse/TS-4546?focusedWorklogId=26726&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26726 ]

ASF GitHub Bot logged work on TS-4546:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Aug/16 05:28
            Start Date: 21/Aug/16 05:28
    Worklog Time Spent: 10m 
      Work Description: GitHub user maskit opened a pull request:

    https://github.com/apache/trafficserver/pull/885

    TS-4546: Fix a build error on OmniOS

    https://issues.apache.org/jira/browse/TS-4546
    OmniOS doesn't have d_type in dirent structure, so use stat() instead.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/maskit/trafficserver ts4546

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/885.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #885
    
----
commit 651d98a8a7e3c886530fdcfeeb0e0e8399569a80
Author: Masakazu Kitajo <ma...@apache.org>
Date:   2016-08-21T05:21:08Z

    TS-4546: Fix a build error on OmniOS
    
    OmniOS doesn't have d_type in dirent structure, so use stat() instead.

----


Issue Time Tracking
-------------------

            Worklog Id:     (was: 26726)
            Time Spent: 10m
    Remaining Estimate: 0h

> Build errors for H2 tests on OmniOS
> -----------------------------------
>
>                 Key: TS-4546
>                 URL: https://issues.apache.org/jira/browse/TS-4546
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build, Tests
>            Reporter: Leif Hedstrom
>            Assignee: Masakazu Kitajo
>             Fix For: 7.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {code}
>   CXX      test_HPACK.o
> /home/leif/apache/trafficserver.git/proxy/http2/test_HPACK.cc: In function ‘int prepare()’:
> /home/leif/apache/trafficserver.git/proxy/http2/test_HPACK.cc:332:12: error: ‘struct dirent’ has no member named ‘d_type’
>      if (d->d_type == DT_REG) {
>             ^
> /home/leif/apache/trafficserver.git/proxy/http2/test_HPACK.cc:332:22: error: ‘DT_REG’ was not declared in this scope
>      if (d->d_type == DT_REG) {
>                       ^
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)