Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 337509 - app-misc/cw-1.0.16: does not works but 1.0.15 works great
Summary: app-misc/cw-1.0.16: does not works but 1.0.15 works great
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-15 16:24 UTC by Czeryna Karol
Modified: 2010-09-17 07:40 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Czeryna Karol 2010-09-15 16:24:37 UTC
Hi! After upgrading my cw to version 1.0.16 it seems to doesn't works ;/
After downgrading to version 1.0.15 command colouring works. Any ideas why newest version does want to working?

Reproducible: Always
Comment 1 Martin Väth 2010-09-15 16:50:04 UTC
The 1.0.16-ldflags.patch is broken:
There shouldn't be a "-c" argument when compiling bin/cw

As it is now, /usr/bin/cw becomes only an unlinked object file,
not an executable binary...
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2010-09-16 17:01:38 UTC
On it.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2010-09-16 17:04:06 UTC
Fixed in 1.0.16-r1.
Comment 4 Czeryna Karol 2010-09-17 07:40:52 UTC
ok now everything works but PATH dir was changed, from /usr/lib/cw:$PATH to /usr/libexec/cw:$PATH ;)