search for: uninitialized

Displaying 20 results from an estimated 2776 matches for "uninitialized".

Did you mean: uninitialize
2008 Mar 07
1
Trouble with R CMD check
...king polymars.d from polymars.c gcc -Ic:/PROGRA~1/R/R-24~1.1/include -Wall -O2 -std=gnu99 -c hareall.c -o hareall.o hareall.c: In function `gremdim': hareall.c:2127: warning: unused variable `x' hareall.c: In function `compall': hareall.c:1656: warning: 'lala' might be used uninitialized in this function hareall.c: In function `newton': hareall.c:1876: warning: 'rall' might be used uninitialized in this function hareall.c: In function `search': hareall.c:646: warning: 'iloc' might be used uninitialized in this function hareall.c:646: warning: 'lloc'...
2012 May 21
2
Can't populate LDAP directory with smbldap-populate
...onfigured OpenLDAP, but when I try to populate LDAP directory I got the following error messages # smbldap-populate -a Administrator -g 10000 -l 11111 -r 10000 -u 10000 Populating LDAP directory for domain SYSADM (S-1-5-21-206255134-223837211-2022137911) (using builtin directory structure) Use of uninitialized value in concatenation (.) or string at /usr/sbin/smbldap-populate line 483, <DATA> line 303. Use of uninitialized value in string eq at /usr/sbin/smbldap-populate line 484, <DATA> line 303. entry already exist. Use of uninitialized value in concatenation (.) or string at /usr/sbin/smb...
2017 Mar 23
3
[PATCH] virtio_balloon: prevent uninitialized variable use
The latest gcc-7.0.1 snapshot reports a new warning: virtio/virtio_balloon.c: In function 'update_balloon_stats': virtio/virtio_balloon.c:258:26: error: 'events[2]' is used uninitialized in this function [-Werror=uninitialized] virtio/virtio_balloon.c:260:26: error: 'events[3]' is used uninitialized in this function [-Werror=uninitialized] virtio/virtio_balloon.c:261:56: error: 'events[18]' is used uninitialized in this function [-Werror=uninitialized] virtio/virtio...
2017 Mar 23
3
[PATCH] virtio_balloon: prevent uninitialized variable use
The latest gcc-7.0.1 snapshot reports a new warning: virtio/virtio_balloon.c: In function 'update_balloon_stats': virtio/virtio_balloon.c:258:26: error: 'events[2]' is used uninitialized in this function [-Werror=uninitialized] virtio/virtio_balloon.c:260:26: error: 'events[3]' is used uninitialized in this function [-Werror=uninitialized] virtio/virtio_balloon.c:261:56: error: 'events[18]' is used uninitialized in this function [-Werror=uninitialized] virtio/virtio...
2008 Jul 09
1
Help with installing add-on packages
...used gfortran -m32 -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c akima.new.f -o akima.new.o akima.new.f: In function ?sdplnl?: akima.new.f:1904: warning: ?zii1? may be used uninitialized in this function akima.new.f:1903: warning: ?y0? may be used uninitialized in this function akima.new.f:1903: warning: ?wt2? may be used uninitialized in this function akima.new.f:1903: warning: ?p50? may be used uninitialized in this function akima.new.f:1903: warning: ?p41? may be used uninitiali...
2008 Sep 18
2
Problem installing packages in newer versions of R
...used gfortran -m32 -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c akima.new.f -o akima.new.o akima.new.f: In function ?sdplnl?: akima.new.f:1904: warning: ?zii1? may be used uninitialized in this function akima.new.f:1903: warning: ?y0? may be used uninitialized in this function akima.new.f:1903: warning: ?wt2? may be used uninitialized in this function akima.new.f:1903: warning: ?p50? may be used uninitialized in this function akima.new.f:1903: warning: ?p41? may be used uninitiali...
2008 Apr 26
1
gem fetching error
...replicable when I try any ruby applications): # gem update --debug Exception `Errno::ENOENT'' at /usr/lib/ruby/site_ruby/1.8/rubygems/config_file.rb:51 - No such file or directory - /root/.gemrc Exception `NameError'' at /usr/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:145 - uninitialized constant Gem::Commands::BuildCommand Exception `NameError'' at /usr/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:145 - uninitialized constant Gem::Commands::CertCommand Exception `NameError'' at /usr/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:145 - uninitialized consta...
2006 Dec 14
2
Samba PDC with Ldap, problems after restart
...installed my Samba as a PDC with LDAP Backend, it worked fine, I was able to join the Domain with a Windows XP Client.But Today when i started the server, i can't join a domain anymore. I also can't add users to ldap anymore with smbldap-tools i always get this failure message: 3444 Use of uninitialized value in substitution (s///) at /usr/share/perl5/smbldap_tools.pm line 140, <CONFIGFI LE> line 217. 3445 Use of uninitialized value in substitution (s///) at /usr/share/perl5/smbldap_tools.pm line 140, <CONFIGFI LE> line 218. 3446 Use of uninitialized value in substitution (s///) at /us...
2016 Aug 19
2
can't build from source: error: template with C linkage
Hi All, Users have contacted me because they can not build MCMCglmm from source. All are using R 3.3.0 on various machines with different compilers gcc (Ubuntu 5.4.0-6ubuntu1~16.04.2) 5.4.0 g++ (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4 Mac OS X El Capitan (version/compiler unspecified) The issue seems to be with mixing C/C++ with the repeated error: /usr/include/c++/5/bits/cpp_type_traits.h:118:3:
2016 Aug 19
1
can't build from source: error: template with C linkage
...mm? successfully unpacked and MD5 sums checked > ** libs > gcc -I/usr/share/R/include -DNDEBUG??????-fpic??-g -O2 -fstack- > protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 -g??-O3 -Wall -pipe -pedantic -std=gnu99??-O3 > -pipe -std=gnu99 -Wno-maybe-uninitialized -Wno-unused-but-set- > variable -c cs_add.c -o cs_add.o > gcc -I/usr/share/R/include -DNDEBUG??????-fpic??-g -O2 -fstack- > protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 -g??-O3 -Wall -pipe -pedantic -std=gnu99??-O3 > -pipe -std=gnu99 -Wno-maybe-...
2004 Mar 26
1
Upgrading LDAP entries from 2.2.7 for Samba 3 not happening
...don't) So I try this [root@ldap /]# net getlocalsid bash: net: command not found So i can't get the SID from this machine. I decide to just make one up and try that. /convertSambaAccount --input=old.ldif --output new.ldif --changetype=modify --sid=S-1-0-0 I end up with this! Use of uninitialized value in concatenation (.) or string at /convertSambaAccount line 176, <GEN0> line 1008. Use of uninitialized value in concatenation (.) or string at /convertSambaAccount line 172, <GEN0> line 1009. Use of uninitialized value in concatenation (.) or string at /convertSambaAccount line 1...
2017 Mar 24
2
[PATCH] virtio_balloon: prevent uninitialized variable use
...id at redhat.com> wrote: > On 23.03.2017 16:17, Arnd Bergmann wrote: >> The latest gcc-7.0.1 snapshot reports a new warning: >> >> virtio/virtio_balloon.c: In function 'update_balloon_stats': >> virtio/virtio_balloon.c:258:26: error: 'events[2]' is used uninitialized in this function [-Werror=uninitialized] >> virtio/virtio_balloon.c:260:26: error: 'events[3]' is used uninitialized in this function [-Werror=uninitialized] >> virtio/virtio_balloon.c:261:56: error: 'events[18]' is used uninitialized in this function [-Werror=uninitiali...
2017 Mar 24
2
[PATCH] virtio_balloon: prevent uninitialized variable use
...id at redhat.com> wrote: > On 23.03.2017 16:17, Arnd Bergmann wrote: >> The latest gcc-7.0.1 snapshot reports a new warning: >> >> virtio/virtio_balloon.c: In function 'update_balloon_stats': >> virtio/virtio_balloon.c:258:26: error: 'events[2]' is used uninitialized in this function [-Werror=uninitialized] >> virtio/virtio_balloon.c:260:26: error: 'events[3]' is used uninitialized in this function [-Werror=uninitialized] >> virtio/virtio_balloon.c:261:56: error: 'events[18]' is used uninitialized in this function [-Werror=uninitiali...
2016 Aug 19
0
can't build from source: error: template with C linkage
...mm? ... ** package ?MCMCglmm? successfully unpacked and MD5 sums checked ** libs gcc -I/usr/share/R/include -DNDEBUG -fpic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O3 -Wall -pipe -pedantic -std=gnu99 -O3 -pipe -std=gnu99 -Wno-maybe-uninitialized -Wno-unused-but-set-variable -c cs_add.c -o cs_add.o gcc -I/usr/share/R/include -DNDEBUG -fpic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O3 -Wall -pipe -pedantic -std=gnu99 -O3 -pipe -std=gnu99 -Wno-maybe-uninitialized -Wno-unused-b...
2017 Mar 24
2
[PATCH] virtio_balloon: prevent uninitialized variable use
...23.03.2017 16:17, Arnd Bergmann wrote: > >>> The latest gcc-7.0.1 snapshot reports a new warning: > >>> > >>> virtio/virtio_balloon.c: In function 'update_balloon_stats': > >>> virtio/virtio_balloon.c:258:26: error: 'events[2]' is used uninitialized in this function [-Werror=uninitialized] > >>> virtio/virtio_balloon.c:260:26: error: 'events[3]' is used uninitialized in this function [-Werror=uninitialized] > >>> virtio/virtio_balloon.c:261:56: error: 'events[18]' is used uninitialized in this function [...
2017 Mar 24
2
[PATCH] virtio_balloon: prevent uninitialized variable use
...23.03.2017 16:17, Arnd Bergmann wrote: > >>> The latest gcc-7.0.1 snapshot reports a new warning: > >>> > >>> virtio/virtio_balloon.c: In function 'update_balloon_stats': > >>> virtio/virtio_balloon.c:258:26: error: 'events[2]' is used uninitialized in this function [-Werror=uninitialized] > >>> virtio/virtio_balloon.c:260:26: error: 'events[3]' is used uninitialized in this function [-Werror=uninitialized] > >>> virtio/virtio_balloon.c:261:56: error: 'events[18]' is used uninitialized in this function [...
2017 Mar 28
1
[PATCH] virtio_balloon: prevent uninitialized variable use
...e: > >> >>> The latest gcc-7.0.1 snapshot reports a new warning: > >> >>> > >> >>> virtio/virtio_balloon.c: In function 'update_balloon_stats': > >> >>> virtio/virtio_balloon.c:258:26: error: 'events[2]' is used uninitialized in this function [-Werror=uninitialized] > >> >>> virtio/virtio_balloon.c:260:26: error: 'events[3]' is used uninitialized in this function [-Werror=uninitialized] > >> >>> virtio/virtio_balloon.c:261:56: error: 'events[18]' is used uninitialized...
2017 Mar 28
1
[PATCH] virtio_balloon: prevent uninitialized variable use
...e: > >> >>> The latest gcc-7.0.1 snapshot reports a new warning: > >> >>> > >> >>> virtio/virtio_balloon.c: In function 'update_balloon_stats': > >> >>> virtio/virtio_balloon.c:258:26: error: 'events[2]' is used uninitialized in this function [-Werror=uninitialized] > >> >>> virtio/virtio_balloon.c:260:26: error: 'events[3]' is used uninitialized in this function [-Werror=uninitialized] > >> >>> virtio/virtio_balloon.c:261:56: error: 'events[18]' is used uninitialized...
2010 Nov 09
1
[LLVMdev] uninitialized value warnings: LLVMParser.cpp
...Parser.cpp for Release build /Volumes/Data/Users/kremenek/llvm/lib/AsmParser/LLParser.cpp: In member function ‘bool llvm::LLParser::ParseBr(llvm::Instruction*&, llvm::LLParser::PerFunctionState&)’: /Volumes/Data/Users/kremenek/llvm/lib/AsmParser/LLParser.cpp:3195: warning: ‘Op1’ may be used uninitialized in this function /Volumes/Data/Users/kremenek/llvm/lib/AsmParser/LLParser.cpp:3195: warning: ‘Op2’ may be used uninitialized in this function /Volumes/Data/Users/kremenek/llvm/lib/AsmParser/LLParser.cpp: In member function ‘bool llvm::LLParser::ParseInvoke(llvm::Instruction*&, llvm::LLParser::P...
2006 Apr 15
1
logwatch from cronjob
Hello, the last 2-3 days i have a saden problem with logwatch wich i call through a cron job. when i ran the cronjob i get this continues error for the script : ---- Use of uninitialized value in concatenation (.) or string at /etc/log.d/scripts/shared/applystddate line 43, <STDIN> line 26062. Use of uninitialized value in concatenation (.) or string at /etc/log.d/scripts/shared/applystddate line 43, <STDIN> line 26062. Use of uninitialized value in concatenation (.)...