more G-Labs products

Author Topic: Debian install R336 fails  (Read 1811 times)

February 23, 2014, 06:21:43 PM
Read 1811 times

Jens

  • *****
  • Information
  • Global Moderator
  • Posts: 211
Hi Gene,

the 336 debian install fails on raspbian with the following error message

Err http://mirrordirector.raspbian.org/raspbian/ wheezy/main libmono-system-serviceprocess4.0-cil all 3.2.3+dfsg-5+rpi1              404  NotFound                                                                                                                                                                                                                           
Fetched 0 B in 0s (0 B/s)                                                                                                                                                                                                                 
Error during install: 'Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/m/mono/libmono-system-serviceprocess4.0-cil_3.2.3+dfsg-5+rpi1_all.deb 404  Not Found


I think I read somewhere in the forum that there was a similar issue on the tgz install file, but haven't found it again.

As I do not know how to edit the installer myself, can you please doublecheck the .deb installer

Many thanks
Regards
Jens

February 23, 2014, 06:46:48 PM
Reply #1

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
Hi Jens,

I built the latest SD card image using the r336 package and it worked like a charm.
That "not found" package is not even included in the r336 anymore.
Btw, there is a brand new r339 in the testing folder and I just upgraded from r336 to r339 on my Raspi flawlessly.
Did you do a "sudo apt-get update"?
Are you using latest official raspbian image?

Cheers,
g.

February 23, 2014, 06:52:26 PM
Reply #2

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
Anyway the package seem to be there:

Code: [Select]

pi@raspberrypi ~ $ sudo apt-get update
Hit http://raspberrypi.collabora.com wheezy Release.gpg
Hit http://archive.raspberrypi.org wheezy Release.gpg
Get:1 http://mirrordirector.raspbian.org wheezy Release.gpg [490 B]
Hit http://raspberrypi.collabora.com wheezy Release
Get:2 http://mirrordirector.raspbian.org wheezy Release [14.4 kB]
Hit http://archive.raspberrypi.org wheezy Release
Hit http://raspberrypi.collabora.com wheezy/rpi armhf Packages
Hit http://archive.raspberrypi.org wheezy/main armhf Packages
Get:3 http://mirrordirector.raspbian.org wheezy/main armhf Packages [7,425 kB]
Ign http://archive.raspberrypi.org wheezy/main Translation-en_GB
Ign http://archive.raspberrypi.org wheezy/main Translation-en
Hit http://repository.wolfram.com stable Release.gpg
Ign http://raspberrypi.collabora.com wheezy/rpi Translation-en_GB
Ign http://raspberrypi.collabora.com wheezy/rpi Translation-en
Hit http://repository.wolfram.com stable Release
Hit http://repository.wolfram.com stable/non-free armhf Packages
Ign http://repository.wolfram.com stable/non-free Translation-en_GB
Ign http://repository.wolfram.com stable/non-free Translation-en
Hit http://mirrordirector.raspbian.org wheezy/contrib armhf Packages
Hit http://mirrordirector.raspbian.org wheezy/non-free armhf Packages
Hit http://mirrordirector.raspbian.org wheezy/rpi armhf Packages
Ign http://mirrordirector.raspbian.org wheezy/contrib Translation-en_GB
Ign http://mirrordirector.raspbian.org wheezy/contrib Translation-en
Ign http://mirrordirector.raspbian.org wheezy/main Translation-en_GB
Ign http://mirrordirector.raspbian.org wheezy/main Translation-en
Ign http://mirrordirector.raspbian.org wheezy/non-free Translation-en_GB
Ign http://mirrordirector.raspbian.org wheezy/non-free Translation-en
Ign http://mirrordirector.raspbian.org wheezy/rpi Translation-en_GB
Ign http://mirrordirector.raspbian.org wheezy/rpi Translation-en
Fetched 7,439 kB in 1min 12s (102 kB/s)
Reading package lists... Done
pi@raspberrypi ~ $ sudo apt-cache search libmono-system-serviceprocess4.0
libmono-system-serviceprocess4.0-cil - Mono System.ServiceProcess library (for CLI 4.0)



g.

February 23, 2014, 07:04:10 PM
Reply #3

Jens

  • *****
  • Information
  • Global Moderator
  • Posts: 211
I was pretty sure that raspbian was up to date, but doing a

sudo apt-get update

before running sudo gdebi ....

fixed it.

Thanks
Jens