bug-g-golf
[Top][All Lists]
Advanced

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

Re: problem building


From: Andy Tai
Subject: Re: problem building
Date: Sun, 26 Jun 2022 00:55:22 -0700

probably guix package out of date and may be resolved by patch in
https://issues.guix.gnu.org/55899  updating gobject-introspection to 1.72)

On Fri, Jun 24, 2022 at 11:12 PM Andy Tai <atai@atai.org> wrote:
Hi, I am trying to build the current mainline of g-golf at commit
990122ecacb0095f16087460648278ebf48da392

I did this successfully

./configure --prefix=`pwd`/../installed  --with-guile-site="yes"

then I did make

that fails at

make[1]: Leaving directory '/share/software/g_golf/g-golf.git/examples'
make[1]: Entering directory '/share/software/g_golf/g-golf.git'
  GEN      g-golf/gi/function-info.go
;;; note: source file /share/software/g_golf/g-golf.git/g-golf/gi/arg-info.scm
;;;       newer than compiled
/home/atai/.guix-profile/lib/guile/3.0/site-ccache/g-golf/gi/arg-info.go
;;; note: source file /share/software/g_golf/g-golf.git/g-golf/gi/type-info.scm
;;;       newer than compiled
/home/atai/.guix-profile/lib/guile/3.0/site-ccache/g-golf/gi/type-info.go
Backtrace:
In ice-9/boot-9.scm:
   222:29 19 (map1 (((g-golf support enum)) ((g-golf support #)) # …))
   222:29 18 (map1 (((g-golf support flags)) ((g-golf support #)) # …))
   222:29 17 (map1 (((g-golf support utils)) ((g-golf init)) ((…)) …))
   222:29 16 (map1 (((g-golf init)) ((g-golf gi utils)) ((# gi #)) …))
   222:29 15 (map1 (((g-golf gi utils)) ((g-golf gi repository)) # …))
   222:29 14 (map1 (((g-golf gi repository)) ((g-golf gi #)) ((…)) #))
   222:29 13 (map1 (((g-golf gi base-info)) ((g-golf gi #)) ((# …))))
   222:17 12 (map1 (((g-golf gi callable-info)) ((g-golf gi #))))
  3326:17 11 (resolve-interface (g-golf gi callable-info) #:select _ …)
In ice-9/threads.scm:
    390:8 10 (_ _)
In ice-9/boot-9.scm:
  3252:13  9 (_)
In ice-9/threads.scm:
    390:8  8 (_ _)
In ice-9/boot-9.scm:
  3536:20  7 (_)
   2835:4  6 (save-module-excursion #<procedure 7ff6fc8e65d0 at ice-…>)
  3556:26  5 (_)
In unknown file:
           4 (primitive-load-path "g-golf/gi/callable-info" #<proced…>)
In g-golf/gi/callable-info.scm:
   175:22  3 (_)
In unknown file:
           2 (dynamic-func "g_callable_info_create_closure" #<<forei…>)
           1 (dlsym #<pointer 0x1894930> "g_callable_info_create_clo…")
In ice-9/boot-9.scm:
  1685:16  0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1685:16: In procedure raise-exception:
In procedure dlsym: Error resolving "g_callable_info_create_closure":
"/gnu/store/jv40r059wriy9nlj3070b69h1ikljg10-profile/lib/libgirepository-1.0.so:
undefined symbol: g_callable_info_create_closure"
make[1]: *** [Makefile:1153: g-golf/gi/function-info.go] Error 1
make[1]: Leaving directory '/share/software/g_golf/g-golf.git'
make: *** [Makefile:719: all-recursive] Error 1

any ideas on how to fix this?  Thanks


The system I am running is GNU Guix x86-64 with guile 3.0.8



reply via email to

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