Bug#1122409: eodag: FTBFS: mv: cannot overwrite 'debian/tmp/usr/share/python3-eodag/resources': Directory not empty

Santiago Vila sanvila at debian.org
Wed Dec 10 20:38:49 GMT 2025


Package: src:eodag
Version: 3.10.0+ds-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202512/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:eodag, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:131: Building wheel for python3.14 with "build" module
I: pybuild base:317: python3.14 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14  
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.

[... snipped ...]

  /usr/lib/python3.14/unittest/case.py:669: RuntimeWarning: coroutine 'TestStacCore.test_get_stac_collections' was never awaited
    self._callTestMethod(testMethod)
  Enable tracemalloc to get traceback where the object was allocated.
  See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.

tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_get
  /usr/lib/python3.14/unittest/case.py:725: DeprecationWarning: It is deprecated to return a value that is not None from a test case (<bound method TestStacCore.test_search_stac_items_get of <tests.units.test_stac_core.TestStacCore testMethod=test_search_stac_items_get>> returned 'coroutine'). Maybe you forgot to use IsolatedAsyncioTestCase as the base class?
    return self.run(*args, **kwds)

tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_get
  /usr/lib/python3.14/unittest/case.py:669: RuntimeWarning: coroutine 'TestStacCore.test_search_stac_items_get' was never awaited
    self._callTestMethod(testMethod)
  Enable tracemalloc to get traceback where the object was allocated.
  See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.

tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_post
  /usr/lib/python3.14/unittest/case.py:725: DeprecationWarning: It is deprecated to return a value that is not None from a test case (<bound method TestStacCore.test_search_stac_items_post of <tests.units.test_stac_core.TestStacCore testMethod=test_search_stac_items_post>> returned 'coroutine'). Maybe you forgot to use IsolatedAsyncioTestCase as the base class?
    return self.run(*args, **kwds)

tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_post
  /usr/lib/python3.14/unittest/case.py:669: RuntimeWarning: coroutine 'TestStacCore.test_search_stac_items_post' was never awaited
    self._callTestMethod(testMethod)
  Enable tracemalloc to get traceback where the object was allocated.
  See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.

tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_with_non_stac_providers
  /usr/lib/python3.14/unittest/case.py:725: DeprecationWarning: It is deprecated to return a value that is not None from a test case (<bound method TestStacCore.test_search_stac_items_with_non_stac_providers of <tests.units.test_stac_core.TestStacCore testMethod=test_search_stac_items_with_non_stac_providers>> returned 'coroutine'). Maybe you forgot to use IsolatedAsyncioTestCase as the base class?
    return self.run(*args, **kwds)

tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_with_non_stac_providers
  /usr/lib/python3.14/unittest/case.py:669: RuntimeWarning: coroutine 'TestStacCore.test_search_stac_items_with_non_stac_providers' was never awaited
    self._callTestMethod(testMethod)
  Enable tracemalloc to get traceback where the object was allocated.
  See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.

tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_with_stac_providers
  /usr/lib/python3.14/unittest/case.py:725: DeprecationWarning: It is deprecated to return a value that is not None from a test case (<bound method TestStacCore.test_search_stac_items_with_stac_providers of <tests.units.test_stac_core.TestStacCore testMethod=test_search_stac_items_with_stac_providers>> returned 'coroutine'). Maybe you forgot to use IsolatedAsyncioTestCase as the base class?
    return self.run(*args, **kwds)

tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_with_stac_providers
  /usr/lib/python3.14/unittest/case.py:669: RuntimeWarning: coroutine 'TestStacCore.test_search_stac_items_with_stac_providers' was never awaited
    self._callTestMethod(testMethod)
  Enable tracemalloc to get traceback where the object was allocated.
  See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.

tests/units/test_stac_utils.py::TestStacUtils::test_fetch_external_stac_collections
  /usr/lib/python3.14/unittest/case.py:725: DeprecationWarning: It is deprecated to return a value that is not None from a test case (<bound method TestStacUtils.test_fetch_external_stac_collections of <tests.units.test_stac_utils.TestStacUtils testMethod=test_fetch_external_stac_collections>> returned 'coroutine'). Maybe you forgot to use IsolatedAsyncioTestCase as the base class?
    return self.run(*args, **kwds)

