-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python: python-base conflicts with python-base-src #4681
Labels
Comments
Will take a look.
Thanks for reporting :)
…On Tue, 8 Aug 2017 at 11:58, Stijn Tintel ***@***.***> wrote:
Maintainer: @commodo <https://github.com/commodo>
Environment: LEDE master r4683-370aacf532
Description:
python-base conflicts with python-base-src due to clashes of these files:
- /usr/bin/python
- /usr/bin/python2
- /usr/lib/libpython2.7.so
Bisected the problem to e066fda
<e066fda>
.
Collected errors:
* check_data_file_clashes: Package python-base-src wants to install file /home/stijn/Development/LEDE/source/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/root-brcm2708/usr/bin/python
But that file is already provided by package * python-base
* check_data_file_clashes: Package python-base-src wants to install file /home/stijn/Development/LEDE/source/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/root-brcm2708/usr/bin/python2
But that file is already provided by package * python-base
* check_data_file_clashes: Package python-base-src wants to install file /home/stijn/Development/LEDE/source/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/root-brcm2708/usr/lib/libpython2.7.so
But that file is already provided by package * python-base
* opkg_install_cmd: Cannot install package python-logging-src.
* check_data_file_clashes: Package python-base-src wants to install file /home/stijn/Development/LEDE/source/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/root-brcm2708/usr/bin/python
But that file is already provided by package * python-base
* check_data_file_clashes: Package python-base-src wants to install file /home/stijn/Development/LEDE/source/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/root-brcm2708/usr/bin/python2
But that file is already provided by package * python-base
* check_data_file_clashes: Package python-base-src wants to install file /home/stijn/Development/LEDE/source/build_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/root-brcm2708/usr/lib/libpython2.7.so
But that file is already provided by package * python-base
* opkg_install_cmd: Cannot install package python-base-src.
make[2]: *** [package/Makefile:67: package/install] Error 255
make[2]: Leaving directory '/home/stijn/Development/LEDE/source'
make[1]: *** [package/Makefile:106: /home/stijn/Development/LEDE/source/staging_dir/target-arm_arm1176jzf-s+vfp_musl_eabi/stamp/.package_install] Error 2
make[1]: Leaving directory '/home/stijn/Development/LEDE/source'
make: *** [/home/stijn/Development/LEDE/source/include/toplevel.mk:209: world] Error 2
***@***.*** ~/Development/LEDE/source $ grep python .config
# CONFIG_PACKAGE_micropython is not set
# CONFIG_PACKAGE_micropython-lib is not set
CONFIG_PACKAGE_python=y
# CONFIG_PACKAGE_python-attrs is not set
CONFIG_PACKAGE_python-base=y
CONFIG_PACKAGE_python-base-src=y
# CONFIG_PACKAGE_python-cffi is not set
CONFIG_PACKAGE_python-codecs=y
CONFIG_PACKAGE_python-codecs-src=y
CONFIG_PACKAGE_python-compiler=y
# CONFIG_PACKAGE_python-compiler-src is not set
# CONFIG_PACKAGE_python-crcmod is not set
# CONFIG_PACKAGE_python-crypto is not set
# CONFIG_PACKAGE_python-cryptography is not set
CONFIG_PACKAGE_python-ctypes=y
# CONFIG_PACKAGE_python-ctypes-src is not set
# CONFIG_PACKAGE_python-dateutil is not set
CONFIG_PACKAGE_python-db=y
# CONFIG_PACKAGE_python-db-src is not set
CONFIG_PACKAGE_python-decimal=y
# CONFIG_PACKAGE_python-decimal-src is not set
# CONFIG_PACKAGE_python-dev is not set
# CONFIG_PACKAGE_python-dev-src is not set
CONFIG_PACKAGE_python-distutils=y
# CONFIG_PACKAGE_python-distutils-src is not set
# CONFIG_PACKAGE_python-dns is not set
# CONFIG_PACKAGE_python-egenix-mx-base is not set
CONFIG_PACKAGE_python-email=y
CONFIG_PACKAGE_python-email-src=y
# CONFIG_PACKAGE_python-enum34 is not set
CONFIG_PACKAGE_python-gdbm=y
# CONFIG_PACKAGE_python-gdbm-src is not set
# CONFIG_PACKAGE_python-gmpy2 is not set
# CONFIG_PACKAGE_python-gnupg is not set
# CONFIG_PACKAGE_python-idna is not set
# CONFIG_PACKAGE_python-ipaddress is not set
# CONFIG_PACKAGE_python-ldap is not set
# CONFIG_PACKAGE_python-lib2to3 is not set
# CONFIG_PACKAGE_python-lib2to3-src is not set
CONFIG_PACKAGE_python-light=y
CONFIG_PACKAGE_python-light-src=y
CONFIG_PACKAGE_python-logging=y
CONFIG_PACKAGE_python-logging-src=y
# CONFIG_PACKAGE_python-lxml is not set
CONFIG_PACKAGE_python-multiprocessing=y
# CONFIG_PACKAGE_python-multiprocessing-src is not set
# CONFIG_PACKAGE_python-mysql is not set
CONFIG_PACKAGE_python-ncurses=y
# CONFIG_PACKAGE_python-ncurses-src is not set
CONFIG_PACKAGE_python-openssl=y
# CONFIG_PACKAGE_python-openssl-src is not set
# CONFIG_PACKAGE_python-parsley is not set
# CONFIG_PACKAGE_python-pcapy is not set
# CONFIG_PACKAGE_python-pip is not set
# CONFIG_PACKAGE_python-pip-conf is not set
# CONFIG_PACKAGE_python-pip-src is not set
# CONFIG_PACKAGE_python-ply is not set
# CONFIG_PACKAGE_python-psycopg2 is not set
# CONFIG_PACKAGE_python-pyasn1 is not set
# CONFIG_PACKAGE_python-pyasn1-modules is not set
# CONFIG_PACKAGE_python-pycparser is not set
CONFIG_PACKAGE_python-pydoc=y
# CONFIG_PACKAGE_python-pydoc-src is not set
# CONFIG_PACKAGE_python-pyodbc is not set
# CONFIG_PACKAGE_python-pyopenssl is not set
# CONFIG_PACKAGE_python-pyptlib is not set
# CONFIG_PACKAGE_python-pyserial is not set
# CONFIG_PACKAGE_python-service-identity is not set
# CONFIG_PACKAGE_python-setuptools is not set
# CONFIG_PACKAGE_python-setuptools-src is not set
# CONFIG_PACKAGE_python-six is not set
CONFIG_PACKAGE_python-sqlite3=y
CONFIG_PACKAGE_python-sqlite3-src=y
# CONFIG_PACKAGE_python-src is not set
# CONFIG_PACKAGE_python-txsocksx is not set
CONFIG_PACKAGE_python-unittest=y
# CONFIG_PACKAGE_python-unittest-src is not set
CONFIG_PACKAGE_python-urllib3=y
CONFIG_PACKAGE_python-xml=y
# CONFIG_PACKAGE_python-xml-src is not set
# CONFIG_PACKAGE_python-yaml is not set
# CONFIG_PACKAGE_python3 is not set
# CONFIG_PACKAGE_python3-asyncio is not set
# CONFIG_PACKAGE_python3-asyncio-src is not set
# CONFIG_PACKAGE_python3-base is not set
# CONFIG_PACKAGE_python3-base-src is not set
# CONFIG_PACKAGE_python3-bottle is not set
# CONFIG_PACKAGE_python3-cffi is not set
# CONFIG_PACKAGE_python3-click is not set
# CONFIG_PACKAGE_python3-codecs is not set
# CONFIG_PACKAGE_python3-codecs-src is not set
# CONFIG_PACKAGE_python3-cryptography is not set
# CONFIG_PACKAGE_python3-ctypes is not set
# CONFIG_PACKAGE_python3-ctypes-src is not set
# CONFIG_PACKAGE_python3-dbm is not set
# CONFIG_PACKAGE_python3-dbm-src is not set
# CONFIG_PACKAGE_python3-decimal is not set
# CONFIG_PACKAGE_python3-decimal-src is not set
# CONFIG_PACKAGE_python3-dev is not set
# CONFIG_PACKAGE_python3-dev-src is not set
# CONFIG_PACKAGE_python3-distutils is not set
# CONFIG_PACKAGE_python3-distutils-src is not set
# CONFIG_PACKAGE_python3-email is not set
# CONFIG_PACKAGE_python3-email-src is not set
# CONFIG_PACKAGE_python3-flask is not set
# CONFIG_PACKAGE_python3-gdbm is not set
# CONFIG_PACKAGE_python3-gdbm-src is not set
# CONFIG_PACKAGE_python3-gnupg is not set
# CONFIG_PACKAGE_python3-idna is not set
# CONFIG_PACKAGE_python3-itsdangerous is not set
# CONFIG_PACKAGE_python3-jinja2 is not set
# CONFIG_PACKAGE_python3-lib2to3 is not set
# CONFIG_PACKAGE_python3-lib2to3-src is not set
# CONFIG_PACKAGE_python3-light is not set
# CONFIG_PACKAGE_python3-light-src is not set
# CONFIG_PACKAGE_python3-logging is not set
# CONFIG_PACKAGE_python3-logging-src is not set
# CONFIG_PACKAGE_python3-lxml is not set
# CONFIG_PACKAGE_python3-lzma is not set
# CONFIG_PACKAGE_python3-lzma-src is not set
# CONFIG_PACKAGE_python3-markupsafe is not set
# CONFIG_PACKAGE_python3-multiprocessing is not set
# CONFIG_PACKAGE_python3-multiprocessing-src is not set
# CONFIG_PACKAGE_python3-ncurses is not set
# CONFIG_PACKAGE_python3-ncurses-src is not set
# CONFIG_PACKAGE_python3-openssl is not set
# CONFIG_PACKAGE_python3-openssl-src is not set
# CONFIG_PACKAGE_python3-pip is not set
# CONFIG_PACKAGE_python3-pip-src is not set
# CONFIG_PACKAGE_python3-ply is not set
# CONFIG_PACKAGE_python3-pyasn1 is not set
# CONFIG_PACKAGE_python3-pycparser is not set
# CONFIG_PACKAGE_python3-pydoc is not set
# CONFIG_PACKAGE_python3-pydoc-src is not set
# CONFIG_PACKAGE_python3-pyodbc is not set
# CONFIG_PACKAGE_python3-setuptools is not set
# CONFIG_PACKAGE_python3-setuptools-src is not set
# CONFIG_PACKAGE_python3-six is not set
# CONFIG_PACKAGE_python3-sqlite3 is not set
# CONFIG_PACKAGE_python3-sqlite3-src is not set
# CONFIG_PACKAGE_python3-src is not set
# CONFIG_PACKAGE_python3-unittest is not set
# CONFIG_PACKAGE_python3-unittest-src is not set
# CONFIG_PACKAGE_python3-werkzeug is not set
# CONFIG_PACKAGE_python3-xml is not set
# CONFIG_PACKAGE_python3-xml-src is not set
# CONFIG_PACKAGE_python3-yaml is not set
# CONFIG_PACKAGE_boost-python is not set
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4681>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACo3jKyqAbd8-X_SMtpEAmTpFOsznvQWks5sWCNBgaJpZM4OwcJX>
.
|
mkrkn
pushed a commit
to mkrkn/packages
that referenced
this issue
Aug 23, 2017
Fixes: openwrt#4681 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
salzmdan
pushed a commit
to salzmdan/packages
that referenced
this issue
Jan 8, 2018
Fixes: openwrt#4681 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maintainer: @commodo
Environment: LEDE master r4683-370aacf532
Description:
python-base conflicts with python-base-src due to clashes of these files:
Bisected the problem to e066fda.
The text was updated successfully, but these errors were encountered: