bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cannot build from non-svn sources


From: Dr . Jürgen Sauermann
Subject: Re: Cannot build from non-svn sources
Date: Sat, 9 Nov 2019 13:45:24 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

Hi Marco,

thanks, hopefully fixed in SVN 1202.

The buildtag.hh was actually contained in the tar file, but then removed (by mistake)
and not properly recreated when svn info failed.

Please let me know if the problem should persist.

Best Regards,
Jürgen


On 11/8/19 11:34 PM, Marco Sirabella wrote:

Hi,

I believe this was discussed previously, but it is not possible to compile GNU APL straight from the tar source due to buildtag.hh requiring an svn tag to exist, and the tar archive does not include svn information

$ ./configure
...
configure: creating ./src//buildtag.hh
svn: E155007: '/tmp/tmp.7tYePl5Ssi/trunk-git/src/Archive.cc' is not a working copy

src/buildtag:

...
ARCHIVE_SVNINFO=`svn info Archive.cc | grep "Last Changed Rev" \
                                     | awk -F : '{print $2;}'`
...

Not sure what the fix for this should be, but it's hard to package this up (on gentoo) when it requires the revision control data not shipped with the package to compile.

-- Marco Sirabella



reply via email to

[Prev in Thread] Current Thread [Next in Thread]