Bug 127394 - [PATCH] USE_XLIB needed when WITH_NVIDIA_GL is set (net/skype)
Summary: [PATCH] USE_XLIB needed when WITH_NVIDIA_GL is set (net/skype)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-15 11:50 UTC by Mel
Modified: 2008-09-15 23:00 UTC (History)
1 user (show)

See Also:


Attachments
skype_Makefile.fix (430 bytes, text/plain)
2008-09-15 11:50 UTC, Mel
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mel 2008-09-15 11:50:01 UTC
$ skype: error while loading shared libraries: libXv.so.1: cannot open shared object file: No such file or directory

If WITH_NVIDIA_GL is set, linux_dri isn't pulled in and so isn't
linux-xorg-libs as a consequence.

How-To-Repeat: pkg_delete -f linux-xorg-libs-*
(cd /usr/ports/net/skype && make -DWITH_NVIDIA_GL)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-09-15 11:50:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-09-15 22:57:20 UTC
beech       2008-09-15 21:57:06 UTC

  FreeBSD ports repository

  Modified files:
    net/skype            Makefile 
  Log:
  - Add USE_XLIB, required when WITH_NVIDIA_GL is defined
  
  PR:             ports/127394
  Submitted by:   Mel <mel.xyzzy@rachie.is-a-geek.net>
  Approved by:    portmgr (pav)
  
  Revision  Changes    Path
  1.47      +1 -0      ports/net/skype/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2008-09-15 22:59:44 UTC
State Changed
From-To: open->closed

Fixed, Thanks!