bug-wget
[Top][All Lists]
Advanced

[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: Tim Ruehsen
Subject: Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c)
Date: Thu, 19 Nov 2015 15:50:52 +0100
User-agent: KMail/4.14.10 (Linux/4.2.0-1-amd64; KDE/4.14.13; x86_64; ; )

Ups, sorry the German text. The mail should have gone directly to Dagobert...

On Solaris 11, Wget works fine. On Solaris 10 I could reproduce the problem.
I just configured without GPG/metalink, and now it's fine.

@Dagobert: As you mentioned, it looks like a problem in the GPG build.

Tim

On Thursday 19 November 2015 15:12:28 Dagobert Michelsen wrote:
> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]