[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

base-config/00dbootstrap_settings failure



Hi,
  This is on hppa, base-config 1.04 (built myself), debconf 0.9.64.
I'm doing an unstable install, and /root/dbootstrap_settings ends up
containing SUITE='sid' as expected.  base-config was trying to use
stable, so I editted 00dbootstrap_settings to run with -x rather than
-e to see what was happening:

Starting deferred execution scheduler: atd.
Starting periodic command scheduler: cron.
+ . /usr/share/debconf/confmodule
++ '[' '!' '' ']'
++ exec /usr/share/debconf/frontend /usr/lib/base-config/00dbootstrap_settings new
+ . /usr/share/debconf/confmodule
++ '[' '!' 1 ']'
++ '[' -z '' ']'
++ exec
++ DEBCONF_REDIR=1
++ export DEBCONF_REDIR
++ _old_opts=new
++ set -- capb CAPB
++ eval 'db_capb () {
                echo "CAPB $@" >&3
                # Set to newline to get whole line.
                local IFS='\''
'\''
                local _LINE
                read -r _LINE
                # Disgusting, but it'\''s the only good way to split the line,
                # preserving all other whitespace.
                RET=${_LINE#*[  ]}
                return ${_LINE%%[       ]*}
              }'
++ set -- set SET
++ eval 'db_set () {
                echo "SET $@" >&3
                # Set to newline to get whole line.
                local IFS='\''
'\''
                local _LINE
                read -r _LINE
                # Disgusting, but it'\''s the only good way to split the line,
                # preserving all other whitespace.
                RET=${_LINE#*[  ]}
                return ${_LINE%%[       ]*}
              }'
++ set -- reset RESET
...
...
++ eval 'db_clear () {
                echo "CLEAR $@" >&3
                # Set to newline to get whole line.
                local IFS='\''
'\''
                local _LINE
                read -r _LINE
                # Disgusting, but it'\''s the only good way to split the line,
                # preserving all other whitespace.
                RET=${_LINE#*[  ]}
                return ${_LINE%%[       ]*}
              }'
++ set -- new
++ unset _old_opts
+ '[' -e /root/dbootstrap_settings ']'
+ . /root/dbootstrap_settings
++ BUILDTIME=2001.06.12-15:26+0000
++ DEBIAN_MIRROR_HOSTNAME=beast
++ DEBIAN_MIRROR_PATH=cd/debian
++ DEBIAN_MIRROR_PORT=80
++ SUITE=sid
++ SERIALCONSOLE=true
+ '[' '' = yes ']'
+ '[' '' = quiet ']'
+ '[' '' ']'
+ '[' sid ']'
+ db_set apt-setup/distribution sid
+ echo 'SET apt-setup/distribution' sid
+ local 'IFS=
'
+ local _LINE
+ read -r _LINE
+ RET=apt-setup/distribution doesn't exist
+ return 10
run-parts: /usr/lib/base-config/00dbootstrap_settings exited with return code 10


Richard



Reply to: