HI Linas,

I cloned and pulled and then tried again. I am getting the same error
message.

I tried to attached cmake output files, github did not allow me to do so.

Please find the attached cmake output files.

Kind regards,

Abu

On Wed, 15 Jan 2025 at 02:06, Linas Vepstas <[email protected]> wrote:

> Hi Abu,
>
> On Mon, Jan 13, 2025 at 4:52 PM Abu Naser <[email protected]> wrote:
>
> > I am planning to read about atomspace  and to execute some of the
> examples that came with the package. Python would be an easier choice for
> me.
>
> Most of the examples, here:
> https://github.com/opencog/atomspace/tree/master/examples
>
> are written in scheme. However, I think (?) it is easy to
> transliterate these into python. Doing this would be educational: I
> think you'd have some "a hah" moments, doing this.
>
> > While I was trying to compile atomspace with python bindings, I have got
> the following error:
> >
> > [ 97%] Built target utilities_cython
> > make[2]: *** No rule to make target
> '../opencog/persist/api/cython/../../storage/storage_types.pyx', needed by
> 'opencog/persist/api/cython/storage.cpp'.  Stop.
> >
> > Please let me know the potential solutions for this error.
>
> Since I screwed around with this a few weeks ago, I would first try
> "git pull" and make sure you have the latest.
>  If that doesn't work, then I'd need the output of "cmake .." to see
> what that looks like.
>
> Ideally, you would have a github account, and we could talk about this
> in a github issue. Issues are easier to track than email discussions.
>
> --linas
>
> --
> You received this message because you are subscribed to the Google Groups
> "opencog" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/opencog/CAHrUA37pg_v3md9JsOUrrFhaLRaJJQ-kCrNHnpUHgkYgZTtuVw%40mail.gmail.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"opencog" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/opencog/CAMw3wdgLs3VHQbOxX4K1bnjBG2C9CUP7esMzN%2BnoW1EPGW%3D3Qw%40mail.gmail.com.

Attachment: CMakeCache.txt
Description: application/embl

# Install script for directory: /home/naser/soft2/opencog_repos/atomspace

# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
  set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")

# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
  if(BUILD_TYPE)
    string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
  else()
    set(CMAKE_INSTALL_CONFIG_NAME "Release")
  endif()
  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()

# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
  if(COMPONENT)
    message(STATUS "Install component: \"${COMPONENT}\"")
    set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
  else()
    set(CMAKE_INSTALL_COMPONENT)
  endif()
endif()

# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
  set(CMAKE_INSTALL_SO_NO_EXE "1")
endif()

# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
  set(CMAKE_CROSSCOMPILING "FALSE")
endif()

if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  # Include the install script for each subdirectory.
  include("/home/naser/soft2/opencog_repos/atomspace/build/cmake/cmake_install.cmake")
  include("/home/naser/soft2/opencog_repos/atomspace/build/opencog/cmake_install.cmake")
  include("/home/naser/soft2/opencog_repos/atomspace/build/lib/cmake_install.cmake")

endif()

if(CMAKE_INSTALL_COMPONENT)
  set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
else()
  set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
endif()

string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
       "${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "/home/naser/soft2/opencog_repos/atomspace/build/${CMAKE_INSTALL_MANIFEST}"
     "${CMAKE_INSTALL_MANIFEST_CONTENT}")
# This file will be configured to contain variables for CPack. These variables
# should be set in the CMake list file of the project before CPack module is
# included. The list of available CPACK_xxx variables and their associated
# documentation may be obtained using
#  cpack --help-variable-list
#
# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME)
# and some are specific to a generator
# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables
# usually begin with CPACK_<GENNAME>_xxxx.


