google-code-export / camlistore

Automatically exported from code.google.com/p/camlistore
Apache License 2.0
0 stars 0 forks source link

build fails on raspberrypi due to integer overflow #520

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
pi@raspberrypi ~/camlistore $ go run make.go
camlistore.org/pkg/blobserver/memory
# camlistore.org/pkg/blobserver/memory
tmp/build-gopath-nosqlite/src/camlistore.org/pkg/blobserver/memory/mem.go:73: 
constant 2147483648 overflows int
Error building main binaries: exit status 2
exit status 1
pi@raspberrypi ~/camlistore $ git log  -n 1
commit f99a7a6fa9040a45ab41fe114f29ea7099d883b8
Author: Brad Fitzpatrick <brad@danga.com>
Date:   Fri Sep 26 16:41:31 2014 -0700

    blobserver/memory: add cache mode, where old entries are evicted

    Change-Id: Id09f981afda8ab55971b5491ff488e696e6b5ae2
pi@raspberrypi ~/camlistore $

Original issue reported on code.google.com by sperbers...@googlemail.com on 28 Sep 2014 at 10:14

GoogleCodeExporter commented 9 years ago

Original comment by mathieu....@gmail.com on 30 Sep 2014 at 1:46

GoogleCodeExporter commented 9 years ago
This issue has moved to https://camlistore.org/issue/520

Original comment by bradfitz on 14 Dec 2014 at 11:37