tests/units/test_stac_utils.py::TestStacUtils::test_fetch_external_stac_collections
  /usr/lib/python3.14/unittest/case.py:669: RuntimeWarning: coroutine 'TestStacUtils.test_fetch_external_stac_collections' was never awaited
    self._callTestMethod(testMethod)
  Enable tracemalloc to get traceback where the object was allocated.
  See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.

tests/units/test_utils.py::TestUtils::test_utils_get_timestamp
  /<<PKGBUILDDIR>>/tests/units/test_utils.py:76: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
    actual_utc_dt = datetime.utcfromtimestamp(ts_in_secs)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
========== 682 passed, 4 skipped, 8 deselected, 38 warnings in 23.40s ==========
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest -k "not test_core_search_auths_matching and not test_fetch_json and not test_core_object_creates_config_standard_location and not test_core_object_creates_index_if_not_exist and not test_core_object_creates_locations_standard_location and not test_read_only_home_dir and not test_eoproduct_download_progress_bar and not test_all_requirements and not test_plugins_extras" --ignore=/<<PKGBUILDDIR>>/tests/test_end_to_end.py /<<PKGBUILDDIR>>/tests
============================= test session starts ==============================
platform linux -- Python 3.13.11, pytest-8.4.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
configfile: pytest.ini
plugins: instafail-0.5.0, Faker-33.3.1, typeguard-4.4.4, anyio-4.11.0, socket-0.7.0, xdist-3.8.0
collected 694 items / 8 deselected / 686 selected

../../../tests/integration/test_config_ext_plugin.py .                   [  0%]
../../../tests/integration/test_core_config.py .....                     [  0%]
../../../tests/integration/test_core_search.py ..............            [  2%]
../../../tests/integration/test_core_search_results.py ............      [  4%]
../../../tests/integration/test_download_auth.py ..                      [  4%]
../../../tests/integration/test_search_stac_static.py ..............s    [  7%]
../../../tests/test_cli.py ...................................           [ 12%]
../../../tests/test_config.py ..............                             [ 14%]
../../../tests/units/test_apis_plugins.py ...........                    [ 15%]
../../../tests/units/test_auth_plugins.py ..............s............... [ 20%]
.........................                                                [ 23%]
../../../tests/units/test_core.py ...................................... [ 29%]
..........................................s..........................    [ 39%]
../../../tests/units/test_download_plugins.py .......................... [ 43%]
.............................                                            [ 47%]
../../../tests/units/test_eoproduct.py ....................              [ 50%]
../../../tests/units/test_eoproduct_driver_generic.py ..                 [ 50%]
../../../tests/units/test_eoproduct_driver_sentinel1.py ..               [ 51%]
../../../tests/units/test_eoproduct_driver_sentinel2.py ..               [ 51%]
../../../tests/units/test_http_server.py ............................... [ 55%]
.............                                                            [ 57%]
../../../tests/units/test_metadata_mapping.py .......................... [ 61%]
.........................................                                [ 67%]
../../../tests/units/test_safe_build.py .....                            [ 68%]
../../../tests/units/test_search_plugins.py ............................ [ 72%]
........................................................................ [ 82%]
.........                                                                [ 84%]
../../../tests/units/test_search_result.py .........                     [ 85%]
../../../tests/units/test_search_types.py ..                             [ 85%]
../../../tests/units/test_stac_core.py ......................            [ 88%]
../../../tests/units/test_stac_reader.py ....s.                          [ 89%]
../../../tests/units/test_stac_types.py ....................             [ 92%]
../../../tests/units/test_stac_utils.py ...................              [ 95%]
../../../tests/units/test_utils.py ................                      [ 97%]
../../../tests/units/test_utils_cache.py ..                              [ 98%]
../../../tests/units/test_utils_exceptions.py .                          [ 98%]
../../../tests/units/test_utils_s3.py ............                       [100%]

=============================== warnings summary ===============================
../../../tests/units/test_stac_utils.py:30
  /<<PKGBUILDDIR>>/tests/units/test_stac_utils.py:30: DeprecationWarning: The module `eodag.rest.stac` is deprecated since v3.9.0 and will be removed in a future version. The STAC server has moved to https://github.com/CS-SI/stac-fastapi-eodag
    from eodag.rest.stac import StacCollection

