Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 277888 - net-im/mcabber-0.9.9 fails to build with gpgme-1.2.0
Summary: net-im/mcabber-0.9.9 fails to build with gpgme-1.2.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
: 278722 (view as bug list)
Depends on: 362239
Blocks: 277890
  Show dependency tree
 
Reported: 2009-07-15 06:05 UTC by Andrew Savchenko
Modified: 2011-04-05 21:45 UTC (History)
2 users (show)

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


Attachments
fix LFS support (mcabber-0.9.9.ebuild.patch,312 bytes, patch)
2009-07-15 06:07 UTC, Andrew Savchenko
Details | Diff
build.log (build.log,28.69 KB, text/plain)
2009-08-08 21:50 UTC, Andrew Savchenko
Details
fix (mcabber-0.9.9-r1.ebuild.patch,403 bytes, patch)
2009-08-08 21:53 UTC, Andrew Savchenko
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Savchenko gentoo-dev 2009-07-15 06:05:36 UTC
gpgme-1.2.0 requires all client programs to define LFS support in the same way as it does itself, thus gpgme fails without -D_FILE_OFFSET_BITS=64 on x86.

This bug is similar to 277701 and 277886. Perhaps I should open a tracker...
Comment 1 Andrew Savchenko gentoo-dev 2009-07-15 06:07:10 UTC
Created attachment 198015 [details, diff]
fix LFS support
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-07-22 18:18:17 UTC
*** Bug 278722 has been marked as a duplicate of this bug. ***
Comment 3 Wolfram Schlich (RETIRED) gentoo-dev 2009-07-30 13:10:57 UTC
Fixed in 0.9.9-r1, thanks!
Comment 4 Christian Faulhammer (RETIRED) gentoo-dev 2009-07-30 14:44:18 UTC
Can we stabilise that version as soon as possible?
Comment 5 Andrew Savchenko gentoo-dev 2009-08-08 21:49:01 UTC
It still fails to compile due to a typo in ebuild:
use crypt && x86 && append-flags -D_FILE_OFFSET_BITS=64 # bug #27788

"use" before "x86" is missed.
Comment 6 Andrew Savchenko gentoo-dev 2009-08-08 21:50:32 UTC
Created attachment 200628 [details]
build.log
Comment 7 Andrew Savchenko gentoo-dev 2009-08-08 21:53:33 UTC
Created attachment 200629 [details, diff]
fix
Comment 8 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-08-08 21:55:00 UTC
-D_FILE_OFFSET_BITS=64 should be used on all 32-bit architectures.
Comment 9 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-08-08 22:02:28 UTC
I fixed this bug.
Comment 10 Wolfram Schlich (RETIRED) gentoo-dev 2009-09-02 09:57:11 UTC
(In reply to comment #9)
> I fixed this bug.

Thanks :)