Commit graph

5146 commits

Author SHA1 Message Date
Kevin Mihelich 04110edad0 extra/mutter to 3.10.4-1 2014-02-20 14:06:39 +00:00
Dave Higham 1218e2fac0 core/linux-imx6-cuboc def gov to ondemand and Fixes for calculating raw_critical value 2014-02-20 12:19:04 +00:00
Kevin Mihelich b6de61ac00 added community/libfbclient 2014-02-19 23:36:25 +00:00
Dave Higham c0c6a953e2 core/linux-imx6-cubox remove memset patch 2014-02-19 17:13:32 +00:00
pepedog d76e974c3c alarm/libfslvpuwrap fix PKGBUILD 2014-02-19 16:45:52 +00:00
pepedog 508a604772 alarm/libcec-imx6 fix PKGBUILD 2014-02-19 16:36:45 +00:00
pepedog 6be1af986b alarm/imx-vpu fix PKBUILD 2014-02-19 16:13:05 +00:00
pepedog 364fc86858 alarm/gpu-viv-bin-mxq6 fix PKGBUILD 2014-02-19 16:11:20 +00:00
pepedog f4a4628660 alarm/firmware-imx fis PKBUILD 2014-02-19 16:09:11 +00:00
Dave Higham ab0588af13 alarm/xbmc-imx adding xbmc-imx 2014-02-19 15:18:13 +00:00
Dave Higham 09dbbd5f96 alarm/various adding fsl BSP 4.1.0 set 2014-02-19 15:09:32 +00:00
Kevin Mihelich 5bf6018c50 extra/imagemagick to 6.8.8.7-1 2014-02-19 13:05:44 +00:00
Kevin Mihelich 5d8bb28573 community/nodejs to 0.10.26-1 2014-02-19 13:05:04 +00:00
Kevin Mihelich 189038482d community/go: add go.sh 2014-02-19 00:59:21 +00:00
Kevin Mihelich 1152fcb4f6 community/go to 1.2-3 2014-02-19 00:51:52 +00:00
Dave Higham 50b27d904b core/linux-imx6-cubox SOC bug fixes 2014-02-18 20:30:55 +00:00
Kevin Mihelich c560bec492 core/linux-odroid to 3.8.13.18-1 2014-02-18 01:06:29 +00:00
Kevin Mihelich 820148faed community/linux-tools to 3.13-2 2014-02-17 20:16:48 +00:00
Kevin Mihelich c1c99019ef extra/libpng to 1.6.9-1 2014-02-17 13:45:36 +00:00
Kevin Mihelich ad9f732a1a core/gcc fix, fixes #723 2014-02-17 13:06:31 +00:00
Kevin Mihelich 1c81818324 extra/thunderbird fixes 2014-02-17 03:33:58 +00:00
Kevin Mihelich 5b5b98effa aur/reaver-wps-svn to 119-1 2014-02-17 00:46:00 +00:00
Kevin Mihelich 4827a8e4e1 alarm/pybbio to v0.5.98.g81a4a22-1 2014-02-17 00:07:39 +00:00
Kevin Mihelich 96962228e0 removed alarm/babeld, batctl 2014-02-17 00:03:06 +00:00
Kevin Mihelich b9eb660aa3 removed alarm/olsrd 2014-02-16 23:52:44 +00:00
Kevin Mihelich a3c5afb18c Merge pull request #721 from paraxor/master
alarm/devtools-alarm: Remove setarch from a call to mkarchroot.
2014-02-16 10:35:40 -07:00
Kevin Mihelich 8a247ef2f3 extra/help2man to 1.44.1-1 2014-02-16 17:33:42 +00:00
moonman 2a0065a310 alarm-xbmc-rbp-git to 13.20140216-1 2014-02-16 08:49:07 -07:00
Evan Teitelman f38e52e29e alarm/devtools-alarm: Remove setarch from a call to mkarchroot.
setarch does not support ARM architectures. Without this patch,
archbuild fails with this error:

    setarch: armv6h: Unrecognized architecture

