{5} Assigned, Active Tickets by Owner (Full Description) (9 matches)
List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.
lathiat
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #70 | function socket.c, line 399, `IPV6_V6ONLY' undeclared | avahi-core | defect | 11/07/06 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hi avahi people, I'm trying to compile avahi for an embedded device and I would like to only have the avahi-core library. I've disabled everything else as far as I could tell. There doesn't seem to be a ./configure option for IPV6 so aside from altering the code, I don't think there's any way for me to prevent the compile-time error further below. This happens both with 0.6.15 and 0.6.12, and likely the versions in between. My ./configure line is here: CC=arm-linux-gcc ./configure --build=i686-pc-linux-gnu --host=arm-9tdmi-linux-gnu --prefix=$PWD/../avahi-0.6.12-arm --disable-glib --disable-qt3 --disable-qt4 --disable-gtk --disable-dbus --disable-expat --disable-gdbm --disable-libdaemon --disable-python --disable-pygtk --disable-python-dbus --disable-mono --disable-monodoc --disable-doxygen-doc --disable-manpages --with-distro=debian I just grepped for IPV6_V6ONLY recursively through /usr/include, and i found it in: /usr/include/linux/in6.h /usr/include/linux/in6.h:172:#define IPV6_V6ONLY Is this a known bug? Would it fix the problem by simply adding #ifdef ... ipv6 code #endif code to the function / header files (socket.c/h i guess) ? Is there some reason why IPv6 is always built? Many thanks. I'm going to patch this myself for now, should I send you the diff? ~/Chris arm-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. "-DDEBUG_TRAP=__asm__(\"int \$3\")" -g -O2 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -MT libavahi_core_la-socket.lo -MD -MP -MF .deps/libavahi_core_la-socket.Tpo -c socket.c -fPIC -DPIC -o .libs/libavahi_core_la-socket.o socket.c: In function `avahi_open_socket_ipv6': socket.c:399: error: `IPV6_V6ONLY' undeclared (first use in this function) socket.c:399: error: (Each undeclared identifier is reported only once socket.c:399: error: for each function it appears in.) socket.c: In function `avahi_send_dns_packet_ipv4': socket.c:520: warning: cast increases required alignment of target type socket.c: In function `avahi_send_dns_packet_ipv6': socket.c:603: warning: cast increases required alignment of target type socket.c: In function `avahi_recv_dns_packet_ipv4': socket.c:692: warning: cast increases required alignment of target type socket.c:698: warning: cast increases required alignment of target type socket.c: In function `avahi_recv_dns_packet_ipv6': socket.c:815: warning: cast increases required alignment of target type socket.c:822: warning: cast increases required alignment of target type make[2]: *** [libavahi_core_la-socket.lo] Error 1 make[2]: Leaving directory `/home/cfriedt/Desktop/avahi-0.6.12/avahi-core' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/cfriedt/Desktop/avahi-0.6.12' make: *** [all] Error 2 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lennart
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #204 | Avahi-autoipd Floating Point Exception Error | avahi-autoipd | defect | 03/28/08 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
System: RHEL 4.4 with 2.6.9-11 default kernel on a Dell 2950. Avahi 0.6.2 installed with libdaemon only. GTK, Python, and D-Bus not installed. Avahi-Daemon and Avahi-dnsconfd function correctly. When attempting to start avahi-autoipd from the command line, I recieve a Floating Point Exception error with no further output. This error is reproducable and occurs every time. Executing an strace command shows 20 variables being read prior to the FPE error with no further output. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #34 | Avahi configure script is difficult for things like jhbuild to use | avahi-client | enhancement | 04/23/06 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The Avahi configure script includes many checks for optional features, and bails out if the prerequisites for any of those optional features is missing. It would be nice if after detecting that the prerequisites aren't available, avahi could disable the optional feature. This makes it difficult to produce a single set of commands that will build avahi on a variety of platforms (as a buildscript like jhbuild would need to do), unless I explicitly disable all the optional features that may or may not be available on the target system. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #145 | patch to compile on solaris | avahi-core | enhancement | 06/11/07 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Attatched is a patch that makes avahi compile on solaris. It also fixes a bug in docs/man/Makefile.am relating to multiple invocations of make install. avahi-daemon runs ok and avahi-resolve also works, but avahi-browse segfaults while calling if_indextoname, backtrace to follow. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #23 | Handle i18n domain names properly for unicast DNS | avahi-core | defect | 04/01/06 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
i18n labels should be encoded with punycode instead of utf8 like on mDNS. This touches #21 in some way |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #144 | avahi-glib.pc needs to depend on avahi-client.pc | avahi-glib | defect | 06/02/07 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
nm -D --undefined-only /usr/lib/libavahi-glib.so shows that the lib uses symbols from libavahi-common.so. As -lavahi-common is specified in avahi-client.pc, avahi-glib.pc has to depend on avahi-client.pc |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #92 | If no suitable network interface is available use "lo" | avahi-core | enhancement | 01/03/07 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Currently, if no suitable network interface is found, local browser clients will to find locally registered services. Some people find this confusing. It might be a good idea to make use of the loopback network interface iff no better interface is available. And if a better iface becomes available don't use "lo" anymore. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #153 | Include avahi-find-hosts | avahi-utils | enhancement | 08/09/07 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
avahi-find-hosts is a script that will fetch a list of FQDNs for hosts on the network that are advertising a particular service. It can also be instructed to return IP addresses or, if it makes sense for the protocol, URLs. I'm using it to gather a list of all the desktops on my network that are up and running ssh, so I can log in and have them pull software updates. I'm probably going to use it to check that certain local NFS shares are available, too. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tedp
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #122 | add proper i18n/l10n/gettext support to avahi | avahi-core | enhancement | 03/24/07 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
the stdb stuff already has that and the rest needs that as well. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
