Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151947 - media-gfx/tgif-4.1.44 missing dependency: libXext
Summary: media-gfx/tgif-4.1.44 missing dependency: libXext
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: 2006-10-19 05:56 UTC by Tiziano Müller (RETIRED)
Modified: 2006-12-04 14:26 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tiziano Müller (RETIRED) gentoo-dev 2006-10-19 05:56:16 UTC
[...]
gcc -o tgif -O2 -fno-strength-reduce -fno-strict-aliasing      -L/usr/lib64   tgif.o align.o animate.o arc.o attr.o auxtext.o        box.o button.o  chat.o chinput.o choice.o choose.o cli_xcin.o                convkinput.o convxim.o cmd.o color.o cutpaste.o                 cursor.o     dialog.o drawing.o dup.o        edit.o eps.o exec.o expr.o      file.o font.o ftp.o grid.o group.o   help.o http.o   imgproc.o import.o ini.o inmethod.o     list.o  mainloop.o mainmenu.o mark.o markup.o menu.o                 menuinfo.o miniline.o move.o msg.o      names.o navigate.o nkf.o     obj.o oval.o    page.o pattern.o pin.o poly.o polygon.o ps.o    raster.o rcbox.o rect.o remote.o ruler.o     scroll.o select.o setup.o shape.o shortcut.o        special.o spline.o stk.o stream.o stretch.o              strtbl.o        tangram2.o tdgtbase.o tdgtbmpl.o tdgtbrow.o tdgtbtn.o tdgtdraw.o             tdgtlist.o tdgtmsg.o tdgtsedt.o tgif_dbg.o tgtwb5.o          tgtwb5dl.o tgtwb5xl.o tidget.o tcp.o text.o     util.o  version.o vms_comp.o         wb.o wb1.o wb2.o wb3.o wb_buff.o wb_mcast.o             wb_seg.o        xbitmap.o xpixmap.o xprtfltr.o -lXext -lX11   -ldl -lm
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
make: *** [tgif] Error 1

!!! ERROR: media-gfx/tgif-4.1.44 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  tgif-4.1.44.ebuild, line 24:   Called die

!!! make/compile failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 rokstar 2006-10-19 19:15:44 UTC
Heres a patch that seems to fix the problem with the ebuild

*** tgif-4.1.44.ebuild  Fri Mar 10 19:38:54 2006
--- tgif-4.1.44.ebuild  Thu Oct 19 21:35:10 2006
***************
*** 13,22 ****
--- 13,23 ----
  SLOT="0"
  KEYWORDS="~amd64 ~ppc ~ppc-macos ~x86"
  
  RDEPEND="|| ( x11-libs/libXt virtual/x11 )"
  DEPEND="${RDEPEND}
+       media-gfx/libXext
        || ( ( x11-misc/imake
                        app-text/rman )
                virtual/x11 )"
  
  src_compile() {
Comment 2 Tiziano Müller (RETIRED) gentoo-dev 2006-12-04 14:26:05 UTC
Fixed with latest version bump.