View previous topic :: View next topic |
Author |
Message |
jjacocks n00b

Joined: 26 Jun 2002 Posts: 35
|
Posted: Thu Oct 02, 2003 5:59 pm Post subject: FWBuilder 1.0.11 |
|
|
This ebuild emerges fine, but the gui (/usr/bin/fwbuilder) doesn't seem to be built. However, I don't see any errors in the emerge output.
My USE variable is USE="-arts gtk -java -kde -nls X".
My Gentoo is up-to-date, and running on a Sun E220R 2x450.
Any ideas?
Thanks! |
|
Back to top |
|
 |
vert Apprentice


Joined: 07 May 2002 Posts: 214 Location: Delft, The Netherlands
|
Posted: Fri Oct 31, 2003 5:59 pm Post subject: |
|
|
Did you solve this?
I had the same problem, but after re-emerging I'm now getting this
Code: |
standard input}: Assembler messages:
{standard input}:42: Error: symbol `n' is already defined
{standard input}:55: Error: symbol `exit' is already defined
{standard input}:61: Error: symbol `exit' is already defined
{standard input}:67: Error: symbol `exit' is already defined
make[2]: *** [fwbedit.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/fwbuilder-1.0.11/work/fwbuilder-1.0.11/src/tools'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/fwbuilder-1.0.11/work/fwbuilder-1.0.11/src'
make: *** [all] Error 2
!!! ERROR: net-firewall/fwbuilder-1.0.11 failed.
!!! Function src_compile, Line 49, Exitcode 2
!!! emake failed
|
I think this might have to do with a new version of binutils  |
|
Back to top |
|
 |
jjacocks n00b

Joined: 26 Jun 2002 Posts: 35
|
Posted: Fri Oct 31, 2003 6:21 pm Post subject: |
|
|
Yeah, my problem was fixed. It turned out that my issue was using to high of an optimization setting. Switching to -O2 for my build caused the GUI to build fine.
My issue was platform, specific, as well.
Good luck! |
|
Back to top |
|
 |
vert Apprentice


Joined: 07 May 2002 Posts: 214 Location: Delft, The Netherlands
|
Posted: Sat Nov 01, 2003 2:50 pm Post subject: |
|
|
Thanx for the reply. Still have the same problem though, and its not binutils (I now know after emerging several different versions). Also, previous versions of fwbuilder fail to build now too (no problems with libfwbuilder). So probably something else I updated is causing problems.
I will continue looking further... But it is a real pain not being able to (nicely) change my firewall setup! I guess that´s the price to pay for a gui... |
|
Back to top |
|
 |
iqt n00b

Joined: 23 Oct 2002 Posts: 23
|
Posted: Sun Nov 02, 2003 6:57 pm Post subject: |
|
|
Hi,
I have the same problem emerging fwbuilder. I think the problem starts here:
Code: | In file included from pf.cc:45:
PolicyCompiler_pf.hh:29:43: fwbuilder/libfwbuilder-config.h: Datei oder Verzeichnis nicht gefunden
In file included from /usr/include/fwcompiler/PolicyCompiler.hh:29,
from PolicyCompiler_pf.hh:30,
from pf.cc:45:
|
fwbuilder/libfwbuilder-config.h is part of libfwbuilder-ebuild and can't be found because emerging libfwbuilder gives the following error:
Code: | In file included from /usr/include/net-snmp/utilities.h:39,
from /usr/include/net-snmp/net-snmp-includes.h:64,
from ../fwbuilder/snmp.hh:51,
from snmp.cc:38:
/usr/include/net-snmp/library/data_list.h:29: syntax error before `*' token
/usr/include/net-snmp/library/data_list.h:41: syntax error before `void'
snmp.cc: In member function `void
libfwbuilder::SNMPQuery::fetchInterfaces(libfwbuilder::Logger*,
libfwbuilder::SyncFlag*, libfwbuilder::SNMPConnection*)':
snmp.cc:623: warning: unused variable `long int bcast_bits'
make[2]: *** [snmp.lo] Fehler 1
|
libfwbuilder emerges without error, but some files are missing. Therefor fwbuilder failes to compile.
Re-emerging net-snmp didn't help.
Any ideas whats wrong here?
Dirk |
|
Back to top |
|
 |
divin4fun n00b

Joined: 24 Jun 2002 Posts: 17
|
Posted: Mon Nov 03, 2003 3:55 pm Post subject: |
|
|
I had the same problem. I unmerged net-snmp, then re-emerged libfwbuilder and then fwbuilder, and problems were resolved. I don't use snmp, so this wasn't a problem.
divin4fun |
|
Back to top |
|
 |
vert Apprentice


Joined: 07 May 2002 Posts: 214 Location: Delft, The Netherlands
|
Posted: Tue Nov 04, 2003 9:01 am Post subject: |
|
|
Well, I still have the first problem
I unmerged half my system and still fwbuilder will not emerge, no matter what version I try....
So more suggestions are welcome.
I also found bug 24778 which seems to be the same problem. I will add some info there as well. |
|
Back to top |
|
 |
H0bb3z Tux's lil' helper


Joined: 28 May 2003 Posts: 121 Location: in the transmogrifier
|
Posted: Thu Nov 13, 2003 5:40 am Post subject: |
|
|
fwbuilder 1.0.11 emerged fine on my system for some reason, but when I try to compile any changes to my data file, it chokes saying that the file needs to be converted to the latest version (and to use the GUI to convert it). For the life of me, I can't find how to convert the data file to the latest format (was fwbuilder 1.0.10)...
Is anyone else having this issue?
Update: duh. I was working on a firewall policy (data file) in the foreground while it was emerging in the background. When it was finally done emerging, I tried to compile the file I was working on without restarting fwbuilder.
Note to self: don't run an app while simultaneously updating it. Bad mojo.  _________________ -H0bb3z-
-----------
Intel QX9770 | 6Gb DDR3 | ATI 4870 HD 1Gb | 2xSeagate 1Tb SATAs
Running Funtoo Core2 build |
|
Back to top |
|
 |
Guybrush Tux's lil' helper


Joined: 06 Feb 2003 Posts: 99 Location: 48°27'N, 11°8'O
|
Posted: Thu Nov 13, 2003 1:44 pm Post subject: |
|
|
Just had the same problem. And everything discussed in this thread didn't work for me. So I looked at the FWBuilder homepage at http://www.fwbuilder.org and they said that fwbuilder (libfwbuilder) depends on ucd-snmp (and not net-snmp). So I unmerged net-snmp and emerged ucd-snmp.
Then I reemerged libfwbuilder and fwbuilder. And it worked!!
Seemed to be a problem with net-snmp although it is build in ucd-snmp compatible mode. |
|
Back to top |
|
 |
|