[Bug 778997] Re: Malformed result expressions shown when working with complex numbers

2011-05-07 Thread Miguel Franco Martínez
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/778997

Title:
  Malformed result expressions shown when working with complex numbers

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 778997] [NEW] Malformed result expressions shown when working with complex numbers

2011-05-07 Thread Miguel Franco Martínez
Public bug reported:

Binary package hint: gcalctool

When showing the result of operations (complex numbers), if the real
part and the imaginary part are both positive, i.e. 5+7i, for example,
the result shown is 57i.

Other example: 5+8i + i = 59i, when 5+9i must be shown. When one of both
of the parts are negative, the result is OK. And if the result has two
or more digits, the result is OK too...

I think something strange is happening when trying to print the result
(do printf() or similar) in the program

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: gcalctool 6.0.1~git20110421-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
Date: Sat May  7 13:21:51 2011
ExecutablePath: /usr/bin/gcalctool
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
ProcEnviron:
 LANGUAGE=es_ES:en
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: gcalctool
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gcalctool (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug apport-lpi natty running-unity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/778997

Title:
  Malformed result expressions shown when working with complex numbers

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 682752] Re: dvi with .eps - either crashes (on startup) or images aren't displayed

2010-12-01 Thread Miguel Franco Martínez
The same happens to me. It occur when opening DVI files, PS and PDF ok.
It doesn't render EPS images because of some type of issue and provokes
crash with SIGSEGV.

-- 
dvi with .eps - either crashes (on startup) or images aren't displayed
https://bugs.launchpad.net/bugs/682752
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 577881] Re: gcc does not compile under ubuntu 10.04

2010-05-21 Thread Miguel Franco Martínez
The error is independent of:

* The machine architecture
* The partition format (unless extX)
* The way of compiling

-- 
gcc does not compile under ubuntu 10.04
https://bugs.launchpad.net/bugs/577881
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577881] Re: gcc does not compile under ubuntu 10.04

2010-05-21 Thread Miguel Franco Martínez
The error is independent of:

* The machine architecture
* The partition format (unless extX)
* The way of compiling

** Changed in: gcc-defaults (Ubuntu)
   Status: Confirmed => New

** Changed in: gcc-defaults (Ubuntu)
 Assignee: (unassigned) => Bug Management Team (bugmanagement)

** Changed in: gcc-defaults (Ubuntu)
 Assignee: Bug Management Team (bugmanagement) => Ubuntu Development Team 
(ubuntu-dev)

** Changed in: gcc-defaults (Ubuntu)
 Assignee: Ubuntu Development Team (ubuntu-dev) => (unassigned)

-- 
gcc does not compile under ubuntu 10.04
https://bugs.launchpad.net/bugs/577881
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577881] Re: gcc does not compile under ubuntu 10.04

2010-05-15 Thread Miguel Franco Martínez
I wish this clue could help developers to solve the problem.

After several checks, I realized that gcc does not compile any code when
compiling from any source (hard disk, virtual machines...) if the disk
where the code is stored or the virtual machine is stored is NTFS-
formatted.

Compiling my code in the native linux partition (ext4) gives as result a
successful compile.

So the problem is something related to NTFS partitions/drives. Please,
it could be great if someone can solve this problem as soon as possible.

-- 
gcc does not compile under ubuntu 10.04
https://bugs.launchpad.net/bugs/577881
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577881] Re: gcc does not compile under ubuntu 10.04

2010-05-09 Thread Miguel Franco Martínez
** Changed in: gcc-defaults (Ubuntu)
   Status: New => Confirmed

-- 
gcc does not compile under ubuntu 10.04
https://bugs.launchpad.net/bugs/577881
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577881] Re: gcc does not compile under ubuntu 10.04

2010-05-09 Thread Miguel Franco Martínez

** Attachment added: "Example of C code I was trying to compile"
   http://launchpadlibrarian.net/48141908/gestor_snmp.c

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/48139842/Dependencies.txt

-- 
gcc does not compile under ubuntu 10.04
https://bugs.launchpad.net/bugs/577881
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577881] [NEW] gcc does not compile under ubuntu 10.04

2010-05-09 Thread Miguel Franco Martínez
Public bug reported:

No way to compile almost anything when the source file to compile is
stored on a NTFS drive or partition. This bug is new in this version of
Ubuntu, in previous versions that problem did not occur. When compiling
from the linux partition, where Ubuntu is installed (ext4), no problem
at all.

Architecture: amd64
OS: Ubuntu 10.04 LTS

When I was compiling:
$ gcc -Wall -g gestor_paquetes.c -o gestor_paquetes

This was the output:
/usr/bin/ld: final link failed: Operation not supported
collect2: ld returned 1 exit status

More data:
This command line:
$ gcc -Wall -g -c gestor_paquetes.c

Gives this output:
/tmp/ccnw021s.s: Assembler messages:
/tmp/ccnw021s.s:1480: Fatal error: can't write gestor_snmp.o: Operation not 
supported
/tmp/ccnw021s.s:1480: Fatal error: can't close gestor_snmp.o: Operation not 
supported

And I am the owner of /tmp folder and the folder where the source code
is stored.

What is happening?

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gcc 4:4.4.3-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
Date: Sun May  9 17:33:41 2010
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
ProcEnviron:
 LANG=es_ES.utf8
 SHELL=/bin/bash
