Custom Query (89 matches)
Results (79 - 81 of 89)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#310 | fixed | build broken by changeset 1701 | salcock | Matt Brown |
Description |
libtrace no longer compiles from source following changeset 1701 as it cannot find the libtrace library while compiling libpktdump
/usr/bin/ld: cannot find -ltrace collect2: ld returned 1 exit status make[3]: * [libpacketdump.la] Error 1 make[3]: Leaving directory `/home/matt/libtrace-3.0.10/libpacketdump' make[2]: * [all] Error 2 make[2]: Leaving directory `/home/matt/libtrace-3.0.10/libpacketdump' make[1]: * [all-recursive] Error 1 make[1]: Leaving directory `/home/matt/libtrace-3.0.10' make: * [all] Error 2 Please find a patch attached that should fix this. |
|||
#311 | fixed | don't ship tracetop man page if binary is not built. | salcock | Matt Brown |
Description |
If ncurses is not present, tracetop is not built. However the manpage is always installed. from tools/tracetop/Makefile.am man_MANS = tracetop.1 EXTRA_DIST = $(man_MANS) if HAVE_NCURSES Moving the if to the top of the file might solve the issue. |
|||
#312 | fixed | tracetop no longer installed | salcock | Matt Brown |
Description |
changeset 1701 introduced a typo in configure.in which means that tracetop is no longer installed even when ncurses is present. Attached patch should fix it. |