tests/units/test_http_server.py::RequestTestCase::test_assets_alt_url_blacklist
  /<<PKGBUILDDIR>>/eodag/rest/core.py:55: DeprecationWarning: The module `eodag.rest.errors` is deprecated since v3.9.0 and will be removed in a future version. The STAC server has moved to https://github.com/CS-SI/stac-fastapi-eodag
    from eodag.rest.errors import ResponseSearchError

tests/units/test_http_server.py::RequestTestCase::test_assets_alt_url_blacklist
  /<<PKGBUILDDIR>>/tests/units/test_http_server.py:90: DeprecationWarning: The module `eodag.rest.core` is deprecated since v3.9.0 and will be removed in a future version. The STAC server has moved to https://github.com/CS-SI/stac-fastapi-eodag
    import eodag.rest.core

tests/units/test_http_server.py::RequestTestCase::test_assets_alt_url_blacklist
tests/units/test_stac_core.py::TestStacCore::test_all_collections_with_various_params
tests/units/test_stac_utils.py::TestStacUtils::test_fetch_external_stac_collections
  /usr/lib/python3.13/importlib/__init__.py:129: DeprecationWarning: The module `eodag.rest.core` is deprecated since v3.9.0 and will be removed in a future version. The STAC server has moved to https://github.com/CS-SI/stac-fastapi-eodag
    _bootstrap._exec(spec, module)

tests/units/test_http_server.py::RequestTestCase::test_assets_alt_url_blacklist
  /<<PKGBUILDDIR>>/tests/units/test_http_server.py:93: DeprecationWarning: The module `eodag.rest.server` is deprecated since v3.9.0 and will be removed in a future version. The STAC server has moved to https://github.com/CS-SI/stac-fastapi-eodag
    from eodag.rest import server as eodag_http_server

tests/units/test_http_server.py::RequestTestCase::test_cql_post_search
tests/units/test_http_server.py::RequestTestCase::test_cql_post_search
tests/units/test_http_server.py::RequestTestCase::test_cql_post_search
tests/units/test_http_server.py::RequestTestCase::test_cql_post_search
  /usr/lib/python3/dist-packages/dateparser/utils/strptime.py:94: DeprecationWarning: Parsing dates involving a day of month without a year specified is ambiguious
  and fails to parse leap day. The default behavior will change in Python 3.15
  to either always raise an exception or to use a different default year (TBD).
  To avoid trouble, add a specific year to the input & format.
  See https://github.com/python/cpython/issues/70647.
    obj = datetime(*__strptime(date_string, format)[:-3])

tests/units/test_http_server.py::RequestTestCase::test_route
  /usr/lib/python3/dist-packages/fastapi/openapi/utils.py:245: UserWarning: Duplicate Operation ID catalogs_root__head for function catalogs_root at /<<PKGBUILDDIR>>/eodag/rest/server.py
    warnings.warn(message, stacklevel=1)

tests/units/test_http_server.py::RequestTestCase::test_route
  /usr/lib/python3/dist-packages/fastapi/openapi/utils.py:245: UserWarning: Duplicate Operation ID conformance_conformance_head for function conformance at /<<PKGBUILDDIR>>/eodag/rest/server.py
    warnings.warn(message, stacklevel=1)

tests/units/test_metadata_mapping.py::TestMetadataFormatter::test_convert_split_cop_dem_id
tests/units/test_metadata_mapping.py::TestMetadataFormatter::test_convert_split_cop_dem_id
  /<<PKGBUILDDIR>>/eodag/api/product/metadata_mapping.py:221: DeprecationWarning: Call to deprecated function/method convert_split_cop_dem_id (Method that was used in previous wekeo provider configuration, but not used anymore) -- Deprecated since v3.7.1
    converted = self.custom_converter(value)

tests/units/test_metadata_mapping.py::TestMetadataFormatter::test_convert_split_id_into_s1_params
tests/units/test_metadata_mapping.py::TestMetadataFormatter::test_convert_split_id_into_s1_params_invalid_id
  /<<PKGBUILDDIR>>/eodag/api/product/metadata_mapping.py:221: DeprecationWarning: Call to deprecated function/method convert_split_id_into_s1_params (Method that was used in previous wekeo provider configuration, but not used anymore) -- Deprecated since v3.7.1
    converted = self.custom_converter(value)