set(CPACK_BINARY_7Z "")
set(CPACK_BINARY_BUNDLE "")
set(CPACK_BINARY_CYGWIN "")
set(CPACK_BINARY_DEB "")
set(CPACK_BINARY_DRAGNDROP "")
set(CPACK_BINARY_FREEBSD "")
set(CPACK_BINARY_IFW "")
set(CPACK_BINARY_NSIS "")
set(CPACK_BINARY_NUGET "")
set(CPACK_BINARY_OSXX11 "")
set(CPACK_BINARY_PACKAGEMAKER "")
set(CPACK_BINARY_PRODUCTBUILD "")
set(CPACK_BINARY_RPM "")
set(CPACK_BINARY_STGZ "")
set(CPACK_BINARY_TBZ2 "")
set(CPACK_BINARY_TGZ "")
set(CPACK_BINARY_TXZ "")
set(CPACK_BINARY_TZ "")
set(CPACK_BINARY_WIX "")
set(CPACK_BINARY_ZIP "")
set(CPACK_BUILD_SOURCE_DIRS "/home/naser/soft2/opencog_repos/atomspace;/home/naser/soft2/opencog_repos/atomspace/build")
set(CPACK_CMAKE_GENERATOR "Unix Makefiles")
set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE")
set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "guile-3.0-dev (>= 3.0.1), python3-dev (>= 3.6.7), libstdc++6 (>= 4.7), libpq-dev (>=9.3.24), libcogutil-dev (>= 2.0.2)")
set(CPACK_DEBIAN_PACKAGE_HOMEPAGE "http://opencog.org";)
set(CPACK_DEBIAN_PACKAGE_SECTION "libdevel")
set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-3.16/Templates/CPack.GenericDescription.txt")
set(CPACK_GENERATOR "DEB")
set(CPACK_INSTALL_CMAKE_PROJECTS "/home/naser/soft2/opencog_repos/atomspace/build;atomspace;ALL;/")
set(CPACK_INSTALL_PREFIX "/usr/local")
set(CPACK_MODULE_PATH "/home/naser/soft2/opencog_repos/atomspace/lib/;/usr/local/share/opencog/cmake")
set(CPACK_NSIS_DISPLAY_NAME "atomspace-dev 5.0.4-20250115")
set(CPACK_NSIS_INSTALLER_ICON_CODE "")
set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "")
set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES")
set(CPACK_NSIS_PACKAGE_NAME "atomspace-dev 5.0.4-20250115")
set(CPACK_OUTPUT_CONFIG_FILE "/home/naser/soft2/opencog_repos/atomspace/build/CPackConfig.cmake")
set(CPACK_PACKAGE_CONTACT "[email protected]")
set(CPACK_PACKAGE_DEFAULT_LOCATION "/")
set(CPACK_PACKAGE_DESCRIPTION_FILE "/home/naser/soft2/opencog_repos/atomspace/README.md")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The OpenCog AtomSpace")
set(CPACK_PACKAGE_DIRECTORY "/home/naser/soft2/opencog_repos/atomspace/build/packages")
set(CPACK_PACKAGE_FILE_NAME "atomspace-dev_5.0.4-20250115_amd64")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "atomspace-dev 5.0.4-20250115")
set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "atomspace-dev 5.0.4-20250115")
set(CPACK_PACKAGE_NAME "atomspace-dev")
set(CPACK_PACKAGE_RELOCATABLE "true")
set(CPACK_PACKAGE_VENDOR "opencog.org")
set(CPACK_PACKAGE_VERSION "5.0.4-20250115")
set(CPACK_PACKAGE_VERSION_MAJOR "0")
set(CPACK_PACKAGE_VERSION_MINOR "1")
set(CPACK_PACKAGE_VERSION_PATCH "1")
set(CPACK_PACKAGING_INSTALL_PREFIX "/usr/local")
set(CPACK_RESOURCE_FILE_LICENSE "/home/naser/soft2/opencog_repos/atomspace/LICENSE")
set(CPACK_RESOURCE_FILE_README "/usr/share/cmake-3.16/Templates/CPack.GenericDescription.txt")
set(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-3.16/Templates/CPack.GenericWelcome.txt")
set(CPACK_SET_DESTDIR "OFF")
set(CPACK_SOURCE_7Z "")
set(CPACK_SOURCE_CYGWIN "")
set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ")
set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/naser/soft2/opencog_repos/atomspace/build/CPackSourceConfig.cmake")
set(CPACK_SOURCE_RPM "OFF")
set(CPACK_SOURCE_TBZ2 "ON")
set(CPACK_SOURCE_TGZ "ON")
set(CPACK_SOURCE_TXZ "ON")
set(CPACK_SOURCE_TZ "ON")
set(CPACK_SOURCE_ZIP "OFF")
set(CPACK_SYSTEM_NAME "Linux")
set(CPACK_TOPLEVEL_TAG "Linux")
set(CPACK_WIX_SIZEOF_VOID_P "8")

if(NOT CPACK_PROPERTIES_FILE)
  set(CPACK_PROPERTIES_FILE "/home/naser/soft2/opencog_repos/atomspace/build/CPackProperties.cmake")
endif()

if(EXISTS ${CPACK_PROPERTIES_FILE})
  include(${CPACK_PROPERTIES_FILE})
endif()
# This file will be configured to contain variables for CPack. These variables
# should be set in the CMake list file of the project before CPack module is
# included. The list of available CPACK_xxx variables and their associated
# documentation may be obtained using
#  cpack --help-variable-list
#
# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME)
# and some are specific to a generator
# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables
# usually begin with CPACK_<GENNAME>_xxxx.


set(CPACK_BINARY_7Z "")
set(CPACK_BINARY_BUNDLE "")
set(CPACK_BINARY_CYGWIN "")
set(CPACK_BINARY_DEB "")
set(CPACK_BINARY_DRAGNDROP "")
set(CPACK_BINARY_FREEBSD "")
set(CPACK_BINARY_IFW "")
set(CPACK_BINARY_NSIS "")
set(CPACK_BINARY_NUGET "")
set(CPACK_BINARY_OSXX11 "")
set(CPACK_BINARY_PACKAGEMAKER "")
set(CPACK_BINARY_PRODUCTBUILD "")
set(CPACK_BINARY_RPM "")
set(CPACK_BINARY_STGZ "")
set(CPACK_BINARY_TBZ2 "")
set(CPACK_BINARY_TGZ "")
set(CPACK_BINARY_TXZ "")
set(CPACK_BINARY_TZ "")
set(CPACK_BINARY_WIX "")
set(CPACK_BINARY_ZIP "")
set(CPACK_BUILD_SOURCE_DIRS "/home/naser/soft2/opencog_repos/atomspace;/home/naser/soft2/opencog_repos/atomspace/build")
set(CPACK_CMAKE_GENERATOR "Unix Makefiles")
set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE")
set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "guile-3.0-dev (>= 3.0.1), python3-dev (>= 3.6.7), libstdc++6 (>= 4.7), libpq-dev (>=9.3.24), libcogutil-dev (>= 2.0.2)")
set(CPACK_DEBIAN_PACKAGE_HOMEPAGE "http://opencog.org";)
set(CPACK_DEBIAN_PACKAGE_SECTION "libdevel")
set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-3.16/Templates/CPack.GenericDescription.txt")
set(CPACK_GENERATOR "TBZ2;TGZ;TXZ;TZ")
set(CPACK_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#")
set(CPACK_INSTALLED_DIRECTORIES "/home/naser/soft2/opencog_repos/atomspace;/")
set(CPACK_INSTALL_CMAKE_PROJECTS "")
set(CPACK_INSTALL_PREFIX "/usr/local")
set(CPACK_MODULE_PATH "/home/naser/soft2/opencog_repos/atomspace/lib/;/usr/local/share/opencog/cmake")
set(CPACK_NSIS_DISPLAY_NAME "atomspace-dev 5.0.4-20250115")
set(CPACK_NSIS_INSTALLER_ICON_CODE "")
set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "")
set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES")
set(CPACK_NSIS_PACKAGE_NAME "atomspace-dev 5.0.4-20250115")
set(CPACK_OUTPUT_CONFIG_FILE "/home/naser/soft2/opencog_repos/atomspace/build/CPackConfig.cmake")
set(CPACK_PACKAGE_CONTACT "[email protected]")
set(CPACK_PACKAGE_DEFAULT_LOCATION "/")
set(CPACK_PACKAGE_DESCRIPTION_FILE "/home/naser/soft2/opencog_repos/atomspace/README.md")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The OpenCog AtomSpace")
set(CPACK_PACKAGE_DIRECTORY "/home/naser/soft2/opencog_repos/atomspace/build/packages")
set(CPACK_PACKAGE_FILE_NAME "atomspace-dev-5.0.4-20250115-Source")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "atomspace-dev 5.0.4-20250115")
set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "atomspace-dev 5.0.4-20250115")
set(CPACK_PACKAGE_NAME "atomspace-dev")
set(CPACK_PACKAGE_RELOCATABLE "true")
set(CPACK_PACKAGE_VENDOR "opencog.org")
set(CPACK_PACKAGE_VERSION "5.0.4-20250115")
set(CPACK_PACKAGE_VERSION_MAJOR "0")
set(CPACK_PACKAGE_VERSION_MINOR "1")
set(CPACK_PACKAGE_VERSION_PATCH "1")
set(CPACK_PACKAGING_INSTALL_PREFIX "/usr/local")
set(CPACK_RESOURCE_FILE_LICENSE "/home/naser/soft2/opencog_repos/atomspace/LICENSE")
set(CPACK_RESOURCE_FILE_README "/usr/share/cmake-3.16/Templates/CPack.GenericDescription.txt")
set(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-3.16/Templates/CPack.GenericWelcome.txt")
set(CPACK_RPM_PACKAGE_SOURCES "ON")
set(CPACK_SET_DESTDIR "OFF")
set(CPACK_SOURCE_7Z "")
set(CPACK_SOURCE_CYGWIN "")
set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ")
set(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#")
set(CPACK_SOURCE_INSTALLED_DIRECTORIES "/home/naser/soft2/opencog_repos/atomspace;/")
set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/naser/soft2/opencog_repos/atomspace/build/CPackSourceConfig.cmake")
set(CPACK_SOURCE_PACKAGE_FILE_NAME "atomspace-dev-5.0.4-20250115-Source")
set(CPACK_SOURCE_RPM "OFF")
set(CPACK_SOURCE_TBZ2 "ON")
set(CPACK_SOURCE_TGZ "ON")
set(CPACK_SOURCE_TOPLEVEL_TAG "Linux-Source")
set(CPACK_SOURCE_TXZ "ON")
set(CPACK_SOURCE_TZ "ON")
set(CPACK_SOURCE_ZIP "OFF")
set(CPACK_STRIP_FILES "")
set(CPACK_SYSTEM_NAME "Linux")
set(CPACK_TOPLEVEL_TAG "Linux-Source")
set(CPACK_WIX_SIZEOF_VOID_P "8")

if(NOT CPACK_PROPERTIES_FILE)
  set(CPACK_PROPERTIES_FILE "/home/naser/soft2/opencog_repos/atomspace/build/CPackProperties.cmake")
endif()

if(EXISTS ${CPACK_PROPERTIES_FILE})
  include(${CPACK_PROPERTIES_FILE})
endif()

Reply via email to