- 18 Dec, 2016 1 commit
-
-
geisesteert authored
If you execute "crew install unzip", it will fail on ARM, due to an assembler related error (I assume that the unzip sources only contain x86 assembler, but no ARM asm). The error output looks like this: ________________ [ ... some more stuff ...] cc -c -I. -Ibzip2 -DUNIX -O3 -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DUNICODE_WCHAR -DUNICODE_SUPPORT -DUTF8_MAYBE_NATIVE -DNO_LCHMOD -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -D_MBCS process.c /tmp/ccRacqej.s: Assembler messages: /tmp/ccRacqej.s:301: Error: offset out of range /tmp/ccRacqej.s:302: Error: offset out of range make[1]: *** [process.o] Error 1 make[1]: Leaving directory `/usr/local/tmp/crew/unzip60' make: *** [generic] Error 2 unzip failed to install: `make -f unix/Makefile generic` exited with 2 chronos@localhost ~ $ ________________ I have therefore downloaded the Unzip sources myself from ftp://ftp.info-zip.org/pub/infozip/src/unzip60.zip , deflated it, copied the unix/Makefile over into the sources root directory and used: make linux_noasm The resulting build was successful, with no asm related errors. The relevant line is line 25 in https://github.com/skycocker/chromebrew/blob/master/packages/unzip.rb : Currently is reads: system "make -f unix/Makefile generic" But in order to fix the error, it would have to be: system "make -f unix/Makefile linux_noasm" This has been implemented via this commit.
-
- 16 Dec, 2016 5 commits
-
-
lyxell authored
(UPDATE) JDK8 armv7l binary.
-
Ben Fayers authored
-
Damian Montero authored
-
Damian Montero authored
-
Damian Montero authored
-
- 15 Dec, 2016 2 commits
-
-
Damian Montero authored
-
Damian Montero authored
-
- 14 Dec, 2016 5 commits
-
-
Damian Montero authored
Fix libpng url
-
lyxell authored
-
lyxell authored
Fixes #233
-
Fred Clift authored
skip tests because at least one test wants to write to /
-
Damian Montero authored
-
- 13 Dec, 2016 16 commits
-
-
Damian Montero authored
-
Damian Montero authored
add unzip package
-
Damian Montero authored
-
Damian Montero authored
(UPDATE) README - Remove "Does not support arm chipsets yet" and replace with a table.
-
Damian Montero authored
Added sha256 of arm ruby to install.sh script
-
Kazushi (Jam) Marukawa authored
-
Ben Fayers authored
-
Damian Montero authored
-
Damian Montero authored
(UPDATE) Nano to 2.7.1
-
Damian Montero authored
(UPDATE/FIX) JDK8
-
Damian Montero authored
-
Damian Montero authored
(UPDATE) GO to 1.7.4
-
Damian Montero authored
(UPDATE) HTOP to 2.0.2
-
Damian Montero authored
(UPDATE) NGINX Change stopnginx to run "sudo nginx -s quit" instead of "sudo pkill nginx"
-
Damian Montero authored
(FIX) Checksum Mismatch on PCRE
-
Damian Montero authored
ARM support (tested on c100pa)
-
- 12 Dec, 2016 10 commits
-
-
Fred Clift authored
upstream code isn't maintained any more, many distros have unofficial patch sets, so we use the full ubuntu patch set. Includes several security vulnerabilities
-
Ben Fayers authored
Make symbolic link between /usr/local/nginx/sbin/nginx and /usr/local/bin/nginx be forced otherwise it fails.
-
Ben Fayers authored
Probably copy/pasted wrong.
-
Ben Fayers authored
-
Ben Fayers authored
stopnginx now stops nginx gracefully instead of just killing the process.
-
Ben Fayers authored
-
Ben Fayers authored
Changed url and sha1 and crew package version number
-
Ben Fayers authored
-
Ben Fayers authored
-
Ben Fayers authored
-
- 11 Dec, 2016 1 commit
-
-
Ben Fayers authored
-