You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Nick Kew (JIRA)" <ji...@apache.org> on 2010/01/31 02:37:34 UTC

[jira] Created: (TS-126) Solaris build ink_queue fails on freelist definition

Solaris build ink_queue fails on freelist definition
----------------------------------------------------

                 Key: TS-126
                 URL: https://issues.apache.org/jira/browse/TS-126
             Project: Traffic Server
          Issue Type: Bug
          Components: Core
         Environment: OpenSolaris with Sun CC on AMD64
            Reporter: Nick Kew


configure.ac contains the following line:
      common_opt="-mt -m32 -D__WORDSIZE=32" # FIXME: This should be detected

This specifies 32-bit build, which fails with 
"ink_queue.cc", line 136: Error: s is not a member of volatile head_p.
(repeated many times).

This is a define at line 74 of ink_queue.h.  I'm struggling to follow the significance of all the #defines in this code, but there's evidently an inconsistency.

It compiles just fine with 
      common_opt="-mt -m64 -D__WORDSIZE=64" # FIXME: This should be detected

though I have yet to run it in 64 bits!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TS-126) Solaris build ink_queue fails on freelist definition

Posted by "George Paul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Paul resolved TS-126.
----------------------------

    Resolution: Fixed

> Solaris build ink_queue fails on freelist definition
> ----------------------------------------------------
>
>                 Key: TS-126
>                 URL: https://issues.apache.org/jira/browse/TS-126
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>         Environment: OpenSolaris with Sun CC on AMD64
>            Reporter: Nick Kew
>            Assignee: George Paul
>
> configure.ac contains the following line:
>       common_opt="-mt -m32 -D__WORDSIZE=32" # FIXME: This should be detected
> This specifies 32-bit build, which fails with 
> "ink_queue.cc", line 136: Error: s is not a member of volatile head_p.
> (repeated many times).
> This is a define at line 74 of ink_queue.h.  I'm struggling to follow the significance of all the #defines in this code, but there's evidently an inconsistency.
> It compiles just fine with 
>       common_opt="-mt -m64 -D__WORDSIZE=64" # FIXME: This should be detected
> though I have yet to run it in 64 bits!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TS-126) Solaris build ink_queue fails on freelist definition

Posted by "George Paul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Paul reassigned TS-126:
------------------------------

    Assignee: George Paul

> Solaris build ink_queue fails on freelist definition
> ----------------------------------------------------
>
>                 Key: TS-126
>                 URL: https://issues.apache.org/jira/browse/TS-126
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>         Environment: OpenSolaris with Sun CC on AMD64
>            Reporter: Nick Kew
>            Assignee: George Paul
>
> configure.ac contains the following line:
>       common_opt="-mt -m32 -D__WORDSIZE=32" # FIXME: This should be detected
> This specifies 32-bit build, which fails with 
> "ink_queue.cc", line 136: Error: s is not a member of volatile head_p.
> (repeated many times).
> This is a define at line 74 of ink_queue.h.  I'm struggling to follow the significance of all the #defines in this code, but there's evidently an inconsistency.
> It compiles just fine with 
>       common_opt="-mt -m64 -D__WORDSIZE=64" # FIXME: This should be detected
> though I have yet to run it in 64 bits!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.