Summary: | media-libs/freeimage-3.12.0 version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Tristan Heaven (RETIRED) <tristan> |
Component: | [OLD] Games | Assignee: | 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)
![]() Created attachment 199282 [details]
3.12 ebuild file
here is the modified ebuild for version 3.12
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
removed media-libs/freeimage (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. 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.
|