Giter VIP home page Giter VIP logo

Comments (5)

hroncok avatar hroncok commented on June 15, 2024

It really depends where you build from. You can build from git, and then this should work, or you build from a release tarball and the files should be already included there. Is that not the case?

from admesh.

TheAndr0id avatar TheAndr0id commented on June 15, 2024

Nope, those files aren't in the 0.98.4 release tarball. (configure, AUTHORS, ChangeLog)

I didn't check any of the previous releases, but I'm going to guess it's the same.

from admesh.

hroncok avatar hroncok commented on June 15, 2024

Where do you get the tarball from?

$ tar vtf admesh-0.98.4.tar.gz 
drwxrwxr-x 1000/1000         0 2019-10-12 20:46 admesh-0.98.4/
-rw-rw-r-- 1000/1000      1736 2014-07-20 13:24 admesh-0.98.4/ChangeLog.old
drwxrwxr-x 1000/1000         0 2019-10-12 20:46 admesh-0.98.4/m4/
-rw-r--r-- 1000/1000    305862 2017-03-20 09:38 admesh-0.98.4/m4/libtool.m4
-rw-r--r-- 1000/1000     14514 2017-03-20 09:38 admesh-0.98.4/m4/ltoptions.m4
-rw-r--r-- 1000/1000       699 2017-03-20 09:38 admesh-0.98.4/m4/ltversion.m4
-rw-r--r-- 1000/1000      4384 2017-03-20 09:38 admesh-0.98.4/m4/ltsugar.m4
-rw-r--r-- 1000/1000      6140 2017-03-20 09:38 admesh-0.98.4/m4/lt~obsolete.m4
-rwxr-xr-x 1000/1000      6872 2017-03-20 09:38 admesh-0.98.4/missing
-rwxrwxr-x 1000/1000    452203 2019-10-12 20:43 admesh-0.98.4/configure
-rw-rw-r-- 1000/1000      1682 2019-10-12 20:43 admesh-0.98.4/config.h.in
-rwxr-xr-x 1000/1000      7333 2017-03-20 09:38 admesh-0.98.4/compile
-rwxr-xr-x 1000/1000     35826 2015-04-09 15:50 admesh-0.98.4/config.sub
-rw-rw-r-- 1000/1000     22384 2014-07-20 13:24 admesh-0.98.4/admesh-doc.txt
-rw-r--r-- 1000/1000    324089 2017-03-20 09:38 admesh-0.98.4/ltmain.sh
-rw-rw-r-- 1000/1000      5944 2014-07-20 13:24 admesh-0.98.4/admesh.1
-rwxr-xr-x 1000/1000     13997 2015-04-09 15:50 admesh-0.98.4/install-sh
-rw-rw-r-- 1000/1000     18092 2014-07-20 13:24 admesh-0.98.4/COPYING
-rw-rw-r-- 1000/1000       470 2014-07-20 13:24 admesh-0.98.4/INSTALL
-rw-rw-r-- 1000/1000      3445 2013-10-22 10:27 admesh-0.98.4/block.stl
-rwxr-xr-x 1000/1000     23566 2017-03-20 09:38 admesh-0.98.4/depcomp
-rw-rw-r-- 1000/1000      1019 2019-10-12 20:46 admesh-0.98.4/Makefile.am
-rw-rw-r-- 1000/1000      4651 2017-03-20 09:42 admesh-0.98.4/ChangeLog
-rw-rw-r-- 1000/1000       227 2014-07-20 13:24 admesh-0.98.4/libadmesh.pc.in
-rwxr-xr-x 1000/1000     42856 2015-04-09 15:50 admesh-0.98.4/config.guess
-rw-rw-r-- 1000/1000     43045 2019-10-12 20:43 admesh-0.98.4/aclocal.m4
drwxrwxr-x 1000/1000         0 2019-10-12 20:46 admesh-0.98.4/src/
-rw-rw-r-- 1000/1000     13940 2014-07-20 13:24 admesh-0.98.4/src/admesh.c
-rw-rw-r-- 1000/1000      7915 2014-07-20 13:24 admesh-0.98.4/src/shared.c
-rw-rw-r-- 1000/1000     13792 2019-10-12 20:33 admesh-0.98.4/src/stlinit.c
-rw-rw-r-- 1000/1000     16031 2019-10-12 20:21 admesh-0.98.4/src/util.c
-rw-rw-r-- 1000/1000     31588 2017-03-20 09:32 admesh-0.98.4/src/connect.c
-rw-rw-r-- 1000/1000     10964 2014-07-20 13:24 admesh-0.98.4/src/normals.c
-rw-rw-r-- 1000/1000     15210 2019-10-12 20:21 admesh-0.98.4/src/stl_io.c
-rw-rw-r-- 1000/1000      6942 2019-10-12 20:21 admesh-0.98.4/src/stl.h
-rw-rw-r-- 1000/1000      3075 2019-10-12 20:33 admesh-0.98.4/src/portable_endian.h
-rw-rw-r-- 1000/1000      5023 2019-10-12 20:33 admesh-0.98.4/README.md
-rw-rw-r-- 1000/1000     38152 2019-10-12 20:46 admesh-0.98.4/Makefile.in
-rw-rw-r-- 1000/1000       402 2015-05-03 17:58 admesh-0.98.4/AUTHORS
-rw-rw-r-- 1000/1000      2313 2019-10-12 20:33 admesh-0.98.4/configure.ac

