Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 268143 - gambas blocker - poppler vs. poppler-*
Summary: gambas blocker - poppler vs. poppler-*
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:
Blocks:
 
Reported: 2009-05-01 18:51 UTC by Jesús Guerrero Botella (RETIRED)
Modified: 2009-05-15 21:46 UTC (History)
1 user (show)

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


Attachments
fixed dev-util/gambas/gambas-2.11.1.ebuild (gambas-2.11.1.ebuild,9.99 KB, text/plain)
2009-05-01 18:53 UTC, Jesús Guerrero Botella (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Guerrero Botella (RETIRED) gentoo-dev 2009-05-01 18:51:20 UTC
When I emerge gambas there's a blocker, caused by the recent split of poppler into several packages.

Reproducible: Always

Steps to Reproduce:
1.emerge -vat gambas
2. have any of the poppler-* packages in your system
3. see the blockers

Actual Results:  
The package can't be emerged due to blockers

Expected Results:  
The package should emerge

When I emerge gambas there's a blocker, caused by the recent split of poppler into several packages, I think that the dependency needs to be fixed to it depends now in virtual/poppler-qt3 instead.
Comment 1 Jesús Guerrero Botella (RETIRED) gentoo-dev 2009-05-01 18:53:02 UTC
Created attachment 190057 [details]
fixed dev-util/gambas/gambas-2.11.1.ebuild

deps corrected, it now depends on virtual/poppler-qt3 when USE=pdf is set
Comment 2 Patrick Lauer gentoo-dev 2009-05-01 19:33:39 UTC
Sounds like a plan. As it is a maintainer-needed package you are free to fix it :)
Comment 3 Jesús Guerrero Botella (RETIRED) gentoo-dev 2009-05-03 13:39:05 UTC
(In reply to comment #2)
> Sounds like a plan. As it is a maintainer-needed package you are free to fix it
> :)
> 

I am really no specialist in gambas and I have no real interest in it. I just installed it because I am writing a translation po file for xt7 player (not in portage) and it's written in gambas. I am no portage developer either, just a forum staffer.

By the way, and in case someone is watching this: I was unable to compile gambas due to some error about the HttpClient class until I enabled the "curl" use flag. I guess that the simplest option would be to eliminate the "curl" use flag, and make the dependency on curl mandatory.
Comment 4 Peter Alfredsen (RETIRED) gentoo-dev 2009-05-15 21:02:07 UTC
  12 May 2009; Peter Alfredsen <loki_val@gentoo.org> gambas-2.11.1.ebuild:
  Fixup poppler dependencies (again) to use virtuals.

I fixed this when I came across it a couple of days ago.