<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>50182</bug_id>
          
          <creation_ts>2004-05-06 00:41 0000</creation_ts>
          <short_desc>ogre-0.13.1 needs nvidia-cg-toolkit</short_desc>
          <delta_ts>2004-05-07 11:30:49 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Games</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>ir007252@worldonline.be</reporter>
          <assigned_to>games@gentoo.org</assigned_to>
          <cc>dholm@gentoo.org</cc>
    
    <cc>xendarius@cfl.rr.com</cc>

      

      
          <long_desc isprivate="0">
            <who>ir007252@worldonline.be</who>
            <bug_when>2004-05-06 00:41:38 0000</bug_when>
            <thetext>While trying to upgrade ogre from 0.12.3 to 0.13.1, the emerge aborts in error.

I get the following message : 

...
checking for pthread_create in -lpthread... yes
checking for cgCreateProgram in -lCg... no
configure: error:
****************************************************************
* You do not have the nVidia Cg libraries installed.           *
* Go to http://developer.nvidia.com/object/cg_toolkit.html     *
* (Click on Cg_Linux.tar.gz).                                  *
****************************************************************
 
!!! ERROR: dev-games/ogre-0.13.1 failed.
!!! Function econf, Line 365, Exitcode 1
!!! econf failed
 

emerging nvidia-cg-toolkit before emerging ogre fixes this.

Reproducible: Always
Steps to Reproduce:
1.emerge sync
2.emerge -U ogre
3.

Actual Results:  
the emerge of ogre aborts in error : 

checking for pthread_create in -lpthread... yes
checking for cgCreateProgram in -lCg... no
configure: error:
****************************************************************
* You do not have the nVidia Cg libraries installed.           *
* Go to http://developer.nvidia.com/object/cg_toolkit.html     *
* (Click on Cg_Linux.tar.gz).                                  *
****************************************************************
 
!!! ERROR: dev-games/ogre-0.13.1 failed.
!!! Function econf, Line 365, Exitcode 1
!!! econf failed
 


Expected Results:  
nvidia-cg-toolkit should have been emerged, thus allowing ogre to be emerged
properly

Portage 2.0.50-r6 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.6.3-gentoo-r1)
=================================================================
System uname: 2.6.3-gentoo-r1 i686 AMD Athlon(tm) XP 2800+
Gentoo Base System version 1.4.3.13
distcc 2.13 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632)
[disabled]Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS=&quot;x86&quot;
AUTOCLEAN=&quot;yes&quot;
CFLAGS=&quot;-O3 -march=athlon-xp -m3dnow -msse -mfpmath=sse -mmmx -fforce-addr
-fomit-frame-pointer -funroll-loops -fprefetch-loop-arrays -pipe&quot;
CHOST=&quot;i686-pc-linux-gnu&quot;
COMPILER=&quot;gcc3&quot;
CONFIG_PROTECT=&quot;/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config
/usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/var/qmail/control&quot;
CONFIG_PROTECT_MASK=&quot;/etc/gconf /etc/terminfo /etc/env.d&quot;
CXXFLAGS=&quot;-O3 -march=athlon-xp -m3dnow -msse -mfpmath=sse -mmmx -fforce-addr
-fomit-frame-pointer -funroll-loops -fprefetch-loop-arrays -pipe&quot;
DISTDIR=&quot;/usr/portage/distfiles&quot;
FEATURES=&quot;autoaddcvs ccache sandbox&quot;
GENTOO_MIRRORS=&quot;ftp://ftp.skynet.be/mirror/gentoo/&quot;
MAKEOPTS=&quot;-j2&quot;
PKGDIR=&quot;/usr/portage/packages&quot;
PORTAGE_TMPDIR=&quot;/var/tmp&quot;
PORTDIR=&quot;/usr/portage&quot;
PORTDIR_OVERLAY=&quot;/usr/local/portage&quot;
SYNC=&quot;rsync://rsync.europe.gentoo.org/gentoo-portage&quot;
USE=&quot;X aalib alsa apache2 apm arts avi berkdb bonobo cdr crypt cups dedicated
doc dvd dvdr encode esd foomaticdb gd gdbm gif gnome gphoto2 gpm gtk gtk2
gtkhtml imap imlib java jpeg kde ldap libg++ libwww mad mikmod motif mozilla
mpeg mysql ncurses nls oggvorbis opengl oss pam pdflib perl php png python qt
quicktime readline sdl slang spell ssl stroke svga tcltk tcpd tetex tiff
truetype usb x86 xml xml2 xmms xv zlib&quot;</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mr_bones_@gentoo.org</who>
            <bug_when>2004-05-06 17:53:59 0000</bug_when>
            <thetext>This looks like a messed up DEPEND line to me.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>vapier@gentoo.org</who>
            <bug_when>2004-05-06 19:41:04 0000</bug_when>
            <thetext>yeah, mr bones fixed it for us

dholm: dont do that :)
http://www.gentoo.org/cgi-bin/viewcvs.cgi/dev-games/ogre/ogre-0.13.1.ebuild?r1=1.2&amp;r2=1.3</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>vapier@gentoo.org</who>
            <bug_when>2004-05-07 11:30:49 0000</bug_when>
            <thetext>*** Bug 50351 has been marked as a duplicate of this bug. ***</thetext>
          </long_desc>
      
    </bug>

</bugzilla>