Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48544 - Gambas ebuild wrong with xorg (virtual/x11)
Summary: Gambas ebuild wrong with xorg (virtual/x11)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Marius Mauch (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-21 02:32 UTC by Pieter Baele
Modified: 2004-05-23 17:27 UTC (History)
1 user (show)

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


Attachments
gambas-0.93b.ebuild (gambas-0.93b.ebuild,2.02 KB, application/octet-stream)
2004-05-23 07:22 UTC, Pieter Baele
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pieter Baele 2004-04-21 02:32:16 UTC
The ebuild for the latest gambas release has DEPEND >=x11-base/xfree-4.3.0
 set but gambas works also perfectly on xorg. Please set virtual/x11
because emerge -uDpv world wants to emerge xfree if using xorg-x11

Reproducible: Always
Steps to Reproduce:
1.emerge sync
2.emerge gambas
3.emerge xorg-x11 ;-)
4.emerge -uDpv world

Actual Results:  
emerge wants also to emerge xfree

Expected Results:  
just use xorg ;-)
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-04-21 06:17:06 UTC
removed the dependency completely as it's covered by qt and kdelibs.
Comment 2 Xavier Neys (RETIRED) gentoo-dev 2004-05-22 06:11:10 UTC
Don't know why hard dependency on xfree is back.
I replaced it with virtual/x11 and emerged OK.


Besides, install step segfaulted during gbi. Adding the -p option in files/Makefile.am-0.93 on the following line solved the problem.

<   @$(bindir)/gbi -a
>   @$(bindir)/gbi -a -p
Comment 3 Pieter Baele 2004-05-23 07:16:23 UTC
Indeed xfee dependency is back. Just remove the line or replace it with virtual/x11. Please correct this and upload a new ebuild to portage
Comment 4 Pieter Baele 2004-05-23 07:22:52 UTC
Created attachment 31890 [details]
gambas-0.93b.ebuild

Corrected ebuild (b--> c)
Please upload this one to portage
Comment 5 Pieter Baele 2004-05-23 07:35:08 UTC
sorry, the ebuild is good but it must be renamed 0.93b instead 0.93c because gambas version is 0.93b :-s
Comment 6 Marius Mauch (RETIRED) gentoo-dev 2004-05-23 17:27:12 UTC
My bad, I forgot to change it in my overlay and didn't check when I copied it to CVS.
Xavier, can you open a new bug with a few more details for the segfault ?