|
From: Vincent T. <vt...@un...> - 2011-07-30 11:08:45
|
Hey First, I recall my repo : http://dev.enlightenment.fr/~doursse/mingw32-efl/ Basically, the problem is: I have pkg1, pkg2, and pkg3 which depends on pkg1 and pkg2. 1) i clear all my files (I uninstall my packages, and I delete xml and archives files) a) mingw-get update (nothing wrong) b) mingw-get install pkg1 or pkg2 (nothing wrong) 2) i clear all my files (I uninstall my packages, and I delete xml and archives files) a) mingw-get update (nothing wrong) b) mingw-get install pkg3 * pkg3 and pkg2 are installed * there is an error when trying to download pkg1 Exemple with my repository : mingw-get install libcurl $ mingw-get install libcurl Update catalogue: efl-package-list.xml Update catalogue: mingw32-jpeg.xml Update catalogue: mingw32-freetype.xml Update catalogue: mingw32-libpng.xml Update catalogue: mingw32-libtiff.xml Update catalogue: mingw32-libgpg-error.xml Update catalogue: mingw32-libgcrypt.xml Update catalogue: mingw32-libssh2.xml Update catalogue: mingw32-gnutls.xml Update catalogue: mingw32-libidn.xml Update catalogue: mingw32-c-ares.xml Update catalogue: mingw32-rtmpdump.xml Update catalogue: mingw32-curl.xml Update catalogue: mingw32-lua.xml mingw-get.exe: *** ERROR *** curl-7.21.7-mingw32-dll.tar.lzma: requires... mingw-get.exe: *** ERROR *** gnutls-2.12.7-mingw32-*-dll.tar: unresolved dependency (type 'eq') mingw-get.exe: *** ERROR *** gnutls-2.12.7-mingw32-*-dll.tar: cannot identify any providing package mingw-get.exe: *** ERROR *** please report this to the package maintainer mingw-get.exe: *** ERROR *** curl-7.21.7-mingw32-dll.tar.lzma: requires... mingw-get.exe: *** ERROR *** gnutls-2.12.7-mingw32-*-dll.tar: unresolved dependency (type 'eq') mingw-get.exe: *** ERROR *** gnutls-2.12.7-mingw32-*-dll.tar: cannot identify any providing package mingw-get.exe: *** ERROR *** please report this to the package maintainer mingw-get.exe: *** ERROR *** curl-7.21.7-mingw32-dll.tar.lzma: requires... mingw-get.exe: *** ERROR *** gnutls-2.12.7-mingw32-*-dll.tar: unresolved dependency (type 'eq') mingw-get.exe: *** ERROR *** gnutls-2.12.7-mingw32-*-dll.tar: cannot identify any providing package mingw-get.exe: *** ERROR *** please report this to the package maintainer mingw-get.exe: *** ERROR *** curl-7.21.7-mingw32-dll.tar.lzma: requires... mingw-get.exe: *** ERROR *** rtmpdump-2.3-mingw32-*-dll.tar: unresolved dependency (type 'eq') mingw-get.exe: *** ERROR *** rtmpdump-2.3-mingw32-*-dll.tar: cannot identify any providing package mingw-get.exe: *** ERROR *** please report this to the package maintainer http://dev.enlightenment.fr/~doursse/mingw32-efl/packages/libgpg-error/libgpg-error-1.10/libgpg-error-1.10-mingw32-dll.tar.lzma 22.83 kB / 22.83 kB |================================================| 100% http://dev.enlightenment.fr/~doursse/mingw32-efl/packages/libgcrypt/libgcrypt-1.5.0/libgcrypt-1.5.0-mingw32-dll.tar.lzma 204.56 kB / 204.56 kB |================================================| 100% http://dev.enlightenment.fr/~doursse/mingw32-efl/packages/libssh2/libssh2-1.2.8/libssh2-1.2.8-mingw32-dll.tar.lzma 64.21 kB / 64.21 kB |================================================| 100% http://dev.enlightenment.fr/~doursse/mingw32-efl/packages/libidn/libidn-1.22/libidn-1.22-mingw32-dll.tar.lzma 36.26 kB / 36.26 kB |================================================| 100% http://dev.enlightenment.fr/~doursse/mingw32-efl/packages/c-ares/c-ares-1.7.4/c-ares-1.7.4-mingw32-dll.tar.lzma 25.73 kB / 25.73 kB |================================================| 100% http://dev.enlightenment.fr/~doursse/mingw32-efl/packages/curl/curl-7.21.7/curl-7.21.7-mingw32-dll.tar.lzma 126.51 kB / 126.51 kB |================================================| 100% install: libgpg-error-1.10-mingw32-dll.tar.lzma installing libgpg-error-1.10-mingw32-dll.tar.lzma install: libgcrypt-1.5.0-mingw32-dll.tar.lzma installing libgcrypt-1.5.0-mingw32-dll.tar.lzma install: libssh2-1.2.8-mingw32-dll.tar.lzma installing libssh2-1.2.8-mingw32-dll.tar.lzma install: libidn-1.22-mingw32-dll.tar.lzma installing libidn-1.22-mingw32-dll.tar.lzma install: c-ares-1.7.4-mingw32-dll.tar.lzma installing c-ares-1.7.4-mingw32-dll.tar.lzma install: curl-7.21.7-mingw32-dll.tar.lzma installing curl-7.21.7-mingw32-dll.tar.lzma So it does not find the gnutls archive, while mingw-get install libgnutls works. I double check the directories, but i think that i have looked at that repository too much, so another look might be helpful. Any idea what is wrong ? thank you Vincent Torri |