eilandert commented on issue #2069:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/2069#issuecomment-967521102


   ok, I do this:  
https://github.com/eilandert/psol-bazel/blob/master/docker/build.sh
   
   ```
   bazel build -c fastbuild \
     @glog//:glog \
     @com_googlesource_googleurl//base/third_party/icu \
     @com_google_absl//... \
     @com_github_gflags_gflags//... \
     @com_googlesource_googleurl//... \
     @google_sparsehash//... \
     //pagespeed/kernel/... //pagespeed/automatic/... //pagespeed/system/... 
//pagespeed/controller/... \
     //pagespeed/opt/... //base/... //net/instaweb/... //third_party/... \
     mod_pagespeed
   ```
   
   But whatever I do, I get the following error:
   
   ```
   ----------------------------------------
   checking for psol
   
   /usr/bin/ld: 
src/incubator-pagespeed-ngx//psol/lib/Release/linux/x64/pagespeed_automatic.a(94.url_idna_icu.pic.o.o):
 in function `url::(anonymous
   namespace)::UIDNAWrapper::UIDNAWrapper()':
   (.text+0x41): undefined reference to `uidna_openUTS46_66'
   /usr/bin/ld: (.text+0x8c): undefined reference to `u_errorName_66'
   /usr/bin/ld: 
src/incubator-pagespeed-ngx//psol/lib/Release/linux/x64/pagespeed_automatic.a(94.url_idna_icu.pic.o.o):
 in function `url::IDNToASCII(
   unsigned short const*, int, url::CanonOutputT<unsigned short>*)':
   (.text+0x232): undefined reference to `uidna_nameToASCII_66'
   collect2: error: ld returned 1 exit status
   ----------
   
   ```
   
   Getting close though, I suppose this is the last fence to jump.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to