Changes between Initial Version and Version 14 of Ticket #3845


Ignore:
Timestamp:
Mar 24, 2016, 4:54:20 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3845

    • Property Status changed from new to closed
    • Property Cc markd@… added
    • Property Summary changed from I cannot build boxbackup to BUG: cannot build boxbackup
    • Property Resolution changed from to fixed
    • Property Port boxbackup added
  • Ticket #3845 – Description

    initial v14  
    44The messages I got are follows:
    55
     6{{{
    67% port build boxbackup
    78--->  Fetching boxbackup
     
    1112--->  Configuring boxbackup
    1213--->  Building boxbackup with target all
    13 Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/
    14 file._Users_miyasita_Sources_DarwinPorts_darwinports_dports_sysutils_boxbackup/work/
    15 boxbackup-0.09" && make all" returned error 2
    16 Command output: g++ -DNDEBUG -O2 -Wall -I../../lib/common -DPLATFORM_DARWIN -
    17 DBOX_VERSION="\"0.09\"" -I/opt/local/include  -c CipherBlowfish.cpp -o ../../release/lib/crypto/
    18 CipherBlowfish.o
    19 g++ -DNDEBUG -O2 -Wall -I../../lib/common -DPLATFORM_DARWIN -DBOX_VERSION="\"0.09\"" -I/
    20 opt/local/include  -c CipherContext.cpp -o ../../release/lib/crypto/CipherContext.o
    21 g++ -DNDEBUG -O2 -Wall -I../../lib/common -DPLATFORM_DARWIN -DBOX_VERSION="\"0.09\"" -I/
    22 opt/local/include  -c CipherDescription.cpp -o ../../release/lib/crypto/CipherDescription.o
    23 g++ -DNDEBUG -O2 -Wall -I../../lib/common -DPLATFORM_DARWIN -DBOX_VERSION="\"0.09\"" -I/
    24 opt/local/include  -c MD5Digest.cpp -o ../../release/lib/crypto/MD5Digest.o
    25 g++ -DNDEBUG -O2 -Wall -I../../lib/common -DPLATFORM_DARWIN -DBOX_VERSION="\"0.09\"" -I/
    26 opt/local/include  -c Random.cpp -o ../../release/lib/crypto/Random.o
     14Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/file._Users_miyasita_Sources_DarwinPorts_darwinports_dports_sysutils_boxbackup/work/boxbackup-0.09" && make all" returned error 2
     15Command output: g++ -DNDEBUG -O2 -Wall -I../../lib/common -DPLATFORM_DARWIN -DBOX_VERSION="\"0.09\"" -I/opt/local/include  -c CipherBlowfish.cpp -o ../../release/lib/crypto/CipherBlowfish.o
     16g++ -DNDEBUG -O2 -Wall -I../../lib/common -DPLATFORM_DARWIN -DBOX_VERSION="\"0.09\"" -I/opt/local/include  -c CipherContext.cpp -o ../../release/lib/crypto/CipherContext.o
     17g++ -DNDEBUG -O2 -Wall -I../../lib/common -DPLATFORM_DARWIN -DBOX_VERSION="\"0.09\"" -I/opt/local/include  -c CipherDescription.cpp -o ../../release/lib/crypto/CipherDescription.o
     18g++ -DNDEBUG -O2 -Wall -I../../lib/common -DPLATFORM_DARWIN -DBOX_VERSION="\"0.09\"" -I/opt/local/include  -c MD5Digest.cpp -o ../../release/lib/crypto/MD5Digest.o
     19g++ -DNDEBUG -O2 -Wall -I../../lib/common -DPLATFORM_DARWIN -DBOX_VERSION="\"0.09\"" -I/opt/local/include  -c Random.cpp -o ../../release/lib/crypto/Random.o
    2720Random.cpp: In function `std::string Random::GenerateHex(int)':
    2821Random.cpp:111: warning: comparison between signed and unsigned integer expressions
    29 g++ -DNDEBUG -O2 -Wall -I../../lib/common -DPLATFORM_DARWIN -DBOX_VERSION="\"0.09\"" -I/
    30 opt/local/include  -c RollingChecksum.cpp -o ../../release/lib/crypto/RollingChecksum.o
     22g++ -DNDEBUG -O2 -Wall -I../../lib/common -DPLATFORM_DARWIN -DBOX_VERSION="\"0.09\"" -I/opt/local/include  -c RollingChecksum.cpp -o ../../release/lib/crypto/RollingChecksum.o
    3123(echo -n > ../../release/lib/crypto/crypto.a; rm ../../release/lib/crypto/crypto.a)
    32 ar -q ../../release/lib/crypto/crypto.a ../../release/lib/crypto/autogen_CipherException.o ../../release/
    33 lib/crypto/CipherAES.o ../../release/lib/crypto/CipherBlowfish.o ../../release/lib/crypto/
    34 CipherContext.o ../../release/lib/crypto/CipherDescription.o ../../release/lib/crypto/MD5Digest.o ../../
    35 release/lib/crypto/Random.o ../../release/lib/crypto/RollingChecksum.o
     24ar -q ../../release/lib/crypto/crypto.a ../../release/lib/crypto/autogen_CipherException.o ../../release/lib/crypto/CipherAES.o ../../release/lib/crypto/CipherBlowfish.o ../../release/lib/crypto/CipherContext.o ../../release/lib/crypto/CipherDescription.o ../../release/lib/crypto/MD5Digest.o ../../release/lib/crypto/Random.o ../../release/lib/crypto/RollingChecksum.o
    3625ar: creating archive ../../release/lib/crypto/crypto.a
    3726ranlib ../../release/lib/crypto/crypto.a
    3827(cd ../../lib/server; bsdmake -D RELEASE -D NODEPS)
    39 g++ -DNDEBUG -O2 -Wall -I../../lib/common -DPLATFORM_DARWIN -DBOX_VERSION="\"0.09\"" -I/
    40 opt/local/include  -c autogen_ConnectionException.cpp -o ../../release/lib/server/
     28g++ -DNDEBUG -O2 -Wall -I../../lib/common -DPLATFORM_DARWIN -DBOX_VERSION="\"0.09\"" -I/opt/local/include  -c autogen_ConnectionException.cpp -o ../../release/lib/server/
    4129autogen_ConnectionException.o
    42 g++ -DNDEBUG -O2 -Wall -I../../lib/common -DPLATFORM_DARWIN -DBOX_VERSION="\"0.09\"" -I/
    43 opt/local/include  -c autogen_ServerException.cpp -o ../../release/lib/server/
     30g++ -DNDEBUG -O2 -Wall -I../../lib/common -DPLATFORM_DARWIN -DBOX_VERSION="\"0.09\"" -I/opt/local/include  -c autogen_ServerException.cpp -o ../../release/lib/server/
    4431autogen_ServerException.o
    45 g++ -DNDEBUG -O2 -Wall -I../../lib/common -DPLATFORM_DARWIN -DBOX_VERSION="\"0.09\"" -I/
    46 opt/local/include  -c Daemon.cpp -o ../../release/lib/server/Daemon.o
    47 g++ -DNDEBUG -O2 -Wall -I../../lib/common -DPLATFORM_DARWIN -DBOX_VERSION="\"0.09\"" -I/
    48 opt/local/include  -c LocalProcessStream.cpp -o ../../release/lib/server/LocalProcessStream.o
     32g++ -DNDEBUG -O2 -Wall -I../../lib/common -DPLATFORM_DARWIN -DBOX_VERSION="\"0.09\"" -I/opt/local/include  -c Daemon.cpp -o ../../release/lib/server/Daemon.o
     33g++ -DNDEBUG -O2 -Wall -I../../lib/common -DPLATFORM_DARWIN -DBOX_VERSION="\"0.09\"" -I/opt/local/include  -c LocalProcessStream.cpp -o ../../release/lib/server/LocalProcessStream.o
    4934/usr/include/sys/socket.h:99: error: conflicting declaration 'typedef __darwin_socklen_t socklen_t'
    50 ../../lib/common/BoxPlatform.h:120: error: 'socklen_t' has a previous declaration as 'typedef int
    51 socklen_t'
     35../../lib/common/BoxPlatform.h:120: error: 'socklen_t' has a previous declaration as 'typedef int socklen_t'
    5236/usr/include/sys/socket.h:99: error: declaration of 'typedef __darwin_socklen_t socklen_t'
    5337../../lib/common/BoxPlatform.h:120: error: conflicts with previous declaration 'typedef int socklen_t'
     
    5640*** Error code 1
    5741
    58 Stop in /opt/local/var/db/dports/build/
    59 file._Users_miyasita_Sources_DarwinPorts_darwinports_dports_sysutils_boxbackup/work/
    60 boxbackup-0.09/lib/server.
     42Stop in /opt/local/var/db/dports/build/file._Users_miyasita_Sources_DarwinPorts_darwinports_dports_sysutils_boxbackup/work/boxbackup-0.09/lib/server.
    6143*** Error code 1
    6244
    6345Stop.
    6446make: *** [parcels/boxbackup-0.09-backup-client-Darwin.tgz] Error 1
     47}}}