Displaying 20 results from an estimated 300 matches similar to: "febootstrap git empty /lib dir"
2010 Jun 18
1
febootstrap F12 ppc coreutils PREIN
On Fri, Jun 18, 2010 at 11:09:10AM -0700, Dwayne Fontenot <dwayne.fontenot at att.net> wrote:
>
> open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3
> fstat64(3, {st_mode=S_IFREG|0644, st_size=80626448, ...}) = 0
> mmap2(NULL, 2097152, PROT_READ, MAP_PRIVATE, 3, 0) = 0x30041000
> mmap2(NULL, 245760, PROT_READ, MAP_PRIVATE, 3, 0x2330) = 0x30241000
>
2009 Feb 11
4
5.2 x86_64 DVD
I've pulled this down with Firefox, wget, a bittorrent client and an ftp
client using Windows as well as Linux hosts. Is something wrong with the
distributed DVD image? It has failed an MD5 check every time I've pulled
it down.
Paul Fontenot
Wells Fargo
Public Key Infrastructure Team
Cryptography Services|IST|EIM|TES|TIG|Wells Fargo
Email: ward.p.fontenot at wellsfargo.com
2014 Mar 10
2
[LLVMdev] Shouldn't tools and projects in .gitignore go to .gitmodules?
I think it is erroneous to have the subrepository projects and tools listed in .gitignore.
Instead of being ignored, methinks they should be listed as submodules in .gitmodules:
[submodule "tools/clang"]
path = tools/clang
url = ../clang.git
[submodule "projects/compiler-rt"]
path = projects/compiler-rt
url = ../compiler-rt.git
[submodule
2019 Nov 27
5
[v2v PATCH v2 0/5] Various build cleanups
Brought to you by the "I haven't rebuilt the libguestfs universe in a
while" saga -- now with working test suite.
Pino Toscano (5):
build: remove extra gnulib submodule
build: remove extra checks and submodules
build: stop using gnulib in test-harness
build: remove unused gnulib modules
Remove extra entries from podfiles
.gitmodules | 3 --
Makefile.am
2015 Sep 08
1
[PATCH] build: improve maintainer-check-extra-dist target
Filter out from the git ls-files output the files we don't care they
appeared (gnulib and intltools stuff), and use comm to only show the
remaining added files (i.e. files not being distributed).
The output of comm is redirected to file and then printed, so we can
check it is empty (failing the target if not).
---
Makefile.am | 16 +++++++++-------
1 file changed, 9 insertions(+), 7
2009 Mar 28
2
Git and vendor/rails
This is really a git question but the problem is with rails using git and
others may have come across the problem.
I have a branch on my application''s git repository with edge rails as a
subproject checked out into vendor/rails. this allows me to keep my
application edge-compliant by checking out the branch (which creates the
rails folder in vendor), pulling the latest edge rails and
2019 Nov 27
6
[v2v PATCH 0/5] Various build cleanups
Brought to you by the "I haven't rebuilt the libguestfs universe in a
while" saga.
Pino Toscano (5):
build: remove extra gnulib submodule
build: remove extra checks and submodules
build: stop using gnulib in test-harness
build: remove unused gnulib modules
Remove extra entries from podfiles
.gitmodules | 3 --
Makefile.am | 2 -
bootstrap
2008 Jun 02
3
GiT and RSpec
>
> Message: 2
> Date: Thu, 29 May 2008 06:35:01 -0700
> From: David Chelimsky <dchelimsky at gmail.com>
> Subject: Re: [rspec-users] Coloured output in rspec 1.1.4
> To: rspec-users at rubyforge.org
> Message-ID: <175B70FE-B706-4C03-8B20-C5B207268AD6 at gmail.com>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
> On May 29, 2008,
2012 Aug 27
1
Hidden files in source packages
R-devel has been warning for some time about hidden files (in the Unix
sense, starting with a period) in source packages. We could get R CMD
build and the CRAN incoming scripts to remove these *if* we knew that
they were never needed.
It seems clear that
.Rapp.history
.Rhistory
.Rbuildindex.xxxxx
inst/doc/.build.timestamp
are R leftovers,
._.DS_store
is from an Apple filesystem and
.tex
2018 Apr 10
6
[PATCH 0/5] Some improvements in bootstrap, m4 and configure.ac
Lin Ma (5):
configure: error out if using libvirt backend and no header files
configure: output the default backend in summary
configure: try pcre-config if pcre pkg-config file not found
configure: output clearer message when missing libmagic
configure: support using local gnulib src directory as $GNULIB_SRCDIR
bootstrap | 78
2008 Apr 28
16
GiT and Edge/Trunk Rails
I have a sub-application project that I had previously converted to edge
rails under svn. Originally, vendor/rails was set up with svn:externals
so that an svn update at the project''s root would pull the latest trunk
along with all the other updates. Since Rails has moved to GiT and
depreciated svn I decided to remove the svn:externals reference for
vendor/rails and reinstall trunk using
2019 Nov 17
1
Re: Building libguestfs from git
On Sun, Nov 17, 2019 at 7:05 PM Richard W.M. Jones <rjones@redhat.com> wrote:
>
> On Sun, Nov 17, 2019 at 06:22:20PM +0200, Nir Soffer wrote:
> > Looks like libguestfs build is broken, or not documented properly.
> >
> > I tried (based on http://libguestfs.org/guestfs-building.1.html):
>
> Quite possibly, it's early days. One thing you will definitely need
2010 Oct 01
0
[FEBOOTSTRAP] Add gnulib as a submodule
---
.gitmodules | 3 +++
autogen.sh | 4 +---
gnulib | 1 +
3 files changed, 5 insertions(+), 3 deletions(-)
create mode 100644 .gitmodules
create mode 160000 gnulib
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-gnulib-as-a-submodule.patch
Type: text/x-patch
Size: 679 bytes
Desc: not available
URL:
2016 May 31
2
[cfe-dev] GitHub anyone?
On 31 May 2016 at 21:24, Aaron Ballman <aaron at aaronballman.com> wrote:
> Are we sure that github's svn integration works with common tools on
> Windows, like TortoiseSVN?
That's a good question. Can you try them out and report back?
cheers,
--renato
2016 May 31
0
[cfe-dev] GitHub anyone?
On Tue, May 31, 2016 at 4:27 PM, Renato Golin <renato.golin at linaro.org> wrote:
> On 31 May 2016 at 21:24, Aaron Ballman <aaron at aaronballman.com> wrote:
>> Are we sure that github's svn integration works with common tools on
>> Windows, like TortoiseSVN?
>
> That's a good question. Can you try them out and report back?
>From my very simple testing,
2015 Nov 23
2
git clone of syslinux with http - submodule issue
On Sun, Nov 22, 2015 at 5:49 PM, Ady via Syslinux <syslinux at zytor.com> wrote:
>
>> The wiki:
>> http://www.zytor.com/mailman/listinfo/syslinux
> As of the moment I am writing this email, the current version of the
> page you are actually referring to:
>
> http://www.syslinux.org/wiki/index.php?title=Development&oldid=4419
>
> was last edited on
2019 Jul 09
7
[PATCH 0/5] Split virt-p2v in own repository
Hi,
as it was already discussed on this list, here it is my attempt in
splitting virt-p2v in an own repository. Sadly there are things that
must be copied from libguestfs, as it cannot be avoided.
The approach taken was to run a script (will send separately) to just
get the "p2v" subdirectory with its history as own repository, and then
add in few followup commits all the bits needed
2006 Dec 04
5
Log problem on stop/restart
I''m using the mongrel_cluster recipes for Capistrano as laid out by
codahale.com and the new ed. of the Agile Development book, but I''m
having problems on restart and stop:
I can start:
[root current]# mongrel_rails cluster::start
Starting 3 Mongrel servers...
And I can see 3 processes running:
[root current]# ps aux | grep mongrel
mongrel 1947 0.0 8.2 24684 10776 ?
2009 Mar 02
3
FW: partial residual plots
I was advised someone might be able to help me with this.
Very truly yours,
Dwayne E. Culp, P.E., CFM
Effective February 8, 2009, my contact information becomes:
Dwayne E. Culp, P.E., CFM | JACOBS ENGINEERING GROUP : North American
Infrastructure | Manager: Hydrology & Hydraulics Section | 5995 Rogerdale
Road- B2047B | Houston, TX 77072 | 281-776-2109 | 832.351.7766 Fax |
2013 Oct 19
1
XML package not working
I know I cannot be the only one who is not able to install the XML package from CRAN (zip or tar file) Many packages depend on this XML package. Can someone help me either access the source for a good binary? I have received no assistance from the author/developer of the package.
Steven
Steven D. Randolph
Associate Consultant
Enterprise Capabilities - Business Intelligence & Analytics
Eli