SourcePackage: gcc-defaults

** Affects: gcc-defaults (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
gcc does not compile under ubuntu 10.04
https://bugs.launchpad.net/bugs/577881
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 316450] Re: suspension, hibernation and shutdown fail, reboot ok

2010-04-17 Thread Miguel Franco Martínez
That bug depends on the laptop. I have bought a new one because it was
more expensive to repair the old one than to buy a new one. Different
brand (Toshiba) and different behaviour: not problems at all in Ubuntu
9.10. So, now we know that Packard Bell was absorbed by Acer, we can
consider not to buy Acer or Packard Bell computers nor laptops to avoid
known problems.

** Changed in: ubuntu
   Status: Confirmed => Fix Committed

** Changed in: ubuntu
   Status: Fix Committed => Invalid

-- 
suspension, hibernation and shutdown fail, reboot ok
https://bugs.launchpad.net/bugs/316450
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 350847] Re: [Packard Bell BV EasyNote_BG46-T-001RU] suspend/resume failure

2009-10-31 Thread Miguel Franco Martínez
Architecture: i386
Distro: Ubuntu 9.10 final release
I close the laptop and then when I open it after to go on working Linux 
crashes, it does not wake up from the previous state.

-- 
[Packard Bell BV EasyNote_BG46-T-001RU] suspend/resume failure
https://bugs.launchpad.net/bugs/350847
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 450569] Re: package openoffice.org-emailmerge 1:3.0.1-9ubuntu3.1 failed to install/upgrade:

2009-10-31 Thread Miguel Franco Martínez
It is like if the installation process forces to install these packages
repeatedly

-- 
package openoffice.org-emailmerge 1:3.0.1-9ubuntu3.1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/450569
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 278807] Re: package cmake 2.6.0-4ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2009-01-22 Thread Miguel Franco Martínez
Both i386 and x86_64 architectures.

-- 
package cmake 2.6.0-4ubuntu2 failed to install/upgrade: subprocess 
post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/278807
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 316450] [NEW] suspension, hibernation and shutdown fail, reboot ok

2009-01-12 Thread Miguel Franco Martínez
Public bug reported:

I am using Ubuntu 8.10, x86_64 architecture (amd64).
This problem is not only problem of Ubuntu 8.10, it is also a problem of Ubuntu 
8.04, 7.10 and 7.04, at least.
I am using a Packard Bell (Easynote) laptop computer.
When I shutdown or hibernate the laptop, it says that is (maybe) something 
wrong with usb, it sends the power-down signal but it does not switch off. I 
have to do it manually.
When I try to suspend it, it does not suspend correctly, it stops working at 
all (blocked), I have to switch off, reboot and 
fsck starts working.
Besides, when I leave my computer some time (15 or 20 minutes with the 
screensaver), it hangs out (no reactions to anything), and I have to reboot 
uncleanly, so I decided to turn off the screensaver.
Is there any solution?

** Affects: ubuntu
 Importance: Undecided
 Status: Confirmed

** Changed in: ubuntu
   Status: New => Confirmed

-- 
suspension, hibernation and shutdown fail, reboot ok
https://bugs.launchpad.net/bugs/316450
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 294636] Re: java - locking assertion failure

2008-11-06 Thread Miguel Franco Martínez
I don't think so, because Matlab is working perfectly under Windows and other 
non-Debian Linux distributions. I think the problem is from one or some of the 
Java packages of the distribution.
Besides, I think Java packages have never run very well in these last versions 
of Ubuntu...

-- 
java - locking assertion failure
https://bugs.launchpad.net/bugs/294636
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 294641] [NEW] firefox - we can not write a message using hotmail

2008-11-06 Thread Miguel Franco Martínez
Public bug reported:

I am using Ubuntu 8.10, Firefox 3.0.3.
Microsoft changed Hotmail e-mail system some days ago. Before, all was all 
right. But, in fact, after these changes, Microsoft tells us that the web 
explorer is not up-to-date, and recommends updating it with a link provided by 
them. I found out that the web explorer version is the latest, and when I want 
to write an e-mail message to anybody, I can not write anything nor attach 
anything to the message, so it is impossible to do what I wanted.
Besides, using Firefox under Windows, all works perfectly.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
firefox - we can not write a message using hotmail
https://bugs.launchpad.net/bugs/294641
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 294636] Re: java - locking assertion failure

2008-11-06 Thread Miguel Franco Martínez

** Attachment added: "Script in shell used to stop the message"
   http://launchpadlibrarian.net/19423066/arregla_matlab.sh

-- 
java - locking assertion failure
https://bugs.launchpad.net/bugs/294636
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 294636] [NEW] java - locking assertion failure

2008-11-06 Thread Miguel Franco Martínez
Public bug reported:

This bug is similar to #234203
I am using Ubuntu 8.10.
When running Matlab R2008a, firstly appeared the same message that the one 
described in #234203. After having run the script in shell attached to this 
report, the message suddenly disappeared, and I thought that everything was 
going to be all right, but some functions of Matlab that require non-basic 
functions of Java, like Simulink (it works badly), do not work.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
java - locking assertion failure
https://bugs.launchpad.net/bugs/294636
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs