I tried these earlier today and did not have time to file a bug report until
now on them. Of course they moved like lightining and are in portage now.
Anyway...
I had no problems with the libfwbuilder module, but the fwbuilder ebuild itself
caused me some problems. I had qt-3.2 installed, but the build would fail with
my install of Qt 3.3.0. Once I upgraded to QT 3.3.2 it worked fine. Strange
since the fwbuilder site says it should have worked. Also, the requirements
for libxslt are not enforced in the ebuild. There is also a requirement for
net-snmp (which may be optional).
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:
In file included from ui/FWBMainWindow_q.cpp:33:
FWBMainWindow_q.ui.h:260:2: warning: no newline at end of file
ui/FWBMainWindow_q.cpp: In constructor
`FWBMainWindow_q::FWBMainWindow_q(QWidget*, const char*, unsigned int)':
ui/FWBMainWindow_q.cpp:230: syntax error before `=' token
ui/FWBMainWindow_q.cpp:232: no matching function for call to `QBoxLayout::
addItem()'
/usr/qt/3/include/qlayout.h:379: candidates are: virtual void
QBoxLayout::addItem(QLayoutItem*)
make[2]: *** [.obj/FWBMainWindow_q.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory
`/var/tmp/portage/fwbuilder-2.0.0/work/fwbuilder-2.0.0/src/gui'
make[1]: *** [sub-gui] Error 2
make[1]: Leaving directory
`/var/tmp/portage/fwbuilder-2.0.0/work/fwbuilder-2.0.0/src'
make: *** [sub-src] Error 2
!!! ERROR: net-firewall/fwbuilder-2.0.0 failed.
!!! Function src_compile, Line 22, Exitcode 2
!!! emake failed
Expected Results:
Well, compiled.