You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2020/11/03 13:54:59 UTC

[GitHub] [incubator-pagespeed-ngx] bymoye opened a new issue #1717: Could not complete the build

bymoye opened a new issue #1717:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1717


   `/usr/local/bin/ld: ../incubator-pagespeed-ngx-1.14.33.1-RC1/psol/lib/Release/linux/x64/pagespeed_automatic.a(107.signals.o.o): in function `pagespeed_ol_apr_signal_description_get':
   signals.c:(.text.apr_signal_description_get+0xe): undefined reference to `sys_siglist'
   collect2: error :ld return 1
   make[1]: *** [objs/Makefile:457:objs/nginx] error 1`
   Fedora 33
   Gcc:10
   Help, I don't know how to solve this.  I also tried the stable version with the same error.


----------------------------------------------------------------
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.

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



[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1717: Could not complete the build

Posted by GitBox <gi...@apache.org>.
eilandert commented on issue #1717:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-892582126






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

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



[GitHub] [incubator-pagespeed-ngx] bymoye commented on issue #1717: Could not complete the build

Posted by GitBox <gi...@apache.org>.
bymoye commented on issue #1717:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-722761828


   > fedora / gcc10并不是我们测试构建的平台。可能没有任何基本的阻止程序,但是要使其正常工作可能需要反复试验。
   
   But there is no problem in fedora 32 gcc:10.2.1....


----------------------------------------------------------------
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.

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



[GitHub] [incubator-pagespeed-ngx] drillsar commented on issue #1717: Could not complete the build

Posted by GitBox <gi...@apache.org>.
drillsar commented on issue #1717:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-860744922


   Not solved? Same on Gentoo Linux 5.10.27; gcc 10.3.0
   
   /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/src/mod_pagespeed/psol/lib/Release/linux/x64/pagespeed_automatic.a(107.signals.o.o): in function `pagespeed_ol_apr_signal_description_get':
   signals.c:(.text.apr_signal_description_get+0xe): undefined reference to `sys_siglist'
   collect2: error: ld returned 1 exit status
   make[1]: *** [objs/Makefile:276: objs/nginx] Error 1
   make[1]: Leaving directory '/var/tmp/portage/www-servers/nginx-1.21.0/work/nginx-1.21.0'
   make: *** [Makefile:10: build] Error 2
   


-- 
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.

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



[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1717: Could not complete the build

Posted by GitBox <gi...@apache.org>.
eilandert commented on issue #1717:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-846475639


   Same on Ubuntu 21.04 gcc 10.2.0
   
   /usr/bin/ld: /usr/src/incubator-pagespeed-mod/pagespeed/automatic/pagespeed_automatic.a(107.signals.o.o): in function `pagespeed_ol_apr_signal_description_get':
   signals.c:(.text.apr_signal_description_get+0xe): undefined reference to `sys_siglist'
   collect2: error: ld returned 1 exit status
   make[1]: *** [Makefile:287: /usr/src/incubator-pagespeed-mod/pagespeed/automatic/static_rewriter] Error 1
   make: *** [Makefile:256: all] Error 2
   


-- 
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.

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



[GitHub] [incubator-pagespeed-ngx] valsha edited a comment on issue #1717: Could not complete the build

Posted by GitBox <gi...@apache.org>.
valsha edited a comment on issue #1717:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-891849980


   Ubuntu 20.04
   
   /usr/bin/ld: /root/incubator-pagespeed-ngx-latest-stable/psol/lib/Release/linux/x64/pagespeed_automatic.a(107.signals.o.o): in function `pagespeed_ol_apr_signal_description_get':
   signals.c:(.text.apr_signal_description_get+0xe): undefined reference to `sys_siglist'
   collect2: error: ld returned 1 exit status
   make[1]: *** [objs/Makefile:289: objs/nginx] Error 1
   make[1]: Leaving directory '/root/nginx-1.21.1'
   make: *** [Makefile:10: build] Error 2
   Error: Failure running 'make', exiting.


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

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



[GitHub] [incubator-pagespeed-ngx] RaitoBezarius commented on issue #1717: Could not complete the build

Posted by GitBox <gi...@apache.org>.
RaitoBezarius commented on issue #1717:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-975943309


   Just ran into this issue on NixOS unstable.


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

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



[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1717: Could not complete the build

Posted by GitBox <gi...@apache.org>.
eilandert commented on issue #1717:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-892608422


   Personally, I have no problems to build on focal or whatever distribution, as I build in Docker. But I do think this a problem what should be solved in the long-term future. Unfortunately I have too little knowledge on the problem to help fix this :-(


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

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



[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1717: Could not complete the build

Posted by GitBox <gi...@apache.org>.
eilandert commented on issue #1717:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-892582126


   it's glibc related I believe, every distribution released since +/- 1 year won't be able to compile, see #1735.  I can compile it on ubuntu focal but not later.
   


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

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



[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1717: Could not complete the build

Posted by GitBox <gi...@apache.org>.
Lofesa commented on issue #1717:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-892586850


   I don´t know if in Ubuntu can be set a dual gcc installation or downgrade the gcc.
   I compile the module with gcc 9.3.1 on a centos 7 server and it build


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

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



[GitHub] [incubator-pagespeed-ngx] valsha commented on issue #1717: Could not complete the build

Posted by GitBox <gi...@apache.org>.
valsha commented on issue #1717:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-891849980


   /usr/bin/ld: /root/incubator-pagespeed-ngx-latest-stable/psol/lib/Release/linux/x64/pagespeed_automatic.a(107.signals.o.o): in function `pagespeed_ol_apr_signal_description_get':
   signals.c:(.text.apr_signal_description_get+0xe): undefined reference to `sys_siglist'
   collect2: error: ld returned 1 exit status
   make[1]: *** [objs/Makefile:289: objs/nginx] Error 1
   make[1]: Leaving directory '/root/nginx-1.21.1'
   make: *** [Makefile:10: build] Error 2
   Error: Failure running 'make', exiting.


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

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



[GitHub] [incubator-pagespeed-ngx] am1github commented on issue #1717: Could not complete the build

Posted by GitBox <gi...@apache.org>.
am1github commented on issue #1717:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-790852585


   Same on Gentoo Linux 5.4.97; GCC 9.3.0
   
   ```
   -L/usr/lib64 -L/usr/lib64 -Wl,-E -ldl -lpthread -lpthread -lcrypt -L/usr/lib64 -lluajit-5.1 -lm -ldl -lpam /opt/nginx/pagespeed/psol/lib/Release/linux/x64/pagespeed_automatic.a -lstdc++ -lrt -pthread -lm -luuid -lpcre -lssl -lcrypto -ldl -lpthread -lz -lgd -lGeoIP \
   -Wl,-E -Wl,-O1 -Wl,--as-needed -L/usr/lib64/perl5/5.30.3/x86_64-linux/CORE -lperl -ldl -lm -lcrypt -lutil -lc \
   -Wl,-E
   /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /opt/nginx/pagespeed/psol/lib/Release/linux/x64/pagespeed_automatic.a(107.signals.o.o): in function `pagespeed_ol_apr_signal_description_get':
   signals.c:(.text.apr_signal_description_get+0xe): undefined reference to `sys_siglist'
   collect2: error: ld returned 1 exit status
   ```
   
   Any solutions available for this?


----------------------------------------------------------------
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.

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



[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1717: Could not complete the build

Posted by GitBox <gi...@apache.org>.
Lofesa commented on issue #1717:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-721630572


   Maybe is a library incompatibility. Signals comes from the stardad c libraries ans seems that is used by apr_memcached.
   @oschaaf can you take a look on to this?


----------------------------------------------------------------
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.

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



[GitHub] [incubator-pagespeed-ngx] bantilan commented on issue #1717: Could not complete the build

Posted by GitBox <gi...@apache.org>.
bantilan commented on issue #1717:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-772481502


   Got the same error on Ubuntu 20.10 (groovy):
   
   ```
   -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -pie -ldl -lpthread -lpthread -lcrypt /root/nginx-1.19.6/debian/modules/ngx_pagespeed/psol/lib/Release/linux/x64/pagespeed_automatic.a -lstdc++ -lrt -pthread -lm -luuid -lm -lpcre -lssl -lcrypto -ldl -lpthread -lz \
   -Wl,-E
   /usr/bin/ld: /root/nginx-1.19.6/debian/modules/ngx_pagespeed/psol/lib/Release/linux/x64/pagespeed_automatic.a(107.signals.o.o): in function `pagespeed_ol_apr_signal_description_get':
   signals.c:(.text.apr_signal_description_get+0xe): undefined reference to `sys_siglist'
   collect2: error: ld returned 1 exit status
   make[2]: *** [objs/Makefile:397: objs/nginx] Error 1
   make[2]: Leaving directory '/root/nginx-1.19.6/debian/build-nginx'
   make[1]: *** [Makefile:8: build] Error 2
   make[1]: Leaving directory '/root/nginx-1.19.6/debian/build-nginx'
   make: *** [debian/rules:52: build-arch.nginx] Error 2
   dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
   ```


----------------------------------------------------------------
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.

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



[GitHub] [incubator-pagespeed-ngx] bantilan edited a comment on issue #1717: Could not complete the build

Posted by GitBox <gi...@apache.org>.
bantilan edited a comment on issue #1717:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-772481502


   Got the same error on Ubuntu 20.10 (groovy), GCC 10.2.0:
   
   ```
   -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -pie -ldl -lpthread -lpthread -lcrypt /root/nginx-1.19.6/debian/modules/ngx_pagespeed/psol/lib/Release/linux/x64/pagespeed_automatic.a -lstdc++ -lrt -pthread -lm -luuid -lm -lpcre -lssl -lcrypto -ldl -lpthread -lz \
   -Wl,-E
   /usr/bin/ld: /root/nginx-1.19.6/debian/modules/ngx_pagespeed/psol/lib/Release/linux/x64/pagespeed_automatic.a(107.signals.o.o): in function `pagespeed_ol_apr_signal_description_get':
   signals.c:(.text.apr_signal_description_get+0xe): undefined reference to `sys_siglist'
   collect2: error: ld returned 1 exit status
   make[2]: *** [objs/Makefile:397: objs/nginx] Error 1
   make[2]: Leaving directory '/root/nginx-1.19.6/debian/build-nginx'
   make[1]: *** [Makefile:8: build] Error 2
   make[1]: Leaving directory '/root/nginx-1.19.6/debian/build-nginx'
   make: *** [debian/rules:52: build-arch.nginx] Error 2
   dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
   ```


----------------------------------------------------------------
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.

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



[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1717: Could not complete the build

Posted by GitBox <gi...@apache.org>.
Lofesa commented on issue #1717:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-892570068


   Maybe gcc version related?


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

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



[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1717: Could not complete the build

Posted by GitBox <gi...@apache.org>.
Lofesa commented on issue #1717:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-892570068






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

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



[GitHub] [incubator-pagespeed-ngx] bymoye closed issue #1717: Could not complete the build

Posted by GitBox <gi...@apache.org>.
bymoye closed issue #1717:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1717


   


----------------------------------------------------------------
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.

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



[GitHub] [incubator-pagespeed-ngx] oschaaf commented on issue #1717: Could not complete the build

Posted by GitBox <gi...@apache.org>.
oschaaf commented on issue #1717:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-721705584


   fedora/gcc10 just isn't a platform that we test building on. There probably aren't any fundamental blockers, but it may take some trial and error to get this to work.


----------------------------------------------------------------
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.

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