[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c)
From: |
Dagobert Michelsen |
Subject: |
Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c) |
Date: |
Thu, 19 Nov 2015 15:12:28 +0100 |
Hi Tim,
Am 19.11.2015 um 15:08 schrieb Tim Ruehsen <address@hidden>:
> Hallo Dago,
>
> auf unstable11s funktioinert es.
>
> Auf unstable10s bekomme ich:
>> ./bootstrap
> ./bootstrap: syntax error at line 88: `me_=$' unexpected
>
> Kannst du mir hier weiterhelfen ?
Klar, „bootstrap“ ist bash, das ist normal, das muss man mit
bash bootstrap
explizit aufrufen. Unter Solaris 11 ist die sh deutlich bash-ähnlicher.
Im Detail sieht mein Buildrezept für den Buildbot so aus:
> wget = BuildFactory()
> wget.addStep(Git(repourl='git://git.savannah.gnu.org/wget.git',
> branch='master', mode='full',config={'http.proxy': 'http://proxy:3128'}))
> wget.addStep(ShellCommand(command=['bash', 'bootstrap'], env={'RSYNC_PROXY':
> 'proxy:3128'}))
> wget.addStep(ShellCommand(command=['./configure'],
> env={'PKG_CONFIG_PATH': '/opt/csw/lib/pkgconfig',
> 'CC': '/opt/csw/bin/gcc'}))
> wget.addStep(ShellCommand(command=['gmake']))
> wget.addStep(ShellCommand(command=['gmake', 'check'],
> logfiles={"test-suite.log": "tests/test-suite.log",
> "unit-tests.log": "tests/unit-tests.log"}))
>
> c['builders'].append(
> BuilderConfig(name="wget-solaris10-sparc",
> slavenames=["unstable10s"],
> category='wget',
> # We need /opt/csw/bin before /usr/bin because /usr/lib/pkgconfig does
> not understand keyword 'URL' in gnutls.pc
> env={'PATH': '/opt/csw/gnu:/opt/csw/bin:/usr/bin:/usr/ccs/bin'},
> factory=wget))
> c['builders'].append(
> BuilderConfig(name="wget-solaris10-i386",
> slavenames=["unstable10x"],
> category='wget',
> env={'PATH': '/opt/csw/gnu:/opt/csw/bin:/usr/bin:/usr/ccs/bin'},
> factory=wget))
I schaue gerade mal wegen dem Coredump:
http://lists.gnupg.org/pipermail/gnupg-devel/2014-December/029226.html
Laurent baut gpg+Krams jetzt mal neu in der letzten Version, vielleicht
reicht das ja schon.
Beste Grüße
— Dago
--
"You don't become great by trying to be great, you become great by wanting to
do something,
and then doing it so hard that you become great in the process." - xkcd #896
signature.asc
Description: Message signed with OpenPGP using GPGMail
- Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c), (continued)
- Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c), Tim Ruehsen, 2015/11/17
- Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c), Tim Rühsen, 2015/11/17
- Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c), Dagobert Michelsen, 2015/11/17
- Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c), Tim Ruehsen, 2015/11/18
- Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c), Dagobert Michelsen, 2015/11/18
- Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c), Ander Juaristi, 2015/11/19
- Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c), Dagobert Michelsen, 2015/11/19
- Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c), Tim Ruehsen, 2015/11/19
- Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c), Dagobert Michelsen, 2015/11/19
- Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c), Tim Ruehsen, 2015/11/19
- Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c),
Dagobert Michelsen <=
- Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c), Tim Ruehsen, 2015/11/19
Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c), Darshit Shah, 2015/11/16
Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c), Giuseppe Scrivano, 2015/11/17