diff options
author | Jose V Beneyto <sepen@crux.nu> | 2014-08-22 14:26:04 +0200 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2014-08-22 14:26:29 +0200 |
commit | b5eaf77ddc0cac1eb7eb6eb146430980ee9b8d9e (patch) | |
tree | 1b60a6aa58de507cb54f62ac7fea84dc83decedd /chromium/README | |
parent | bd24442e4f95d4de40ae26e95ff2ba0cb0fe3bc5 (diff) | |
download | opt-b5eaf77ddc0cac1eb7eb6eb146430980ee9b8d9e.tar.gz opt-b5eaf77ddc0cac1eb7eb6eb146430980ee9b8d9e.tar.xz |
[notify] chromium: updated to 36.0.1985.143
This release contains a Flash Player update.
This update includes 12 security fixes:
http://googlechromereleases.blogspot.com/2014/08/stable-channel-update.html
Diffstat (limited to 'chromium/README')
-rw-r--r-- | chromium/README | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/chromium/README b/chromium/README index d9f0265e1..895abfaca 100644 --- a/chromium/README +++ b/chromium/README @@ -15,6 +15,18 @@ NOTES http://www.chromium.org/developers/how-tos/api-keys +WARNING + + To build chromium you need a functioning shared semaphore implementation on the + host operating system. For POSIX semaphores to work, you need r/w access to + shared memory (/dev/shm). + + Be sure you enabled /dev/shm or you will get errors like: + + sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue) + OSError: [Errno 13] Permission denied + + POSTINSTALLATION If you can't run chromium and you got a message like this: @@ -24,4 +36,4 @@ POSTINSTALLATION Could not find any font: Fixed, sans Aborted - you could solve this by installing for example xorg/xorg-font-dejavu-ttf. + You can solve this by installing for example xorg/xorg-font-dejavu-ttf. |