After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 584322 - [gnome-2.28] add gnome-js-common and update seed dependency
[gnome-2.28] add gnome-js-common and update seed dependency
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: module sets
unspecified
Other All
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2009-05-30 20:57 UTC by Marc-Andre Lureau
Modified: 2009-07-15 18:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[gnome-2.28] add gnome-js-common and update seed dependency (1.23 KB, patch)
2009-05-30 20:57 UTC, Marc-Andre Lureau
committed Details | Review

Description Marc-Andre Lureau 2009-05-30 20:57:53 UTC
Seed now requires gnome-js-common.

gnome-js-common currently requires seed, which is a bad cyclic
dependency. However, it should not be a strict dependency. I sent a
patch to gnome-js-common maintainer to remove hard depedency and do
autodection of seed/gjs instead.
Comment 1 Marc-Andre Lureau 2009-05-30 20:57:56 UTC
Created attachment 135636 [details] [review]
[gnome-2.28] add gnome-js-common and update seed dependency
Comment 2 Frederic Peters 2009-06-02 15:31:01 UTC
You should spellcheck the commit message (depedency, autodection) and commit.
Comment 3 Marc-Andre Lureau 2009-07-15 18:30:22 UTC
commit 7b48d0ea8b78216f3cc3c3cc75f55576423e2fc4
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
Date:   Sat May 30 23:49:39 2009 +0300

    [2.28] add gnome-js-common and update seed depedency

    Seed now requires gnome-js-common.

    gnome-js-common currently requires seed, which is a bad cyclic
    dependency. However, it should not be a strict dependency. I sent a
    patch to gnome-js-common maintainer to remove hard depedency and do
    autodetection of seed/gjs instead.

    http://bugzilla.gnome.org/show_bug.cgi?id=584322


However, I think the fixed in gnome-js-common configure is not yet there.