[MacPorts] #16445: ImageMagick port error
MacPorts
noreply at macports.org
Tue Sep 2 08:55:02 PDT 2008
#16445: ImageMagick port error
-------------------------------------+--------------------------------------
Reporter: mpeters at mapsoft.com | Owner: macports-tickets at lists.macosforge.org
Type: defect | Status: new
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.6.0
Keywords: ImageMagick build error |
-------------------------------------+--------------------------------------
I have tried to install ImageMagick onto a G4 400 running Tiger (10.4.11)
the machine has loads of disk space (107 GB available) and 2GB of Ram.
Xcode ver 2.5.
This is the output from my terminal session:
{{{
Michael-Peters-Computer:~ michaelpeters$ sudo port install imagemagick
+universal +no_x11
---> Fetching bzip2
---> Attempting to fetch bzip2-1.0.5.tar.gz from
http://www.bzip.org/1.0.5/
---> Verifying checksum(s) for bzip2
---> Extracting bzip2
---> Applying patches to bzip2
---> Configuring bzip2
---> Building bzip2 with target all
---> Staging bzip2 into destroot
---> Installing bzip2 1.0.5_1+universal
---> Activating bzip2 1.0.5_1+universal
---> Cleaning bzip2
---> Fetching expat
---> Attempting to fetch expat-2.0.1.tar.gz from
http://downloads.sourceforge.net/expat
---> Verifying checksum(s) for expat
---> Extracting expat
---> Configuring expat
---> Building expat with target all
---> Staging expat into destroot
---> Installing expat 2.0.1_0+universal
---> Activating expat 2.0.1_0+universal
---> Cleaning expat
---> Fetching zlib
---> Attempting to fetch zlib-1.2.3.tar.bz2 from http://www.zlib.net/
---> Verifying checksum(s) for zlib
---> Extracting zlib
---> Applying patches to zlib
---> Configuring zlib
---> Building zlib with target all
---> Staging zlib into destroot
---> Installing zlib 1.2.3_1+universal
---> Activating zlib 1.2.3_1+universal
---> Cleaning zlib
---> Fetching freetype
---> Attempting to fetch freetype-2.3.7.tar.bz2 from
http://download.savannah.gnu.org/releases/freetype/
---> Verifying checksum(s) for freetype
---> Extracting freetype
---> Applying patches to freetype
---> Configuring freetype
---> Building freetype with target all
---> Staging freetype into destroot
---> Installing freetype 2.3.7_1+universal
---> Activating freetype 2.3.7_1+universal
---> Cleaning freetype
---> Fetching gperf
---> Attempting to fetch gperf-3.0.3.tar.gz from
http://ftp.gnu.org/gnu/gperf
---> Verifying checksum(s) for gperf
---> Extracting gperf
---> Configuring gperf
---> Building gperf with target all
---> Staging gperf into destroot
---> Installing gperf 3.0.3_0+universal
---> Activating gperf 3.0.3_0+universal
---> Cleaning gperf
---> Fetching libiconv
---> Attempting to fetch libiconv-1.12.tar.gz from
http://ftp.gnu.org/gnu/libiconv
---> Verifying checksum(s) for libiconv
---> Extracting libiconv
---> Applying patches to libiconv
---> Configuring libiconv
---> Building libiconv with target all
---> Staging libiconv into destroot
---> Installing libiconv 1.12_0+darwin_8+universal
---> Activating libiconv 1.12_0+darwin_8+universal
---> Cleaning libiconv
---> Fetching fontconfig
---> Attempting to fetch fontconfig-2.6.0.tar.gz from
http://fontconfig.org/release/
---> Verifying checksum(s) for fontconfig
---> Extracting fontconfig
---> Configuring fontconfig
---> Building fontconfig with target all
---> Staging fontconfig into destroot
---> Installing fontconfig 2.6.0_0+macosx+universal
---> Activating fontconfig 2.6.0_0+macosx+universal
---> Cleaning fontconfig
---> Fetching jpeg
---> Attempting to fetch jpegsrc.v6b.tar.gz from http://www.ijg.org/files
---> Attempting to fetch droppatch.tar.gz from
http://sylvana.net/jpegcrop/
---> Verifying checksum(s) for jpeg
---> Extracting jpeg
---> Applying patches to jpeg
---> Configuring jpeg
---> Building jpeg with target all
Error: Target org.macports.build returned: shell command " cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work
/jpeg-6b" && make all " returned error 2
Command output: _mach_init_routine
___sF
_fclose
_fopen
_fprintf
_fwrite
_getc
_sscanf
_ungetc
_fread
__DefaultRuneLocale
___maskrune
_memcpy
___tolower
_memset referenced from libjpeg.62 expected to be defined in
/usr/lib/libSystem.B.dylib
_memcpy referenced from libjpeg.62 expected to be defined in
/usr/lib/libSystem.B.dylib
___sF referenced from libjpeg.62 expected to be defined in
/usr/lib/libSystem.B.dylib
_exit referenced from libjpeg.62 expected to be defined in
/usr/lib/libSystem.B.dylib
_fprintf referenced from libjpeg.62 expected to be defined in
/usr/lib/libSystem.B.dylib
_sprintf referenced from libjpeg.62 expected to be defined in
/usr/lib/libSystem.B.dylib
_ferror referenced from libjpeg.62 expected to be defined in
/usr/lib/libSystem.B.dylib
_fflush referenced from libjpeg.62 expected to be defined in
/usr/lib/libSystem.B.dylib
_fwrite referenced from libjpeg.62 expected to be defined in
/usr/lib/libSystem.B.dylib
_getenv referenced from libjpeg.62 expected to be defined in
/usr/lib/libSystem.B.dylib
_sscanf referenced from libjpeg.62 expected to be defined in
/usr/lib/libSystem.B.dylib
_free referenced from libjpeg.62 expected to be defined in
/usr/lib/libSystem.B.dylib
_malloc referenced from libjpeg.62 expected to be defined in
/usr/lib/libSystem.B.dylib
collect2: ld returned 1 exit status
lipo: can't open input file: /var/tmp//cc8qIrEr.out (No such file or
directory)
make: *** [cjpeg] Error 1
Error: The following dependencies failed to build: jpeg libpng libxml2
autoconf help2man gettext ncurses ncursesw p5-locale-gettext perl5.8 m4
libtool automake pkgconfig tiff
Error: Status 1 encountered during processing.
Michael-Peters-Computer:~ michaelpeters$
}}}
--
Ticket URL: <http://trac.macports.org/ticket/16445>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list