This patch is similar in intent to the first hunk of
0004-arch-nspawn-arm-fix.patch.
2014-02-16 08:02:19 -05:00
moonman b5086c7c51 core/linux-raspberrypi to 3.10.30-1 2014-02-16 00:36:01 -07:00
moonman 634297428f alarm/raspberrypi-firmware to 20140216-1 2014-02-16 00:33:37 -07:00
moonman 1b070363fe core/linux-raspberrypi-latest to 3.13.3-1 2014-02-16 00:32:23 -07:00
Kevin Mihelich 110c12f00e Merge branch 'master' of github.com:archlinuxarm/PKGBUILDs 2014-02-16 03:19:51 +00:00
Kevin Mihelich 01b99d00f5 extra/imagemagick to 6.8.8.6-1 2014-02-16 03:19:37 +00:00
Kevin Mihelich 083e324adb Merge pull request #720 from paraxor/master
alarm/devtools-alarm: Add 'devtools' to 'conflicts' and 'provides'.
2014-02-15 18:02:14 -07:00
Evan Teitelman 432fce648e alarm/devtools-alarm: Add devtools to conflicts and provides.
This
  - Prevents file conflict errors if `devtools` is installed while
    `devtools-alarm` is installed and vice versa.
  - Allows `devtools-alarm` to act as a substitute for `devtools` in the
    dependency lists of other packages.
2014-02-15 19:50:17 -05:00
Kevin Mihelich 55aae2f80a Merge pull request #719 from ypsu/master
Build glibc with unwind tables
2014-02-15 17:20:43 -07:00
Balazs Kezes c14f1b0486 Build glibc with unwind tables
Without debug symbols or this you cannot have reliable backtraces in gdb. For
instance this is on a Raspberry Pi without the unwind tables:

	$ gcc -x c <(echo 'void abort(); int main() { abort(); }')
	$ gdb ./a.out <<< $'r\nbt'
	...
	#1  0xb6eb2e44 in abort () from /usr/lib/libc.so.6
	#2  0x00000020 in ?? ()
	Backtrace stopped: previous frame identical to this frame (corrupt
	stack?)
	...

Here's with the unwind tables enabled:

	$ gcc -x c <(echo 'void abort(); int main() { abort(); }')
	$ gdb ./a.out <<< $'r\nbt'
	...
	#1  0xb6eade44 in abort () from /usr/lib/libc.so.6
	#2  0x000084e0 in main ()
	...

The upside of the unwind tables compared to the debug symbols is that they don't
take up a lot of space.
2014-02-15 22:21:23 +00:00
Kevin Mihelich 37127ca34f community/libvirt to 1.2.1-4 2014-02-14 13:40:22 +00:00
Kevin Mihelich 11a1b25fe9 core/glibc to 2.19-2 2014-02-14 13:38:54 +00:00
moonman 9d701ef1ad core/linux-kirkwood to 3.13.3-1 2014-02-14 02:27:50 -07:00
Kevin Mihelich 78697f2280 added community/maven 2014-02-14 03:44:22 +00:00
Kevin Mihelich e4de987007 core/linux-armv5 to 3.13.3-1 2014-02-14 01:57:50 +00:00
Kevin Mihelich dcb0698200 extra/python to 3.3.4-1 2014-02-14 01:53:04 +00:00
Kevin Mihelich c0f092c5ff extra/imagemagick to 6.8.8.5-1 2014-02-13 07:11:47 +00:00
Kevin Mihelich 4de85e267c core/linux-armv7 to 3.13.1-2, fixes #717 2014-02-12 22:52:09 +00:00
Kevin Mihelich 2527cc84a4 community/qtractor to 0.5.12-2 2014-02-12 14:02:27 +00:00
Kevin Mihelich 6289b72269 community/spice-gtk3 to 0.23-1 2014-02-12 14:01:49 +00:00
Kevin Mihelich 6c95fdff32 core/linux-odroid to 3.8.13.16-6 2014-02-12 02:16:31 +00:00
moonman 1de8d607c6 alarm/raspberrypi-firmware to 20140210-1 2014-02-11 13:36:02 -07:00