Bug 172747 - graphics/liblqr-1 doesn't compile with "path" variable defined
Summary: graphics/liblqr-1 doesn't compile with "path" variable defined
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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-16 03:40 UTC by goffredo
Modified: 2012-10-17 18:28 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 goffredo 2012-10-16 03:40:00 UTC
If you have "path" (lower case) variable defined, and try to compile graphics/liblqr-1, you get this error:

/usr/local/kde4/bin: file not recognized: File format not recognized

Unsetting (unsetenv path) solves. This means some problem with preexisting environment variables.

Note: I had this problem with other ports, but it was solved.

How-To-Repeat: setenv path '/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /root/bin /usr/X11R6/bin /usr/local/kde4/bin'
root:[136] cd /usr/ports/graphics/liblqr-1
root:[137] make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-16 03:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2012-10-17 18:28:32 UTC
State Changed
From-To: open->closed

Fixed. Thanks for report!