similar to: Unknown versions in git.

Displaying 20 results from an estimated 2000 matches similar to: "Unknown versions in git."

2013 Sep 30
2
Unknown versions in git.
"unknown" usually means this > script failed to extract a version for some reason (couldn't run git, or > your git version was too old). "script failed to extract a version" Yes, failed to extract a version. But I'm not going to re-compile git. @ubuntu:~$ git --version git version 1.7.4.1 I will use opus_1.1-beta and opus-tools_0.1.7 "tar.gz"
2013 Oct 01
2
Unknown versions in git.
bat guano wrote: >> >> "script failed to extract a version" > > Shouldn't the "update_version" scripts be called during the autogen.sh processes? It's run by configure (look for the CURRENT_VERSION definition).
2013 Oct 01
2
Unknown versions in git.
bat guano wrote: > (look for the CURRENT_VERSION definition). > > CURRENT_VERSION > > Search string not found configure.ac:3 dnl The package_version file will be automatically synced to the git revision dnl by the update_version script when configured in the repository, but will dnl remain constant in tarball releases unless it is manually edited.
2013 Sep 25
2
Problem compiling opus-tools-0.1.7
On Wed, Sep 25, 2013 at 3:53 PM, bat guano <batguano999 at hotmail.com> wrote: > > > > > > Google says it's maybe something to do with the "linking process" which > might be caused by the gcc compiler. > > Can something be done with the opus code to overcome this, or shall I > compile on a different/better/newer OS? > > > > > Hello
2013 Sep 25
3
Problem compiling opus-tools-0.1.7
On Wed, Sep 25, 2013 at 3:28 PM, bat guano <batguano999 at hotmail.com> wrote: >> >>I think you're missing -lm (the math library) when linking. There are some LIBM related changes in the git history >>so this might have already been solved since 0.1.7 >> > Hi > opus-tools-0.1.7 has compiled OK now with Peppermint Three OS... > with this configure:- >
2013 Sep 24
5
Problem compiling opus-tools-0.1.7
Hi I'm having a problem compiling opus-tools-0.1.7. Version opus-tools-0.1.6 seems to compile OK. I've tried with opus-1.0.3 and opus-1.1-beta. The errors are like this:- "undefined reference to `sqrtf'" etc. This OS is Peppermint Three, similar to Ubuntu 12.04. It uses:- gcc --version gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 Google says it's maybe something to do
2013 Sep 30
0
Unknown versions in git.
bat guano wrote: > How about giving them versions like this:- > 1.1-git and 0.1.7-git > Or even incorporate the commit. We do this. See the update_version script. "unknown" usually means this script failed to extract a version for some reason (couldn't run git, or your git version was too old). For example, with git 1.5.6.1, the git describe command fails with
2013 Oct 01
2
Unknown versions in git.
> > Not working for me. > :-( > But that's because I used shallow clones! Works OK without the "--depth 1". $ cat package_version | grep "PACKAGE_VERSION" PACKAGE_VERSION="1.1-beta-24-ga32fa31" $ cat package_version | grep "PACKAGE_VERSION" PACKAGE_VERSION="0.1.7-9-g4d0df2b"
2013 Oct 02
2
Unknown versions in git.
> > Are you sure?? No, I'm confused. :-/ With shallow clones:- opus PACKAGE_VERSION="aee4d80" opus-tools PACKAGE_VERSION="7c3f522" Something's gone wrong. opus-tools is broken. configure: error: Package requirements (opus>= 1.0.3) were not met: Requested 'opus>= 1.0.3' but version of Opus is aee4d80
2013 Sep 24
4
Problem compiling opus-tools-0.1.7
On 2013-09-24 5:46 AM, Jean-Marc Valin wrote: > Seems like it's not linking with libm. I suspect it has to do with > linking statically with libopus.a (is that intended?). Maybe opus-tools > relies on the fact that libopus is linked with libm and doesn't > explicitly add it? Greg? Indeed. The opus-tools build explicitly adds -lm for opusdec and opusenc because they use math
2005 Mar 19
2
all fonts gone crazy
Hello all, this is my first message to the list. I have wine 20041201, installed on my slack 10.1, and it was working fine, until I installed a software and then all fonts in menus and messages became weird symbols. I am sending a screenshot to show how it is today. Also I will let the image in http://www.igc.usp.br/pessoais/guano/geocalc_wine.jpg Does anyone know what is going on and how to
2016 Nov 05
1
[PATCH] genversion.bat: don't overwrite version.mk
The automake script doesn't mess with it in any way, and the projects use win32/version.h and not version.mk. As it is works now, it's just an annoyance for VS devs that use git. --- win32/genversion.bat | 8 -------- 1 file changed, 8 deletions(-) diff --git a/win32/genversion.bat b/win32/genversion.bat index cd1d4dc..8b31831 100644 --- a/win32/genversion.bat +++ b/win32/genversion.bat
2013 Oct 01
2
Unknown versions in git.
---------------------------------------- > I guess we could ... Hi Your "--always" commit here ---> http://git.xiph.org/?p=opus.git;a=commit;h=c435f06b308e52d7a5d2aad9eec98a1541832b47 has fixed it for "--depth 1" with opus. PACKAGE_VERSION="1.1-beta-24-ga32fa31" Are you going to apply a similar fix to opus-tools?
2014 Mar 22
2
gits don't seem to be working.
Hi I think the gits have gone belly up... @xubuntu:~$ git clone git://git.xiph.org/opus.git Cloning into 'opus'... fatal: read error: Connection reset by peer @xubuntu:~$ git clone git at git.xiph.org:/opus.git Cloning into 'opus'... Permission denied (publickey,keyboard-interactive). fatal: The remote end hung up unexpectedly
2023 May 02
1
mediainfo crashes after latest update (CentOS 7)
Hello, after mediainfo packages have been updated from 22.12-3.el7.x86_64 to 23.03-1.el7.x86_64, I observe reproducible crashes here, mostly by using it with mkv files. I couldn't find a mirror of the EPEL repository where 22.12 is still available (only found an old 20.08-1). Does anybody reproduces issues w/ mediainfo? Any hint how to find the 22.12-3 rpms? Regards, -- wwp --------------
2023 May 02
1
mediainfo crashes after latest update (CentOS 7)
Am 02.05.23 um 08:51 schrieb wwp: > Hello, > > after mediainfo packages have been updated from 22.12-3.el7.x86_64 to > 23.03-1.el7.x86_64, I observe reproducible crashes here, mostly by using > it with mkv files. I couldn't find a mirror of the EPEL repository > where 22.12 is still available (only found an old 20.08-1). > > Does anybody reproduces issues w/
2011 Jun 20
3
oggenc -q switch vs -b switch
Hello folks I am encoding music to ogg vorbis format for the first time. From what i have researched, ogg vorbis is natively a vbr format. Also encoding using the -q switch is encouraged instead of specifying a bitrate through -b. Now, while encoding using -b i get this: Encoding "file.wav" to "file.ogg" at approximate bitrate 224 kbps (VBR encoding enabled) Notice
2013 Mar 08
6
Can't cross-compile from git now.
Hi I have a problem now cross-compiling FLAC from latest git. With Ubuntu 12.04 and g++-mingw-w64-i686 (4.6.3-1ubuntu5+5ubuntu1). I think that the problem might have been introduced on 5 Mar 2013 with commit 05609d5 (configure.ac : Add hardening compile options.) Gives errors like this:- /home/user/FLAC_build/flac-05609d5/src/libFLAC/.libs/libFLAC.a(ogg_helper.o):ogg_helper.c:(.text+0x173):
2008 Oct 07
2
fitting a curve to data points
Hello all. This is likely to be a silly question, but I have a set of data points and I want to fit a curve to it, like this: http://www.igc.usp.br/pessoais/guano/temp/curve.png. which function should I use? many thanks Carlos -- +-----------------------------------------------------------+ Carlos Henrique Grohmann - Guano Geologist M.Sc - Doctorate Student at IGc-USP -
2017 Jul 31
2
Icecast 2.4.99.1 Opus Metadata. status.xsl and playlist.log
Hello, I'm currently testing Icecast 2.4.99.1 in regards to Opus metadata support. I have a Ogg Opus stream located here: http://50.31.159.156/64.opus When I playback the stream in VLC I see the expected metadata displayed in the client. ffprobe and mediainfo also return the expected metadata. # mediainfo http://50.31.159.156/64.opus General Complete name :