Bug 170988 - archivers/pecl-lzf prevent INDEX creation
Summary: archivers/pecl-lzf prevent INDEX creation
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Florian Smeets
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-24 12:40 UTC by ml
Modified: 2012-10-29 13:02 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ml 2012-08-24 12:40:03 UTC
Selecting BETTER_COMPRESSION in the port's option screen, brings in a somewhat buggy part of the makefile.

So:

Fix: 

Workaround is to deselect BETTER_COMPRESSION.
Notice you can't do this the normal way, but need:

rm /var/db/ports/pecl-lzf/options
How-To-Repeat: # cd /usr/ports/archivers/pecl-lzf/
# make config
(Select BETTER_COMPRESSION)
# make describe
"Makefile", line 33: Unassociated shell command "@${ECHO_MSG} "--enable-lzf-better-compression""
make: fatal errors encountered -- cannot continue
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-24 12:40:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Baptiste Daroussin freebsd_committer freebsd_triage 2012-10-29 10:14:38 UTC
Responsible Changed
From-To: miwi->freebsd-ports-bugs

Reassign to the heap miwi being overloaded for now
Comment 3 Florian Smeets freebsd_committer freebsd_triage 2012-10-29 11:55:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flo

I'll take it.
Comment 4 Florian Smeets freebsd_committer freebsd_triage 2012-10-29 13:02:21 UTC
State Changed
From-To: open->closed

Committed. Thanks!