From: Alexey Tourbin <at@altlinux.ru> To: devel@lists.altlinux.org Subject: Re: [devel] python-module-adns-1.1.0-alt0.2.1: rebuild failed Date: Fri, 1 Sep 2006 06:41:43 +0400 Message-ID: <20060901024143.GN11420@localhost.localdomain> (raw) In-Reply-To: <20060830104204.52891B0D9D@basalt.office.altlinux.org> [-- Attachment #1: Type: text/plain, Size: 1143 bytes --] On Wed, Aug 30, 2006 at 02:42:04PM +0400, QA Team Robot wrote: > Package: python-module-adns-1.1.0-alt0.2.1 > Packager: L.A. Kostis <lakostis@altlinux> > i586-alt-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -pipe -Wall -O2 -march=i586 -mtune=pentium4 -fPIC -DPIC -D_GNU_SOURCE -pipe -Wall -O2 -march=i586 -mtune=pentium4 -fPIC -I/usr/include/python2.4 -c adnsmodule.c -o build/temp.linux-i686-2.4/adnsmodule.o > adnsmodule.c:91: error: 'adns__rrt_typemask' undeclared here (not in a function) > adnsmodule.c: In function 'interpret_answer': > adnsmodule.c:187: error: invalid operands to binary & > adnsmodule.c:187: error: incompatible types in initialization Исправил adns. --- adns-1.3/src/adns.h- 2006-04-08 18:36:57 +0400 +++ adns-1.3/src/adns.h 2006-09-01 06:28:27 +0400 @@ -106,6 +106,7 @@ typedef enum { /* In general, or togethe typedef enum { adns_rrt_typemask= 0x0ffff, + adns__rrt_typemask= 0x0ffff,/* compatibility with adns-1.1 */ adns__qtf_deref= 0x10000,/* dereference domains; perhaps get extra data */ adns__qtf_mail822= 0x20000,/* return mailboxes in RFC822 rcpt field fmt */ [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
parent reply other threads:[~2006-09-01 2:41 UTC|newest] Thread overview: expand[flat|nested] mbox.gz Atom feed [parent not found: <20060830104204.52891B0D9D@basalt.office.altlinux.org>]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20060901024143.GN11420@localhost.localdomain \ --to=at@altlinux.ru \ --cc=devel@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Team development discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \ devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru public-inbox-index devel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git