I have changed
the file provamod.o into the library libprovamod.a by means of the command
ar rcs libprovamod.a provamod.o
Then I gave the command
f2py -c -I$(pwd) -L$(pwd) -m prova provasub.f90 -lprovamod
python3
Python 3.12.4 (main, Jul 15 2024, 12:17:32) [GCC 13.3.0] on linux
Type "help"
Package: python3-numpy
Version: 1:1.26.4+ds-11
Severity: normal
X-Debbugs-Cc: stefanosimonucci@alice.it
Dear Maintainer,
I use f2py to use fortran subroutines from python scripts. With meson backend
I am having problems, when I link object files to create extension modules.
I report the fol
Package: src:linux
Version: 6.1.4-1
Severity: normal
X-Debbugs-Cc: stefanosimonucci@alice.it
Dear Maintainer,
The package linux-image-6.1.0-1-amd64 with linux-headers-6.1.0-1-amd64 can't be
configured on my system. I must boot the previous kernel.
I get:
stefano@debsim:~$ sudo apt install
With the driver nouveau instead of nvidia lyx is working also in the
mate (or gnome) environment.
Stefano
On 22/01/23 20:04, Dr. Tobias Quathamer wrote:
control: tag -1 unreproducible
control: severity -1 important
Am 20.01.23 um 15:21 schrieb Stefano Simonucci:
I get the following messages
OK. However I would like to point out that even the version flagged as
bad works fine with the xfce desktop environment.
Stefano
On 22/01/23 20:04, Dr. Tobias Quathamer wrote:
control: tag -1 unreproducible
control: severity -1 important
Am 20.01.23 um 15:21 schrieb Stefano Simonucci:
I get
must downgrade also these packages!
Stefano
On 20/01/23 11:42, Pavel Sanda wrote:
On Fri, Jan 20, 2023 at 11:28:31AM +0100, Stefano Simonucci wrote:
I have updated the whole system. Do I try reinstalling lyx 2.3.6?
If it's in your capabilities to build 2.3.6 on your own that would help.
After the reinstallation (without downgrade of other packages) Lyx 2.3.6
presents no problems. It is perfectly working.
Stefano
On 20/01/23 11:21, Pavel Sanda wrote:
On Fri, Jan 20, 2023 at 11:13:31AM +0100, Stefano Simonucci wrote:
After the last upgrade of the package, the lyx editor is
I have updated the whole system. Do I try reinstalling lyx 2.3.6?
Stefano
On 20/01/23 11:21, Pavel Sanda wrote:
On Fri, Jan 20, 2023 at 11:13:31AM +0100, Stefano Simonucci wrote:
After the last upgrade of the package, the lyx editor is broken.
Just to be sure:
1) it worked correcly with
Package: lyx
Version: 2.3.7-1
Severity: grave
Justification: renders package unusable
X-Debbugs-Cc: stefanosimonucci@alice.it
Dear Maintainer,
After the last upgrade of the package, the lyx editor is broken. The lyx window
seems normal, but when I enter the menus, the writing disappears or m
Package: src:linux
Version: 6.0.12-1
Severity: critical
Justification: breaks the whole system
Dear Maintainer,
in the last upgrade I got this errors:
Building module:
Cleaning build area...
make -j8 KERNELRELEASE=6.0.0-6-amd64 all
KERNEL_SRC=/lib/modules/6.0.0-6-amd64/build...(bad exit status:
Package: nvidia-legacy-check
Version: nvidia-legacy-check_440.64-1_amd64.deb
Severity: normal
Tags: a11y
Dear Maintainer,
when I try to install the package nvidia-legacy-check (in order to install
nvidia-cuda-toolkit) I get the
following message:
*** The following unsupported devices are presen
to 'pulseaudio: none'
Gathering additional data, this may take a while...
Saving a backup of the report at
/tmp/reportbug-pulseaudio-backup-20180923-26626-vhrec7u6
Content-Type: multipart/mixed;
boundary="===4203183423536206172=="
MIME-Version: 1.0
From: Stefano Simonucci
Package: pavucontrol
Version: 3.0-4
Severity: important
Dear Maintainer,
I have in my computer two Audio boards:
$ lspci | grep -e Audio
00:1b.0 Audio device: Intel Corporation 9 Series Chipset Family HD Audio
Controller
01:00.1 Audio device: NVIDIA Corporation Device 0fbc (rev a1)
but I
Package: nvidia-cuda-toolkit
Version: 9.2.148-1
Severity: important
Dear Maintainer,
I can't compile a very simple program
#include
#define NQ 100
#define PI 3.14159265358979323848
#include
// For the CUDA runtime routines (prefixed with "cuda_")
#include
#include
/**
* Host main ro
difficulty if I
change the format of the graphic with ps2pdf.
The command dmesg show the following message
[13803.307651] evince[5374]: segfault at 7f5c85737cd0 ip 7f5ca85443f5 sp
7ffcf23e8780 error 4 in libpixman-1.so.0.32.6[7f5ca84f3000+a5000]
Thank you
Stefano Simonucci
-- System
Package: evolution
Version: 2.30.3-1
Severity: important
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US,
On Thu, 2010-04-08 at 11:01 -0400, Camm Maguire wrote:
> Greetings! This should be closed in -7 -- I'd appreciate it if you
> could check it out. Thanks again for your report!
>
OK. I have checked the updated package and it works.
Thank you very much.
Best regards
Ste
Package: axiom
Version: 20091101-6
Severity: normal
I start axiom from a terminal window. Apparently the program start.
A HyperDoc window is too started. Nevertheless I can't perform any
symbolic operation. For example if I use an example of the Documentation
I get the following result
(1) ->
Package: gfortran-4.4
Version: 4.4.3-3
Severity: important
Tags: l10n
I have compiled the following fortran 95 program
program test
double precision a(1000)
a(1)=1
write(6,*) a(1)
stop
end
with the command
gfortran -fopenmp
and I get the following error message (If I try to e
Finally I have installed the gcc-snapshot 20091228-2
and I have compiled the test.f but I get a segmentation fault.
stef...@debsim2:~/prova$ /usr/lib/gcc-snapshot/bin/gfortran -fopenmp -o
test test.f
stef...@debsim2:~/prova$ ./test
Segmentation fault
Thanks and best regards
Stefano Sim
Package: gfortran-4.4
Version: 4.4.1-6
Severity: important
I have used gfortran-4.4 to compile various fortran programs. The programs run
correctly without
the -fopenmp flag. If I compile these programs with gfortran-4.2 and with the
flag -fopenmp,
the programs run correctly. Nevertheless, if
On Wed, 2009-08-26 at 20:25 +0200, Gonéri Le Bouder wrote:
>
> I can't reproduct that here with the same version of extremetuxracer. Can
> you try to reinstall extremetuxracer-data?
>
> Best regards,
>
> Gonéri Le Bouder
>
> $ ls
> /usr/share/games/extremetuxracer/courses/events/d-niehoff_e
Package: extremetuxracer
Version: 0.4-2
Severity: normal
If I choose the Challenge One race in the Practice menu I don't meet errors,
but if
I choose the menu
Enter a campaign -> The Niehoff Experience (campaign) -> The Final Challenge
(cup)
I get an error in the first race "Challenge One".
Th
On Sat, 2009-08-22 at 13:45 +0100, Steve Cotton wrote:
> Hi Stefano,
>
> Please try adding
> Option "ModeValidation" "NoXServerModes"
> to the Screen section of /etc/X11/xorg.conf
>
> It's an Nvidia-only option documented in
> /usr/share/doc/nvidia-glx/README.txt.gz
>
>
> (Pleas
Package: extremetuxracer
Version: 0.4-2
Severity: grave
Justification: renders package unusable
If I try to star etracer I get a black screen. The desktop is frozen.
I must restart the X-server again to do anything.
Maybe the problem is in the 3D-acceleration.
My graphic card is a nvidia GeFor
Package: gfortran
Version: 4:4.3.1-2
Severity: normal
A program compiled with the option -fopenmp does not run. It simply
gives a segmentation fault. If the program is compiled without the
-fopenmp option, it runs without errors.
The program (called prov.f90) is the following
PROGRAM ELMAT
IM
Package: cupsys
Version: 1.3.5-1+b1
Severity: important
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.20 (SMP w/2 CPU cores)
Locale:
Package: libgsl0
Version: 1.1.1-1
Severity: important
I have a program that use the runge-kutta 4th order implicit method with
variable step. Today I have upgraded libgsl0 and libgsl0-dev and the
execution of my program is slowed down. It seems that the number of step
(in the runge-kutta method) i
28 matches
Mail list logo