|
From: Rob B. <ro...@da...> - 2017-08-17 16:57:49
|
All, Is there a guide for building valgrind on intelsolaris? I’m running into an explict error valgrind-3.13.0/include/vki/vki-solaris-repcache.h:343:2: error: #error Unsupported repcache protocol version Which seems as though I’m missing an optional OS package. Is there a list of prerequisites somewhere? Thanks, Rob [Datalogics Logo] Rob Boehne Senior Software Architect | Datalogics, Inc. +1.312.853.8351<tel:3128538399> | ro...@da...<mailto:ro...@da...> datalogics.com<https://www.datalogics.com/> | <https://blogs.datalogics.com/> blogs.datalogics.com<https://blogs.datalogics.com/> Connect with us: Facebook<https://www.facebook.com/DatalogicsInc> | Twitter<https://twitter.com/DatalogicsInc> | YouTube<https://www.youtube.com/user/Datalogics> PROUDLY CELEBRATING 50 YEARS!<https://www.datalogics.com/datalogics-celebrates-50-years-of-embracing-change-and-providing-high-quality-software> |
|
From: Ivo R. <iv...@iv...> - 2017-08-17 17:11:37
|
2017-08-17 18:42 GMT+02:00 Rob Boehne <ro...@da...>: > All, > > Is there a guide for building valgrind on intelsolaris? I’m running into > an explict error > > *valgrind-3.13.0/include/vki/vki-solaris-repcache.h:343:2:* *error: *#error > Unsupported repcache protocol version > > Rob, You are not missing a package. Repository cache protocol is an inherent part of the core system. There could be three possible problems: - repcache protocol version autodetection failed somehow - you are running too old Solaris version (and Valgrind does not support it) - you are running too new Solaris version (highly unlikely) Please could you report 'pkg info entire' and then I will try to reproduce it. I. |
|
From: Rob B. <ro...@da...> - 2017-08-17 18:52:31
|
robb@solaris11-x64:~$ pkg info entire
Name: entire
Summary: entire incorporation including Support Repository Update (Oracle Solaris 11.3.21.5.0).
Description: This package constrains system package versions to the same
build. WARNING: Proper system update and correct package
selection depend on the presence of this incorporation.
Removing this package will result in an unsupported system.
For more information see:
https://support.oracle.com/rs?type=doc&id=2045311.1
Category: Meta Packages/Incorporations
State: Installed
Publisher: solaris
Version: 0.5.11 (Oracle Solaris 11.3.21.5.0)
Build Release: 5.11
Branch: 0.175.3.21.0.5.0
Packaging Date: June 7, 2017 02:38:53 AM
Size: 5.46 kB
FMRI: pkg://solaris/entire@0.5.11,5.11-0.175.3.21.0.5.0:20170607T023853Z
[Datalogics Logo] Rob Boehne
Senior Software Architect | Datalogics, Inc.
+1.312.853.8351<tel:3128538399> | ro...@da...<mailto:ro...@da...>
datalogics.com<https://www.datalogics.com/> | <https://blogs.datalogics.com/> blogs.datalogics.com<https://blogs.datalogics.com/>
Connect with us: Facebook<https://www.facebook.com/DatalogicsInc> | Twitter<https://twitter.com/DatalogicsInc> | YouTube<https://www.youtube.com/user/Datalogics>
PROUDLY CELEBRATING 50 YEARS!<https://www.datalogics.com/datalogics-celebrates-50-years-of-embracing-change-and-providing-high-quality-software>
From: Ivo Raisr <iv...@iv...<mailto:iv...@iv...>>
Date: Thursday, August 17, 2017 at 12:11 PM
To: Rob Boehne <ro...@da...<mailto:ro...@da...>>
Cc: "val...@li...<mailto:val...@li...>" <val...@li...<mailto:val...@li...>>
Subject: Re: [Valgrind-users] Building 3.13 on Intel Solaris
pkg info entire
|
|
From: Ivo R. <iv...@iv...> - 2017-08-17 19:31:03
|
2017-08-17 20:38 GMT+02:00 Rob Boehne <ro...@da...>: > Category: Meta Packages/Incorporations > > State: Installed > > Publisher: solaris > > Version: 0.5.11 (Oracle Solaris 11.3.21.5.0) > > Build Release: 5.11 > > Branch: 0.175.3.21.0.5.0 > > Packaging Date: June 7, 2017 02:38:53 AM > > Size: 5.46 kB > > FMRI: pkg://solaris/entire@0.5.11,5.11-0.175.3.21.0.5.0: > 20170607T023853Z > This is a recent Solaris 11.3 SRU 21. I think repcache protocol version autodetection failed somehow; this version is definitely supported. Please can I have "config.log" now, before I send you a list of commands to try... I. |
|
From: Ivo R. <iv...@iv...> - 2017-08-17 18:56:48
|
2017-08-17 18:42 GMT+02:00 Rob Boehne <ro...@da...>: > All, > > Is there a guide for building valgrind on intelsolaris? > ... > Is there a list of prerequisites somewhere? > Yes, there is. README.solaris. I. |