[MacPorts] #24109: "port install pdftk" failed when building gcc42 on MBP running SL using XCode 3.2.1

MacPorts noreply at macports.org
Thu Mar 18 07:39:01 PDT 2010


#24109: "port install pdftk" failed when building gcc42 on MBP running SL using
XCode 3.2.1
------------------------------------+---------------------------------------
 Reporter:  Josef.Buergler@…        |       Owner:  macports-tickets@…                   
     Type:  defect                  |      Status:  new                                  
 Priority:  Normal                  |   Milestone:                                       
Component:  ports                   |     Version:  1.8.2                                
 Keywords:                          |        Port:                                       
------------------------------------+---------------------------------------
Changes (by macsforever2000@…):

  * keywords:  pdftk gcc42 =>


Old description:

> Starting from a fresh MacPorts 1.8.2 installation I used the
> following commands (output shown after the commands!):
>
> uranus:pdftk jfb$ sudo port -v selfupdate
> Password:
> --->  Updating the ports tree
> Synchronizing local ports tree from
> rsync://rsync.macports.org/release/ports/
> receiving file list ... done
> ./
> PortIndex
> ...
> tests/test/variants/
> tests/test/xcodeversion/
>
> sent 330 bytes  received 7163 bytes  2997.20 bytes/sec
> total size is 4023490  speedup is 536.97
> MacPorts base version 1.8.2 installed,
> MacPorts base version 1.8.2 downloaded.
> --->  MacPorts base is already the latest version
>
> The ports tree has been updated. To upgrade your installed ports, you
> should run
>   port upgrade outdated
> uranus:pdftk jfb$ sudo port installed
> No ports are installed.
> uranus:pdftk jfb$ sudo port install pdftk
> --->  Computing dependencies for pdftk
> --->  Fetching gmp
> --->  Verifying checksum(s) for gmp
> --->  Extracting gmp
> --->  Applying patches to gmp
> --->  Configuring gmp
> --->  Building gmp
> ...
> --->  Configuring gcc42
> --->  Building gcc42
> Error: Target org.macports.build returned: shell command " cd
> "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc42/work/build"
> && /usr/bin/make -j2 all " returned error 2
> Command output: /usr/bin/ranlib: file: .libs/libgfortran.a(_exp_c16.o)
> has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_log_r16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_log_c16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_log10_r16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_sqrt_r16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_sqrt_c16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_asin_r16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_asinh_r16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_acos_r16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_acosh_r16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_atan_r16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_atanh_r16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_sin_r16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_sin_c16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_cos_r16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_cos_c16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_tan_r16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_sinh_r16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_cosh_r16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_tanh_r16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_conjg_c16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_aint_r16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_anint_r16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_sign_r16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_dim_r16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_atan2_r16.o) has no symbols
> /usr/bin/ranlib: file: .libs/libgfortran.a(_mod_r16.o) has no symbols
> creating libgfortran.la
> (cd .libs && rm -f libgfortran.la && ln -s ../libgfortran.la
> libgfortran.la)
> make: *** [all] Error 2
>
> Error: The following dependencies failed to build: gcc42
> Error: Status 1 encountered during processing.
> Before reporting a bug, first run the command again with the -d flag to
> get complete output.
>
> Attached is the output of the last command using the -d option!
>
> Thanks for any help!

New description:

 Starting from a fresh MacPorts 1.8.2 installation I used the
 following commands (output shown after the commands!):

 {{{
 uranus:pdftk jfb$ sudo port -v selfupdate
 Password:
 --->  Updating the ports tree
 Synchronizing local ports tree from
 rsync://rsync.macports.org/release/ports/
 receiving file list ... done
 ./
 PortIndex
 ...
 tests/test/variants/
 tests/test/xcodeversion/

 sent 330 bytes  received 7163 bytes  2997.20 bytes/sec
 total size is 4023490  speedup is 536.97
 MacPorts base version 1.8.2 installed,
 MacPorts base version 1.8.2 downloaded.
 --->  MacPorts base is already the latest version

 The ports tree has been updated. To upgrade your installed ports, you
 should run
   port upgrade outdated
 uranus:pdftk jfb$ sudo port installed
 No ports are installed.
 uranus:pdftk jfb$ sudo port install pdftk
 --->  Computing dependencies for pdftk
 --->  Fetching gmp
 --->  Verifying checksum(s) for gmp
 --->  Extracting gmp
 --->  Applying patches to gmp
 --->  Configuring gmp
 --->  Building gmp
 ...
 --->  Configuring gcc42
 --->  Building gcc42
 Error: Target org.macports.build returned: shell command " cd
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc42/work/build"
 && /usr/bin/make -j2 all " returned error 2
 Command output: /usr/bin/ranlib: file: .libs/libgfortran.a(_exp_c16.o) has
 no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_log_r16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_log_c16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_log10_r16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_sqrt_r16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_sqrt_c16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_asin_r16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_asinh_r16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_acos_r16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_acosh_r16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_atan_r16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_atanh_r16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_sin_r16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_sin_c16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_cos_r16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_cos_c16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_tan_r16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_sinh_r16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_cosh_r16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_tanh_r16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_conjg_c16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_aint_r16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_anint_r16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_sign_r16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_dim_r16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_atan2_r16.o) has no symbols
 /usr/bin/ranlib: file: .libs/libgfortran.a(_mod_r16.o) has no symbols
 creating libgfortran.la
 (cd .libs && rm -f libgfortran.la && ln -s ../libgfortran.la
 libgfortran.la)
 make: *** [all] Error 2

 Error: The following dependencies failed to build: gcc42
 Error: Status 1 encountered during processing.
 Before reporting a bug, first run the command again with the -d flag to
 get complete output.
 }}}

 Attached is the output of the last command using the -d option!

 Thanks for any help!

--

-- 
Ticket URL: <http://trac.macports.org/ticket/24109#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list