Re: [Bug-wget] Wget 1.19 was't build on MerSDK.

2017-02-09 Thread Tim Rühsen
On Freitag, 10. Februar 2017 03:41:36 CET lour...@openmailbox.org wrote: > Hello! I tryed to build a fresh wget release, but got the following > error: > > http://paste.fedoraproject.org/552005/48668697/ > > But when i making package on armv7hl architechture, i don't have > anything errors: > >

[Bug-wget] [bug #50260] Link failed caused by bad linker option -R

2017-02-09 Thread Yousong Zhou
Follow-up Comment #5, bug #50260 (project wget): Digging further, this was probably caused by the commit adding LTLIBICONV to LDADD for wget commit d4f97dc9afd149afe1f7b16a84eebb4bab1f044a Author: Tim Rühsen Date: Sat Jun 11 22:38:42 2016 +0200 Add libraries to LDADD

[Bug-wget] [bug #50260] Link failed caused by bad linker option -R

2017-02-09 Thread Yousong Zhou
Follow-up Comment #4, bug #50260 (project wget): The error happened with wget-1.19 vanilla tarball. The -R option was probably from m4/lib-link.m4 (search for "-R$found_dir" in that file) and according from the comment there, it was intended for libtool. That macro in m4/lib-link.m4 was

[Bug-wget] Wget 1.19 was't build on MerSDK.

2017-02-09 Thread lourens
Hello! I tryed to build a fresh wget release, but got the following error: http://paste.fedoraproject.org/552005/48668697/ But when i making package on armv7hl architechture, i don't have anything errors: https://paste.fedoraproject.org/552004/68684914/ Could you tell me, which flag i must

Re: [Bug-wget] [PATCH] Add support for --retry-on-http-error

2017-02-09 Thread Tim Rühsen
Hi Tom, thanks for your work and for signing the FSF copyright assignment ! Just some smallish things: - Please amend the commit message to be in GNU style (see 'git log' for examples). The easiest for us maintainers is when you create the patch with 'git format-patch -1' and add it as

[Bug-wget] [bug #50260] Link failed caused by bad linker option -R

2017-02-09 Thread Tim Ruehsen
Follow-up Comment #3, bug #50260 (project wget): Wget does/should not use libtool. The -R option seems to be a linker (ld) option, the whole issue is not reproducible here (also GNU/Linux). Please attach config.log and all the exact steps (tarball/git, bootstrap, configure, etc) plus the