Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74271 - Freelords ebuild breaks on libsigc++ when using ~arch (patch included)
Summary: Freelords ebuild breaks on libsigc++ when using ~arch (patch included)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-13 03:33 UTC by Nathan Skillen
Modified: 2004-12-13 04:17 UTC (History)
0 users

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


Attachments
Patch for the freelords-0.3.4 ebuild (freelords-0.3.4-r1.diff,527 bytes, patch)
2004-12-13 03:34 UTC, Nathan Skillen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Skillen 2004-12-13 03:33:11 UTC
Freelords needs libsigc++-1.2* to compile, but the newest version of libsigc++ in portage that will be compiled if you don't have it already is libsigc++-2.0.5, because the ebuild asks for >=libsigc++-1.2

I've attached a patch that should, if I read the ebuild syntax right, fix the problem.

Reproducible: Always
Steps to Reproduce:
1. emerge freelords using ~arch
Actual Results:  
emerge breaks when pkg-config attempts to locate the libsigc++-1.2.x lib,
because if you're using arch, you will have libsigc++-2.0.5.

Expected Results:  
the package should install
Comment 1 Nathan Skillen 2004-12-13 03:34:13 UTC
Created attachment 45896 [details, diff]
Patch for the freelords-0.3.4 ebuild

This is a patch to ensure that freelords grabs the correct version of libsigc++
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2004-12-13 04:17:10 UTC
fixed.