Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 266599

Summary: media-libs/freeimage-3.12.0 version bump
Product: Gentoo Linux Reporter: Tristan Heaven (RETIRED) <tristan>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED WONTFIX    
Severity: enhancement CC: basic, eXt, herber
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 240808    
Attachments: 3.12 ebuild file
updated freeimage 3.12 that avoids access violation on src_install

Description Tristan Heaven (RETIRED) gentoo-dev 2009-04-18 01:17:37 UTC
need to get this sorted
Comment 1 Steve Yin 2009-07-27 07:06:39 UTC
Created attachment 199282 [details]
3.12 ebuild file

here is the modified ebuild for version 3.12
Comment 2 David Feil-Seifer 2009-08-14 07:31:27 UTC
Created attachment 201204 [details]
updated freeimage 3.12 that avoids access violation on src_install

updated freeimage 3.12 that avoids access violation on src_install, otherwise, access violation keeps package from installing
Comment 3 Tristan Heaven (RETIRED) gentoo-dev 2009-11-05 01:57:03 UTC
removed media-libs/freeimage
Comment 4 durmieu 2010-02-21 00:01:19 UTC
(In reply to comment #3)
> removed media-libs/freeimage
> 

Freeimage 3.13.1 was released on December 22nd, 2009 fixing many bugs. Please re-add this lib as it is a dependency for Ogre 1.7.
Comment 5 Roger Durañona Vargas 2010-05-25 14:02:09 UTC
Im getting this weird error:

>>> Install freeimage-3.12.0 into /var/tmp/portage/media-libs/freeimage-3.12.0/image/ category media-libs
make DESTDIR=/var/tmp/portage/media-libs/freeimage-3.12.0/image/ -f Makefile.gnu install 
install -d /var/tmp/portage/media-libs/freeimage-3.12.0/image//usr/include /var/tmp/portage/media-libs/freeimage-3.12.0/image//usr/lib
install -m 644 -o root -g root Source/FreeImage.h /var/tmp/portage/media-libs/freeimage-3.12.0/image//usr/include
install -m 644 -o root -g root libfreeimage.a /var/tmp/portage/media-libs/freeimage-3.12.0/image//usr/lib
install -m 755 -o root -g root libfreeimage-3.12.0.so /var/tmp/portage/media-libs/freeimage-3.12.0/image//usr/lib
make -f Makefile.fip install 
install -d //usr/include //usr/lib
install -m 644 -o root -g root Source/FreeImage.h //usr/include
[31;01mACCESS DENIED[0m  open_wr:      /usr/include/FreeImage.h
install: no se puede crear el fichero regular «//usr/include/FreeImage.h»: Permiso denegado
make: *** [install] Error 1


Of course, Im emerging as root.