You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2005/09/02 03:02:12 UTC

[jira] Created: (STDCXX-18) bizarre failures due to missing BUILDDIR

bizarre failures due to missing BUILDDIR
----------------------------------------

         Key: STDCXX-18
         URL: http://issues.apache.org/jira/browse/STDCXX-18
     Project: STDCXX
        Type: Improvement
  Components: Build  
    Versions: 4.1.2    
 Environment: all
 Reporter: Martin Sebor
     Fix For: 4.1.3


From:
http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200509.mbox/%3c53965E3A3EE43F5AC04A6C90@st-augustin.ics.uci.edu%3e

-------- Original Message --------
Subject: Re: [VOTE] stdcxx 4.1.2 snapshot
Date: Thu, 01 Sep 2005 11:46:36 -0700
From: Justin Erenkrantz
Reply-To: stdcxx-dev@incubator.apache.org
To: stdcxx-dev@incubator.apache.org

[...]
I got bit by the fact that I didn't define BUILDDIR= in the top-level 
Makefile - if JIRA were up, I'd file an issue to fix that.  Ideally, we 
could emit an error message if BUILDDIR= isn't defined instead of erroring 
out in a mix of confusing symlink errors.  Yes, README described the right 
procedure; but I dislike docs.  ;-)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (STDCXX-18) bizarre failures due to missing BUILDDIR

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/STDCXX-18?page=all ]
     
Martin Sebor resolved STDCXX-18:
--------------------------------

    Resolution: Fixed

This works fine for me. Closing.

> bizarre failures due to missing BUILDDIR
> ----------------------------------------
>
>          Key: STDCXX-18
>          URL: http://issues.apache.org/jira/browse/STDCXX-18
>      Project: STDCXX
>         Type: Improvement
>   Components: Build
>     Versions: 4.1.2
>  Environment: UNIX
>     Reporter: Martin Sebor
>     Assignee: Martin Sebor
>      Fix For: 4.1.3

>
> From:
> http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200509.mbox/%3c53965E3A3EE43F5AC04A6C90@st-augustin.ics.uci.edu%3e
> -------- Original Message --------
> Subject: Re: [VOTE] stdcxx 4.1.2 snapshot
> Date: Thu, 01 Sep 2005 11:46:36 -0700
> From: Justin Erenkrantz
> Reply-To: stdcxx-dev@incubator.apache.org
> To: stdcxx-dev@incubator.apache.org
> [...]
> I got bit by the fact that I didn't define BUILDDIR= in the top-level 
> Makefile - if JIRA were up, I'd file an issue to fix that.  Ideally, we 
> could emit an error message if BUILDDIR= isn't defined instead of erroring 
> out in a mix of confusing symlink errors.  Yes, README described the right 
> procedure; but I dislike docs.  ;-)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (STDCXX-18) bizarre failures due to missing BUILDDIR

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/STDCXX-18?page=comments#action_12323299 ] 

Martin Sebor commented on STDCXX-18:
------------------------------------

Lance, could you give this a try and let me know how it works out?

> bizarre failures due to missing BUILDDIR
> ----------------------------------------
>
>          Key: STDCXX-18
>          URL: http://issues.apache.org/jira/browse/STDCXX-18
>      Project: STDCXX
>         Type: Improvement
>   Components: Build
>     Versions: 4.1.2
>  Environment: UNIX
>     Reporter: Martin Sebor
>     Assignee: Martin Sebor
>      Fix For: 4.1.3

>
> From:
> http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200509.mbox/%3c53965E3A3EE43F5AC04A6C90@st-augustin.ics.uci.edu%3e
> -------- Original Message --------
> Subject: Re: [VOTE] stdcxx 4.1.2 snapshot
> Date: Thu, 01 Sep 2005 11:46:36 -0700
> From: Justin Erenkrantz
> Reply-To: stdcxx-dev@incubator.apache.org
> To: stdcxx-dev@incubator.apache.org
> [...]
> I got bit by the fact that I didn't define BUILDDIR= in the top-level 
> Makefile - if JIRA were up, I'd file an issue to fix that.  Ideally, we 
> could emit an error message if BUILDDIR= isn't defined instead of erroring 
> out in a mix of confusing symlink errors.  Yes, README described the right 
> procedure; but I dislike docs.  ;-)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (STDCXX-18) bizarre failures due to missing BUILDDIR

Posted by "Lance Diduck (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/STDCXX-18?page=comments#action_12323164 ] 

Lance Diduck commented on STDCXX-18:
------------------------------------

Anything other than a full absolute path does not seem to work , and worse, different type of values produce different errors..
BUILDDIR=. --Calls make recursively until it hangs
BUILDDIR=../somebuild --works until it tries to find config.h  
BUILDDIR=somebuild --fails and prints error at line 262
Recommend putting in a check that BUILDDIR needs to look for a '/' t the begining


> bizarre failures due to missing BUILDDIR
> ----------------------------------------
>
>          Key: STDCXX-18
>          URL: http://issues.apache.org/jira/browse/STDCXX-18
>      Project: STDCXX
>         Type: Improvement
>   Components: Build
>     Versions: 4.1.2
>  Environment: UNIX
>     Reporter: Martin Sebor
>      Fix For: 4.1.3

