Hi Tim, Am 19.11.2015 um 15:08 schrieb Tim Ruehsen <[email protected]>: > 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
