Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Mavericks XCode 6 iOS 8.1 compiling postgresql-kit #12

@TyrfingMjolnir

Description

@TyrfingMjolnir

Running: etc/build-frameworks.sh

Most the parts receive: ** BUILD SUCCEEDED *, but the last part gives me: * BUILD FAILED ** as follows:

=== BUILD AGGREGATE TARGET openssl_ios OF PROJECT postgresql-kit WITH CONFIGURATION Release ===

Check dependencies

PhaseScriptExecution Run\ Script build/postgresql-kit.build/Release/openssl_ios.build/Script-6E83260B17AD15C9002AFCBC.sh
cd /Users/dev/Documents/source/postgresql-kit
/bin/sh -c /Users/dev/Documents/source/postgresql-kit/build/postgresql-kit.build/Release/openssl_ios.build/Script-6E83260B17AD15C9002AFCBC.sh
Making /Users/dev/Documents/source/postgresql-kit/tar/openssl-1.0.1e.tar.gz
Assuming already exists: /Users/dev/Documents/source/postgresql-kit/build/Release/openssl-1.0.1e/ios_armv7
Assuming already exists: /Users/dev/Documents/source/postgresql-kit/build/Release/openssl-1.0.1e/ios_armv7s
Assuming already exists: /Users/dev/Documents/source/postgresql-kit/build/Release/openssl-1.0.1e/ios_simulator

OpenSSL installed: /Users/dev/Documents/source/postgresql-kit/build/Release/openssl-current

=== BUILD AGGREGATE TARGET libpq_ios OF PROJECT postgresql-kit WITH CONFIGURATION Release ===

Check dependencies

PhaseScriptExecution Run\ Script build/postgresql-kit.build/Release/libpq_ios.build/Script-6E83261217AD15F3002AFCBC.sh
cd /Users/dev/Documents/source/postgresql-kit
/bin/sh -c /Users/dev/Documents/source/postgresql-kit/build/postgresql-kit.build/Release/libpq_ios.build/Script-6E83261217AD15F3002AFCBC.sh
Making /Users/dev/Documents/source/postgresql-kit/tar/postgresql-9.2.4.tar.gz
Output to /Users/dev/Documents/source/postgresql-kit/build/Release
~/Documents/source/postgresql-kit/build/postgresql-kit.build/Release/libpq_ios.build/DerivedSources/postgresql-9.2.4 ~/Documents/source/postgresql-kit
Derived data: /Users/dev/Documents/source/postgresql-kit/build/postgresql-kit.build/Release/libpq_ios.build/DerivedSources
Build to: /Users/dev/Documents/source/postgresql-kit/build/Release/postgresql-9.2.4/ios_armv7
Architecture: armv7
Flags: --host=arm-apple-darwin --enable-thread-safety --without-readline --with-openssl --with-includes=/Users/dev/Documents/source/postgresql-kit/build/Release/openssl-current/include --with-libs=/Users/dev/Documents/source/postgresql-kit/build/Release/openssl-current/lib
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking build system type... i386-apple-darwin13.4.0
checking host system type... arm-apple-darwin
checking which template to use... darwin
checking whether to build with 64-bit integer date/time support... yes
checking whether NLS is wanted... no
checking for default port number... 5432
checking for block size... 8kB
checking for segment size... 1GB
checking for WAL block size... 8kB
checking for WAL segment size... 16MB
checking for arm-apple-darwin-gcc... /usr/bin/gcc -arch armv7
checking for C compiler default output file name...
configure: error: in /Users/dev/Documents/source/postgresql-kit/build/postgresql-kit.build/Release/libpq_ios.build/DerivedSources/postgresql-9.2.4': configure: error: C compiler cannot create executables Seeconfig.log' for more details.
Makefile:14: ../../../src/Makefile.global: No such file or directory
Makefile:80: /src/Makefile.shlib: No such file or directory
make: *** No rule to make target `/src/Makefile.shlib'. Stop.

** BUILD FAILED **

The following build commands failed:
PhaseScriptExecution Run\ Script build/postgresql-kit.build/Release/libpq_ios.build/Script-6E83261217AD15F3002AFCBC.sh
(1 failure)

That said there is a libcrypto.a ( OpenSSL 1.0.1e ) file in this folder: /Users/dev/Documents/source/postgresql-kit/build/Release/openssl-current/lib/ accompanied with libssl.a

How can I update this to PostgreSQL 9.4 and OpenSSL 1.0.1j?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions