LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 1074 - Remove Stacker from llvm main repository
Summary: Remove Stacker from llvm main repository
Status: RESOLVED FIXED
Alias: None
Product: Build scripts
Classification: Unclassified
Component: autoconf (show other bugs)
Version: trunk
Hardware: Macintosh MacOS X
: P normal
Assignee: Reid Spencer
URL:
Keywords: build-problem
: 1078 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-01-04 07:55 PST by Jim Laskey
Modified: 2010-02-22 12:42 PST (History)
3 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jim Laskey 2007-01-04 07:55:13 PST
Top level make does not automatically run the stacker configure script.  It has to be run manually.
Comment 1 Chris Lattner 2007-01-04 15:53:23 PST
This could be solved by splitting stacker out to its own cvs module.
Comment 2 Reid Spencer 2007-01-14 10:06:47 PST
Chris, would you please move Stacker out to its own cvs module? I will then take
care of fixing configure.ac (if necessary) and any other fallout.
Comment 3 Chris Lattner 2007-01-14 12:04:22 PST
Done:
cd llvm/projects
cvs co llvm-stacker

I copied over the ,v files to retain history.

-Chris
Comment 4 Reid Spencer 2007-01-16 16:06:31 PST
locked?

cvs co llvm-stacker
cvs checkout: Updating llvm-stacker
cvs checkout: failed to create lock directory for `/var/cvs/llvm/llvm-stacker'
(/var/cvs/llvm/llvm-stacker/#cvs.lock): Permission denied
cvs checkout: failed to obtain dir lock in repository `/var/cvs/llvm/llvm-stacker'
cvs [checkout aborted]: read lock failed - giving up
Comment 5 Chris Lattner 2007-01-16 19:51:29 PST
I botched the permissions, plz try again
Comment 6 Reid Spencer 2007-01-16 20:19:11 PST
Stacke was the last part of LLVM that required llvm-gcc. By making it a separate
project, we have eliminated that dependency. This is now done.

Stacker is now known as llvm-stacker and lives it its own repository. The
configuration has been updated to reflect the new name.

Patch here:

http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070115/042795.html
Comment 7 Chris Lattner 2007-01-16 23:22:12 PST
Nice, please make sure that any documentation referring to stacker is also updated.  Thanks a lot Reid!
Comment 8 Chris Lattner 2007-01-16 23:28:06 PST
*** Bug 1078 has been marked as a duplicate of this bug. ***
Comment 9 Reid Spencer 2007-01-17 00:01:02 PST
Docs fixed.