Package Details: stderred-git v1.0.r30.gab40b5f-4

Git Clone URL: https://aur.archlinux.org/stderred-git.git (read-only, click to copy)
Package Base: stderred-git
Description: LD_PRELOAD hack to color stderr output red
Upstream URL: https://github.com/sickill/stderred
Licenses: MIT
Conflicts: stderred
Provides: stderred
Submitter: ajashton
Maintainer: chrisjbillington
Last Packager: eigengrau
Votes: 22
Popularity: 0.000000
First Submitted: 2011-12-14 15:51 (UTC)
Last Updated: 2016-11-29 08:27 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

RunningDroid commented on 2014-02-18 15:49 (UTC)

I completely forgot about that, the new version has check() commented out for the people that have it enabled by default.

quite commented on 2014-02-18 12:58 (UTC)

What doesn't work is the make test in PKGBUILD check() . . .

RunningDroid commented on 2014-01-20 22:14 (UTC)

@netithere Have you tried deleting src and rebuilding?

neithere commented on 2014-01-20 12:11 (UTC)

Confirming that it won't build. The error is exactly the same as quoted by quite: error: expected identifier or ‘(’ before ‘__extension__’ ...and so on.

RunningDroid commented on 2013-10-24 08:02 (UTC)

It builds fine here, do "sudo rm -rf /tmp/packer*/stderred-git*" and try again.

quite commented on 2013-10-24 07:48 (UTC)

Doesn't even build anymore... [ 40%] Building C object CMakeFiles/stderred.dir/stderred.c.o In file included from /usr/include/stdio.h:934:0, from /tmp/packerbuild-0/stderred-git/stderred-git/src/stderred/build/config.h:49, from /tmp/packerbuild-0/stderred-git/stderred-git/src/stderred/src/stderred.c:1: /tmp/packerbuild-0/stderred-git/stderred-git/src/stderred/src/stderred.c:87:13: error: expected identifier or ‘(’ before ‘__extension__’ size_t FUNC(fwrite_unlocked)(const void *data, size_t size, size_t count, FILE *stream) { ^ /tmp/packerbuild-0/stderred-git/stderred-git/src/stderred/src/stderred.c:87:8: note: in expansion of macro ‘FUNC’ size_t FUNC(fwrite_unlocked)(const void *data, size_t size, size_t count, FILE *stream) { ^ CMakeFiles/stderred.dir/build.make:57: recipe for target 'CMakeFiles/stderred.dir/stderred.c.o' failed make[3]: *** [CMakeFiles/stderred.dir/stderred.c.o] Error 1

RunningDroid commented on 2013-08-20 19:48 (UTC)

Here's a PKGBUILD that uses makepkg's VCS support and includes the previously mentioned "make test" fix: http://sprunge.us/fNae

RunningDroid commented on 2013-07-29 13:15 (UTC)

Can you add "sed -i 's/&& make test//' Makefile" to disable running make test? For some reason make test always fails and makes makepkg fail.

bru commented on 2012-11-24 14:18 (UTC)

Hello ajashton, I believe there is an error in the INSTALL file: what should be put in .{ba,z}shrc is not if [ -f "/usr/lib/stderred.so" ]; then export LD_PRELOAD="/usr/lib/libstderred.so" fi but if [ -f "/usr/lib/libstderred.so" ]; then export LD_PRELOAD="/usr/lib/libstderred.so" fi Have a pleasant weekend.

ajashton commented on 2012-07-11 01:51 (UTC)

@Harvie: thx, added it