You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Ron Bogdanoff (Created) (JIRA)" <ji...@apache.org> on 2012/04/03 20:04:23 UTC

[jira] [Created] (BIGTOP-509) make all is failing because flume-1.0.0-incubating.tar.gz does not exist in APACHE_MIRROR

make all is failing because flume-1.0.0-incubating.tar.gz does not exist in APACHE_MIRROR
-----------------------------------------------------------------------------------------

                 Key: BIGTOP-509
                 URL: https://issues.apache.org/jira/browse/BIGTOP-509
             Project: Bigtop
          Issue Type: Bug
          Components: General
    Affects Versions: 0.3.0
         Environment: all
            Reporter: Ron Bogdanoff
             Fix For: 0.3.0


bigtop.mk is attempting to download http://apache.osuosl.org/flume/flume-1.0.0-incubating//flume-1.0.0-incubating.tar.gz

However, it looks like flume-1.0.0 has been removed from the mirror site.  Instead there is http://apache.osuosl.org/flume/flume-1.1.0-incubating//flume-1.1.0-incubating.tar.gz

I have not submitted a patch as flume-1.1.0 has not been certified/tested on bigtop-0.3.0.   

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Re: [jira] [Assigned] (BIGTOP-509) make all is failing because flume-1.0.0-incubating.tar.gz does not exist in APACHE_MIRROR

Posted by Doug Chang <do...@stanfordalumni.org>.
Hi everybody: there is a quick workaround to this without doing a patch.
Download the version of flume from here;
http://apache.mirrors.hoobly.com/incubator/flume/flume-1.1.0-incubating/ to
/bigtop/dl

you will see 2 files in here, one called

 173020 2012-03-26 01:27 apache-flume-1.1.0-incubating.tar.gz

and one called:
334 2012-04-04 06:02 flume-1.0.0-incubating.tar.gz

copy the apache-flume file over the flume file like:

sudo mv apache-flume-1.1.0-incubating.tar.gz flume-1.0.0-incubating.tar.gz

go back to \bigtop and do a make all.....

dont get stuck!!!  :)

dc



On Tue, Apr 3, 2012 at 9:15 PM, Roman Shaposhnik (Assigned) (JIRA) <
jira@apache.org> wrote:

