Skip to content
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

WARNING: skipping repodata/repomd.xml, not in cache.... + Provider WinRPM.RPM failed to satisfy dependency gobject #66

Open
FrankWessels opened this issue Feb 10, 2016 · 3 comments

Comments

@FrankWessels
Copy link

Just did a fresh julia install on windows 7. When building IJulia en thus building WinRPM I get the warning message: WARNING: skipping repodata/repomd.xml, not in cache -- call WinRPM.update() to download.
Changed source list, to
http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Factory/
http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_Factory/
updated, restarted julia, all did not work. When I install a package like "ImageView" I get

winrpm error

@tkelman
Copy link
Contributor

tkelman commented Feb 10, 2016

Could just be a library name change. What does using BinDeps; BinDeps.debug("Cairo") say?

@FrankWessels
Copy link
Author

Edit: Sorry, didn't know how to copy

julia> using BinDeps; BinDeps.debug("Cairo")
INFO: Reading build script...
The package declares 1 dependencies.

  • Library Group "cairo"INFO: Updating WinRPM package list
    INFO: Downloading http://download.opensuse.org/repositories/windows:/mingw:/win3
    2/openSUSE_Factory//repodata/repomd.xml
    INFO: Downloading http://download.opensuse.org/repositories/windows:/mingw:/win6
    4/openSUSE_Factory//repodata/repomd.xml
    • Library "png" (not applicable to this system)
    • Library "pixman" (not applicable to this system)
    • Library "ffi" (not applicable to this system)
    • Library "gettext" (not applicable to this system)
    • Library "gobject"
      • Providers:
        • WinRPM.RPM package glib2
        • WinRPM.RPM package libgobject-2_0-0
        • BinDeps.AptGet package libglib2.0-0 (can't provide)
        • BinDeps.Yum package glib2 (can't provide)
        • Autotools Build
    • Library "freetype" (not applicable to this system)
    • Library "fontconfig" (not applicable to this system)
    • Library "cairo"
      • Providers:
        • WinRPM.RPM package libcairo2
        • WinRPM.RPM package libharfbuzz0
        • BinDeps.AptGet package libcairo2 (can't provide)
        • BinDeps.Yum package cairo (can't provide)
        • Autotools Build
    • Library "pango"
      • Providers:
        • WinRPM.RPM package libpango-1_0-0
        • BinDeps.AptGet package libpango1.0-0 (can't provide)
        • BinDeps.Yum package pango (can't provide)
        • Autotools Build
    • Library "pangocairo"
      • Providers:
        • WinRPM.RPM package libpango-1_0-0
        • BinDeps.AptGet package libpango1.0-0 (can't provide)
        • BinDeps.Yum package pango (can't provide)
        • Autotools Build
    • Library "zlib"
      • Satisfied by:
        • System Paths at C:\Anaconda2\Library\bin\zlib.DLL
        • System Paths at C:\Anaconda2\Library\bin\zlib.dll
        • System Paths at C:\Julia-0.4.3\bin\zlib1.DLL
        • System Paths at C:\Julia-0.4.3\bin\zlib1.dll
      • Providers:
        • WinRPM.RPM package zlib-devel
        • Simple Build Process

@tkelman
Copy link
Contributor

tkelman commented Feb 10, 2016

It's generally preferable if you could copy paste as text (right click the menu and pick "Mark" to select text) so search results can index the output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants