Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266599 - media-libs/freeimage-3.12.0 version bump
Summary: media-libs/freeimage-3.12.0 version bump
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 240808
  Show dependency tree
 
Reported: 2009-04-18 01:17 UTC by Tristan Heaven (RETIRED)
Modified: 2010-05-25 14:02 UTC (History)
3 users (show)

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


Attachments
3.12 ebuild file (freeimage-3.12.0.ebuild,1.31 KB, text/plain)
2009-07-27 07:06 UTC, Steve Yin
Details
updated freeimage 3.12 that avoids access violation on src_install (freeimage-3.12.0.ebuild,1.56 KB, text/plain)
2009-08-14 07:31 UTC, David Feil-Seifer
Details

Note You need to log in before you can comment on or make changes to this bug.
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.