Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66215 - gpgme-1.0.0 - missing dependency to libassuan?
Summary: gpgme-1.0.0 - missing dependency to libassuan?
Status: RESOLVED DUPLICATE of bug 66190
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-03 08:23 UTC by spiralvoice
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description spiralvoice 2004-10-03 08:23:21 UTC
Compiling breaks with this message:

if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..      -O3 -march=pentium3 -pipe -fomit-frame-pointer -mmmx -msse -fforce-addr -fforce-mem-ffast-math -mpush-args -w -I/usr/include -Wall-Wcast-align -Wshadow -Wstrict-prototypes -MT engine-gpgsm.lo -MD -MP -MF ".deps/engine-gpgsm.Tpo" \
  -c -o engine-gpgsm.lo `test -f 'engine-gpgsm.c' || echo './'`engine-gpgsm.c; \
then mv -f ".deps/engine-gpgsm.Tpo" ".deps/engine-gpgsm.Plo"; \
else rm -f ".deps/engine-gpgsm.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O3 -march=pentium3 -pipe -fomit-frame-pointer -mmmx -msse -fforce-addr -fforce-mem-ffast-math -mpush-args -w -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT engine-gpgsm.lo -MD -MP -MF .deps/engine-gpgsm.Tpo -c engine-gpgsm.c  -fPIC -DPIC -o .libs/engine-gpgsm.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O3 -march=pentium3 -pipe -fomit-frame-pointer -mmmx -msse -fforce-addr -fforce-mem-ffast-math -mpush-args -w -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT rungpg.lo -MD -MP -MF .deps/rungpg.Tpo -c rungpg.c  -fPIC -DPIC -o .libs/rungpg.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..      -O3 -march=pentium3 -pipe -fomit-frame-pointer -mmmx -msse -fforce-addr -fforce-mem-ffast-math -mpush-args -w -I/usr/include -Wall-Wcast-align -Wshadow -Wstrict-prototypes -MT posix-util.lo -MD -MP -MF ".deps/posix-util.Tpo" \
  -c -o posix-util.lo `test -f 'posix-util.c' || echo './'`posix-util.c; \
then mv -f ".deps/posix-util.Tpo" ".deps/posix-util.Plo"; \
else rm -f ".deps/posix-util.Tpo"; exit 1; \
fi
engine-gpgsm.c:41:20: assuan.h: No such file or directory
engine-gpgsm.c:59: error: parse error before "ASSUAN_CONTEXT"
engine-gpgsm.c:93: error: parse error before '}' token
engine-gpgsm.c: In function `close_notify_handler':
engine-gpgsm.c:126: error: dereferencing pointer to incomplete type

After emerging libassuan-0.6.6 everything is ok.

Reproducible: Always
Steps to Reproduce:
Comment 1 Csaba Tóth 2004-10-03 09:26:25 UTC
this is a duplicate of the 66190 bug.
it was already fixed.
Comment 2 Daniel Black (RETIRED) gentoo-dev 2004-10-03 12:52:30 UTC

*** This bug has been marked as a duplicate of 66190 ***