You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Luca Rea (JIRA)" <ji...@apache.org> on 2012/11/21 11:17:58 UTC

[jira] [Created] (TS-1582) make fails

Luca Rea created TS-1582:
----------------------------

             Summary: make fails
                 Key: TS-1582
                 URL: https://issues.apache.org/jira/browse/TS-1582
             Project: Traffic Server
          Issue Type: Bug
          Components: Build
    Affects Versions: 3.3.0
         Environment: Fedora 17 64bit - gcc 4.7
            Reporter: Luca Rea


building the trunk master (dev) thare are many errors like the following:

error: unable to find string literal operator 'operator"" PRId64'

To solve please run something like:

find ./trafficserver -type f -name "*.cc" -exec sed -i 's/\"\(PRI.64\)/\"\ \1/g' {} \;

--
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

[jira] [Updated] (TS-1582) make fails

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

Luca Rea updated TS-1582:
-------------------------

    Attachment: config.log
                diff.log
                make.log

make.log contains the output of make command
diff.log contains the files modified by sed command
                
> make fails
> ----------
>
>                 Key: TS-1582
>                 URL: https://issues.apache.org/jira/browse/TS-1582
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.3.0
>         Environment: Fedora 17 64bit - gcc 4.7
>            Reporter: Luca Rea
>         Attachments: config.log, diff.log, make.log
>
>
> building the trunk master (dev) thare are many errors like the following:
> error: unable to find string literal operator 'operator"" PRId64'
> To solve please run something like:
> find ./trafficserver -type f -name "*.cc" -exec sed -i 's/\"\(PRI.64\)/\"\ \1/g' {} \;

--
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

[jira] [Resolved] (TS-1582) gcc 4.7 needs a space between strings and format specifiers

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

Igor Galić resolved TS-1582.
----------------------------

       Resolution: Fixed
    Fix Version/s: 3.3.1
         Assignee: Igor Galić

b216afa
                
> gcc 4.7 needs a space between strings and format specifiers
> -----------------------------------------------------------
>
>                 Key: TS-1582
>                 URL: https://issues.apache.org/jira/browse/TS-1582
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.3.0
>         Environment: Fedora 17 64bit - gcc 4.7
>            Reporter: Luca Rea
>            Assignee: Igor Galić
>             Fix For: 3.3.1
>
>         Attachments: config.log, diff.log, make.log
>
>
> building the trunk master (dev) thare are many errors like the following:
> error: unable to find string literal operator 'operator"" PRId64'
> To solve please run something like:
> find ./trafficserver -type f -name "*.cc" -exec sed -i 's/\"\(PRI.64\)/\"\ \1/g' {} \;

--
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

[jira] [Updated] (TS-1582) make fails

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

Luca Rea updated TS-1582:
-------------------------

    Description: 
building the trunk master (dev) thare are many errors like the following:

error: unable to find string literal operator 'operator"" PRId64'

To solve please run something like:

find ./trafficserver -type f -name "*.cc" -exec sed -i 's/\"\(PRI.64\)/\"\ \1/g' {} \;

  was:
building the trunk master (dev) thare are many errors like the following:

error: unable to find string literal operator 'operator"" PRId64'

To solve please run something like:

find ./trafficserver -type f -name "*.cc" -exec sed -i 's/\"\(PRI.64\\)/\"\ \1/g' {} \;

    
> make fails
> ----------
>
>                 Key: TS-1582
>                 URL: https://issues.apache.org/jira/browse/TS-1582
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.3.0
>         Environment: Fedora 17 64bit - gcc 4.7
>            Reporter: Luca Rea
>         Attachments: config.log, diff.log, make.log
>
>
> building the trunk master (dev) thare are many errors like the following:
> error: unable to find string literal operator 'operator"" PRId64'
> To solve please run something like:
> find ./trafficserver -type f -name "*.cc" -exec sed -i 's/\"\(PRI.64\)/\"\ \1/g' {} \;

--
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

[jira] [Updated] (TS-1582) make fails

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

Luca Rea updated TS-1582:
-------------------------

    Description: 
building the trunk master (dev) thare are many errors like the following:

error: unable to find string literal operator 'operator"" PRId64'

To solve please run something like:

find ./trafficserver -type f -name "*.cc" -exec sed -i 's/\"\(PRI.64\)/\"\ \1/g' {} \;

  was:
building the trunk master (dev) thare are many errors like the following:

error: unable to find string literal operator 'operator"" PRId64'

To solve please run something like:

find ./trafficserver -type f -name "*.cc" -exec sed -i 's/\"\(PRI.64\\\)/\"\ \1/g' {} \;

    
> make fails
> ----------
>
>                 Key: TS-1582
>                 URL: https://issues.apache.org/jira/browse/TS-1582
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.3.0
>         Environment: Fedora 17 64bit - gcc 4.7
>            Reporter: Luca Rea
>         Attachments: config.log, diff.log, make.log
>
>
> building the trunk master (dev) thare are many errors like the following:
> error: unable to find string literal operator 'operator"" PRId64'
> To solve please run something like:
> find ./trafficserver -type f -name "*.cc" -exec sed -i 's/\"\(PRI.64\)/\"\ \1/g' {} \;

--
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

