<div dir="ltr">I am trying to run osbuild in Fedora 19.  I use Dropbox on that computer, so the repository for Dropbox is the first RPM repo osbuild looks at.  Also the last.  When it needs to download an RPM it looks at the Dropbox repo, can't find it there, and gives up:<div>
<br></div><div><div>[james@olpc sugar-build]$ ./osbuild build</div><div><br></div><div>= Distribution information =</div><div><br></div><div>Name: fedora</div><div>Version: 19</div><div>Lib directory: None</div><div>Supported: True</div>
<div><br></div><div>sudo yum install mesa-libGLES-devel libsoup-devel libcanberra-devel ccache gtk2-devel pycairo-devel nodejs npm automake alsa-lib-devel autoconf dbus-glib-devel GConf2-devel glib2-devel gnome-common gobject-introspection-devel gsettings-desktop-schemas-devel gstreamer1-devel gstreamer1-plugins-base-devel gtk3-devel icon-naming-utils icon-slicer intltool librsvg2-devel libtool telepathy-glib-devel bison cairo-gobject-devel espeak-devel flex geoclue-devel gperf gtk-doc libicu-devel iso-codes-devel libjpeg-turbo-devel libsecret-devel libwebp-devel libxml2-devel libxslt-devel texinfo ragel ruby sqlite-devel libxkbfile-devel libXtst-devel yasm</div>
<div>[sudo] password for james: </div><div>Loaded plugins: langpacks, refresh-packagekit</div><div><a href="http://linux.dropbox.com/fedora/19/repodata/repomd.xml">http://linux.dropbox.com/fedora/19/repodata/repomd.xml</a>: [Errno 14] HTTP Error 404 - Not Found</div>
<div>Trying other mirror.</div><div>Error: failure: repodata/repomd.xml from Dropbox: [Errno 256] No more mirrors to try.</div><div><a href="http://linux.dropbox.com/fedora/19/repodata/repomd.xml">http://linux.dropbox.com/fedora/19/repodata/repomd.xml</a>: [Errno 14] HTTP Error 404 - Not Found</div>
<div>Traceback (most recent call last):</div><div>  File "/home/james/olpc/sugar-build/build/commands/build", line 4, in <module></div><div>    common.run("build")</div><div>  File "/home/james/olpc/sugar-build/build/commands/common.py", line 75, in run</div>
<div>    setup()</div><div>  File "/home/james/olpc/sugar-build/build/commands/common.py", line 68, in setup</div><div>    if not main.setup(config_args, check_args):</div><div>  File "/home/james/olpc/sugar-build/build/out/sandbox/install/lib/python2.7/site-packages/osbuild/main.py", line 61, in setup</div>
<div>    if not system.check(**check_args):</div><div>  File "/home/james/olpc/sugar-build/build/out/sandbox/install/lib/python2.7/site-packages/osbuild/system.py", line 44, in check</div><div>    if not _run_checks(package_manager, config.load_dependencies(), packages):</div>
<div>  File "/home/james/olpc/sugar-build/build/out/sandbox/install/lib/python2.7/site-packages/osbuild/system.py", line 195, in _run_checks</div><div>    package_manager.install_packages(to_install)</div><div>  File "/home/james/olpc/sugar-build/build/out/sandbox/install/lib/python2.7/site-packages/osbuild/plugins/fedora.py", line 35, in install_packages</div>
<div>    command.run_with_sudo(args)</div><div>  File "/home/james/olpc/sugar-build/build/out/sandbox/install/lib/python2.7/site-packages/osbuild/command.py", line 50, in run_with_sudo</div><div>    subprocess.check_call(args_with_sudo)</div>
<div>  File "/usr/lib/python2.7/subprocess.py", line 542, in check_call</div><div>    raise CalledProcessError(retcode, cmd)</div><div>subprocess.CalledProcessError: Command '['sudo', 'yum', 'install', u'mesa-libGLES-devel', u'libsoup-devel', u'libcanberra-devel', u'ccache', u'gtk2-devel', u'pycairo-devel', u'nodejs', u'npm', u'automake', u'alsa-lib-devel', u'autoconf', u'dbus-glib-devel', u'GConf2-devel', u'glib2-devel', u'gnome-common', u'gobject-introspection-devel', u'gsettings-desktop-schemas-devel', u'gstreamer1-devel', u'gstreamer1-plugins-base-devel', u'gtk3-devel', u'icon-naming-utils', u'icon-slicer', u'intltool', u'librsvg2-devel', u'libtool', u'telepathy-glib-devel', u'bison', u'cairo-gobject-devel', u'espeak-devel', u'flex', u'geoclue-devel', u'gperf', u'gtk-doc', u'libicu-devel', u'iso-codes-devel', u'libjpeg-turbo-devel', u'libsecret-devel', u'libwebp-devel', u'libxml2-devel', u'libxslt-devel', u'texinfo', u'ragel', u'ruby', u'sqlite-devel', u'libxkbfile-devel', u'libXtst-devel', u'yasm']' returned non-zero exit status 1</div>
<div><br></div></div><div>It looks like a problem with yum as it does the same damned thing when I try running yum from the command line after doing "su".  On the other hand the graphical package manager works just fine.</div>
<div><br></div><div>James Simmons</div><div><br></div></div>