I have a C++ project that uses CMake that I then use to generate ninja projects that build without issues. I tried to generate an Xcode project but when I try to build it I get an error saying .o files cannot be found:
clang: error: no such file or directory: '/Users/ruihpacheco/chi/databaseclient/build_xcode/src/databaseclient.build/Debug/databaseclient.build/Objects-normal/x86_64/connection.o'
clang: error: no such file or directory: '/Users/ruihpacheco/chi/databaseclient/build_xcode/src/databaseclient.build/Debug/databaseclient.build/Objects-normal/x86_64/utils.o'
clang: error: no such file or directory: '/Users/ruihpacheco/chi/databaseclient/build_xcode/src/databaseclient.build/Debug/databaseclient.build/Objects-normal/x86_64/state_machines.o'
clang: error: no such file or directory: '/Users/ruihpacheco/chi/databaseclient/build_xcode/src/databaseclient.build/Debug/databaseclient.build/Objects-normal/x86_64/parsers.o'
clang: error: no such file or directory: '/Users/ruihpacheco/chi/databaseclient/build_xcode/src/databaseclient.build/Debug/databaseclient.build/Objects-normal/x86_64/generators.o'
Checking the directory shows that these files seem to exist but with different names:
> la src/databaseclient.build/Debug/databaseclient.build/Objects-normal/x86_64/ Thu Jan 24 15:14:07 2019
total 23536
drwxr-xr-x 63 ruihpacheco staff 2.0K Jan 24 15:14 .
drwxr-xr-x 4 ruihpacheco staff 128B Jan 24 15:14 ..
-rw-r--r-- 1 ruihpacheco staff 37K Jan 24 15:14 abstract_connection.d
-rw-r--r-- 1 ruihpacheco staff 825K Jan 24 15:14 abstract_connection.dia
-rw-r--r-- 1 ruihpacheco staff 883K Jan 24 15:14 abstract_connection.o
-rw-r--r-- 1 ruihpacheco staff 662B Jan 24 15:14 abstract_result.d
-rw-r--r-- 1 ruihpacheco staff 6.8K Jan 24 15:14 abstract_result.dia
-rw-r--r-- 1 ruihpacheco staff 232K Jan 24 15:14 abstract_result.o
-rw-r--r-- 1 ruihpacheco staff 37K Jan 24 15:14 connection-4F0435C11320AC72.d
-rw-r--r-- 1 ruihpacheco staff 895K Jan 24 15:14 connection-4F0435C11320AC72.dia
-rw-r--r-- 1 ruihpacheco staff 610K Jan 24 15:14 connection-4F0435C11320AC72.o
-rw-r--r-- 1 ruihpacheco staff 151B Jan 24 15:14 connection-A95D7C1FAB89AE69.d
-rw-r--r-- 1 ruihpacheco staff 220B Jan 24 15:14 connection-A95D7C1FAB89AE69.dia
-rw-r--r-- 1 ruihpacheco staff 50K Jan 24 15:14 connection-A95D7C1FAB89AE69.o
-rw-r--r-- 1 ruihpacheco staff 37K Jan 24 15:14 connection-CC26C77ACFAB6964.d
-rw-r--r-- 1 ruihpacheco staff 912K Jan 24 15:14 connection-CC26C77ACFAB6964.dia
-rw-r--r-- 1 ruihpacheco staff 1.0M Jan 24 15:14 connection-CC26C77ACFAB6964.o
-rw-r--r-- 1 ruihpacheco staff 2.9K Jan 24 15:14 databaseclient.LinkFileList
-rw-r--r-- 1 ruihpacheco staff 230B Jan 24 15:14 error_code.d
-rw-r--r-- 1 ruihpacheco staff 220B Jan 24 15:14 error_code.dia
-rw-r--r-- 1 ruihpacheco staff 71K Jan 24 15:14 error_code.o
-rw-r--r-- 1 ruihpacheco staff 828B Jan 24 15:14 generators-2BF46CDAE4191A6E.d
-rw-r--r-- 1 ruihpacheco staff 8.5K Jan 24 15:14 generators-2BF46CDAE4191A6E.dia
-rw-r--r-- 1 ruihpacheco staff 218K Jan 24 15:14 generators-2BF46CDAE4191A6E.o
-rw-r--r-- 1 ruihpacheco staff 548B Jan 24 15:14 generators-AB4B789D17316956.d
-rw-r--r-- 1 ruihpacheco staff 6.8K Jan 24 15:14 generators-AB4B789D17316956.dia
-rw-r--r-- 1 ruihpacheco staff 415K Jan 24 15:14 generators-AB4B789D17316956.o
-rw-r--r-- 1 ruihpacheco staff 36K Jan 24 15:14 listener.d
-rw-r--r-- 1 ruihpacheco staff 978K Jan 24 15:14 listener.dia
-rw-r--r-- 1 ruihpacheco staff 1.2M Jan 24 15:14 listener.o
-rw-r--r-- 1 ruihpacheco staff 132B Jan 24 15:14 md5.d
-rw-r--r-- 1 ruihpacheco staff 220B Jan 24 15:14 md5.dia
-rw-r--r-- 1 ruihpacheco staff 95K Jan 24 15:14 md5.o
-rw-r--r-- 1 ruihpacheco staff 673B Jan 24 15:14 parsers-404CED0A5A8A6B5B.d
-rw-r--r-- 1 ruihpacheco staff 6.7K Jan 24 15:14 parsers-404CED0A5A8A6B5B.dia
-rw-r--r-- 1 ruihpacheco staff 320K Jan 24 15:14 parsers-404CED0A5A8A6B5B.o
-rw-r--r-- 1 ruihpacheco staff 666B Jan 24 15:14 parsers-704FC03E3B6B0880.d
-rw-r--r-- 1 ruihpacheco staff 6.4K Jan 24 15:14 parsers-704FC03E3B6B0880.dia
-rw-r--r-- 1 ruihpacheco staff 501K Jan 24 15:14 parsers-704FC03E3B6B0880.o
-rw-r--r-- 1 ruihpacheco staff 222B Jan 24 15:14 result.d
-rw-r--r-- 1 ruihpacheco staff 220B Jan 24 15:14 result.dia
-rw-r--r-- 1 ruihpacheco staff 53K Jan 24 15:14 result.o
-rw-r--r-- 1 ruihpacheco staff 134B Jan 24 15:14 sha1.d
-rw-r--r-- 1 ruihpacheco staff 648B Jan 24 15:14 sha1.dia
-rw-r--r-- 1 ruihpacheco staff 82K Jan 24 15:14 sha1.o
-rw-r--r-- 1 ruihpacheco staff 149B Jan 24 15:14 sql_state.d
-rw-r--r-- 1 ruihpacheco staff 220B Jan 24 15:14 sql_state.dia
-rw-r--r-- 1 ruihpacheco staff 94K Jan 24 15:14 sql_state.o
-rw-r--r-- 1 ruihpacheco staff 903B Jan 24 15:14 state_machines-286E024B50293C5A.d
-rw-r--r-- 1 ruihpacheco staff 7.0K Jan 24 15:14 state_machines-286E024B50293C5A.dia
-rw-r--r-- 1 ruihpacheco staff 357K Jan 24 15:14 state_machines-286E024B50293C5A.o
-rw-r--r-- 1 ruihpacheco staff 482B Jan 24 15:14 state_machines-79E86DDB3D33788F.d
-rw-r--r-- 1 ruihpacheco staff 6.1K Jan 24 15:14 state_machines-79E86DDB3D33788F.dia
-rw-r--r-- 1 ruihpacheco staff 200K Jan 24 15:14 state_machines-79E86DDB3D33788F.o
-rw-r--r-- 1 ruihpacheco staff 313B Jan 24 15:14 utils-8D3E37120512868D.d
-rw-r--r-- 1 ruihpacheco staff 5.5K Jan 24 15:14 utils-8D3E37120512868D.dia
-rw-r--r-- 1 ruihpacheco staff 86K Jan 24 15:14 utils-8D3E37120512868D.o
-rw-r--r-- 1 ruihpacheco staff 523B Jan 24 15:14 utils-A68FF56E16A77975.d
-rw-r--r-- 1 ruihpacheco staff 7.4K Jan 24 15:14 utils-A68FF56E16A77975.dia
-rw-r--r-- 1 ruihpacheco staff 113K Jan 24 15:14 utils-A68FF56E16A77975.o
-rw-r--r-- 1 ruihpacheco staff 420B Jan 24 15:14 utils-C6A6E2A9DFE20FA6.d
-rw-r--r-- 1 ruihpacheco staff 5.8K Jan 24 15:14 utils-C6A6E2A9DFE20FA6.dia
-rw-r--r-- 1 ruihpacheco staff 223K Jan 24 15:14 utils-C6A6E2A9DFE20FA6.o
This seems to be an issue with Xcode as my project has several classes called connection, generators, parsers, state_machines and utils but defined in different namespaces.
Main CMakeLists.txt:
if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
message(FATAL_ERROR "In-source builds not allowed. Please make a new directory (called a build directory) and run CMake from there. You may need to remove CMakeCache.txt.")
endif (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
cmake_minimum_required(VERSION 3.11 FATAL_ERROR)
set(CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "ON")
find_program(CCACHE_PROGRAM ccache)
if(CCACHE_PROGRAM)
set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${CCACHE_PROGRAM}")
endif (CCACHE_PROGRAM)
project(databaseclient LANGUAGES CXX VERSION 0.1.0.0 DESCRIPTION)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
if (NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE DEBUG)
endif(NOT CMAKE_BUILD_TYPE)
add_subdirectory(src)
add_library(${PROJECT_NAME}_shared SHARED $<TARGET_OBJECTS:${PROJECT_NAME}>)
add_library(${PROJECT_NAME}_static STATIC $<TARGET_OBJECTS:${PROJECT_NAME}>)
# Added here so we can run ctest from the root directory of the project.
enable_testing()
add_subdirectory(tests)
CMakeLists.txt under src/:
cmake_minimum_required(VERSION 3.11 FATAL_ERROR)
set(
INCLUDES
${PROJECT_SOURCE_DIR}/include/databaseclient/parameters.hpp
${PROJECT_SOURCE_DIR}/include/databaseclient/connection.hpp
${PROJECT_SOURCE_DIR}/include/databaseclient/sql_state.hpp
${PROJECT_SOURCE_DIR}/include/databaseclient/collation.hpp
${PROJECT_SOURCE_DIR}/include/databaseclient/error_code.hpp
${PROJECT_SOURCE_DIR}/include/databaseclient/result.hpp
)
set(
MAIN
${PROJECT_SOURCE_DIR}/src/connection.cpp
${PROJECT_SOURCE_DIR}/src/sql_state.cpp
${PROJECT_SOURCE_DIR}/src/result.cpp
)
set(
DETAIL
${PROJECT_SOURCE_DIR}/src/detail/types.hpp
${PROJECT_SOURCE_DIR}/src/detail/listener.hpp
${PROJECT_SOURCE_DIR}/src/detail/listener.cpp
${PROJECT_SOURCE_DIR}/src/detail/error_code.hpp
${PROJECT_SOURCE_DIR}/src/detail/error_code.cpp
${PROJECT_SOURCE_DIR}/src/detail/md5.hpp
${PROJECT_SOURCE_DIR}/src/detail/md5.cpp
${PROJECT_SOURCE_DIR}/src/detail/sha1.hpp
${PROJECT_SOURCE_DIR}/src/detail/sha1.cpp
${PROJECT_SOURCE_DIR}/src/detail/utils.hpp
${PROJECT_SOURCE_DIR}/src/detail/utils.cpp
${PROJECT_SOURCE_DIR}/src/detail/abstract_result.hpp
${PROJECT_SOURCE_DIR}/src/detail/abstract_result.cpp
${PROJECT_SOURCE_DIR}/src/detail/abstract_connection.hpp
${PROJECT_SOURCE_DIR}/src/detail/abstract_connection.cpp
)
set(
PG
${PROJECT_SOURCE_DIR}/src/detail/pg/connection.cpp
${PROJECT_SOURCE_DIR}/src/detail/pg/connection.hpp
${PROJECT_SOURCE_DIR}/src/detail/pg/utils.hpp
${PROJECT_SOURCE_DIR}/src/detail/pg/utils.cpp
${PROJECT_SOURCE_DIR}/src/detail/pg/state_machines.hpp
${PROJECT_SOURCE_DIR}/src/detail/pg/state_machines.cpp
${PROJECT_SOURCE_DIR}/src/detail/pg/parsers.hpp
${PROJECT_SOURCE_DIR}/src/detail/pg/parsers.cpp
${PROJECT_SOURCE_DIR}/src/detail/pg/generators.hpp
${PROJECT_SOURCE_DIR}/src/detail/pg/generators.cpp
)
set(
MDB
${PROJECT_SOURCE_DIR}/src/detail/mdb/connection.cpp
${PROJECT_SOURCE_DIR}/src/detail/mdb/connection.hpp
${PROJECT_SOURCE_DIR}/src/detail/mdb/utils.hpp
${PROJECT_SOURCE_DIR}/src/detail/mdb/utils.cpp
${PROJECT_SOURCE_DIR}/src/detail/mdb/state_machines.hpp
${PROJECT_SOURCE_DIR}/src/detail/mdb/state_machines.cpp
${PROJECT_SOURCE_DIR}/src/detail/mdb/parsers.hpp
${PROJECT_SOURCE_DIR}/src/detail/mdb/parsers.cpp
${PROJECT_SOURCE_DIR}/src/detail/mdb/generators.hpp
${PROJECT_SOURCE_DIR}/src/detail/mdb/generators.cpp
)
source_group(
"include"
FILES
${INCLUDES}
)
source_group(
""
FILES
${MAIN}
)
source_group(
"detail"
FILES
${DETAIL}
)
source_group(
"detail\\pg"
FILES
${PG}
)
source_group(
"detail\\mdb"
FILES
${MDB}
)
add_library(
${PROJECT_NAME}
OBJECT
${INCLUDES}
${MAIN}
${DETAIL}
${PG}
${MDB}
)
set_target_properties(
${PROJECT_NAME}
PROPERTIES
VERSION ${PROJECT_VERSION}
POSITION_INDEPENDENT_CODE ON
)
target_compile_features(
${PROJECT_NAME}
PUBLIC
cxx_std_11
cxx_auto_type
cxx_constexpr
cxx_deleted_functions
cxx_inline_namespaces
cxx_lambdas
cxx_noexcept
cxx_nullptr
cxx_override
cxx_range_for
)
target_compile_definitions(
${PROJECT_NAME}
PRIVATE
ASIO_STANDALONE=1
ASIO_NO_EXCEPTIONS=1
ASIO_NO_DEPRECATED=1
)
target_include_directories(
${PROJECT_NAME}
PUBLIC
${PROJECT_SOURCE_DIR}/include/
PRIVATE
${byte-lite_SOURCE_DIR}/include/nonstd
${asio_SOURCE_DIR}/asio/include/
)
if (UNIX)
if (CMAKE_BUILD_TYPE MATCHES DEBUG)
target_compile_options(${PROJECT_NAME} PRIVATE -g)
endif (CMAKE_BUILD_TYPE MATCHES DEBUG)
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
target_compile_options(${PROJECT_NAME} PRIVATE -Wundefined-func-template -Weverything -ferror-limit=0 -fcolor-diagnostics -Wno-c++98-compat -Wno-documentation -Wno-c++98-compat-pedantic -Wno-weak-vtables -Wno-global-constructors -Wno-exit-time-destructors)
if (CMAKE_BUILD_TYPE MATCHES DEBUG)
# -O1 -fno-optimize-sibling-calls -Wthread-safety -fsanitize=undefined -fsanitize=integer -fsanitize=nullability -fsanitize=address
target_compile_options(${PROJECT_NAME} PRIVATE -glldb -D_FORTIFY_SOURCE=2)
endif (CMAKE_BUILD_TYPE MATCHES DEBUG)
endif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
if (${CMAKE_CXX_COMPILER_ID} STREQUAL "GNU")
target_compile_definitions(${PROJECT_NAME} PRIVATE _GLIBCXX_USE_C99 _GLIBCXX_USE_C99_MATH _GLIBCXX_USE_C99_MATH_TR1)
target_compile_options(${PROJECT_NAME} PRIVATE -lstdc++ -rpath=/usr/local/lib/gcc48)
endif (${CMAKE_CXX_COMPILER_ID} STREQUAL "GNU")
endif (UNIX)
I fixed this by removing the OBJECT target and just creating a static library.
Related
I'm trying to run the following:
find /var/log/sa/ -regex ".*/sa[0\-3]\{2\}"
However, this returns no results. I can see in /var/log/sa/ that files exist, both formats of sa## and sar## -- I only want to match the former.
ll /var/log/sa/
total 40992
-rw-r--r-- 1 root root 719892 Dec 1 23:50 sa01
-rw-r--r-- 1 root root 719892 Dec 2 23:50 sa02
-rw-r--r-- 1 root root 719892 Dec 3 23:50 sa03
-rw-r--r-- 1 root root 719892 Dec 4 23:50 sa04
-rw-r--r-- 1 root root 719892 Dec 5 23:50 sa05
-rw-r--r-- 1 root root 719892 Dec 6 23:50 sa06
-rw-r--r-- 1 root root 719892 Dec 7 23:50 sa07
-rw-r--r-- 1 root root 719892 Dec 8 23:50 sa08
-rw-r--r-- 1 root root 719892 Dec 9 23:50 sa09
-rw-r--r-- 1 root root 719892 Dec 10 23:50 sa10
-rw-r--r-- 1 root root 719892 Dec 11 23:50 sa11
-rw-r--r-- 1 root root 719892 Dec 12 23:50 sa12
-rw-r--r-- 1 root root 719892 Dec 13 23:50 sa13
-rw-r--r-- 1 root root 719940 Dec 14 23:50 sa14
-rw-r--r-- 1 root root 719892 Dec 15 23:50 sa15
-rw-r--r-- 1 root root 719892 Dec 16 23:50 sa16
-rw-r--r-- 1 root root 719892 Dec 17 23:50 sa17
-rw-r--r-- 1 root root 719892 Dec 18 23:50 sa18
-rw-r--r-- 1 root root 719892 Dec 19 23:50 sa19
-rw-r--r-- 1 root root 719892 Dec 20 23:50 sa20
-rw-r--r-- 1 root root 719892 Dec 21 23:50 sa21
-rw-r--r-- 1 root root 719892 Dec 22 23:50 sa22
-rw-r--r-- 1 root root 669932 Dec 23 22:10 sa23
-rw-r--r-- 1 root root 719892 Nov 24 23:50 sa24
-rw-r--r-- 1 root root 719892 Nov 25 23:50 sa25
-rw-r--r-- 1 root root 719892 Nov 26 23:50 sa26
-rw-r--r-- 1 root root 719892 Nov 27 23:50 sa27
-rw-r--r-- 1 root root 719892 Nov 28 23:50 sa28
-rw-r--r-- 1 root root 719892 Nov 29 23:50 sa29
-rw-r--r-- 1 root root 719892 Nov 30 23:50 sa30
-rw-r--r-- 1 root root 673355 Dec 1 23:53 sar01
-rw-r--r-- 1 root root 673355 Dec 2 23:53 sar02
-rw-r--r-- 1 root root 673355 Dec 3 23:53 sar03
-rw-r--r-- 1 root root 673355 Dec 4 23:53 sar04
-rw-r--r-- 1 root root 673355 Dec 5 23:53 sar05
-rw-r--r-- 1 root root 673355 Dec 6 23:53 sar06
-rw-r--r-- 1 root root 673355 Dec 7 23:53 sar07
-rw-r--r-- 1 root root 673355 Dec 8 23:53 sar08
-rw-r--r-- 1 root root 673355 Dec 9 23:53 sar09
-rw-r--r-- 1 root root 673355 Dec 10 23:53 sar10
-rw-r--r-- 1 root root 673355 Dec 11 23:53 sar11
-rw-r--r-- 1 root root 673355 Dec 12 23:53 sar12
-rw-r--r-- 1 root root 673355 Dec 13 23:53 sar13
-rw-r--r-- 1 root root 674697 Dec 14 23:53 sar14
-rw-r--r-- 1 root root 673355 Dec 15 23:53 sar15
-rw-r--r-- 1 root root 673355 Dec 16 23:53 sar16
-rw-r--r-- 1 root root 673355 Dec 17 23:53 sar17
-rw-r--r-- 1 root root 673355 Dec 18 23:53 sar18
-rw-r--r-- 1 root root 673355 Dec 19 23:53 sar19
-rw-r--r-- 1 root root 673355 Dec 20 23:53 sar20
-rw-r--r-- 1 root root 673355 Dec 21 23:53 sar21
-rw-r--r-- 1 root root 673355 Dec 22 23:53 sar22
-rw-r--r-- 1 root root 673355 Nov 23 23:53 sar23
-rw-r--r-- 1 root root 673355 Nov 24 23:53 sar24
-rw-r--r-- 1 root root 673355 Nov 25 23:53 sar25
-rw-r--r-- 1 root root 673355 Nov 26 23:53 sar26
-rw-r--r-- 1 root root 673355 Nov 27 23:53 sar27
-rw-r--r-- 1 root root 673355 Nov 28 23:53 sar28
-rw-r--r-- 1 root root 673355 Nov 29 23:53 sar29
-rw-r--r-- 1 root root 673355 Nov 30 23:53 sar30
You should use:
find /var/log/sa/ -regex ".*/sa[0-3][0-9]"
Since the first char after the sa should be 0/1/2/3 and the second char should be any digit.
The reason for the {..} to not work is that GNU's find doesn't support the {from,to} syntax. The default regex in find is emacs, but the version used by GNU don't support the {..} syntax.
find /var/log/sa/ -regextype posix-egrep -regex '.*/sa[0-3]{2}'
You have to use posix-egrep.
I was building gstreamer latest version on my raspberry pi. I wanted to have python bindings, hence I installed gobject-introspection-1.0 and pygobject-3.18.2 before compiling the gstreamer and its plugins.
At the end of the build of gstreamer and all of its plugins, I see these files:
pi#raspberrypi:~/kurento $ ls -ltr /usr/local/lib/girepository-1.0
total 580
-rw-r--r-- 1 root staff 214076 Mar 28 19:28 Gst-1.5.typelib
-rw-r--r-- 1 root staff 43712 Mar 28 19:28 GstBase-1.5.typelib
-rw-r--r-- 1 root staff 6500 Mar 28 19:28 GstController-1.5.typelib
-rw-r--r-- 1 root staff 6272 Mar 28 19:28 GstNet-1.5.typelib
-rw-r--r-- 1 root staff 13116 Mar 28 19:29 GstCheck-1.5.typelib
-rw-r--r-- 1 root staff 14460 Mar 28 20:23 GstTag-1.5.typelib
-rw-r--r-- 1 root staff 2508 Mar 28 20:23 GstFft-1.5.typelib
-rw-r--r-- 1 root staff 27460 Mar 28 20:23 GstRtp-1.5.typelib
-rw-r--r-- 1 root staff 24160 Mar 28 20:23 GstSdp-1.5.typelib
-rw-r--r-- 1 root staff 32856 Mar 28 20:23 GstRtsp-1.5.typelib
-rw-r--r-- 1 root staff 75268 Mar 28 20:23 GstVideo-1.5.typelib
-rw-r--r-- 1 root staff 46800 Mar 28 20:24 GstAudio-1.5.typelib
-rw-r--r-- 1 root staff 25764 Mar 28 20:24 GstPbutils-1.5.typelib
-rw-r--r-- 1 root staff 5732 Mar 28 20:24 GstApp-1.5.typelib
-rw-r--r-- 1 root staff 1876 Mar 28 20:24 GstAllocators-1.5.typelib
-rw-r--r-- 1 root staff 17736 Mar 28 22:37 Nice-0.1.typelib
Then I compiled gst-python-1.7.1 and then I see the following at appropriate location:
pi#raspberrypi:~/kurento $ ls -l /usr/local/lib/python2.7/site-packages/gi/overrides/
total 640
-rw-r--r-- 1 root staff 15002 Mar 28 18:11 Gdk.py
-rw-r--r-- 1 root staff 14996 Mar 28 18:11 Gdk.pyc
-rw-r--r-- 1 root staff 14996 Mar 28 18:11 Gdk.pyo
-rwxr-xr-x 1 root staff 1141 Mar 29 22:19 _gi_gst.la
-rwxr-xr-x 1 root staff 56124 Mar 29 22:19 _gi_gst.so
-rw-r--r-- 1 root staff 2240 Mar 28 18:11 GIMarshallingTests.py
-rw-r--r-- 1 root staff 2428 Mar 28 18:11 GIMarshallingTests.pyc
-rw-r--r-- 1 root staff 2428 Mar 28 18:11 GIMarshallingTests.pyo
-rw-r--r-- 1 root staff 8147 Mar 28 18:11 Gio.py
-rw-r--r-- 1 root staff 8176 Mar 28 18:11 Gio.pyc
-rw-r--r-- 1 root staff 8075 Mar 28 18:11 Gio.pyo
-rw-r--r-- 1 root staff 33233 Mar 28 18:11 GLib.py
-rw-r--r-- 1 root staff 31701 Mar 28 18:11 GLib.pyc
-rw-r--r-- 1 root staff 31656 Mar 28 18:11 GLib.pyo
-rw-r--r-- 1 root staff 26255 Mar 28 18:11 GObject.py
-rw-r--r-- 1 root staff 23401 Mar 28 18:11 GObject.pyc
-rw-r--r-- 1 root staff 23401 Mar 28 18:11 GObject.pyo
-rw-r--r-- 1 root staff 2785 Mar 29 22:19 GstPbutils.py
-rw-r--r-- 1 root staff 2584 Mar 29 22:19 GstPbutils.pyc
-rw-r--r-- 1 root staff 2584 Mar 29 22:19 GstPbutils.pyo
-rw-r--r-- 1 root staff 11570 Mar 29 22:19 Gst.py
-rw-r--r-- 1 root staff 16602 Mar 29 22:19 Gst.pyc
-rw-r--r-- 1 root staff 16602 Mar 29 22:19 Gst.pyo
-rw-r--r-- 1 root staff 56202 Mar 28 18:11 Gtk.py
-rw-r--r-- 1 root staff 64602 Mar 28 18:11 Gtk.pyc
-rw-r--r-- 1 root staff 64602 Mar 28 18:11 Gtk.pyo
-rw-r--r-- 1 root staff 12820 Mar 28 18:11 __init__.py
-rw-r--r-- 1 root staff 13128 Mar 28 18:11 __init__.pyc
-rw-r--r-- 1 root staff 13070 Mar 28 18:11 __init__.pyo
-rw-r--r-- 1 root staff 1705 Mar 28 18:11 keysyms.py
-rw-r--r-- 1 root staff 1137 Mar 28 18:11 keysyms.pyc
-rw-r--r-- 1 root staff 1137 Mar 28 18:11 keysyms.pyo
-rw-r--r-- 1 root staff 1679 Mar 28 18:11 Pango.py
-rw-r--r-- 1 root staff 1727 Mar 28 18:11 Pango.pyc
-rw-r--r-- 1 root staff 1727 Mar 28 18:11 Pango.pyo
With this setup, I expect to see Gst module being loaded from gi repository.
>>> sys.path
['/usr/local/lib/python2.7/site-packages', '', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-arm-linux-gnueabihf', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages/gtk-2.0', '/usr/lib/pymodules/python2.7']
>>> import gi
>>> from gi.repository import Gst
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name Gst
>>> gi.require_version('Gst','1.5')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/site-packages/gi/__init__.py", line 102, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gst not available
>>>
But this is not happening. Please, your help is needed to import the Gst modules into python. Has anyone come across similar situation?
Thanks!
GObject instrospection need type descriptions located at /usr/lib/girepository-1.0
In my case I have:
/usr/lib/girepository-1.0$ ls Gst*1.5*
Gst-1.5.typelib GstFft-1.5.typelib GstRtp-1.5.typelib
GstAllocators-1.5.typelib GstGL-1.5.typelib GstRtsp-1.5.typelib
GstApp-1.5.typelib GstInsertBin-1.5.typelib GstSdp-1.5.typelib
GstAudio-1.5.typelib GstMpegts-1.5.typelib GstTag-1.5.typelib
GstBase-1.5.typelib GstNet-1.5.typelib GstVideo-1.5.typelib
GstCheck-1.5.typelib GstPbutils-1.5.typelib
GstController-1.5.typelib GstPlayer-1.5.typelib
Try installing typelib files there.
I don't have any Gst*.py files installed, with the types description is enough.
Edit
Defining GI_TYPELIB_PATH pointing it to the directory containing the typelib files, in your case /usr/local/lib/girepository-1.5, also solves the problem.
I followed all the steps indicated in the heroku site and each time I get the same error:
$ git push heroku master
Counting objects: 11, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (8/8), done.
Writing objects: 100% (11/11), 4.12 KiB, done.
Total 11 (delta 0), reused 0 (delta 0)
! Push rejected, no Cedar-supported app detected
To git#heroku.com:glacial-mountain-3911.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git#heroku.com:glacial-mountain-3911.git'
I've looked for other solutions, some of them have a bit differences, but none of them have run :(
Here's the structure of my project:
drwxr-xr-x 9 marcpou staff 306 28 jul 22:07 .
drwxr-xr-x 17 marcpou staff 578 28 jul 00:52 ..
drwxr-xr-x 13 marcpou staff 442 28 jul 22:09 .git
-rw-r--r-- 1 marcpou staff 24 28 jul 01:05 .gitignore
-rw-r--r-- 1 marcpou staff 32 28 jul 00:57 Procfile
drwxr-xr-x 10 marcpou staff 340 28 jul 00:58 hellodjango
-rw-r--r-- 1 marcpou staff 254 28 jul 00:56 manage.py
-rw-r--r-- 1 marcpou staff 154 28 jul 22:08 requeriments.txt
drwxr-xr-x 6 marcpou staff 204 28 jul 00:56 venv
And the content of the requeriments.txt file
Django==1.5.1
distribute==0.6.34
dj-database-url==0.2.2
dj-static==0.0.5
django-toolbelt==0.0.1
gunicorn==17.5
psycopg2==2.5.1
static==0.4
wsgiref==0.1.2
And that's the content of the Procfile
web: gunicorn hellodjango.wsgi
I see that the file "hellodjango.wsgi" don't exist on my project. What should be the content? These are the files of my project.
-rw-r--r-- 1 marcpou staff 0 28 jul 00:56 __init__.py
-rw-r--r-- 1 marcpou staff 155 28 jul 00:57 __init__.pyc
-rw-r--r-- 1 marcpou staff 5869 28 jul 01:02 settings.py
-rw-r--r-- 1 marcpou staff 2876 28 jul 00:58 settings.pyc
-rw-r--r-- 1 marcpou staff 571 28 jul 00:56 urls.py
-rw-r--r-- 1 marcpou staff 293 28 jul 00:58 urls.pyc
-rw-r--r-- 1 marcpou staff 1557 28 jul 01:04 wsgi.py
-rw-r--r-- 1 marcpou staff 1059 28 jul 00:57 wsgi.pyc
The test the Push process on heroku, I've created an application, but I haven't edited anything, that means that I haven't set any database connection.
Does anybody have any idea? I suppose that the error is trivial, but I'm unable to see the error.
Thanks in advance!
I'm pretty sure that correct the spelling of requirements.txt will fix this. Then on to the next problem of adding the postgres db and PROMOTING it.
https://devcenter.heroku.com/articles/heroku-postgresql.
I can't seem to get Fabric running correctly. I found this article which doesn't solve the issue for me Getting Fabric Python Library to Work
I installed Python using Homebrew brew install python (this also installs PIP):
Running which python I get:
/usr/local/Cellar/python/2.7.3/bin/python
I then installed fabric pip install fabric
Requirement already satisfied (use --upgrade to upgrade): fabric in /usr/local/lib/python2.7/site-packages
Requirement already satisfied (use --upgrade to upgrade): ssh>=1.7.14 in /usr/local/lib/python2.7/site-packages (from fabric)
Requirement already satisfied (use --upgrade to upgrade): pycrypto>=2.1,!=2.4 in /usr/local/lib/python2.7/site-packages (from ssh>=1.7.14->fabric)
The other article suggests that fabric will be located at /usr/local/Cellar/python/2.7.1/bin/fab
Doing an ls on the above (but 2.7.3 in my case) gets the following (no fabric).
lrwxr-xr-x 1 darron staff 80 Oct 26 17:37 2to3 -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/2to3
lrwxr-xr-x 1 darron staff 82 Oct 26 17:37 2to3-2 -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/2to3-2
lrwxr-xr-x 1 darron staff 84 Oct 26 17:37 2to3-2.7 -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/2to3-2.7
-r-xr-xr-x 1 darron staff 422 Oct 26 17:37 easy_install
-r-xr-xr-x 1 darron staff 430 Oct 26 17:37 easy_install-2.7
lrwxr-xr-x 1 darron staff 80 Oct 26 17:37 idle -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/idle
lrwxr-xr-x 1 darron staff 81 Oct 26 17:37 idle2 -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/idle2
lrwxr-xr-x 1 darron staff 83 Oct 26 17:37 idle2.7 -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/idle2.7
-r-xr-xr-x 1 darron staff 380 Oct 26 17:37 pip
-r-xr-xr-x 1 darron staff 388 Oct 26 17:37 pip-2.7
lrwxr-xr-x 1 darron staff 81 Oct 26 17:37 pydoc -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/pydoc
lrwxr-xr-x 1 darron staff 82 Oct 26 17:37 pydoc2 -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/pydoc2
lrwxr-xr-x 1 darron staff 84 Oct 26 17:37 pydoc2.7 -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/pydoc2.7
lrwxr-xr-x 1 darron staff 82 Oct 26 17:37 python -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python
lrwxr-xr-x 1 darron staff 89 Oct 26 17:37 python-config -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python-config
lrwxr-xr-x 1 darron staff 83 Oct 26 17:37 python2 -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python2
lrwxr-xr-x 1 darron staff 90 Oct 26 17:37 python2-config -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python2-config
lrwxr-xr-x 1 darron staff 85 Oct 26 17:37 python2.7 -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python2.7
lrwxr-xr-x 1 darron staff 92 Oct 26 17:37 python2.7-config -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python2.7-config
lrwxr-xr-x 1 darron staff 83 Oct 26 17:37 pythonw -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/pythonw
lrwxr-xr-x 1 darron staff 84 Oct 26 17:37 pythonw2 -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/pythonw2
lrwxr-xr-x 1 darron staff 86 Oct 26 17:37 pythonw2.7 -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/pythonw2.7
lrwxr-xr-x 1 darron staff 84 Oct 26 17:37 smtpd.py -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/smtpd.py
lrwxr-xr-x 1 darron staff 87 Oct 26 17:37 smtpd2.7.py -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/smtpd2.7.py
lrwxr-xr-x 1 darron staff 85 Oct 26 17:37 smtpd2.py -> /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/smtpd2.py
I've located the actual install at /usr/local/lib/python2.7/site-packages
drwxr-xr-x 14 darron staff 476 Oct 26 17:41 Crypto
drwxr-xr-x 9 darron staff 306 Oct 26 17:41 Fabric-1.4.3-py2.7.egg-info
drwxr-xr-x 10 darron staff 340 Oct 26 17:37 distribute-0.6.28-py2.7.egg
-rw-r--r-- 1 darron staff 237 Oct 26 17:37 easy-install.pth
drwxr-xr-x 10 darron staff 340 Oct 26 17:41 fabfile
drwxr-xr-x 41 darron staff 1394 Oct 26 17:41 fabric
drwxr-xr-x 7 darron staff 238 Oct 22 08:13 git_remote_helpers
lrwxr-xr-x 1 darron staff 93 Oct 22 08:13 git_remote_helpers-0.1.0-py2.7.egg-info -> ../../../Cellar/git/1.8.0/lib/python2.7/site-packages/git_remote_helpers-0.1.0-py2.7.egg-info
drwxr-xr-x 4 darron staff 136 Oct 26 17:37 pip-1.2.1-py2.7.egg
drwxr-xr-x 7 darron staff 238 Oct 26 17:41 pycrypto-2.6-py2.7.egg-info
-rw-r--r-- 1 darron staff 144 Oct 26 17:37 setuptools-0.6c11-py2.7.egg-info
-rw-r--r-- 1 darron staff 34 Oct 26 17:37 setuptools.pth
-rw-r--r-- 1 darron staff 1224 Oct 26 17:37 sitecustomize.py
-rw-r--r-- 1 darron staff 600 Oct 26 17:37 sitecustomize.pyc
drwxr-xr-x 72 darron staff 2448 Oct 26 17:41 ssh
drwxr-xr-x 8 darron staff 272 Oct 26 17:41 ssh-1.7.14-py2.7.egg-info
My question is how do I get it working? Running fab at the prompt gets me:
-bash: fab: command not found
Note - my paths are set in /etc/paths like so:
/usr/local/bin
/usr/local/sbin
/usr/bin
/bin
/usr/sbin
/sbin
The link you posted is outdated. fab should be located in the /usr/local/share/python directory -- that's where Homebrew's Python puts scripts from installed modules. Add /usr/local/share/python to your PATH.
I am doing a django project with Sublime Text 2 on OSX-Lion. I have installed virtualenv, so my project is in "/Users/myname/Virtualenvs/"
I need to use a 'sudo' for each command (syncdb, runserver), can I change these rules whithout moving my project and is it normal ?
These are parameters after a "sudo python manage.py startproject"
Chmod infos :
drwxr-xr-x 17 root staff 578 10 jul 23:24 Platform
-rw-r--r-- 1 root staff 155648 10 jul 23:24 database.sqlite3
-rw-r--r-- 1 root staff 251 10 jul 23:09 manage.py
and in Platform :
drwxrwxr-x# 9 Nicolas staff 306 10 jul 23:13 Templates
-rw-r--r--# 1 Nicolas staff 0 4 jul 16:53 __init__.py
-rw-r--r--# 1 Nicolas staff 144 4 jul 16:54 __init__.pyc
-rw-rw-r--# 1 Nicolas staff 123 10 jul 23:13 admin.py
-rw-r--r-- 1 root staff 321 10 jul 23:24 admin.pyc
-rw-rw-r--# 1 Nicolas staff 1706 10 jul 23:13 models.py
-rw-r--r-- 1 root staff 2603 10 jul 23:22 models.pyc
-rw-r--r--# 1 Nicolas staff 5309 10 jul 23:06 settings.py
-rw-r--r-- 1 root staff 3058 10 jul 23:22 settings.pyc
-rw-r--r--# 1 Nicolas staff 639 10 jul 23:06 urls.py
-rw-r--r-- 1 root staff 784 10 jul 23:24 urls.pyc
-rw-rw-r--# 1 Nicolas staff 1895 10 jul 23:06 views.py
-rw-r--r-- 1 root staff 2745 10 jul 23:24 views.pyc
-rw-r--r--# 1 Nicolas staff 1138 10 jul 23:05 wsgi.py
-rw-r--r-- 1 root staff 1047 10 jul 23:24 wsgi.pyc
You'll need to change ownership of all the root-owned files to yourself, but otherwise there shouldn't be any need for sudo here.