- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Sorry for asking, I am a newbie.
I've got a romeo board for edison and did the setup with the Intel_Edison_Setup tool. Everything worked without any problem. (The setup programme downloaded and installed the file iot-devkit-prof-dev-image-edison-20160606.zip )
A "uname -a" shows: 3.10.98-poky-edison+
But after
opkg update
pkg upgrade
upgrading curl-dev from 7.37.1-r0 to 7.52.1-r0 gives following list of errors:
Upgrading curl-dev from 7.37.1-r0 to 7.52.1-r0 on root.
Downloading http://iotdk.intel.com/repos/3.5/iotdk/edison/core2-32/curl-dev_7.52.1-r0_core2-32.ipk.
Collected errors:
* check_data_file_clashes: Package curl-dev wants to install file /usr/include/curl/stdcheaders.h
But that file is already provided by package * libcurl-dev
* check_data_file_clashes: Package curl-dev wants to install file /usr/include/curl/curlbuild-32.h
But that file is already provided by package * libcurl-dev
* check_data_file_clashes: Package curl-dev wants to install file /usr/include/curl/multi.h
But that file is already provided by package * libcurl-dev
* check_data_file_clashes: Package curl-dev wants to install file /usr/include/curl/curl.h
But that file is already provided by package * libcurl-dev
* check_data_file_clashes: Package curl-dev wants to install file /usr/include/curl/curlver.h
But that file is already provided by package * libcurl-dev
* check_data_file_clashes: Package curl-dev wants to install file /usr/include/curl/curlbuild.h
But that file is already provided by package * libcurl-dev
* check_data_file_clashes: Package curl-dev wants to install file /usr/include/curl/curlrules.h
But that file is already provided by package * libcurl-dev
* check_data_file_clashes: Package curl-dev wants to install file /usr/include/curl/easy.h
But that file is already provided by package * libcurl-dev
* check_data_file_clashes: Package curl-dev wants to install file /usr/include/curl/typecheck-gcc.h
But that file is already provided by package * libcurl-dev
* check_data_file_clashes: Package curl-dev wants to install file /usr/include/curl/mprintf.h
But that file is already provided by package * libcurl-dev
* check_data_file_clashes: Package curl-dev wants to install file /usr/bin/curl-config
But that file is already provided by package * libcurl-dev
* check_data_file_clashes: Package curl-dev wants to install file /usr/lib/pkgconfig/libcurl.pc
But that file is already provided by package * libcurl-dev
* check_data_file_clashes: Package curl-dev wants to install file /usr/lib/libcurl.la
But that file is already provided by package * libcurl-dev
* check_data_file_clashes: Package curl-dev wants to install file /usr/share/aclocal/libcurl.m4
But that file is already provided by package * libcurl-dev
opkg install curl-dev --force-reinstall
gives the same errors.
Help, what I've done wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
with
opkg install pulseaudio-dev --force-reinstall --force-overwrite
the installation worked with following output:
Downloading http://iotdk.intel.com/repos/3.5/iotdk/edison/core2-32/curl-dev_7.52.1-r0_core2-32.ipk http://iotdk.intel.com/repos/3.5/iotdk/edison/core2-32/curl-dev_7.52.1-r0_core2-32.ipk.
Multiple packages (curl-dev and curl-dev) providing same name marked HOLD or PREFER. Using latest.
Upgrading curl-dev from 7.37.1-r0 to 7.52.1-r0 on root.
Configuring curl-dev.
EDIT:
correct is:
opkg install curl-dev --force-reinstall --force-overwrite
Sorry
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
with
opkg install pulseaudio-dev --force-reinstall --force-overwrite
the installation worked with following output:
Downloading http://iotdk.intel.com/repos/3.5/iotdk/edison/core2-32/curl-dev_7.52.1-r0_core2-32.ipk http://iotdk.intel.com/repos/3.5/iotdk/edison/core2-32/curl-dev_7.52.1-r0_core2-32.ipk.
Multiple packages (curl-dev and curl-dev) providing same name marked HOLD or PREFER. Using latest.
Upgrading curl-dev from 7.37.1-r0 to 7.52.1-r0 on root.
Configuring curl-dev.
EDIT:
correct is:
opkg install curl-dev --force-reinstall --force-overwrite
Sorry

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page