Giter Club home page Giter Club logo

spruce's People

Contributors

gurgentorozyan avatar khoroshilov avatar nareksaribekyan avatar nelliedanielyan avatar qwerity avatar ruzanna22 avatar sgishyan avatar surengrig avatar tpiloyan avatar tsyvarev avatar vmartirosyan avatar

Watchers

 avatar  avatar

spruce's Issues

How to make Spruce work on ARM

I am working on code aurora kernel for arm.

We wanted o use spruce filesystem verification system for ARM.
Request you to provide these information.

1. Whether Spruce supports ARM architecture.
2. If so, how to use Spruce project for ARM, Do we need to port for ARM?
3. Is cross compilation straight forward with the materials provided here or 
any changes need to be done.

Please give pointers to proceed further.

Original issue reported on code.google.com by [email protected] on 15 Nov 2013 at 10:48

Memory leaks

We have memory leaks when working with ProcessResult objects returned by 
UnixCommand::Execute(vector<string>) in classes LargeFile, Compressor, Creator. 
I suggest using auto_ptr instead. For example:

LargeFile.cpp

...

#include <memory>

...

Status LargeFileTest::LargeFileCreationFunc()
{
   UnixCommand command("./LargeFileCreation.sh");
   std:auto_ptr<ProcessResult> result(command.Execute(CreateArguments()));
   cerr << result->GetOutput() << " "
   return (Status)result->GetStatus();
}

Original issue reported on code.google.com by narek.saribekyan on 15 Jun 2011 at 7:23

Can not build spruce_0.2 on Ubuntu 12.04 x64

Can not build spruce_0.2 on Ubuntu 12.04 x64

Steps to reproduce:

1. $ wget http://spruce.googlecode.com/files/spruce_0.2.tar.gz
2. $ tar xf spruce_0.2.tar.gz
3. $ cd spruce_0.2/
4. $ mkdir -p $HOME/tmp/spruce-build
5. $ cmake -DCMAKE_INSTALL_PREFIX=$HOME/tmp/spruce-build
6. $ make

Actual result:

Compilation ends with
/home/alex/spruce_0.2/src/fs/btrfs/Ioctl.hpp:341:4: error: ‘amp’ was not 
declared in this scope
/home/alex/spruce_0.2/src/fs/btrfs/Ioctl.hpp:341:4: error: expected ‘)’ 
before ‘;’ token
/home/alex/spruce_0.2/src/fs/btrfs/Ioctl.hpp:341:4: error: expected ‘;’ 
before ‘)’ token
/home/alex/spruce_0.2/src/fs/btrfs/Ioctl.hpp:341:4: warning: statement has no 
effect [-Wunused-value]
/home/alex/spruce_0.2/src/fs/btrfs/Ioctl.hpp:341:4: error: ‘amp’ was not 
declared in this scope
/home/alex/spruce_0.2/src/fs/btrfs/Ioctl.hpp:341:4: error: expected ‘)’ 
before ‘;’ token
/home/alex/spruce_0.2/src/fs/btrfs/Ioctl.hpp:341:4: error: expected ‘;’ 
before ‘)’ token
/home/alex/spruce_0.2/src/fs/btrfs/Ioctl.hpp:341:4: warning: statement has no 
effect [-Wunused-value]
make[2]: *** [src/fs/btrfs/CMakeFiles/btrfs.dir/module.cpp.o] Error 1
make[1]: *** [src/fs/btrfs/CMakeFiles/btrfs.dir/all] Error 2
make: *** [all] Error 2
~/spruce_0.2$ 


Expected result:
Successfull build.


$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 12.04.3 LTS
Release:    12.04
Codename:   precise

$ uname -a
Linux desktop 3.2.0-55-generic #85-Ubuntu SMP Wed Oct 2 12:29:27 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux

$ gcc --version
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3


Additional details:
build.log with entire console output is attached.

Original issue reported on code.google.com by [email protected] on 30 Oct 2013 at 9:30

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.