All of lore.kernel.org
 help / color / mirror / Atom feed
* gmock linkage / packaging errors
@ 2015-03-05 18:09 Loic Dachary
  2015-03-05 23:14 ` Danny Al-Gaaf
  0 siblings, 1 reply; 3+ messages in thread
From: Loic Dachary @ 2015-03-05 18:09 UTC (permalink / raw)
  To: Danny Al-Gaaf; +Cc: Ceph Development

[-- Attachment #1: Type: text/plain, Size: 881 bytes --]

Hi Danny,

The build of master shows linkage errors:

http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-deb-trusty-amd64-basic/log.cgi?log=60e2bec73ff3970e0c6b44250ce465e6c5dde56f

    error: dpkg-shlibdeps: couldn't find library libgmock_main.so.0 needed by debian/ceph-test/usr/bin/ceph_test_cls_lock (ELF format: 'elf64-x86-64'; RPATH: '') 

    error: dpkg-shlibdeps: couldn't find library libgtest.so.0 needed by debian/ceph-test/usr/bin/ceph_test_cls_lock (ELF format: 'elf64-x86-64'; RPATH: '') 

    error: dpkg-shlibdeps: couldn't find library libgmock_main.so.0 needed by debian/ceph-test/usr/bin/ceph_test_rados_api_c_write_operations (ELF format: 'elf64-x86-64'; RPATH: '') 

Do you know where that comes from ? IIRC it successfully compiled in the gitbuilders on a branch of yours. That's weird.

Cheers

-- 
Loïc Dachary, Artisan Logiciel Libre



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gmock linkage / packaging errors
  2015-03-05 18:09 gmock linkage / packaging errors Loic Dachary
@ 2015-03-05 23:14 ` Danny Al-Gaaf
  2015-03-06 16:56   ` Loic Dachary
  0 siblings, 1 reply; 3+ messages in thread
From: Danny Al-Gaaf @ 2015-03-05 23:14 UTC (permalink / raw)
  To: Loic Dachary; +Cc: Ceph Development

Am 05.03.2015 um 19:09 schrieb Loic Dachary:
> Hi Danny,
> 
> The build of master shows linkage errors:
> 
> http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-deb-trusty-amd64-basic/log.cgi?log=60e2bec73ff3970e0c6b44250ce465e6c5dde56f
> 
>     error: dpkg-shlibdeps: couldn't find library libgmock_main.so.0 needed by debian/ceph-test/usr/bin/ceph_test_cls_lock (ELF format: 'elf64-x86-64'; RPATH: '') 
> 
>     error: dpkg-shlibdeps: couldn't find library libgtest.so.0 needed by debian/ceph-test/usr/bin/ceph_test_cls_lock (ELF format: 'elf64-x86-64'; RPATH: '') 
> 
>     error: dpkg-shlibdeps: couldn't find library libgmock_main.so.0 needed by debian/ceph-test/usr/bin/ceph_test_rados_api_c_write_operations (ELF format: 'elf64-x86-64'; RPATH: '') 
> 
> Do you know where that comes from ? IIRC it successfully compiled in the gitbuilders on a branch of yours. That's weird.

Hm ... I have to take a look at it tomorrow. This build worked on the
branch:
http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-tarball-precise-amd64-basic/log.cgi?log=be7b4c38e363457efab52fc5d8d995b63cdc73fd

and also this one:

http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-tarball-precise-amd64-basic/log.cgi?log=be7b4c38e363457efab52fc5d8d995b63cdc73fd

Not sure why this all is working in the branch and not in master, it's
really strange.

Danny

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gmock linkage / packaging errors
  2015-03-05 23:14 ` Danny Al-Gaaf
@ 2015-03-06 16:56   ` Loic Dachary
  0 siblings, 0 replies; 3+ messages in thread
From: Loic Dachary @ 2015-03-06 16:56 UTC (permalink / raw)
  To: Danny Al-Gaaf; +Cc: Ceph Development

[-- Attachment #1: Type: text/plain, Size: 1676 bytes --]

Hi Danny,

On 06/03/2015 00:14, Danny Al-Gaaf wrote:
> Am 05.03.2015 um 19:09 schrieb Loic Dachary:
>> Hi Danny,
>>
>> The build of master shows linkage errors:
>>
>> http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-deb-trusty-amd64-basic/log.cgi?log=60e2bec73ff3970e0c6b44250ce465e6c5dde56f
>>
>>     error: dpkg-shlibdeps: couldn't find library libgmock_main.so.0 needed by debian/ceph-test/usr/bin/ceph_test_cls_lock (ELF format: 'elf64-x86-64'; RPATH: '') 
>>
>>     error: dpkg-shlibdeps: couldn't find library libgtest.so.0 needed by debian/ceph-test/usr/bin/ceph_test_cls_lock (ELF format: 'elf64-x86-64'; RPATH: '') 
>>
>>     error: dpkg-shlibdeps: couldn't find library libgmock_main.so.0 needed by debian/ceph-test/usr/bin/ceph_test_rados_api_c_write_operations (ELF format: 'elf64-x86-64'; RPATH: '') 
>>
>> Do you know where that comes from ? IIRC it successfully compiled in the gitbuilders on a branch of yours. That's weird.
> 
> Hm ... I have to take a look at it tomorrow. This build worked on the
> branch:
> http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-tarball-precise-amd64-basic/log.cgi?log=be7b4c38e363457efab52fc5d8d995b63cdc73fd
> 
> and also this one:
> 
> http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-tarball-precise-amd64-basic/log.cgi?log=be7b4c38e363457efab52fc5d8d995b63cdc73fd
> 
> Not sure why this all is working in the branch and not in master, it's
> really strange.

Yes. It would be interesting to know the reason indeed. Since I managed to reproduce the exact same problem localy and consistently, I did not look into it.

Cheers

> 
> Danny
> 

-- 
Loïc Dachary, Artisan Logiciel Libre


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-06 16:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-05 18:09 gmock linkage / packaging errors Loic Dachary
2015-03-05 23:14 ` Danny Al-Gaaf
2015-03-06 16:56   ` Loic Dachary

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.