On Thursday 09 June 2016 09:13:43 Michael Felt wrote: > On 09-Jun-16 09:07, Tim Ruehsen wrote: > > On Wednesday 08 June 2016 17:07:11 Michael Felt wrote: > >> On 08-Jun-16 09:42, Tim Ruehsen wrote: > >>> On Tuesday 07 June 2016 23:34:46 Michael Felt wrote: > >>>> On 07-Jun-16 09:52, Tim Ruehsen wrote: > >>>>> Hi Michael, > >>>>> > >>>>>> Unknown option: utf8 > >>>>>> make: 1254-004 The error code from the last command is 1. > >>>>> > >>>>> This should be solved by commit > >>>>> 302aa79abb17a2b621e2191723e5e2cf3ebc5dbb > >>>>> from May 27. (Did you pull in the latest changes ?) > >>>> > >>>> No. As a packager I try to work only from the distributions. If a patch > >>>> is simple I apply it manually and then update the versioning, e.g., I > >>>> would renumber to 1.17.1.X where X > 0 (when X==0 it is the original > >>>> sources) > >>> > >>> I understand. Maybe you could try the latest stuff from git. That is the > >>> only chance to fix it for you *before* the next release. > >>> > >>>>>> "/usr/include/sys/mman.h", line 115.9: 1506-236 (W) Macro name > >>>>>> MAP_FAILED has been redefined. > >>>>>> "/usr/include/sys/mman.h", line 115.9: 1506-358 (I) "MAP_FAILED" is > >>>>>> defined on line 156 of ../../src/wget-1.17.1/src/sysdep.h. > >>>>> > >>>>> This is just a warning, but I'll push a fix soon. > >>>> > >>>> I will send the "lines" from AIX so you know what it is redefining it > >>>> to > >>>> > >>>> :) > >>> > >>> It should be fixed in git master. (Again: please test it.) > >> > >> I am old school, i.e., older than git - and while i will look for it, > >> what is the git command to "copy-out", as i cannot check-out (i assume) > >> "trunk". > >> p.s. I did port git to AIX, so i can git things. > > > > Nice ! > > > > Execute > > > > git clone git://git.savannah.gnu.org/wget.git > > > > and all the latest changes are fetched/copied into directory wget. > > > > cd wget > > > > This step has to be just once (pulls in gnulib and makes some > > preparations) > > > > ./bootstrap > > embedded gnulib I hope - I am trying very hard to not have to support > two run-time environments on AIX - well, actually I would only be > supporting one, because IBM does all the support for "posix" rte. This > is why I do not port with gcc - each gcc compiler seems to want it's > compiler version specific run-time environment. At least that is what I > hear from colleagues who package using gcc as compiler. FYI: I am using > xlc version 11.
gnulib is just a bunch of sources/scripts etc which stays in subdirectory gnulib/ (with the wget/ project directory). Nothing 'leaks' out from there. I guess that's what mean with 'embedded'. > Will try this this evening - time for the day job! Here as well now :-) Tim
