Package Details: stderred-git v1.0.r56.gf137fb3-1

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/ku1ik/stderred
Licenses: MIT
Conflicts: stderred
Provides: stderred
Submitter: ajashton
Maintainer: chrisjbillington
Last Packager: chrisjbillington
Votes: 22
Popularity: 0.000000
First Submitted: 2011-12-14 15:51 (UTC)
Last Updated: 2026-02-11 00:14 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

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

Harvie commented on 2012-07-09 05:22 (UTC)

cmake missing in makedeps? it's not in base-devel

ajashton commented on 2012-05-09 15:28 (UTC)

@baskerville: Thanks, updated.

baskerville commented on 2012-05-09 11:45 (UTC)

(And you should also update 'install' accordingly.)

baskerville commented on 2012-05-09 11:39 (UTC)

The current PKGBUILD will fail with tip. Here's a patch: https://gist.github.com/2643909

ajashton commented on 2011-12-19 14:59 (UTC)

@adaptee: woops, thanks. Fixed now.