tests/units/test_metadata_mapping.py::TestMetadataFormatter::test_convert_split_id_into_s5p_params
  /<<PKGBUILDDIR>>/eodag/api/product/metadata_mapping.py:221: DeprecationWarning: Call to deprecated function/method convert_split_id_into_s5p_params (Method that was used in previous wekeo provider configuration, but not used anymore) -- Deprecated since v3.7.1
    converted = self.custom_converter(value)

tests/units/test_search_plugins.py::TestSearchPluginStacSearch::test_plugins_search_stacsearch_discover_queryables
  /usr/lib/python3/dist-packages/pydantic/_internal/_generate_schema.py:2249: UnsupportedFieldAttributeWarning: The 'default' attribute with value None was provided to the `Field()` function, which has no effect in the context it was used. 'default' is field-specific metadata, and can only be attached to a model field using `Annotated` metadata or by assignment. This may have happened because an `Annotated` type alias using the `type` statement was used, or if the `Field()` function was attached to a single member of a union type.
    warnings.warn(

tests/units/test_stac_core.py::TestStacCore::test_all_collections_with_various_params
  /usr/lib/python3.13/unittest/case.py:606: RuntimeWarning: coroutine 'TestStacCore.test_all_collections_with_various_params' was never awaited
    if method() is not None:
  Enable tracemalloc to get traceback where the object was allocated.
  See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.

tests/units/test_stac_core.py::TestStacCore::test_all_collections_with_various_params
  /usr/lib/python3.13/unittest/case.py:707: DeprecationWarning: It is deprecated to return a value that is not None from a test case (<bound method TestStacCore.test_all_collections_with_various_params of <tests.units.test_stac_core.TestStacCore testMethod=test_all_collections_with_various_params>>)
    return self.run(*args, **kwds)

tests/units/test_stac_core.py::TestStacCore::test_get_stac_catalogs
  /usr/lib/python3.13/unittest/case.py:606: RuntimeWarning: coroutine 'TestStacCore.test_get_stac_catalogs' was never awaited
    if method() is not None:
  Enable tracemalloc to get traceback where the object was allocated.
  See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.

tests/units/test_stac_core.py::TestStacCore::test_get_stac_catalogs
  /usr/lib/python3.13/unittest/case.py:707: DeprecationWarning: It is deprecated to return a value that is not None from a test case (<bound method TestStacCore.test_get_stac_catalogs of <tests.units.test_stac_core.TestStacCore testMethod=test_get_stac_catalogs>>)
    return self.run(*args, **kwds)

tests/units/test_stac_core.py::TestStacCore::test_get_stac_collection
  /usr/lib/python3.13/unittest/case.py:606: RuntimeWarning: coroutine 'TestStacCore.test_get_stac_collection' was never awaited
    if method() is not None:
  Enable tracemalloc to get traceback where the object was allocated.
  See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.

tests/units/test_stac_core.py::TestStacCore::test_get_stac_collection
  /usr/lib/python3.13/unittest/case.py:707: DeprecationWarning: It is deprecated to return a value that is not None from a test case (<bound method TestStacCore.test_get_stac_collection of <tests.units.test_stac_core.TestStacCore testMethod=test_get_stac_collection>>)
    return self.run(*args, **kwds)

tests/units/test_stac_core.py::TestStacCore::test_get_stac_collections
  /usr/lib/python3.13/unittest/case.py:606: RuntimeWarning: coroutine 'TestStacCore.test_get_stac_collections' was never awaited
    if method() is not None:
  Enable tracemalloc to get traceback where the object was allocated.
  See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.

tests/units/test_stac_core.py::TestStacCore::test_get_stac_collections
  /usr/lib/python3.13/unittest/case.py:707: DeprecationWarning: It is deprecated to return a value that is not None from a test case (<bound method TestStacCore.test_get_stac_collections of <tests.units.test_stac_core.TestStacCore testMethod=test_get_stac_collections>>)
    return self.run(*args, **kwds)

tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_get
  /usr/lib/python3.13/unittest/case.py:606: RuntimeWarning: coroutine 'TestStacCore.test_search_stac_items_get' was never awaited
    if method() is not None:
  Enable tracemalloc to get traceback where the object was allocated.
  See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.

tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_get
  /usr/lib/python3.13/unittest/case.py:707: DeprecationWarning: It is deprecated to return a value that is not None from a test case (<bound method TestStacCore.test_search_stac_items_get of <tests.units.test_stac_core.TestStacCore testMethod=test_search_stac_items_get>>)
    return self.run(*args, **kwds)

tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_post
  /usr/lib/python3.13/unittest/case.py:606: RuntimeWarning: coroutine 'TestStacCore.test_search_stac_items_post' was never awaited
    if method() is not None:
  Enable tracemalloc to get traceback where the object was allocated.
  See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.

tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_post
  /usr/lib/python3.13/unittest/case.py:707: DeprecationWarning: It is deprecated to return a value that is not None from a test case (<bound method TestStacCore.test_search_stac_items_post of <tests.units.test_stac_core.TestStacCore testMethod=test_search_stac_items_post>>)
    return self.run(*args, **kwds)

tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_with_non_stac_providers
  /usr/lib/python3.13/unittest/case.py:606: RuntimeWarning: coroutine 'TestStacCore.test_search_stac_items_with_non_stac_providers' was never awaited
    if method() is not None:
  Enable tracemalloc to get traceback where the object was allocated.
  See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.

tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_with_non_stac_providers
  /usr/lib/python3.13/unittest/case.py:707: DeprecationWarning: It is deprecated to return a value that is not None from a test case (<bound method TestStacCore.test_search_stac_items_with_non_stac_providers of <tests.units.test_stac_core.TestStacCore testMethod=test_search_stac_items_with_non_stac_providers>>)
    return self.run(*args, **kwds)

tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_with_stac_providers
  /usr/lib/python3.13/unittest/case.py:606: RuntimeWarning: coroutine 'TestStacCore.test_search_stac_items_with_stac_providers' was never awaited
    if method() is not None:
  Enable tracemalloc to get traceback where the object was allocated.
  See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.

tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_with_stac_providers
  /usr/lib/python3.13/unittest/case.py:707: DeprecationWarning: It is deprecated to return a value that is not None from a test case (<bound method TestStacCore.test_search_stac_items_with_stac_providers of <tests.units.test_stac_core.TestStacCore testMethod=test_search_stac_items_with_stac_providers>>)
    return self.run(*args, **kwds)

tests/units/test_stac_utils.py::TestStacUtils::test_fetch_external_stac_collections
  /usr/lib/python3.13/unittest/case.py:606: RuntimeWarning: coroutine 'TestStacUtils.test_fetch_external_stac_collections' was never awaited
    if method() is not None:
  Enable tracemalloc to get traceback where the object was allocated.
  See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.

tests/units/test_stac_utils.py::TestStacUtils::test_fetch_external_stac_collections
  /usr/lib/python3.13/unittest/case.py:707: DeprecationWarning: It is deprecated to return a value that is not None from a test case (<bound method TestStacUtils.test_fetch_external_stac_collections of <tests.units.test_stac_utils.TestStacUtils testMethod=test_fetch_external_stac_collections>>)
    return self.run(*args, **kwds)

tests/units/test_utils.py::TestUtils::test_utils_get_timestamp
  /<<PKGBUILDDIR>>/tests/units/test_utils.py:76: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
    actual_utc_dt = datetime.utcfromtimestamp(ts_in_secs)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
========== 682 passed, 4 skipped, 8 deselected, 38 warnings in 24.98s ==========
   create-stamp debian/debhelper-build-stamp
   dh_testroot -O--buildsystem=pybuild
   dh_prep -O--buildsystem=pybuild
   dh_auto_install -O--buildsystem=pybuild
I: pybuild plugin_pyproject:186: Copying package built for python3.14 to destdir
I: pybuild plugin_pyproject:186: Copying package built for python3.13 to destdir
   debian/rules execute_after_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p debian/tmp/usr/share/python3-eodag/
mv debian/tmp/usr/lib/python3*/*-packages/eodag/resources debian/tmp/usr/share/python3-eodag/
mv: cannot overwrite 'debian/tmp/usr/share/python3-eodag/resources': Directory not empty
make[1]: *** [debian/rules:23: execute_after_dh_auto_install] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:19: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------



More information about the Pkg-grass-devel mailing list