[jira] [Updated] (TS-1582) make fails

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

Luca Rea updated TS-1582:
-------------------------

    Description: 
building the trunk master (dev) thare are many errors like the following:

error: unable to find string literal operator 'operator"" PRId64'

To solve please run something like:

find ./trafficserver -type f -name "*.cc" -exec sed -i 's/\"\(PRI.64\\)/\"\ \1/g' {} \;

  was:
building the trunk master (dev) thare are many errors like the following:

error: unable to find string literal operator 'operator"" PRId64'

To solve please run something like:

find ./trafficserver -type f -name "*.cc" -exec sed -i 's/\"\(PRI.64\)/\"\ \1/g' {} \;

    
> make fails
> ----------
>
>                 Key: TS-1582
>                 URL: https://issues.apache.org/jira/browse/TS-1582
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.3.0
>         Environment: Fedora 17 64bit - gcc 4.7
>            Reporter: Luca Rea
>         Attachments: config.log, diff.log, make.log
>
>
> building the trunk master (dev) thare are many errors like the following:
> error: unable to find string literal operator 'operator"" PRId64'
> To solve please run something like:
> find ./trafficserver -type f -name "*.cc" -exec sed -i 's/\"\(PRI.64\\)/\"\ \1/g' {} \;

--
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

[jira] [Commented] (TS-1582) make fails

Posted by "Luca Rea (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13501859#comment-13501859 ] 

Luca Rea commented on TS-1582:
------------------------------

useful link:
http://stackoverflow.com/questions/11869593/c99-printf-formatters-vs-c11-user-defined-literals
                
> make fails
> ----------
>
>                 Key: TS-1582
>                 URL: https://issues.apache.org/jira/browse/TS-1582
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.3.0
>         Environment: Fedora 17 64bit - gcc 4.7
>            Reporter: Luca Rea
>         Attachments: config.log, diff.log, make.log
>
>
> building the trunk master (dev) thare are many errors like the following:
> error: unable to find string literal operator 'operator"" PRId64'
> To solve please run something like:
> find ./trafficserver -type f -name "*.cc" -exec sed -i 's/\"\(PRI.64\)/\"\ \1/g' {} \;

--
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

[jira] [Commented] (TS-1582) make fails

Posted by "Igor Galić (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13501843#comment-13501843 ] 

Igor Galić commented on TS-1582:
--------------------------------

I am on this exact platform and it works for me™.
Please include your {{config.log}} for debugging, as well as the full context of {{make}}'s failure.
                
> make fails
> ----------
>
>                 Key: TS-1582
>                 URL: https://issues.apache.org/jira/browse/TS-1582
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.3.0
>         Environment: Fedora 17 64bit - gcc 4.7
>            Reporter: Luca Rea
>
> building the trunk master (dev) thare are many errors like the following:
> error: unable to find string literal operator 'operator"" PRId64'
> To solve please run something like:
> find ./trafficserver -type f -name "*.cc" -exec sed -i 's/\"\(PRI.64\)/\"\ \1/g' {} \;

--
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

[jira] [Updated] (TS-1582) gcc 4.7 needs a space between strings and format specifiers

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

Igor Galić updated TS-1582:
---------------------------

    Summary: gcc 4.7 needs a space between strings and format specifiers  (was: make fails)
    
> gcc 4.7 needs a space between strings and format specifiers
> -----------------------------------------------------------
>
>                 Key: TS-1582
>                 URL: https://issues.apache.org/jira/browse/TS-1582
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.3.0
>         Environment: Fedora 17 64bit - gcc 4.7
>            Reporter: Luca Rea
>         Attachments: config.log, diff.log, make.log
>
>
> building the trunk master (dev) thare are many errors like the following:
> error: unable to find string literal operator 'operator"" PRId64'
> To solve please run something like:
> find ./trafficserver -type f -name "*.cc" -exec sed -i 's/\"\(PRI.64\)/\"\ \1/g' {} \;

--
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

[jira] [Updated] (TS-1582) make fails

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

Luca Rea updated TS-1582:
-------------------------

    Description: 
building the trunk master (dev) thare are many errors like the following:

error: unable to find string literal operator 'operator"" PRId64'

To solve please run something like:

find ./trafficserver -type f -name "*.cc" -exec sed -i 's/\"\(PRI.64\\\)/\"\ \1/g' {} \;

  was:
building the trunk master (dev) thare are many errors like the following:

error: unable to find string literal operator 'operator"" PRId64'

To solve please run something like:

find ./trafficserver -type f -name "*.cc" -exec sed -i 's/\"\(PRI.64\)/\"\ \1/g' {} \;

    
> make fails
> ----------
>
>                 Key: TS-1582
>                 URL: https://issues.apache.org/jira/browse/TS-1582
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.3.0
>         Environment: Fedora 17 64bit - gcc 4.7
>            Reporter: Luca Rea
>         Attachments: config.log, diff.log, make.log
>
>
> building the trunk master (dev) thare are many errors like the following:
> error: unable to find string literal operator 'operator"" PRId64'
> To solve please run something like:
> find ./trafficserver -type f -name "*.cc" -exec sed -i 's/\"\(PRI.64\\\)/\"\ \1/g' {} \;

--
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