В Tue, 15 Sep 2009 17:22:44 +0400
Boris Samorodov <b...@ipt.ru> пишет:

BS> "Sergey V. Dyatko" <sergey.dya...@gmail.com> writes:
BS> 
BS> > When I'm trying install skype I got following error: 
BS> >
BS> > tiger# make install clean
BS> > ===>  Installing for skype-2.0.0.72,1
BS> > ===>   skype-2.0.0.72,1 depends on file: /compat/linux/bin/sh -
BS> > found ===>   skype-2.0.0.72,1 depends on
BS> > file: /compat/linux/lib/libasound.so.2.0.0 - found ===>
BS> > skype-2.0.0.72,1 depends on
BS> > file: /compat/linux/usr/lib/libGL.so.1.2 - not found ===>
BS> > Verifying install for /compat/linux/usr/lib/libGL.so.1.2
BS> > in /usr/ports/graphics/linux-dri74 ===>  Installing for
BS> > linux-dri-7.4_1
BS> >
BS> > ===>  linux-dri-7.4_1 conflicts with installed package(s): 
BS> >       linux-f10-libGLU-7.2
BS> >
BS> >       They install files into the same place.
BS> >       Please remove them first with pkg_delete(1).
BS> > *** Error code 1
BS> >
BS> > Stop in /usr/ports/graphics/linux-dri74.
BS> > *** Error code 1
BS> >
BS> > Stop in /usr/ports/net/skype.
BS> > tiger# pkg_info -W /compat/linux/usr/lib/libGL.so.1.2
BS> > pkg_info: /compat/linux/usr/lib/libGL.so.1.2: file cannot be found
BS> >
BS> > tiger# pkg_info -Lx linux-f10-libGLU
BS> > Information for linux-f10-libGLU-7.2:
BS> >
BS> > Files:
BS> > /compat/linux/usr/lib/libGLU.so.1
BS> > /compat/linux/usr/lib/libGLU.so.1.3.070300
BS> >
BS> > tiger# 
BS> >
BS> > Earlier I'm using linux-dri-7.4_1 but today I'm install
BS> > games/linux-worldofgoo-demo 
BS> >
BS> > [ti...@tiger]/usr/ports/games/linux-worldofgoo-demo%make
BS> > run-depends-list
BS> > /usr/ports/audio/linux-f10-libogg
BS> > /usr/ports/audio/linux-f10-libvorbis
BS> > /usr/ports/audio/linux-f10-mikmod
BS> > /usr/ports/audio/linux-f10-sdl_mixer
BS> > /usr/ports/devel/linux-f10-sdl12
BS> > /usr/ports/emulators/linux_base-f10
BS> > /usr/ports/graphics/linux-f10-libGLU
BS> > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
BS> > /usr/ports/textproc/linux-f10-expat
BS> > /usr/ports/x11-fonts/linux-f10-fontconfig
BS> > /usr/ports/x11/linux-f10-xorg-libs
BS> >
BS> > any suggestions ?
BS> 
BS> 1. Deinstall games/linux-worldofgoo-demo and
BS> graphics/linux-f10-libGLU. 2. Apply the following patch.
BS> 3. Install games/linux-worldofgoo-demo and net/skype.
BS> 4. Report here.
BS> 

Thanks, It works

BS> -----
BS> Index: Makefile
BS> ===================================================================
BS> RCS file: /home/pcvs/ports/games/linux-worldofgoo-demo/Makefile,v
BS> retrieving revision 1.1
BS> diff -u -r1.1 Makefile
BS> --- Makefile        14 Sep 2009 19:23:23 -0000      1.1
BS> +++ Makefile        15 Sep 2009 13:10:10 -0000
BS> @@ -7,6 +7,7 @@
BS>  
BS>  PORTNAME=  worldofgoo
BS>  PORTVERSION=       1.41
BS> +PORTREVISION=      1
BS>  CATEGORIES=        games linux
BS>  MASTER_SITES=      http://freebsd.nsu.ru/distfiles/
BS>  PKGNAMEPREFIX=     linux-
BS> @@ -18,12 +19,19 @@
BS>  ONLY_FOR_ARCHS=    i386 amd64
BS>  
BS>  USE_LINUX= yes
BS> -USE_LINUX_APPS=    libglu libvorbis mikmod sdl12 sdlmixer
BS> +USE_LINUX_APPS=    libvorbis mikmod sdl12 sdlmixer
BS>  NO_BUILD=  yes
BS>  WRKSRC=            ${WRKDIR}/WorldOfGooDemo
BS>  DATADIR=   ${PREFIX}/share/WorldOfGoo
BS>  DOCSDIR=   ${PREFIX}/share/doc/WorldOfGoo
BS>  
BS> +.ifdef WITH_NVIDIA_GL
BS> +RUN_DEPENDS+=
BS> ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
BS> +USE_LINUX_APPS+=libglu +.else
BS> +USE_LINUX_APPS+=dri
BS> +.endif
BS> +
BS>  .include <bsd.port.pre.mk>
BS>  
BS>  .if ${ARCH} == "i386"
BS> -----
BS> 



--
wbr, tiger
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to