Bug 172747

Summary: graphics/liblqr-1 doesn't compile with "path" variable defined
Product: Ports & Packages Reporter: goffredo
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

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!