[jira] [Commented] (TRAFODION-3083) Trafodion compiles fail on CentOS7

2018-05-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16489202#comment-16489202
 ] 

ASF GitHub Bot commented on TRAFODION-3083:
---

Github user asfgit closed the pull request at:

https://github.com/apache/trafodion/pull/1576


> Trafodion compiles fail on CentOS7
> --
>
> Key: TRAFODION-3083
> URL: https://issues.apache.org/jira/browse/TRAFODION-3083
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: dev-environment
>Affects Versions: 2.3
>Reporter: David Wayne Birdsall
>Assignee: David Wayne Birdsall
>Priority: Major
>
> The "make all" step when building Trafodion on a CentOS7 instance fails with 
> the following errors:
> {quote}/lib64/libpthread.so.0: error adding symbols: DSO missing from command 
> line ##(SQF)
> collect2: error: ld returned 1 exit status ##(SQF)
> {quote}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TRAFODION-3083) Trafodion compiles fail on CentOS7

2018-05-23 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16487989#comment-16487989
 ] 

ASF GitHub Bot commented on TRAFODION-3083:
---

GitHub user DaveBirdsall opened a pull request:

https://github.com/apache/trafodion/pull/1576

[TRAFODION-3083] Fix compile problem on CentOS7

Add -lpthread to list of libraries used for link.

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

$ git pull https://github.com/DaveBirdsall/trafodion FixCompileIssue

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

https://github.com/apache/trafodion/pull/1576.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 #1576


commit 4de77d3e38c193763ffb28ea52dc0579cb7bad90
Author: Dave Birdsall 
Date:   2018-05-23T20:33:55Z

[TRAFODION-3083] Fix compile problem on CentOS7




> Trafodion compiles fail on CentOS7
> --
>
> Key: TRAFODION-3083
> URL: https://issues.apache.org/jira/browse/TRAFODION-3083
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: dev-environment
>Affects Versions: 2.3
>Reporter: David Wayne Birdsall
>Assignee: David Wayne Birdsall
>Priority: Major
>
> The "make all" step when building Trafodion on a CentOS7 instance fails with 
> the following errors:
> {quote}/lib64/libpthread.so.0: error adding symbols: DSO missing from command 
> line ##(SQF)
> collect2: error: ld returned 1 exit status ##(SQF)
> {quote}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)