You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by GitBox <gi...@apache.org> on 2022/07/12 11:42:04 UTC

[GitHub] [brooklyn-ui] ahgittin opened a new pull request, #347: switch 404 img from jpg to png

ahgittin opened a new pull request, #347:
URL: https://github.com/apache/brooklyn-ui/pull/347

   because jpg gives build issues on m1 mac (converting dynamically to png?):
   
       Module build failed: Error: dyld[78935]: Library not loaded: /usr/local/opt/libpng/lib/libpng16.16.dylib
         Referenced from: /Users/alex/code/brooklyn/brooklyn-ui/ui-modules/home/node_modules/mozjpeg/vendor/cjpeg
         Reason: tried: '/usr/local/opt/libpng/lib/libpng16.16.dylib' (no such file), '/usr/local/lib/libpng16.16.dylib' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/usr/lib/libpng16.16.dylib' (no such file)
   
           at /Users/alex/code/brooklyn/brooklyn-ui/ui-modules/home/node_modules/execa/index.js:231:11
           at runMicrotasks (<anonymous>)
           at processTicksAndRejections (node:internal/process/task_queues:96:5)
        @ ./~/css-loader?sourceMap!./~/postcss-loader!./~/less-loader?{"modifyVars":{"@brand-primary":"#489028","@brand-accent":"#404040","brand-identifier":"brooklyn"},"sourceMap":true}!./app/index.less 12:158121-158172
   
   this seems to allow m1 builds with the old versions of things we use (would be nice to update those, but for another day)


-- 
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-unsubscribe@brooklyn.apache.org

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


[GitHub] [brooklyn-ui] asfgit merged pull request #347: switch 404 img from jpg to png

Posted by GitBox <gi...@apache.org>.
asfgit merged PR #347:
URL: https://github.com/apache/brooklyn-ui/pull/347


-- 
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-unsubscribe@brooklyn.apache.org

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