[pkg-fso-maint] Install.sh problem report

Steffen Moeller steffen_moeller at gmx.de
Sun Feb 22 22:29:37 UTC 2009


Hi Michele,

it seems like you have my setup. I did not experience any such issue, though.
Nevertheless, I did the following to the source (untested, admittedly), adding
--force-yes where there was already --yes (easily undone, should you consider this
nonsense or dangerous):


+++ b/install.sh
@@ -686,7 +686,7 @@ action_fso () {
        # TODO
        echo "Installing FSO-specific packages"
        chroot $INST_DIR /bin/sh -e <<__END_CHROOT__
-apt-get --yes install $FSO_PACKAGES
+apt-get --yes --force-yes install $FSO_PACKAGES
 apt-get clean
 __END_CHROOT__
        echo "I: FSO packages installed"
@@ -851,7 +851,7 @@ __END__

        if [ -f "$WPA_SUPPLICANT_CONF" ]; then
                echo " * Installing wpasupplicant, wireless-tools and udhcpc"
-               chroot $INST_DIR apt-get --yes install wpasupplicant wireless-tools udhcpc
+               chroot $INST_DIR apt-get --yes --force-yes install wpasupplicant
wireless-tools udhcpc
                echo " * $WPA_SUPPLICANT_CONF copied from this machine"
                cat >$INST_DIR$WPA_SUPPLICANT_CONF <$WPA_SUPPLICANT_CONF
        fi
@@ -883,7 +883,7 @@ EOMATCHBOX
 action_kernel () {
        echo "Installing kernel package"

-       intern_cmd="apt-get --yes install linux-image-2.6.28-openmoko-gta02"
+       intern_cmd="apt-get --yes --force-yes install linux-image-2.6.28-openmoko-gta02"

        if [ "$SD_PART1_FS" = "vfat" ]; then
                intern_bootmountpoint=$(mount | grep "^${SD_DEVICE}p1"| cut -f3 -d\ )


Many greetings

Steffen


Michele Renda wrote:
> Hello,
> How I promise here there is my installation report (I took all this time 
> because I had to buy a new microSD to make experiments).
> 
> I took the last install.sh and I did a very simple installation: 
> ./install.sh all
> 
> I didn't tried the single partition option, because I have not Qi and I 
> didn't wanted to remove my uboot.
> 
> The installation was fine, but in the end I got a problem. I think is 
> reproducible, because I used no particular options.
> 
> Here there is the log (I took only the last part):
> (Now I try to reboot and to do a apt-get install -f)
> 
> Configuring APT
>   * Creating /etc/apt/sources.list
>   * Install APT recommends by default: false
>   * Updating APT database
> Get:1 http://ftp2.de.debian.org unstable Release.gpg [189B]
> Get:2 http://ftp2.de.debian.org experimental Release.gpg [189B]
> Get:3 http://pkg-fso.alioth.debian.org unstable Release.gpg [189B]
> Get:4 http://ftp2.de.debian.org unstable Release [74.8kB]
> Get:5 http://pkg-fso.alioth.debian.org unstable Release [3027B]
> Get:6 http://ftp2.de.debian.org experimental Release [73.9kB]
> Ign http://pkg-fso.alioth.debian.org unstable Release
> Get:7 http://pkg-fso.alioth.debian.org unstable/main Packages [18.7kB]
> Ign http://ftp2.de.debian.org unstable Release
> Ign http://ftp2.de.debian.org experimental Release
> Get:8 http://ftp2.de.debian.org unstable/main Packages [7199kB]
> Get:9 http://ftp2.de.debian.org experimental/main Packages [782kB]
> Fetched 8152kB in 1min50s (73.6kB/s)
> Reading package lists... Done
> W: GPG error: http://pkg-fso.alioth.debian.org unstable Release: The 
> following signatures couldn't be verified because the public key is not 
> available: NO_PUBKEY E2B9DE6A8E7B323B
> W: GPG error: http://ftp2.de.debian.org unstable Release: The following 
> signatures were invalid: BADSIG A70DAF536070D3A1 Debian Archive 
> Automatic Signing Key (4.0/etch) <ftpmaster at debian.org>
> W: GPG error: http://ftp2.de.debian.org experimental Release: The 
> following signatures were invalid: BADSIG A70DAF536070D3A1 Debian 
> Archive Automatic Signing Key (4.0/etch) <ftpmaster at debian.org>
> W: You may want to run apt-get update to correct these problems
>   * Installing pkg-fso keyring
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> The following NEW packages will be installed:
>    pkg-fso-keyring
> 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
> Need to get 2800B of archives.
> After this operation, 49.2kB of additional disk space will be used.
> WARNING: The following packages cannot be authenticated!
>    pkg-fso-keyring
> Get:1 http://pkg-fso.alioth.debian.org unstable/main pkg-fso-keyring 
> 2008.09.27 [2800B]
> Fetched 2800B in 0s (3533B/s)
> debconf: delaying package configuration, since apt-utils is not installed
> Can not write log, openpty() failed (/dev/pts not mounted?)
> Selecting previously deselected package pkg-fso-keyring.
> (Reading database ... 6386 files and directories currently installed.)
> Unpacking pkg-fso-keyring (from .../pkg-fso-keyring_2008.09.27_all.deb) ...
> Can not write log, openpty() failed (/dev/pts not mounted?)
> Setting up pkg-fso-keyring (2008.09.27) ...
> OK
>   * Removing additional packages
> Get:1 http://ftp2.de.debian.org unstable Release.gpg [189B]
> Get:2 http://pkg-fso.alioth.debian.org unstable Release.gpg [189B]
> Get:3 http://ftp2.de.debian.org experimental Release.gpg [189B]
> Hit http://pkg-fso.alioth.debian.org unstable Release
> Get:4 http://ftp2.de.debian.org unstable Release [74.8kB]
> Ign http://pkg-fso.alioth.debian.org unstable/main Packages/DiffIndex
> Hit http://pkg-fso.alioth.debian.org unstable/main Packages
> Hit http://ftp2.de.debian.org experimental Release
> Get:5 http://ftp2.de.debian.org unstable/main Packages/DiffIndex [2038B]
> Hit http://ftp2.de.debian.org unstable/main Packages
> Get:6 http://ftp2.de.debian.org experimental Release [73.9kB]
> Ign http://ftp2.de.debian.org experimental Release
> Get:7 http://ftp2.de.debian.org experimental/main Packages/DiffIndex [2023B]
> Hit http://ftp2.de.debian.org experimental/main Packages
> Fetched 153kB in 6s (23.3kB/s)
> Reading package lists... Done
> W: GPG error: http://ftp2.de.debian.org experimental Release: The 
> following signatures were invalid: BADSIG A70DAF536070D3A1 Debian 
> Archive Automatic Signing Key (4.0/etch) <ftpmaster at debian.org>
> W: You may want to run apt-get update to correct these problems
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> The following packages will be REMOVED:
>    cdebootstrap-helper-rc.d*
> 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
> After this operation, 0B of additional disk space will be used.
> Can not write log, openpty() failed (/dev/pts not mounted?)
> (Reading database ... 6391 files and directories currently installed.)
> Removing cdebootstrap-helper-rc.d ...
> I: APT configured
> Installing FSO-specific packages
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Package xserver-xorg-input-all is not installed, so not removed
> Package xserver-xorg-input-synaptics is not installed, so not removed
> Package xserver-xorg-input-wacom is not installed, so not removed
> Package xserver-xorg-video-all is not installed, so not removed
> Package xserver-xorg-video-v4l is not installed, so not removed
> Package xserver-xorg-video-voodoo is not installed, so not removed
> Package xserver-xorg-video-vga is not installed, so not removed
> Package xserver-xorg-video-vesa is not installed, so not removed
> Package xserver-xorg-video-tseng is not installed, so not removed
> Package xserver-xorg-video-trident is not installed, so not removed
> Package xserver-xorg-video-tga is not installed, so not removed
> Package xserver-xorg-video-tdfx is not installed, so not removed
> Package xserver-xorg-video-sisusb is not installed, so not removed
> Package xserver-xorg-video-sis is not installed, so not removed
> Package xserver-xorg-video-siliconmotion is not installed, so not removed
> Package xserver-xorg-video-savage is not installed, so not removed
> Package xserver-xorg-video-s3virge is not installed, so not removed
> Package xserver-xorg-video-s3 is not installed, so not removed
> Package xserver-xorg-video-rendition is not installed, so not removed
> Package xserver-xorg-video-radeonhd is not installed, so not removed
> Package xserver-xorg-video-nv is not installed, so not removed
> Package xserver-xorg-video-nsc is not installed, so not removed
> Package xserver-xorg-video-neomagic is not installed, so not removed
> Package xserver-xorg-video-mga is not installed, so not removed
> Package xserver-xorg-video-imstt is not installed, so not removed
> Package xserver-xorg-video-i740 is not installed, so not removed
> Package xserver-xorg-video-i128 is not installed, so not removed
> Package xserver-xorg-video-glint is not installed, so not removed
> Package xserver-xorg-video-dummy is not installed, so not removed
> Package xserver-xorg-video-cyrix is not installed, so not removed
> Package xserver-xorg-video-chips is not installed, so not removed
> Package xserver-xorg-video-ati is not installed, so not removed
> Package xserver-xorg-video-radeon is not installed, so not removed
> Package xserver-xorg-video-mach64 is not installed, so not removed
> Package xserver-xorg-video-r128 is not installed, so not removed
> Package xserver-xorg-video-cirrus is not installed, so not removed
> Package xserver-xorg-video-ark is not installed, so not removed
> Package xserver-xorg-video-apm is not installed, so not removed
> The following extra packages will be installed:
>    alsa-utils apmd cpp cpp-4.3 dbus defoma file fontconfig 
> fontconfig-config fso-gsm0710muxd gstreamer0.10-alsa libapm1
>    libasound2 libatk1.0-0 libcairo2 libcroco3 libcups2 libdatrie0 
> libdb4.5 libdbus-1-3 libdbus-glib-1-2
>    libdirectfb-1.0-0 libdrm2 libecore-0.9.9.050a libecore-evas0 
> libecore-fb0 libecore-imf0 libecore-job0 libecore-txt0
>    libecore-x0 libedbus-0.5.0.050a libedje-0.9.9.050a libeet1 
> libeina-0.0.1a libembryo0 libevas-0.9.9.050a
>    libevas-0.9.9.050a-engines libexpat1 libfakekey0 libffi5 
> libfontconfig1 libfontenc1 libfreetype6 libgcrypt11
>    libgdbm3 libgif4 libglib2.0-0 libgmp3c2 libgnutls26 libgpg-error0 
> libgsf-1-114 libgsf-1-common
>    libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libgtk2.0-0 
> libgtk2.0-common libhal1 libice6 libjpeg62 liblzo2-2
>    libmagic1 libmatchbox1 libmpfr1ldbl libncursesw5 libnewt0.52 
> libnotify1 libpango1.0-0 libpango1.0-common libpcap0.8
>    libpci3 libpcre3 libpixman-1-0 libpng12-0 libpopt0 librsvg2-2 libsm6 
> libsqlite3-0 libstartup-notification0 libsysfs2
>    libtasn1-3 libthai-data libthai0 libtiff4 libts-0.0-0 libx11-6 
> libx11-data libxau6 libxaw7 libxcb-render-util0
>    libxcb-render0 libxcb-xlib0 libxcb1 libxcomposite1 libxcursor1 
> libxdamage1 libxdmcp6 libxext6 libxfixes3 libxfont1
>    libxft2 libxi6 libxinerama1 libxkbfile1 libxml2 libxmu6 libxmuu1 
> libxp6 libxpm4 libxrandr2 libxrender1
>    libxsettings-client0 libxss1 libxt6 libxtrap6 libxtst6 libxxf86misc1 
> libxxf86vm1 libyaml-0-1 linux-sound-base
>    matchbox-keyboard mime-support pciutils perl perl-modules 
> powermgmt-base ppp python python-cairo python-central
>    python-dbus python-ecore python-edbus python-edje python-evas 
> python-gobject python-gst0.10 python-gtk2
>    python-libxml2 python-minimal python-notify python-numeric 
> python-serial python-support python-yaml python2.5
>    python2.5-minimal ttf-dejavu ttf-dejavu-core ttf-dejavu-extra ucf 
> whiptail x11-common x11-xkb-utils xauth xbitmaps
>    xfonts-encodings xfonts-utils xkb-data xserver-xorg xserver-xorg-core 
> xserver-xorg-input-evdev
>    xserver-xorg-input-kbd xserver-xorg-input-mouse zhone-illume-glue
> Suggested packages:
>    xapm cpp-doc gcc-4.3-locales defoma-doc dfontmgr psfontmgr 
> x-ttcidfont-conf gsm0710muxd libasound2-plugins
>    cups-common libedje-bin libembryo-bin libfreetype6-dev rng-tools 
> gnutls-bin libvisual-0.4-plugins
>    gstreamer-codec-install gnome-codec-install gstreamer0.10-tools 
> gstreamer0.10-plugins librsvg2-common
>    ttf-japanese-gothic ttf-japanese-mincho ttf-thryomanes ttf-baekmuk 
> ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp
>    ttf-arphic-gkai00mp ttf-arphic-bkai00mp librsvg2-bin bzip2 perl-doc 
> libterm-readline-gnu-perl
>    libterm-readline-perl-perl iptables python-doc python-tk 
> python-profiler python-dbus-doc python-dbus-dbg
>    python-gobject-dbg python-gst0.10-dbg python-gtk2-doc 
> python-numeric-tutorial python-numeric-ext python-numeric-dbg
>    python-wxgtk2.8 python-wxgtk2.6 python-wxgtk python2.5-doc 
> binfmt-support menu xfs xserver xfonts-100dpi
>    xfonts-75dpi xfonts-scalable xfonts-cyrillic
> Recommended packages:
>    alsa-base libft-perl fso-config fso-sounds libatk1.0-data 
> libglib2.0-data shared-mime-info hicolor-icon-theme
>    libgtk2.0-bin libgpm2 libfribidi0 notification-daemon xml-core 
> libgl1-mesa-dri x11-utils xutils
> The following NEW packages will be installed:
>    alsa-utils apmd cpp cpp-4.3 dbus dbus-x11 defoma file fontconfig 
> fontconfig-config fso-frameworkd fso-gpsd
>    fso-gsm0710muxd fso-utils gstreamer0.10-alsa libapm1 libasound2 
> libatk1.0-0 libcairo2 libcroco3 libcups2 libdatrie0
>    libdb4.5 libdbus-1-3 libdbus-glib-1-2 libdirectfb-1.0-0 libdrm2 
> libecore-0.9.9.050a libecore-evas0 libecore-fb0
>    libecore-imf0 libecore-job0 libecore-txt0 libecore-x0 
> libedbus-0.5.0.050a libedje-0.9.9.050a libeet1 libeina-0.0.1a
>    libembryo0 libevas-0.9.9.050a libevas-0.9.9.050a-engines libexpat1 
> libfakekey0 libffi5 libfontconfig1 libfontenc1
>    libfreetype6 libgcrypt11 libgdbm3 libgif4 libglib2.0-0 libgmp3c2 
> libgnutls26 libgpg-error0 libgsf-1-114
>    libgsf-1-common libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 
> libgtk2.0-0 libgtk2.0-common libhal1 libice6
>    libjpeg62 liblzo2-2 libmagic1 libmatchbox1 libmpfr1ldbl libncursesw5 
> libnewt0.52 libnotify1 libpango1.0-0
>    libpango1.0-common libpcap0.8 libpci3 libpcre3 libpixman-1-0 
> libpng12-0 libpopt0 librsvg2-2 libsm6 libsqlite3-0
>    libstartup-notification0 libsysfs2 libtasn1-3 libthai-data libthai0 
> libtiff4 libts-0.0-0 libx11-6 libx11-data
>    libxau6 libxaw7 libxcb-render-util0 libxcb-render0 libxcb-xlib0 
> libxcb1 libxcomposite1 libxcursor1 libxdamage1
>    libxdmcp6 libxext6 libxfixes3 libxfont1 libxft2 libxi6 libxinerama1 
> libxkbfile1 libxml2 libxmu6 libxmuu1 libxp6
>    libxpm4 libxrandr2 libxrender1 libxsettings-client0 libxss1 libxt6 
> libxtrap6 libxtst6 libxxf86misc1 libxxf86vm1
>    libyaml-0-1 linux-sound-base matchbox-keyboard 
> matchbox-window-manager mime-support mtd-utils nodm
>    openmoko-panel-plugin pciutils perl perl-modules powermgmt-base ppp 
> python python-cairo python-central python-dbus
>    python-ecore python-edbus python-edje python-evas python-gobject 
> python-gst0.10 python-gtk2 python-libxml2
>    python-minimal python-notify python-numeric python-serial 
> python-support python-yaml python2.5 python2.5-minimal
>    trayer ttf-dejavu ttf-dejavu-core ttf-dejavu-extra ucf whiptail 
> x11-common x11-xkb-utils x11-xserver-utils xauth
>    xbitmaps xfonts-base xfonts-encodings xfonts-utils xinit xkb-data 
> xserver-xorg xserver-xorg-core
>    xserver-xorg-input-evdev xserver-xorg-input-kbd 
> xserver-xorg-input-mouse xserver-xorg-input-tslib
>    xserver-xorg-video-fbdev xterm zhone zhone-illume-glue
> 0 upgraded, 180 newly installed, 0 to remove and 0 not upgraded.
> Need to get 64.0MB of archives.
> After this operation, 182MB of additional disk space will be used.
> WARNING: The following packages cannot be authenticated!
>    libembryo0
> E: There are problems and -y was used without --force-yes
> root at om-gta02:~#
> 
> 
> _______________________________________________
> pkg-fso-maint mailing list
> pkg-fso-maint at lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-fso-maint




More information about the pkg-fso-maint mailing list