Changes between Initial Version and Version 1 of Ticket #612, comment 6


Ignore:
Timestamp:
Mar 24, 2016, 5:38:14 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #612, comment 6

    initial v1  
    11bug in compilation on 10.2.6 :
    22
     3{{{
    34[namshub:dports/devel/glib] benoitc# port -dv install mysql +server
    4 DEBUG: com.apple.package registered provides 'package', a pre-existing procedure. Target
    5 override will not be provided
     5DEBUG: com.apple.package registered provides 'package', a pre-existing procedure. Target override will not be provided
    66DEBUG: Executing darwin provides darwin
    77DEBUG: Executing server provides server
    8 DEBUG: com.apple.package registered provides 'package', a pre-existing procedure. Target
    9 override will not be provided
    10 DEBUG: com.apple.package registered provides 'package', a pre-existing procedure. Target
    11 override will not be provided
    12 DEBUG: Found Dependency: receipt: /opt/local/var/db/dports/receipts/DarwinPortsStartup-
    13 1.0.bz2
     8DEBUG: com.apple.package registered provides 'package', a pre-existing procedure. Target override will not be provided
     9DEBUG: com.apple.package registered provides 'package', a pre-existing procedure. Target override will not be provided
     10DEBUG: Found Dependency: receipt: /opt/local/var/db/dports/receipts/DarwinPortsStartup-1.0.bz2
    1411DEBUG: Found Dependency: receipt: /opt/local/var/db/dports/receipts/dlcompat-20030522.bz2
    1512DEBUG: Skipping completed com.apple.main (mysql)
     
    2017--->  Configuring mysql
    2118DEBUG: Executing com.apple.configure (mysql)
    22 DEBUG: Assembled command: 'cd "/opt/darwinports/dports/databases/mysql/work/mysql-
    23 4.0.13" && LDFLAGS=-L/opt/local/lib\ -lncurses CPPFLAGS=-I/opt/local/include ./configure --
    24 prefix=/opt/local --localstatedir=/opt/local/var/db/mysql --sysconfdir=/opt/local/etc --
    25 without-bench'
     19DEBUG: Assembled command: 'cd "/opt/darwinports/dports/databases/mysql/work/mysql-4.0.13" && LDFLAGS=-L/opt/local/lib\ -lncurses CPPFLAGS=-I/opt/local/include ./configure --prefix=/opt/local --localstatedir=/opt/local/var/db/mysql --sysconfdir=/opt/local/etc --without-bench'
    2620checking build system type... powerpc-apple-darwin6.6
    2721checking host system type... powerpc-apple-darwin6.6
     
    5448checking how to run the C preprocessor... gcc -E
    5549checking "C Compiler version"... "gcc gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1435)"
    56 checking "C++ compiler version"... "g++ g++ (GCC) 3.3 20030304 (Apple Computer, Inc. build
    57 1435)"
     50checking "C++ compiler version"... "g++ g++ (GCC) 3.3 20030304 (Apple Computer, Inc. build 1435)"
    5851checking for ranlib... ranlib
    5952checking for ld used by GCC... /usr/bin/ld
     
    6255checking for BSD-compatible nm... /usr/bin/nm -p
    6356checking whether ln -s works... yes
    64 checking how to recognise dependant libraries... file_magic Mach-O dynamically linked shared
    65 library
     57checking how to recognise dependant libraries... file_magic Mach-O dynamically linked shared library
    6658checking command to parse /usr/bin/nm -p output... ok
    6759checking for ANSI C header files... yes
     
    263255examine config.log for possible errors.  If you want to report this, use
    264256'scripts/mysqlbug' and include at least the last 20 rows from config.log!
    265 Error: Target com.apple.configure returned: configure failure: shell command "cd "/opt/
    266 darwinports/dports/databases/mysql/work/mysql-4.0.13" && LDFLAGS=-L/opt/local/lib\ -
    267 lncurses CPPFLAGS=-I/opt/local/include ./configure --prefix=/opt/local --localstatedir=/opt/
    268 local/var/db/mysql --sysconfdir=/opt/local/etc --without-bench" returned error 1
     257Error: Target com.apple.configure returned: configure failure: shell command "cd "/opt/darwinports/dports/databases/mysql/work/mysql-4.0.13" && LDFLAGS=-L/opt/local/lib\ -lncurses CPPFLAGS=-I/opt/local/include ./configure --prefix=/opt/local --localstatedir=/opt/local/var/db/mysql --sysconfdir=/opt/local/etc --without-bench" returned error 1
    269258Command output: checking "DEC 3.2 threads"... "no"
    270 Warning: the following items did not execute (for mysql): com.apple.install com.apple.configure
    271 com.apple.build
     259Warning: the following items did not execute (for mysql): com.apple.install com.apple.configure com.apple.build
     260}}}