from admesh.

TheAndr0id avatar TheAndr0id commented on June 15, 2024

Ok, here's where the problem is. I used the source code link from the releases page:

which links to:

https://github.com/admesh/admesh/archive/v0.98.4.tar.gz

It's contents:

tar -tvzf admesh-0.98.4.tar.gz 
drwxrwxr-x root/root         0 2019-10-12 12:24 admesh-0.98.4/
-rw-rw-r-- root/root       297 2019-10-12 12:24 admesh-0.98.4/.gitignore
-rw-rw-r-- root/root       573 2019-10-12 12:24 admesh-0.98.4/.travis.yml
-rw-rw-r-- root/root       104 2019-10-12 12:24 admesh-0.98.4/COMPILED.xml
-rw-rw-r-- root/root     18092 2019-10-12 12:24 admesh-0.98.4/COPYING
-rw-rw-r-- root/root      1736 2019-10-12 12:24 admesh-0.98.4/ChangeLog.old
-rw-rw-r-- root/root       470 2019-10-12 12:24 admesh-0.98.4/INSTALL
-rw-rw-r-- root/root       994 2019-10-12 12:24 admesh-0.98.4/Makefile.am
-rw-rw-r-- root/root      5023 2019-10-12 12:24 admesh-0.98.4/README.md
-rw-rw-r-- root/root       131 2019-10-12 12:24 admesh-0.98.4/SYSTEM.xml
-rw-rw-r-- root/root     22384 2019-10-12 12:24 admesh-0.98.4/admesh-doc.txt
-rw-rw-r-- root/root      5944 2019-10-12 12:24 admesh-0.98.4/admesh.1
-rwxrwxr-x root/root       155 2019-10-12 12:24 admesh-0.98.4/autogen.sh
-rw-rw-r-- root/root      3445 2019-10-12 12:24 admesh-0.98.4/block.stl
-rw-rw-r-- root/root      2313 2019-10-12 12:24 admesh-0.98.4/configure.ac
-rwxrwxr-x root/root       377 2019-10-12 12:24 admesh-0.98.4/fortag.sh
-rw-rw-r-- root/root       227 2019-10-12 12:24 admesh-0.98.4/libadmesh.pc.in
drwxrwxr-x root/root         0 2019-10-12 12:24 admesh-0.98.4/src/
-rw-rw-r-- root/root     13940 2019-10-12 12:24 admesh-0.98.4/src/admesh.c
-rw-rw-r-- root/root     31588 2019-10-12 12:24 admesh-0.98.4/src/connect.c
-rw-rw-r-- root/root     10964 2019-10-12 12:24 admesh-0.98.4/src/normals.c
-rw-rw-r-- root/root      3075 2019-10-12 12:24 admesh-0.98.4/src/portable_endian.h
-rw-rw-r-- root/root      7915 2019-10-12 12:24 admesh-0.98.4/src/shared.c
-rw-rw-r-- root/root      6942 2019-10-12 12:24 admesh-0.98.4/src/stl.h
-rw-rw-r-- root/root     15210 2019-10-12 12:24 admesh-0.98.4/src/stl_io.c
-rw-rw-r-- root/root     13792 2019-10-12 12:24 admesh-0.98.4/src/stlinit.c
-rw-rw-r-- root/root     16031 2019-10-12 12:24 admesh-0.98.4/src/util.c

The primary link under the releases page builds with no issues. So, is this the content you expected with the v0.98.4.tar.gz? Usually the first entry is a binary build, but with source releases my experience has been the source code links are just the same tar balls (and are presented with the same name when downloaded).

I'll let you decide if this is as designed or still an issue. I'm good either way.

Thanks for the quick response and resolution!

from admesh.

hroncok avatar hroncok commented on June 15, 2024

The README also has a link to the latest release tarball. I cannot "hide" the automatic tarballs by github :(

I don't know how to make this better. Possibly the command to generate the files could echo some hint when it is not run from git? I'd accept a pull request with that, but I won't have time to do that myself.

from admesh.

Related Issues (20)

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.