[jira] [Assigned] (MESOS-7378) Build failure with missing gnu_dev_major and gnu_dev_minor symbols

2017-05-10 Thread Neil Conway (JIRA)

 [ 
https://issues.apache.org/jira/browse/MESOS-7378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neil Conway reassigned MESOS-7378:
--

Assignee: Neil Conway

> Build failure with missing gnu_dev_major and gnu_dev_minor symbols
> --
>
> Key: MESOS-7378
> URL: https://issues.apache.org/jira/browse/MESOS-7378
> Project: Mesos
>  Issue Type: Bug
>  Components: build
>Affects Versions: 1.3.0
>Reporter: James Peach
>Assignee: Neil Conway
>Priority: Blocker
>
> {noformat}
> 03:46:16 - ./.libs/libmesos.so: undefined reference to 
> `gnu_dev_minor(unsigned long long)'
> 03:46:16 - ./.libs/libmesos.so: undefined reference to 
> `gnu_dev_major(unsigned long long)'
> {noformat}
> This is caused by the change in MESOS-7365.
> Including {{}} directly works on modern systems, but on our 
> older version of glibc, the {{}} header does not contain C++ 
> decls. This means that the inline symbols get C++ name mangling applied and 
> they don't get found at link time.
> {noformat}
> vagrant@mesos ~]$ cat /etc/redhat-release
> CentOS release 6.8 (Final)
> [vagrant@mesos ~]$ rpm -qa | grep glibc
> glibc-common-2.12-1.192.el6.x86_64
> glibc-devel-2.12-1.192.el6.x86_64
> glibc-2.12-1.192.el6.x86_64
> glibc-headers-2.12-1.192.el6.x86_64
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Assigned] (MESOS-7378) Build failure with missing gnu_dev_major and gnu_dev_minor symbols

2017-04-25 Thread James Peach (JIRA)

 [ 
https://issues.apache.org/jira/browse/MESOS-7378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Peach reassigned MESOS-7378:
--

Assignee: (was: James Peach)

> Build failure with missing gnu_dev_major and gnu_dev_minor symbols
> --
>
> Key: MESOS-7378
> URL: https://issues.apache.org/jira/browse/MESOS-7378
> Project: Mesos
>  Issue Type: Bug
>  Components: build
>Reporter: James Peach
>
> {noformat}
> 03:46:16 - ./.libs/libmesos.so: undefined reference to 
> `gnu_dev_minor(unsigned long long)'
> 03:46:16 - ./.libs/libmesos.so: undefined reference to 
> `gnu_dev_major(unsigned long long)'
> {noformat}
> This is caused by the change in MESOS-7365.
> Including {{}} directly works on modern systems, but on our 
> older version of glibc, the {{}} header does not contain C++ 
> decls. This means that the inline symbols get C++ name mangling applied and 
> they don't get found at link time.
> {noformat}
> vagrant@mesos ~]$ cat /etc/redhat-release
> CentOS release 6.8 (Final)
> [vagrant@mesos ~]$ rpm -qa | grep glibc
> glibc-common-2.12-1.192.el6.x86_64
> glibc-devel-2.12-1.192.el6.x86_64
> glibc-2.12-1.192.el6.x86_64
> glibc-headers-2.12-1.192.el6.x86_64
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)