robotpy / roborio-packages

Build files for RobotPy ipk packages
6 stars 2 forks source link

python3-dev error #4

Closed virtuald closed 9 years ago

virtuald commented 9 years ago
admin@roboRIO-1418:~# opkg install python3-dev   
Installing python3-dev (3.4.2) to root...
Downloading http://www.tortall.net/~robotpy/feeds/2014/python3-dev_3.4.2_armv7a-vfp-neon.ipk.
Collected errors:
 * check_data_file_clashes: Package python3-dev wants to install file /usr/local/include/python3.4m/pyconfig.h
    But that file is already provided by package  * python3
 * opkg_install_cmd: Cannot install package python3-dev.
virtuald commented 9 years ago

Of course, you can force installation by using --force-overwrite.

PeterJohnson commented 9 years ago

Whoops. At least it's easy to fix.

PeterJohnson commented 9 years ago

Fixed. Note you'll need to do an opkg update first or you'll get a checksum mismatch.