Coder Social home page Coder Social logo

afflibv3's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

afflibv3's Issues

affconfig.h is missing

Respectively affconfig.h.in:

~/git_AFFLIBv3$ automake
configure.ac:14: required file `affconfig.h.in' not found

size_t strlcpy & strlcat problem - OSX/Mavericks related

Hi,

Found another issue. The library now compiles (after that patch and the push of the latest tarball), but there is another issue:

In file included from ./aff.h:23:


/usr/local/include/afflib/afflib_i.h:660:8: error: expected parameter declarator
size_t strlcpy(char *dest,const char *src,size_t dest_size);
       ^
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy'
  __builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest))
                                           ^
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz'
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIF...
                                                             ^
/usr/include/secure/_common.h:30:32: note: expanded from macro
      '_USE_FORTIFY_LEVEL'
#    define _USE_FORTIFY_LEVEL 2
                               ^

It looks again like more "awesomeness" from Apple - specific to Mavericks.

One option is to add this to the compile:

-D_FORTIFY_SOURCE=0

That would be a hack however.

The "proper" solution is to not re-define strlcpy and strlcat in afflib_i.h (starting at line 659 to 665).
The issue is that if you are not using the Apple version of string.h (in this case), you do want them defined, so you can't just get rid of them - there needs to be a check.

I'll try to create a patch and submit a pull request.

Broken brew install

Hi,

I noticed that the upgrade to afflib 3.7.3 produces:

% brew upgrade
==> Upgrading 1 outdated packages, with result:
afflib 3.7.3
==> Upgrading afflib
==> Downloading https://github.com/simsong/AFFLIBv3/archive/v3.7.3.tar.gz
######################################################################## 100.0%
==> sh bootstrap.sh
==> ./configure --prefix=/usr/local/Cellar/afflib/3.7.3
==> make install
                      ^
8 errors generated.
make[1]: *** [affinfo.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [install-recursive] Error 1

affconvert X file extensions

The current version of the affconvert accepts .aff and .raw only. However, the help page shows examples using .iso.

Please, fix this.

Cheers,

Eriberto

"FUSE IS NOT SUPPORTED ON MACOS"

Good afternoon,

This message shows up in config.log when trying to build afflib on OS X. It appears to be hardwired into configure and fires even if configure can find and use fuse.h.

I've successfully built and used libewf with FUSE support on the same system, so I'm curious why this support isn't available in afflib.

Thank you.

-David

qa warning: overflow destination buffer

Hi, I've got the warning message below while comping under Gentoo:

QA: other
QA Notice: Package triggers severe warnings which indicate that it
           may exhibit random runtime failures.
/usr/include/bits/stdio2.h:65:3: warning: call to __builtin___snprintf_chk will always overflow destination buffer [enabled by default]
Please do not file a Gentoo bug and instead report the above QA
issues directly to the upstream developers of this software.
Homepage: https://github.com/simsong/AFFLIBv3

Would you have any idea how to fix it?..

tools/affuse.c license

The current file says: "License: LGP", when the old files are saying: "License: LGPL or AFFLIB. Take your choice.".

Please, fix this.

Cheers,

Eriberto

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.