Comment 5 for bug 1320337

Revision history for this message
Bart Overkamp (bart-launchpad-7) wrote :

I can confirm the fix:

root@pi:/home/pi# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  libv8-3.14-dev libv8-3.14.5
2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,160 kB of archives.
After this operation, 64.5 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://mirrordirector.raspbian.org/raspbian/ jessie/main libv8-3.14-dev armhf 3.14.5.8-8+rpi1 [108 kB]
Get:2 http://mirrordirector.raspbian.org/raspbian/ jessie/main libv8-3.14.5 armhf 3.14.5.8-8+rpi1 [1,052 kB]
Fetched 1,160 kB in 0s (1,442 kB/s)
(Reading database ... 42432 files and directories currently installed.)
Preparing to unpack .../libv8-3.14-dev_3.14.5.8-8+rpi1_armhf.deb ...
Unpacking libv8-3.14-dev (3.14.5.8-8+rpi1) over (3.14.5.8-8) ...
Preparing to unpack .../libv8-3.14.5_3.14.5.8-8+rpi1_armhf.deb ...
Unpacking libv8-3.14.5 (3.14.5.8-8+rpi1) over (3.14.5.8-8) ...
Setting up libv8-3.14.5 (3.14.5.8-8+rpi1) ...
Setting up libv8-3.14-dev (3.14.5.8-8+rpi1) ...
Processing triggers for libc-bin (2.18-7) ...
root@pi:/home/pi# nodejs
> console.log("Awesome!")
Awesome!