Displaying 20 results from an estimated 32 matches for "current_version".
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).
2011 Oct 12
3
1.3.30 build error on Mac OS X with non-Apple GCC
There is a linker argument that only Apple's GCC recognizes in the latest build. In libs/wine/Makefile.in, there is a variable that reads:
Code:
DYLIB_LDFLAGS = -compatibility_version $(SOVERSION) -current_version $(VERSION) -headerpad_max_install_names
in order for non-Apple GCC to successfully build, it needs to pass-through the argument to the linker. The line should read:
Code:
DYLIB_LDFLAGS = -compatibility_version $(SOVERSION) -current_version $(VERSION) -Wl,-headerpad_max_install_names
2002 Dec 26
3
R-1.6.2beta_2002-12-20: build problems (PR#2395)
...-------------------------------
Apple Darwin 6.2 (MacOS 10.2.2) with gcc-3.2.1:
gcc -dynamiclib -flat_namespace -undefined suppress -o
.libs/libgslcblas.0.0.0.dylib sasum.lo saxpy.lo ... isamax.lo izamax.lo xerbla.lo -lc -install_name /usr/local/lib/libgslcblas.0.dylib -compatibility_version 1 -current_version 1.0
gcc: suppress: No such file or directory
gcc: /usr/local/lib/libgslcblas.0.dylib: No such file or directory
gcc: 1: No such file or directory
gcc: 1.0: No such file or directory
gcc: unrecognized option `-compatibility_version'
gcc: unrecognized option `-current_version'
--------------...
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 unle...
2013 Oct 01
0
Unknown versions in git.
(look for the CURRENT_VERSION definition).
CURRENT_VERSION
Search string not found
2006 Nov 22
1
Help with Multiple Readers, 1 Writer scenario
...searches up to date you need to close and reopen your
> IndexReader every time you commit changes to the index.
Would it be possible to enhance IndexReader to report the "version" of
the index it is using, and to report if a newer version of the index
exists, eg perhaps #version and #current_version?
This would allow a long running IndexReader to detect that a new index
version is available, which is a problem if the IndexWriter updates the
index from another process. For example, I am planning to divide my
application into two apps, one which services reader requests, and the
other which per...
2010 Sep 11
2
Re: Trouble with libgsm on Mac OS X 10.6.2
...2 -Wall -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/${GSMSRC}.c -o src/${GSMSRC}.o
> > GSMOBJS+="src/${GSMSRC}.o "
> > done
> >
> > libtool -dynamic -v -o lib/libgsm.1.0.13.dylib -install_name /usr/lib/libgsm.1.0.13.dylib -compatibility_version 1.0.13 -current_version 1.0.13 -lc ${GSMOBJS}
> >
> >
> >
>
>
> Then do the following:
>
> Code:
> cp inc/* /usr/include
>
> ln -s /usr/lib/libgsm.1.0.13.dylib /usr/lib/libgsm.dylib
>
>
>
>
> [6] Recompile wine-devel
>
> Code:
> sudo port insta...
2006 Jul 04
4
MySQL error when running rake migrate
...b/active_record/connection_adapters/mysql_adapter.rb:337:in
`select''
/usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/connection_adapters/mysql_adapter.rb:180:in
`select_one''
/usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/migration.rb:306:in
`current_version''
/usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/migration.rb:323:in
`current_version''
/usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/migration.rb:387:in
`irrelevant_migration?''
/usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/act...
2006 Apr 13
1
R-latest.tar.gz make error
...-I../../src/include -I../../src/include -I/
usr/local/include -DHAVE_CONFIG_H -fPIC -fno-common -g -O2 -
std=gnu99 -c vfonts.c -o vfonts.o
g77 -fPIC -fno-common -g -O2 -c xxxpr.f -o xxxpr.o
gcc -dynamiclib -L/usr/local/lib -dynamiclib -install_name libR.dylib
-compatibility_version 2.3.0 -current_version 2.3.0 -
headerpad_max_install_names -o libR.dylib Rembedded.o CConverters.o
CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o arithmetic.o
apse.o array.o attrib.o base.o bind.o builtin.o character.o coerce.o
colors.o complex.o connections.o context.o cov.o cum.o dcf.o
datetime.o debug...
2003 Dec 22
2
R-devel with Darwin: some issues (mostly due to latest R.framework changes)
...and stop (perhaps with a hint to
use --enable-R-framework) would be nice.
2) Wrong -install_name:
configure.ac@1094: LIBR_LDFLAGS="-dynamiclib -install_name
${R_FRAMEWORK_DIR}/R.framework/Versions/${PACKAGE_VERSION}/Resources/
bin/libR.dylib -compatibility_version ${PACKAGE_VERSION}
-current_version ${PACKAGE_VERSION}"
R_FRAMEWORK_DIR specifies the full path including the framework name,
at least according to the previous definition:
configure.ac@154:
if test "${want_R_framework}" = yes; then
R_FRAMEWORK_DIR="/Library/Frameworks/R.framework"
else
R_F...
2015 Jan 08
3
Smbd dumps core while starting
...fffffff
(4294967295)
unique_id : 0x8063dd929538eac5
(-9195262392521921851)
min_version : SMBXSRV_VERSION_0 (0)
max_version : SMBXSRV_VERSION_0 (0)
current_version : SMBXSRV_VERSION_0 (0)
[2015/01/08 21:50:30.096418, 5, pid=26869968, effective(0, 0), real(0, 0)]
../source3/lib/messages.c:293(messaging_register)
Registering messaging pointer for type 784 - private_data=110028a70
[2015/01/08 21:50:30.096495, 5, pid=26869968, effective(0, 0), real...
2010 Jul 14
1
Re: Trouble with libgsm on Mac OS X 10.6.2
...ansi -pedantic -c -O2 -Wall -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/${GSMSRC}.c -o src/${GSMSRC}.o
> GSMOBJS+="src/${GSMSRC}.o "
> done
>
> libtool -dynamic -v -o lib/libgsm.1.0.13.dylib -install_name /usr/lib/libgsm.1.0.13.dylib -compatibility_version 1.0.13 -current_version 1.0.13 -lc ${GSMOBJS}
>
>
>
Then do the following:
Code:
cp inc/* /usr/include
ln -s /usr/lib/libgsm.1.0.13.dylib /usr/lib/libgsm.dylib
[6] Recompile wine-devel
Code:
sudo port install wine-devel
A note for people interested in playing LOTRO (and probably DDO too) from Mac:...
2010 Oct 30
1
Re: Trouble with libgsm on Mac OS X 10.6.2
Folks,
In answer to the error "libgsm 32-bit development files not found," after completing the libtool command, you must copy the library to /usr/lib. "cp lib/* /usr/lib" would do nicely.
HTH,
David
2012 Nov 10
1
How to get database schema version manually?
Hello!
I try to make automatic migrations directly from ruby script without
using rake and console commands.
But I can''t retrieve current database schema version.
I have tried to use ActiveRecord::Migration.version and @version
property in a child of ActiveRecord::Migration. The result was nil at
both cases.
How can I do this?
Thank you.
--
Posted via http://www.ruby-forum.com/.
--
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"
2006 Jan 20
15
Cannot rake migrate on OS X After New Install, Tons of Debugging
I''m getting ready to go to the Rails Studio in Pasadena next week. As
part of the prep for that event, I was instructed by the Pragmatic
guys to download and install a new Rails 1.0/Ruby 1.8.4 configuration
to my OS X 10.4.4 box. I did that three or four days ago. Ever since
then, I cannot run a rake migrate command successfully anywhere in my
Rails world. (Mind you,
2010 Dec 04
2
Re: Trouble with libgsm on Mac OS X 10.6.2
The only way I could get rid of the err for gsm on launch was to copy libgsm to my DDO folder, even those I use DYLD_FALLBACK_LIBRARY_PATH, and libgsm is in all of those locations.
Here's my launching script:
Code:
on run
--edit this to be the correct location and file to run (typically only edit after the "drive_c")
set toRun to
2010 Apr 28
1
Trying to get Rails working with Sybase ASE
.../1.8/gems/activerecord-2.3.5/lib/active_record/migration.rb:416:in
`get_all_versions''
c:/prg/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.5/lib/active_record/migration.rb:532:in
`migrated''
c:/prg/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.5/lib/active_record/migration.rb:441:in
`current_version''
c:/prg/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.5/lib/active_record/migration.rb:458:in
`migrate''
c:/prg/ruby/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/tasks/databases.rake:115:in
`detect''
c:/prg/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.5/lib/active_record/migration...
2007 Jan 30
1
Error message when building a package
...ter `m' in: -macosx_version_min
Usage: /usr/bin/libtool -static [-] file [...] [-filelist
listfile[,dirname]] [-arch_only arch] [-sacLT]
Usage: /usr/bin/libtool -dynamic [-] file [...] [-filelist
listfile[,dirname]] [-arch_only arch] [-o output] [-install_name name]
[-compatibility_version #] [-current_version #] [-seg1addr 0x#]
[-segs_read_only_addr 0x#] [-segs_read_write_addr 0x#] [-seg_addr_table
<filename>] [-seg_addr_table_filename <file_system_path>] [-all_load]
[-noall_load]
make: *** [roots.so] Error 1
chmod: /../myrlibrary/roots/libs/ppc/*: No such file or directory
ERROR: compilatio...
2015 Jan 08
3
Smbd dumps core while starting
Only looking for file server solution. export LIBPATH=/opt/samba/lib
/opt/samba/sbin/smbd ?D
cat smb.conf
[global]
security = ads
password server = *
workgroup = ABC.NET
username map = /etc/opt/samba/users.map
encrypt passwords = yes
client ntlmv2 auth = yes
client lanman auth = no
client plaintext auth = no
lanman auth = no
ntlm auth = no
server signing = auto
max protocol = SMB2
;Enter