Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] Baseline: Enabling rebuild of stable-0.60 chroot

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Thomas Orgis <thomas-forum AT orgis.org>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] Baseline: Enabling rebuild of stable-0.60 chroot
  • Date: Mon, 8 Sep 2014 22:04:12 +0200

Am Mon, 8 Sep 2014 09:58:09 -0500
schrieb Kevin Monceaux <Kevin AT RawFedDogs.net>:

> I've seen one other failure since then. Casting mailx 12.4

I do see two consistent failures on the first attempt: mailx and wget.
I don't quite get it yet. It must be a cast ordering thing, as casting
wget after that seems to work. Both spells miss openssl during the
first run.

mailx:

checking for sufficiently recent OpenSSL ... no
checking for sufficiently recent OpenSSL ... no

... but the build continues until

cc -Wl,--as-needed aux.o base64.o cache.o cmd1.o cmd2.o cmd3.o cmdtab.o
collect.
o dotlock.o edit.o fio.o getname.o getopt.o head.o hmac.o imap.o
imap_search.o j
unk.o lex.o list.o lzw.o macro.o maildir.o main.o md5.o mime.o names.o nss.o
ope
nssl.o pop3.o popen.o quit.o send.o sendout.o smtp.o ssl.o strings.o temp.o
thre
ad.o tty.o v7.local.o vars.o version.o `grep '^[^#]' LIBS` -o mailx
cc: error: n-empty: No such file or directory
cc: error: line: No such file or directory


wget:

checking for libgnutls... no
configure: error: --with-ssl was given, but GNUTLS is not available.

Which is doubly strange, as --with-ssl=openssl should be given and is
indeed done so when casting again. I'll dig into the config logs to
find out what's wrong here. But first I need to get some dinner;-)

> Downloaded source file rpcbind-0.2.0.tar.bz2
>
> It's been sitting at that point for about fifteen minutes now.

Hm, all the summons work for me, but I also do have my fallback mirror
added. For the curious, this is my current script to rebuild stable
0.60 inside the fresh chroot:

#!/bin/bash

set -e

# Just giving PROMPT_DELAY on sorcery rebuild line doesn't work.
# Is that intendet?
# Next manual call to sorcery to reconfigure things should fix up
# these hacked additions.
printf '%s\n%s\n%s\n' \
'SORCERY_BRANCH=devel' \
'OPTIMIZATIONS="tiny as_needed"' \
'PROMPT_DELAY=0' \
>> /etc/sorcery/local/config
sorcery -u
printf '%s\n' 'FALLBACK_URL_MIRROR[0]="http://mirror.sobukus.de/src";' \
>> /etc/sorcery/local/url
printf '"%s" %s\n' 'One and Only'
'http://downloads.sourceforge.net/sourceforge' \
> /etc/sorcery/mirrors/SOURCEFORGE

sorcery rebuild


Alrighty then,

Thomas

Attachment: signature.asc
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page