Displaying 20 results from an estimated 300 matches similar to: "Learning to build applications"
2012 Oct 31
1
Strange compiling behaviour
Compiling this little function gets me some strange behaviour
.initDataDir <- function(){
if(file.exists(LOCATION)) {
if(as.logical(file.info(LOCATION)["isdir"]))return
stop(LOCATION, " exists but is not a directory")
}
Z <- dir.create(LOCATION)
if(!Z){
stop(geterrmessage())
## stop("Juggel")
}
return(Z)
}
> .initDataDir <-
2007 Jul 13
0
KWD crashes when opening OOo
Hello,
KWD crashes almost regularly when trying to start OpenOffice.org. I've
attached two output files from valgrind to this e-mail (as suggested by David
Reveman in another mail 11.7):
Use something like:
valgrind --tool=memcheck kde-window-decorator ....
I'm using Trevino's git version of Compiz in up-to-date Kubuntu Feisty system.
Compiz version is
2019 Sep 02
0
nextcloud-client currently not installable from EPEL in CentOS7
Dear all,
after enabling the EPEL repository,
[root at localhost ~]# yum install nextcloud-client
in a freshly installed and updated CentOS 7.6 machine gives
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: centos.bio.lmu.de
* epel: ftp.uni-stuttgart.de
* extras: centos.schlundtech.de
* updates: mirror1.hs-esslingen.de
Resolving Dependencies
2020 Nov 18
0
CESA-2020:5021 Moderate CentOS 7 qt5-qtbase Security Update
CentOS Errata and Security Advisory 2020:5021 Moderate
Upstream details at : https://access.redhat.com/errata/RHSA-2020:5021
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
05b12f50d113b0a0d5208b907519a36a79df62b2d79ddbb1d4019332f3d7ff39 qt5-qtbase-5.9.7-5.el7_9.i686.rpm
2020 Feb 23
1
SQL modeling tool for CentOS 7
On 02/20/2020 05:18 PM, Liam O'Toole wrote:
> On Thu, 20 Feb, 2020 at 16:36:51 -0500, H wrote:
>> On 02/16/2020 10:47 PM, Bee.Lists wrote:
>>> Sequel ORM
>>>
>>>
>>>> On Feb 16, 2020, at 7:28 PM, H <agents at meddatainc.com> wrote:
>>>>
>>>> I am looking for an open-source SQL modeling tool to use with MySQL, MariaDB
2004 Nov 24
2
an R function to search on Prof. Baron's site
Inspired by the functions that Barry Rawlingson and Dave Forrest posted for
searching Rwiki and R-help archive, I've made up a function that does the
search on Prof. Baron's site (Thanks to Prof. Baron's help on setting up the
query string!):
RSiteSearch <- function(string, restrict="Rhelp", format="long",
sortby="score",
2004 Dec 23
1
searching Jonathan Baron's R Site
First, my site will be down December 27-28 because of a network
upgrade at Penn. It will also be down at least one day before
that, while I upgrade the operating system. (And another day
some time in January because of a planned power outage.)
Second, I have replaced the search engine in my R site:
http://finzi.psych.upenn.edu/
I am now using Namazu instead of HtDig. The direct link to the
2020 Apr 21
2
CentOS repo question
Hi All,
I've just installed a test laptop with CentOS Stream 8.1.
I notice that the default install has both CentOS-Base and
CentOS-Base-Appstream repos enabled. Is that necessary, or should I
just have the Appstream repos enabled.
The reason I'm asking is because I'm having trouble updating the
installation. The problem seems to be some installed rpms seem to
depend on updates from
2020 Apr 22
0
CentOS repo question
On 4/21/20 2:09 PM, Tony Molloy wrote:
>
> Hi All,
>
> I've just installed a test laptop with CentOS Stream 8.1.
>
> I notice that the default install has both CentOS-Base and
> CentOS-Base-Appstream repos enabled. Is that necessary, or should I
> just have the Appstream repos enabled.
>
> The reason I'm asking is because I'm having trouble updating
2020 Apr 23
0
CentOS repo question
On 4/22/20 9:38 AM, Tony Molloy wrote:
> On Wed, 2020-04-22 at 08:25 -0500, johnny at centos.org wrote:
>> EXTERNAL EMAIL: This email originated from outside of the University
>> of Limerick. Do not click on links or open attachments unless you
>> recognize the sender's email address and know the content is safe.
>
>
>
>> On 4/21/20 2:09 PM, Tony Molloy
2020 Apr 22
2
CentOS repo question
On Wed, 2020-04-22 at 08:25 -0500, johnny at centos.org wrote:
> EXTERNAL EMAIL: This email originated from outside of the University
> of Limerick. Do not click on links or open attachments unless you
> recognize the sender's email address and know the content is safe.
> On 4/21/20 2:09 PM, Tony Molloy wrote:
> >
> > Hi All,
> >
> > I've just
2006 Jun 29
1
write.table does not quote col.names properly (PR#9044)
Full_Name: Michael Toews
Version: 2.3.1
OS: Mac OS 10.4.6 and WinXP/SP2
Submission from: (NULL) (24.80.163.133)
This bug also affects related functions (write.csv, etc.), and can be
demonstrated using either a matrix or data frame:
m <- matrix(1:9,nrow=3,
dimnames=list(c("A","B","C"),
c("I","II","III")))
2014 Oct 26
1
Update from 6.5 to 6.6 breaks epel qt5
Just a heads up, if anyone is doing QT development with the EPEL
RPMs, the update from RHEL 6.5 to 6.6 breaks the current qt5 RPMS.
In fact, I had to uninstall qt5 to perform the update.
I've submitted a bug report upstream, so hopefully it'll get resolved
before too much longer. In the interim, you either get to update,
or you get to stop your qt5 development ...
2020 Jan 16
0
CentOS 8: several packages have unresolved dependencies after "dnf update all "
Philippe,
What's the output with '--allowerasing' switch?
We are experiencing a similar issue, dnf update:
...
Problem 53: problem with installed package
perl-Encode-devel-4:2.97-3.el8.x86_64
- package perl-Encode-devel-4:2.97-3.el8.x86_64 requires
perl-Encode(x86-64) = 4:2.97-3.el8, but none of the providers can be
installed
- package perl-Encode-4:2.97-3.el8.x86_64 requires
2007 Aug 13
0
[PATCH] Add _display when it's not a screen specific setting.
---
settings-backend/kconfig_backend.cpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/settings-backend/kconfig_backend.cpp b/settings-backend/kconfig_backend.cpp
index 196ed03..073da47 100644
--- a/settings-backend/kconfig_backend.cpp
+++ b/settings-backend/kconfig_backend.cpp
@@ -484,6 +484,8 @@ readSetting (CCSContext *c,
group += "_screen";
group +=
2020 Jan 16
2
CentOS 8: several packages have unresolved dependencies after "dnf update all "
All,
While updating my package using dnf update all I allow dnf to clean some
package with unresolved dependencies.
I would like to reinstall some of them but got an error message "but none
of the providers can be installed" during the install process as dnf is
trying to install the dependencies.
.
This happens for some critical package like boost-openmpi-devel (see
below for
2014 Jun 18
0
transmission-2.82-1.el6 with qt5 frontend
Build with qt5 (from epel) & devtoolset-2
Sources:
------------
transmission-2.82-1.el6.src.rpm
https://drive.google.com/file/d/0B9RlkKQB1POScXlWU3M5cE5QVW8/edit?usp=sharing
libevent2-2.0.21-1.el6.src.rpm
https://drive.google.com/file/d/0B9RlkKQB1POSbUNPQmNoTDRXdmM/edit?usp=sharing
Binaries:
-----------
https://drive.google.com/file/d/0B9RlkKQB1POSQ2Q2T3dHbEt3enM/edit?usp=sharing
2020 Jan 16
2
CentOS 8: several packages have unresolved dependencies after "dnf update all "
Just as a followup even g++ is broken:
[piot at paris ~]$ g++
bash: g++: command not found...
Install package 'gcc-c++' to provide command 'g++'? [N/y] y
* Waiting in queue...
The following packages have to be downgraded:
cpp-8.2.1-3.5.el8.x86_64 The C Preprocessor
glibc-2.28-42.el8.1.i686 The GNU libc libraries
glibc-2.28-42.el8.1.x86_64 The GNU libc libraries
2019 May 18
1
CentOS 6/EPel: Missing EPel package?
The EPel repo has a *nearly* complete collection of QT5 packages. One
important one that *seems* to be missing: qmake.
There does not seem to be a package containing qmake in the collection of QT5
packages for CentOS 6!
I guess I can find the source code and build it (somehow)...
--
Robert Heller -- 978-544-6933
Deepwoods Software -- Custom Software Services
2015 Feb 07
4
[Bug 89019] New: Black texture using Qt5
https://bugs.freedesktop.org/show_bug.cgi?id=89019
Bug ID: 89019
Summary: Black texture using Qt5
Product: Mesa
Version: 10.4
Hardware: x86 (IA32)
OS: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at