From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Forslund To: Steve Tell , guile-gtk list Cc: Marius Vollmer Subject: Yet a new version (was Re: ERROR: In procedure dynamic-link:) Date: Fri, 28 Dec 2001 20:21:00 -0000 Message-ID: <3C2D44DA.2FE67936@abc.se> References: <3C2D128D.36581FC5@abc.se> <3C2D174B.B0AF030E@abc.se> X-SW-Source: 2001-q4/msg00035.html Message-ID: <20011228202100.zahOEB479R-M9RoCzHkKIC-87TG76vev6KpRPLizwPY@z> I think I found what's wrong. It is not the package as a whole. I used the exapmles to check whether the rpm builds were OK. I thought that if the examples compiled OK then the package would be OK. I suspected that it might be a SMP problem, and it might be. But not when it comes to compile the package, only when it comes to compile the examples. I think that the pagkage was built OK every time. It was just the examples that were failing I think it is last few lines in Makefile.am that is failing foo-glue.c: foo.defs build-guile-gtk glue $< >tmp && mv tmp $@ main.c: foo.defs build-guile-gtk main $< >tmp && mv tmp $@ With this above in Makefile.am a build would fail 9 times of 10 or so. I dont really understand how this works but I think the tmp-something is deleted before the final file is ready written and that it is here it might be an SMP problem. I am building on a dual CPU box. Whith this in Automake.am it works. I have tried several builds. foo-glue.c: foo.defs build-guile-gtk glue $< >$@ main.c: foo.defs build-guile-gtk main $< >$@ Here is the last src.rpm ftp://geek.mine.nu/pub/SRPMS/guile-gtk-20011121-8.src.rpm The latest patch comes as an attach G'nite Bo