Bug 138252

Summary: Compile Issue: databases/firebird20-client
Product: Ports & Packages Reporter: Rick E. <codeblock>
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Rick E. 2009-08-28 08:10:02 UTC
I'm having issues installing databases/firebird20-client. It's failing with the error:
==> Please do not build firebird as 'root' because this may cause conflicts with SysV semaphores of running services.

but when I run `make` in the port directory, without root, I get:
cannot create /usr/ports/databases/firebird20-client/work/ipcs.pre.build: Permission denied

due to the port directory not being writable. Simple fix is probably to change the permissions of the port directory, but this probably isn't a good fix.

How-To-Repeat: cd /usr/ports/databases/firebird20-client
make install clean
Comment 1 Dirk Meyer freebsd_committer freebsd_triage 2010-04-24 06:17:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

I will take care of it.
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2010-04-24 06:17:56 UTC
State Changed
From-To: open->closed


Please do as root  
make clean 

Then build as user. 
Make sure your user has the right to create the workdir.