Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 26775

Summary: net-firewall/fwbuilder-1.0.10 looks for the firewall compilers in the wrong place
Product: Gentoo Linux Reporter: Stefan Tittel <bugreports>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Stefan Tittel 2003-08-16 22:55:34 UTC
If you try to compile your firewall rules, fwbuilder looks for the fwb_* compilers in 
/usr/local/bin whereas they're in /usr/bin. 
Naturally manually creating a symlink solves the problem, but still a bug is a bug :) 

Reproducible: Always
Steps to Reproduce:
1. Create Firewall rules. 
2. Try to compile those rules. 
 
Actual Results:  
fwbuilder complained, that fwb_ipt couldn't be found in /usr/local/bin 

Expected Results:  
Well, compiling...
Comment 1 Stefan Tittel 2003-08-17 11:54:35 UTC
Sorry, works fine now, my fault...