>
> From:
> http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200509.mbox/%3c53965E3A3EE43F5AC04A6C90@st-augustin.ics.uci.edu%3e
> -------- Original Message --------
> Subject: Re: [VOTE] stdcxx 4.1.2 snapshot
> Date: Thu, 01 Sep 2005 11:46:36 -0700
> From: Justin Erenkrantz
> Reply-To: stdcxx-dev@incubator.apache.org
> To: stdcxx-dev@incubator.apache.org
> [...]
> I got bit by the fact that I didn't define BUILDDIR= in the top-level 
> Makefile - if JIRA were up, I'd file an issue to fix that.  Ideally, we 
> could emit an error message if BUILDDIR= isn't defined instead of erroring 
> out in a mix of confusing symlink errors.  Yes, README described the right 
> procedure; but I dislike docs.  ;-)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (STDCXX-18) bizarre failures due to missing BUILDDIR

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/STDCXX-18?page=all ]

Martin Sebor updated STDCXX-18:
-------------------------------

    Environment: UNIX  (was: all)

> bizarre failures due to missing BUILDDIR
> ----------------------------------------
>
>          Key: STDCXX-18
>          URL: http://issues.apache.org/jira/browse/STDCXX-18
>      Project: STDCXX
>         Type: Improvement
>   Components: Build
>     Versions: 4.1.2
>  Environment: UNIX
>     Reporter: Martin Sebor
>      Fix For: 4.1.3

>
> From:
> http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200509.mbox/%3c53965E3A3EE43F5AC04A6C90@st-augustin.ics.uci.edu%3e
> -------- Original Message --------
> Subject: Re: [VOTE] stdcxx 4.1.2 snapshot
> Date: Thu, 01 Sep 2005 11:46:36 -0700
> From: Justin Erenkrantz
> Reply-To: stdcxx-dev@incubator.apache.org
> To: stdcxx-dev@incubator.apache.org
> [...]
> I got bit by the fact that I didn't define BUILDDIR= in the top-level 
> Makefile - if JIRA were up, I'd file an issue to fix that.  Ideally, we 
> could emit an error message if BUILDDIR= isn't defined instead of erroring 
> out in a mix of confusing symlink errors.  Yes, README described the right 
> procedure; but I dislike docs.  ;-)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (STDCXX-18) bizarre failures due to missing BUILDDIR

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/STDCXX-18?page=all ]

Martin Sebor reassigned STDCXX-18:
----------------------------------

    Assign To: Martin Sebor

> bizarre failures due to missing BUILDDIR
> ----------------------------------------
>
>          Key: STDCXX-18
>          URL: http://issues.apache.org/jira/browse/STDCXX-18
>      Project: STDCXX
>         Type: Improvement
>   Components: Build
>     Versions: 4.1.2
>  Environment: UNIX
>     Reporter: Martin Sebor
>     Assignee: Martin Sebor
>      Fix For: 4.1.3

>
> From:
> http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200509.mbox/%3c53965E3A3EE43F5AC04A6C90@st-augustin.ics.uci.edu%3e
> -------- Original Message --------
> Subject: Re: [VOTE] stdcxx 4.1.2 snapshot
> Date: Thu, 01 Sep 2005 11:46:36 -0700
> From: Justin Erenkrantz
> Reply-To: stdcxx-dev@incubator.apache.org
> To: stdcxx-dev@incubator.apache.org
> [...]
> I got bit by the fact that I didn't define BUILDDIR= in the top-level 
> Makefile - if JIRA were up, I'd file an issue to fix that.  Ideally, we 
> could emit an error message if BUILDDIR= isn't defined instead of erroring 
> out in a mix of confusing symlink errors.  Yes, README described the right 
> procedure; but I dislike docs.  ;-)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (STDCXX-18) bizarre failures due to missing BUILDDIR

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/STDCXX-18?page=all ]
     
Martin Sebor closed STDCXX-18:
------------------------------


Fix confirmed.

> bizarre failures due to missing BUILDDIR
> ----------------------------------------
>
>          Key: STDCXX-18
>          URL: http://issues.apache.org/jira/browse/STDCXX-18
>      Project: STDCXX
>         Type: Improvement
>   Components: Build
>     Versions: 4.1.2
>  Environment: UNIX
>     Reporter: Martin Sebor
>     Assignee: Martin Sebor
>      Fix For: 4.1.3

>
> From:
> http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200509.mbox/%3c53965E3A3EE43F5AC04A6C90@st-augustin.ics.uci.edu%3e
> -------- Original Message --------
> Subject: Re: [VOTE] stdcxx 4.1.2 snapshot
> Date: Thu, 01 Sep 2005 11:46:36 -0700
> From: Justin Erenkrantz
> Reply-To: stdcxx-dev@incubator.apache.org
> To: stdcxx-dev@incubator.apache.org
> [...]
> I got bit by the fact that I didn't define BUILDDIR= in the top-level 
> Makefile - if JIRA were up, I'd file an issue to fix that.  Ideally, we 
> could emit an error message if BUILDDIR= isn't defined instead of erroring 
> out in a mix of confusing symlink errors.  Yes, README described the right 
> procedure; but I dislike docs.  ;-)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira