* Re: [devel] python-module-adns-1.1.0-alt0.2.1: rebuild failed
@ 2006-09-01 2:41 ` Alexey Tourbin
0 siblings, 0 replies; only message in thread
From: Alexey Tourbin @ 2006-09-01 2:41 UTC (permalink / raw)
To: devel
[-- 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 --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-09-01 2:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-01 2:41 ` [devel] python-module-adns-1.1.0-alt0.2.1: rebuild failed Alexey Tourbin
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