On 04/07/07 20:27 Tilo Stritzky wrote: > On 04/07/07 17:58 Stuart Henderson wrote: > > On 2007/07/04 19:37, Vlad Glagolev wrote: > > > Update: added REGRESS_FLAGS to carefully pass the regression tests. > > > > here's a version of the diff that doesn't eat CVS/*, but a certain > > something is lacking on sparc64 in 'make regress' (and I'm sure the > > build took 10x as long) > > > rebuild boehm, then updated it. > This breaks w3m-image on i386: > > bash-3.2$ w3m -v > w3m version w3m/0.5.1, options > lang=en,m17n,image,color,ansi-color,mouse,menu,cookie,ssl,ssl-verify,external-uri-loader,w3mmailer,nntp,ipv6,alarm,mark > bash-3.2$ sudo pkg_add -u boehm-gc > Candidates for updating boehm-gc-6.2p1 -> boehm-gc-7.0 > Looking for updates: complete > Running the equivalent of pkg_add -r boehm-gc-7.0 > ... > bash-3.2$ w3m -v > w3m:/usr/local/lib/libgc.so.1.2: undefined symbol 'pthread_self' > lazy binding failed! > Segmentation fault (core dumped) > > Do I need to recompile the application too? > No. I can't. With boehm-gc-8.0 the build for w3m is broken:
checking for gc.h... yes checking for GC_init in -lgc... no checking GC library location... /usr/local checking /usr/local... checking for GC_init in -lgc... no configure: error: libgc not found *** Error code 1 Stop in /usr/ports/www/w3m (line 2037 of /usr/ports/infrastructure/mk/bsd.port.mk). *** Error code 1 Stop in /usr/ports/www/w3m (line 1372 of /usr/ports/infrastructure/mk/bsd.port.mk). *** Error code 1 Stop in /usr/ports/www/w3m (line 1860 of /usr/ports/infrastructure/mk/bsd.port.mk).