>
>     [
> https://issues.apache.org/jira/browse/BIGTOP-509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> Roman Shaposhnik reassigned BIGTOP-509:
> ---------------------------------------
>
>    Assignee: Ron Bogdanoff
>
> Ron, assigning to you -- feel free to take a stab at it!
>
> > make all is failing because flume-1.0.0-incubating.tar.gz does not exist
> in APACHE_MIRROR
> >
> -----------------------------------------------------------------------------------------
> >
> >                 Key: BIGTOP-509
> >                 URL: https://issues.apache.org/jira/browse/BIGTOP-509
> >             Project: Bigtop
> >          Issue Type: Bug
> >          Components: General
> >    Affects Versions: 0.3.0
> >         Environment: all
> >            Reporter: Ron Bogdanoff
> >            Assignee: Ron Bogdanoff
> >             Fix For: 0.3.0
> >
> >
> > bigtop.mk is attempting to download
> http://apache.osuosl.org/flume/flume-1.0.0-incubating//flume-1.0.0-incubating.tar.gz
> > However, it looks like flume-1.0.0 has been removed from the mirror
> site.  Instead there is
> http://apache.osuosl.org/flume/flume-1.1.0-incubating//flume-1.1.0-incubating.tar.gz
> > I have not submitted a patch as flume-1.1.0 has not been
> certified/tested on bigtop-0.3.0.
>
> --
> This message is automatically generated by JIRA.
> If you think it was sent incorrectly, please contact your JIRA
> administrators:
> https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>
>

[jira] [Updated] (BIGTOP-509) make all is failing because flume-1.0.0-incubating.tar.gz does not exist in APACHE_MIRROR

Posted by "Ron Bogdanoff (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BIGTOP-509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ron Bogdanoff updated BIGTOP-509:
---------------------------------

    Attachment: BIGTOP-509.patch.diff

Attched suggested patch
                
> make all is failing because flume-1.0.0-incubating.tar.gz does not exist in APACHE_MIRROR
> -----------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-509
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-509
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.3.0
>         Environment: all
>            Reporter: Ron Bogdanoff
>            Assignee: Ron Bogdanoff
>              Labels: patch
>             Fix For: 0.3.0
>
>         Attachments: BIGTOP-509.patch.diff
>
>
> bigtop.mk is attempting to download http://apache.osuosl.org/flume/flume-1.0.0-incubating//flume-1.0.0-incubating.tar.gz
> However, it looks like flume-1.0.0 has been removed from the mirror site.  Instead there is http://apache.osuosl.org/flume/flume-1.1.0-incubating//flume-1.1.0-incubating.tar.gz
> I have not submitted a patch as flume-1.1.0 has not been certified/tested on bigtop-0.3.0.   

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (BIGTOP-509) make all is failing because flume-1.0.0-incubating.tar.gz does not exist in APACHE_MIRROR

Posted by "Ron Bogdanoff (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BIGTOP-509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ron Bogdanoff updated BIGTOP-509:
---------------------------------

    Attachment: BIGTOP-509.patch.diff

attached suggested patch
                
> make all is failing because flume-1.0.0-incubating.tar.gz does not exist in APACHE_MIRROR
> -----------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-509
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-509
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.3.0
>         Environment: all
>            Reporter: Ron Bogdanoff
>            Assignee: Ron Bogdanoff
>              Labels: patch
>             Fix For: 0.3.0
>
>         Attachments: BIGTOP-509.patch.diff
>
>
> bigtop.mk is attempting to download http://apache.osuosl.org/flume/flume-1.0.0-incubating//flume-1.0.0-incubating.tar.gz
> However, it looks like flume-1.0.0 has been removed from the mirror site.  Instead there is http://apache.osuosl.org/flume/flume-1.1.0-incubating//flume-1.1.0-incubating.tar.gz
> I have not submitted a patch as flume-1.1.0 has not been certified/tested on bigtop-0.3.0.   

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (BIGTOP-509) make all is failing because flume-1.0.0-incubating.tar.gz does not exist in APACHE_MIRROR

Posted by "Roman Shaposhnik (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BIGTOP-509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13245550#comment-13245550 ] 

Roman Shaposhnik commented on BIGTOP-509:
-----------------------------------------

I think the real fix for these types of issues would be to enhance our package.mk logic and try archive.apache.org IFF the mirror fails. Note that http://archive.apache.org/dist/flume/flume-1.0.0-incubating//flume-1.0.0-incubating.tar.gz is still there.
                
> make all is failing because flume-1.0.0-incubating.tar.gz does not exist in APACHE_MIRROR
> -----------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-509
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-509
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.3.0
>         Environment: all
>            Reporter: Ron Bogdanoff
>             Fix For: 0.3.0
>
>
> bigtop.mk is attempting to download http://apache.osuosl.org/flume/flume-1.0.0-incubating//flume-1.0.0-incubating.tar.gz
> However, it looks like flume-1.0.0 has been removed from the mirror site.  Instead there is http://apache.osuosl.org/flume/flume-1.1.0-incubating//flume-1.1.0-incubating.tar.gz
> I have not submitted a patch as flume-1.1.0 has not been certified/tested on bigtop-0.3.0.   

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (BIGTOP-509) make all is failing because flume-1.0.0-incubating.tar.gz does not exist in APACHE_MIRROR

Posted by "Ron Bogdanoff (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BIGTOP-509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ron Bogdanoff updated BIGTOP-509:
---------------------------------

    Attachment:     (was: BIGTOP-509.patch.diff)
    
> make all is failing because flume-1.0.0-incubating.tar.gz does not exist in APACHE_MIRROR
> -----------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-509
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-509
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.3.0
>         Environment: all
>            Reporter: Ron Bogdanoff
>            Assignee: Ron Bogdanoff
>              Labels: patch
>             Fix For: 0.3.0
>
>         Attachments: BIGTOP-509.patch.diff
>
>
> bigtop.mk is attempting to download http://apache.osuosl.org/flume/flume-1.0.0-incubating//flume-1.0.0-incubating.tar.gz
> However, it looks like flume-1.0.0 has been removed from the mirror site.  Instead there is http://apache.osuosl.org/flume/flume-1.1.0-incubating//flume-1.1.0-incubating.tar.gz
> I have not submitted a patch as flume-1.1.0 has not been certified/tested on bigtop-0.3.0.   

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (BIGTOP-509) make all is failing because flume-1.0.0-incubating.tar.gz does not exist in APACHE_MIRROR

Posted by "Ron Bogdanoff (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BIGTOP-509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13246140#comment-13246140 ] 

Ron Bogdanoff commented on BIGTOP-509:
--------------------------------------

Ok will do!
                
> make all is failing because flume-1.0.0-incubating.tar.gz does not exist in APACHE_MIRROR
> -----------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-509
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-509
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.3.0
>         Environment: all
>            Reporter: Ron Bogdanoff
>            Assignee: Ron Bogdanoff
>             Fix For: 0.3.0
>
>
> bigtop.mk is attempting to download http://apache.osuosl.org/flume/flume-1.0.0-incubating//flume-1.0.0-incubating.tar.gz
> However, it looks like flume-1.0.0 has been removed from the mirror site.  Instead there is http://apache.osuosl.org/flume/flume-1.1.0-incubating//flume-1.1.0-incubating.tar.gz
> I have not submitted a patch as flume-1.1.0 has not been certified/tested on bigtop-0.3.0.   

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (BIGTOP-509) make all is failing because flume-1.0.0-incubating.tar.gz does not exist in APACHE_MIRROR

Posted by "Roman Shaposhnik (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BIGTOP-509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik reassigned BIGTOP-509:
---------------------------------------

    Assignee: Ron Bogdanoff

Ron, assigning to you -- feel free to take a stab at it!
                
> make all is failing because flume-1.0.0-incubating.tar.gz does not exist in APACHE_MIRROR
> -----------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-509
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-509
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.3.0
>         Environment: all
>            Reporter: Ron Bogdanoff
>            Assignee: Ron Bogdanoff
>             Fix For: 0.3.0
>
>
> bigtop.mk is attempting to download http://apache.osuosl.org/flume/flume-1.0.0-incubating//flume-1.0.0-incubating.tar.gz
> However, it looks like flume-1.0.0 has been removed from the mirror site.  Instead there is http://apache.osuosl.org/flume/flume-1.1.0-incubating//flume-1.1.0-incubating.tar.gz
> I have not submitted a patch as flume-1.1.0 has not been certified/tested on bigtop-0.3.0.   

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (BIGTOP-509) make all is failing because flume-1.0.0-incubating.tar.gz does not exist in APACHE_MIRROR

Posted by "Roman Shaposhnik (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BIGTOP-509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13250372#comment-13250372 ] 

Roman Shaposhnik commented on BIGTOP-509:
-----------------------------------------

Ron, makes perfect sense! I committed your original patch to the trunk.
                
> make all is failing because flume-1.0.0-incubating.tar.gz does not exist in APACHE_MIRROR
> -----------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-509
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-509
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.3.0
>         Environment: all
>            Reporter: Ron Bogdanoff
>            Assignee: Ron Bogdanoff
>              Labels: patch
>             Fix For: 0.3.0
>
>         Attachments: BIGTOP-509.patch.diff
>
>
> bigtop.mk is attempting to download http://apache.osuosl.org/flume/flume-1.0.0-incubating//flume-1.0.0-incubating.tar.gz
> However, it looks like flume-1.0.0 has been removed from the mirror site.  Instead there is http://apache.osuosl.org/flume/flume-1.1.0-incubating//flume-1.1.0-incubating.tar.gz
> I have not submitted a patch as flume-1.1.0 has not been certified/tested on bigtop-0.3.0.   

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (BIGTOP-509) make all is failing because flume-1.0.0-incubating.tar.gz does not exist in APACHE_MIRROR

Posted by "Ron Bogdanoff (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BIGTOP-509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13249898#comment-13249898 ] 

Ron Bogdanoff commented on BIGTOP-509:
--------------------------------------

Hi Roman,

I thought about putting code up in the # Download part of package.mk as well.  The reason I put the code further down in package.mk where I test $(2)_DOWNLOAD_URL and replace its value if necessary, is DOWNLOAD_URL is also used in # Helper targets, specifically in $(1)-info:  - if I replace the value of $(2)_DOWNLOAD_URL, and you do a make info, the " Will download from URL: $$($(2)_DOWNLOAD_URL) " will display the true URL where the tar will really be downloaded from.  If I had changed just the #Download part of package.mk, the info target will report the incorrect download URL in the event we need to get the tar from ARCHIVE.

True, there is an extra head only http request, but I thought it was a small price to pay to make $(2)_DOWNLOAD_URL contain the real url we will download from so other part of the code can still reference it and get the correct value.

In any event, please let me know which you prefer I can make the change you suggest if you like

Regards
Ron
                
> make all is failing because flume-1.0.0-incubating.tar.gz does not exist in APACHE_MIRROR
> -----------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-509
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-509
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.3.0
>         Environment: all
>            Reporter: Ron Bogdanoff
>            Assignee: Ron Bogdanoff
>              Labels: patch
>             Fix For: 0.3.0
>
>         Attachments: BIGTOP-509.patch.diff
>
>
> bigtop.mk is attempting to download http://apache.osuosl.org/flume/flume-1.0.0-incubating//flume-1.0.0-incubating.tar.gz
> However, it looks like flume-1.0.0 has been removed from the mirror site.  Instead there is http://apache.osuosl.org/flume/flume-1.1.0-incubating//flume-1.1.0-incubating.tar.gz
> I have not submitted a patch as flume-1.1.0 has not been certified/tested on bigtop-0.3.0.   

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (BIGTOP-509) make all is failing because flume-1.0.0-incubating.tar.gz does not exist in APACHE_MIRROR

Posted by "Roman Shaposhnik (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BIGTOP-509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13249672#comment-13249672 ] 

Roman Shaposhnik commented on BIGTOP-509:
-----------------------------------------

Patch looks ok, but it seems that it will introduce one extra URL request on each attempted download. Won't it be more efficient to do something like this in package.mk:

{noformat}
... (cd $(DL_DIR) && curl --retry 5 -# -L -k -o $($(PKG)_TARBALL_DST) $($(PKG)_DOWNLOAD_URL) || 
                     curl --retry 5 -# -L -k -o $($(PKG)_TARBALL_DST) $($(PKG)_ARCHIVE_DOWNLOAD_URL))
{noformat}
                
> make all is failing because flume-1.0.0-incubating.tar.gz does not exist in APACHE_MIRROR
> -----------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-509
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-509
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.3.0
>         Environment: all
>            Reporter: Ron Bogdanoff
>            Assignee: Ron Bogdanoff
>              Labels: patch
>             Fix For: 0.3.0
>
>         Attachments: BIGTOP-509.patch.diff
>
>
> bigtop.mk is attempting to download http://apache.osuosl.org/flume/flume-1.0.0-incubating//flume-1.0.0-incubating.tar.gz
> However, it looks like flume-1.0.0 has been removed from the mirror site.  Instead there is http://apache.osuosl.org/flume/flume-1.1.0-incubating//flume-1.1.0-incubating.tar.gz
> I have not submitted a patch as flume-1.1.0 has not been certified/tested on bigtop-0.3.0.   

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira