jpeg - Read, write and plot JPEG image files in R - check results
RForge.net

jpeg

About jpeg
GIT access
Download/Files
News
Check results
Package R docs

Version: 0.1-10
Result: OK
Check time: 2022-11-29 09:23

Install log for Linux

* installing *source* package ‘jpeg’ ...
** using staged installation
** libs
gcc -I"/www/rforge/sys/debian-11/usr/R/4.3/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -c read.c -o read.o
gcc -I"/www/rforge/sys/debian-11/usr/R/4.3/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -c reg.c -o reg.o
gcc -I"/www/rforge/sys/debian-11/usr/R/4.3/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -c write.c -o write.o
gcc -shared -L/www/rforge/sys/debian-11/usr/R/4.3/lib -L/usr/local/lib -o jpeg.so read.o reg.o write.o -ljpeg -L/www/rforge/sys/debian-11/usr/R/4.3/lib -lR
installing to /00LOCK-jpeg/00new/jpeg/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (jpeg)

Distribution log

SVN checkout/GIT clone log


Build log for Mac OS X 10.5 (R 2.16.x)

* installing *source* package 'jpeg' ...
** libs
*** arch - i386
gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -I/usr/local/include -fPIC -g -O2 -c read.c -o read.o
gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -I/usr/local/include -fPIC -g -O2 -c write.c -o write.o
gcc -arch i386 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o jpeg.so read.o write.o -ljpeg -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Tiger/Builds/rforge/Rlib/osx9-2.16/jpeg/libs/i386
*** arch - ppc
gcc -arch ppc -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -DNDEBUG -I/usr/local/include -fPIC -g -O2 -c read.c -o read.o
gcc -arch ppc -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -DNDEBUG -I/usr/local/include -fPIC -g -O2 -c write.c -o write.o
gcc -arch ppc -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o jpeg.so read.o write.o -ljpeg -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Tiger/Builds/rforge/Rlib/osx9-2.16/jpeg/libs/ppc
*** arch - x86_64
gcc -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -I/usr/local/include -fPIC -g -O2 -c read.c -o read.o
gcc -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -I/usr/local/include -fPIC -g -O2 -c write.c -o write.o
gcc -arch x86_64 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o jpeg.so read.o write.o -ljpeg -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Tiger/Builds/rforge/Rlib/osx9-2.16/jpeg/libs/x86_64
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
*** arch - i386
*** arch - ppc
*** arch - x86_64
packaged installation of 'jpeg' as 'jpeg_0.1-2.tgz'

* DONE (jpeg)

Build log for Windows 7 (R 3.0.x)

(jpeg 0.1-6)
- building i386
* installing to library 'z:/rforge/Rlib/win7-3.0'
* installing *source* package 'jpeg' ...
checking JPEG headers and libraries
LOCAL_SOFT does not exist, fall back to external jpeg
cannot find current JPEG files
attempting to download them
unpacking current JPEG
seems ok, ready to go
** libs

*** arch - i386
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -Iwin32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c read.c -o read.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -Iwin32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c write.c -o write.o
gcc -m32 -shared -s -static-libgcc -o jpeg.dll tmp.def read.o write.o win32/libjpeg.a -Ld:/RCompile/CRANpkg/extralibs64/local/lib/i386 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/PROGRA~1/r/r-3.0/bin/i386 -lR
installing to z:/rforge/Rlib/win7-3.0/jpeg/libs/i386

*** arch - x64
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -Iwin64 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c read.c -o read.o
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -Iwin64 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c write.c -o write.o
gcc -m64 -shared -s -static-libgcc -o jpeg.dll tmp.def read.o write.o win64/libjpeg.a -Ld:/RCompile/CRANpkg/extralibs64/local/lib/x64 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/PROGRA~1/r/r-3.0/bin/x64 -lR
installing to z:/rforge/Rlib/win7-3.0/jpeg/libs/x64
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
*** arch - i386
*** arch - x64
* DONE (jpeg)

- building x64
* installing to library 'z:/rforge/Rlib/win7-3.0'
* installing *source* package 'jpeg' ...
checking JPEG headers and libraries
LOCAL_SOFT does not exist, fall back to external jpeg
cannot find current JPEG files
attempting to download them
unpacking current JPEG
seems ok, ready to go
** libs

*** arch - i386
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -Iwin32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c read.c -o read.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -Iwin32 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c write.c -o write.o
gcc -m32 -shared -s -static-libgcc -o jpeg.dll tmp.def read.o write.o win32/libjpeg.a -Ld:/RCompile/CRANpkg/extralibs64/local/lib/i386 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/PROGRA~1/r/r-3.0/bin/i386 -lR
installing to z:/rforge/Rlib/win7-3.0/jpeg/libs/i386

*** arch - x64
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -Iwin64 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c read.c -o read.o
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -Iwin64 -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c write.c -o write.o
gcc -m64 -shared -s -static-libgcc -o jpeg.dll tmp.def read.o write.o win64/libjpeg.a -Ld:/RCompile/CRANpkg/extralibs64/local/lib/x64 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/PROGRA~1/r/r-3.0/bin/x64 -lR
installing to z:/rforge/Rlib/win7-3.0/jpeg/libs/x64
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
*** arch - i386
*** arch - x64
* DONE (jpeg)