Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 201958 - net-misc/pump fails due to dev-libs/popt-1.12 conflict
Summary: net-misc/pump fails due to dev-libs/popt-1.12 conflict
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on: 201993
Blocks:
  Show dependency tree
 
Reported: 2007-12-11 16:34 UTC by Preston Crow
Modified: 2007-12-29 20:06 UTC (History)
0 users

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


Attachments
pump-0.8.24-redefinition.patch (vpc1RG40.txt,294 bytes, patch)
2007-12-29 19:58 UTC, Christian Heim (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Preston Crow 2007-12-11 16:34:43 UTC
cc -fPIC -O3 -march=nocona -pipe -fomit-frame-pointer -I. -Wall -Werror -g  -D__STANDALONE__ -DVERSION=\"0.8.24\" -D_GNU_SOURCE   -c -o pump.o pump.c
pump.c:61:1: error: "N_" redefined
In file included from pump.c:34:
/usr/include/popt.h:161:1: error: this is the location of the previous definition
make: *** [pump.o] Error 1

It looks like pump.c needs a patch to only define N_ if it hasn't already been defined (just like in popt.h).

Downgrading to popt--1.10.7 resolves the issue.
Comment 1 Christian Heim (RETIRED) gentoo-dev 2007-12-29 19:58:01 UTC
Created attachment 139579 [details, diff]
pump-0.8.24-redefinition.patch

Here's the patch, gonna commit it soon.
Comment 2 Christian Heim (RETIRED) gentoo-dev 2007-12-29 20:06:02 UTC
Thanks for the hint Preston, its fixed as soon as the mirrors catch-up with CVS.