[Bug 455122] Re: gcc chokes under Karmic's smbfs

2021-03-09 Thread Matthias Klose
closing this as wont fix. karmic is EOL. Feel free to reopen if that's till seen with 20.04 LTS. ** Changed in: gcc-defaults (Ubuntu) Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 455122] Re: gcc chokes under Karmic's smbfs

2012-06-10 Thread Jose E Diaz
This kept happening to me so what i did was i wrote a script that moved the source code to the tmp directory and compiled it to the shared directory so it could be access in the network. I do hope gcc adds large file support =(. -- You received this bug notification because you are a member of Ub

[Bug 455122] Re: gcc chokes under Karmic's smbfs

2011-07-29 Thread Martin Pool
** Description changed: I'm guessing that this is a gcc problem (both gcc-4.3 and gcc-4.4) that's exposed by the latest samba/cifs code in Karmic, but maybe this is a samba problem, or maybe something else. I can't seem to run gcc in a samba-mounted directory under Karmic (up to date

[Bug 455122] Re: gcc chokes under Karmic's smbfs

2010-03-24 Thread Thomas Ibbotson
** Changed in: gcc-defaults (Ubuntu) Status: New => Confirmed -- gcc chokes under Karmic's smbfs https://bugs.launchpad.net/bugs/455122 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

[Bug 455122] Re: gcc chokes under Karmic's smbfs

2009-12-09 Thread darteaga
Closely related to: https://bugs.launchpad.net/archlinux/+source/samba/+bug/406466 -- gcc chokes under Karmic's smbfs https://bugs.launchpad.net/bugs/455122 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubu

[Bug 455122] Re: gcc chokes under Karmic's smbfs

2009-12-04 Thread rodrifra
That solved the problem here too. -- gcc chokes under Karmic's smbfs https://bugs.launchpad.net/bugs/455122 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.co

[Bug 455122] Re: gcc chokes under Karmic's smbfs

2009-12-03 Thread rogmorri
Hooray, I can switch to Karmic now. :) IMHO, I still think gcc should be built with large-file support. -- gcc chokes under Karmic's smbfs https://bugs.launchpad.net/bugs/455122 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubunt

[Bug 455122] Re: gcc chokes under Karmic's smbfs

2009-12-01 Thread Scott Wills
I changed my fstab entry to add "noserverino" (I already had "nounix") and I can now run gcc on networked file server. I also saw this advice in the following thread; a kernel bug is mentioned. http://ubuntuforums.org/showthread.php?t=1312192 -- gcc chokes under Karmic's smbfs https://bugs.laun

[Bug 455122] Re: gcc chokes under Karmic's smbfs

2009-12-01 Thread vmappel
Add noserverino option to share declaration. It should be there by default but explicit specification fixed the problem. -- gcc chokes under Karmic's smbfs https://bugs.launchpad.net/bugs/455122 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 455122] Re: gcc chokes under Karmic's smbfs

2009-12-01 Thread mikestir
I believe I saw the same problem trying to load a capture file into Wireshark from a CIFS share as well. -- gcc chokes under Karmic's smbfs https://bugs.launchpad.net/bugs/455122 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu

[Bug 455122] Re: gcc chokes under Karmic's smbfs

2009-12-01 Thread darteaga
Same problem here. Many programs don't work over a cifs share (e.g., latex, octave, gedit). Makes cifs shares useless for other purposes than archiving. -- gcc chokes under Karmic's smbfs https://bugs.launchpad.net/bugs/455122 You received this bug notification because you are a member of Ubuntu

[Bug 455122] Re: gcc chokes under Karmic's smbfs

2009-11-30 Thread rogmorri
** Tags added: gcc samba -- gcc chokes under Karmic's smbfs https://bugs.launchpad.net/bugs/455122 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

[Bug 455122] Re: gcc chokes under Karmic's smbfs

2009-11-30 Thread Pierre
same problem -- gcc chokes under Karmic's smbfs https://bugs.launchpad.net/bugs/455122 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/ub

[Bug 455122] Re: gcc chokes under Karmic's smbfs

2009-11-24 Thread ana
I purged karmics samba 3.4.0 and installed samba 3.2.2 I used in Jaunty (which worked just fine). I also tried older gcc. Same problem still occurs in both cases. I'm still a rookie with linux, but I think I got it right. -- gcc chokes under Karmic's smbfs https://bugs.launchpad.net/bugs/455122 Y

[Bug 455122] Re: gcc chokes under Karmic's smbfs

2009-11-18 Thread rogmorri
I just installed some recent Samba updates, but it seems they aren't related to this issue. The problem still happens... r...@hina:/c/Temp/y$ gcc ./grape.c cc1: error: ./grape.c: Value too large for defined data type -- gcc chokes under Karmic's smbfs https://bugs.launchpad.net/bugs/455122 You

[Bug 455122] Re: gcc chokes under Karmic's smbfs

2009-11-05 Thread rogmorri
I added a bit of instrumentation to libcpp/files.c (where the error happens) and observed that the size of st_ino in struct stat is 4. This indicates that the cpp1 program wasn't built with -D_FILE_OFFSET_BITS=64. I may well not have built cpp1 the same way it's built in Karmic, but in my ca

[Bug 455122] Re: gcc chokes under Karmic's smbfs

2009-11-01 Thread Scott Wills
same problem, file server is D-Link DNS-321 -- gcc chokes under Karmic's smbfs https://bugs.launchpad.net/bugs/455122 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

[Bug 455122] Re: gcc chokes under Karmic's smbfs

2009-11-01 Thread mikestir
In my case the server is Ubuntu 8.04.3, Samba 3.0.28a-1ubuntu4.8 -- gcc chokes under Karmic's smbfs https://bugs.launchpad.net/bugs/455122 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.ubu

[Bug 455122] Re: gcc chokes under Karmic's smbfs

2009-11-01 Thread mikestir
Same problem. Also affects avr-gcc using the same test code as the OP. -- gcc chokes under Karmic's smbfs https://bugs.launchpad.net/bugs/455122 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 455122] Re: gcc chokes under Karmic's smbfs

2009-10-30 Thread thinker0
same problem -- gcc chokes under Karmic's smbfs https://bugs.launchpad.net/bugs/455122 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/ub

[Bug 455122] Re: gcc chokes under Karmic's smbfs

2009-10-21 Thread rogmorri
Probably unrelated, but the system under test was an Aspire Acer One 110-1722. ** Summary changed: - gcc chokes on huge st_ino values. + gcc chokes under Karmic's smbfs -- gcc chokes under Karmic's smbfs https://bugs.launchpad.net/bugs/455122 You received this bug notification because you are a