guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Do not record store file name in cpp.scm.


From: guix-commits
Subject: branch master updated: Do not record store file name in cpp.scm.
Date: Fri, 06 Mar 2020 11:26:06 -0500

This is an automated email from the git hooks/post-receive script.

vagrantc pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 87bf568  Do not record store file name in cpp.scm.
87bf568 is described below

commit 87bf568022d999758d5e49ab3379407f3accc377
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Fri Mar 6 08:22:15 2020 -0800

    Do not record store file name in cpp.scm.
    
    * gnu/packages/cpp.scm (abseil-cpp): Replace full store file name with '...'
---
 gnu/packages/cpp.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index dba9ec7..0c5692b 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -462,7 +462,7 @@ point and then, after each tween step, plugging back the 
result.")
                                ;;
                                ;; ld: 
CMakeFiles/absl_periodic_sampler_test.dir/internal/periodic_sampler_test.cc.o:
                                ;;   undefined reference to symbol 
'_ZN7testing4Mock16UnregisterLockedEPNS_8internal25UntypedFunctionMockerBaseE'
-                               ;; ld: 
/gnu/store/bxapb1f1l8frjpbjckk3zdxhmcig3xzk-googletest-1.10.0/lib/libgmock.so:
+                               ;; ld: 
/gnu/store/...-googletest-1.10.0/lib/libgmock.so:
                                ;;   error adding symbols: DSO missing from 
command line
                                ;; collect2: error: ld returned 1 exit status
                                "-DCMAKE_EXE_LINKER_FLAGS=-lgtest -lpthread 
-lgmock")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]