[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.launchpad.net/bugs/455122

Title:
  gcc chokes under Karmic's smbfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/455122/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/455122

Title:
  gcc chokes under Karmic's smbfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/455122/+subscriptions

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


[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 as of 2009-10-18), but this was okay in 9.04 Ubuntu
  
  rsm@hina:/c/Temp/y$ mount | grep cifs
  //1USL13385/C on /c type cifs (rw,mand)
  rsm@hina:/c/Temp/y$ cat grape.c
  int main() { return 0; }
  rsm@hina:/c/Temp/y$ gcc grape.c
  cc1: error: grape.c: Value too large for defined data type
- rsm@hina:/c/Temp/y$ 
- 
+ rsm@hina:/c/Temp/y$
  
  The problem seems to happen in cc1.I tried this with strace in
-   - Karmic, local mount
-   - Karmic, cifs mount
-   - 9.04, cifs mount
+   - Karmic, local mount
+   - Karmic, cifs mount
+   - 9.04, cifs mount
  and the only obvious difference I notice is the huge inode number in the 
Karmic/cifs combination...
  
  # on local mount...
  19665 open("grape.c", O_RDONLY|O_NOCTTY) = 3
  19665 fstat64(3, {st_dev=makedev(8, 1), st_ino=15333, st_mode=S_IFREG|0755, 
st_nlink=1, st_uid=3872, st_gid=1000, st_blksize=4096, st_blocks=8, st_size=25, 
st_atime=2009/10/18-22:53:16, st_mtime=2009/10/18-19:00:51, 
st_ctime=2009/10/18-22:53:04}) = 0
  19665 read(3, "int main() { return 0; }\n", 25) = 25
  19665 close(3)  = 0
  
  # on cifs mount...
  19656 open("grape.c", O_RDONLY|O_NOCTTY) = 3
  19656 fstat64(3, {st_dev=makedev(0, 23), st_ino=145241087983005616, 
st_mode=S_IFREG|0755, st_nlink=1, st_uid=3872, st_gid=1000, st_blksize=16384, 
st_blocks=1, st_size=25, st_atime=2009/10/18-19:13:16, 
st_mtime=2009/10/18-19:00:51, st_ctime=2009/10/18-22:31:53}) = 0
  19656 close(3)  = 0
  
  # on cifs mount under ubuntu 9.04 ...
  27026 open("grape.c", O_RDONLY|O_NOCTTY) = 3
  27026 fstat64(3, {st_dev=makedev(0, 25), st_ino=167150, 
st_mode=S_IFREG|S_ISGID|0767, st_nlink=1, st_uid=0, st_gid=0, st_blksize=16384, 
st_blocks=1, st_size=25, st_atime=2009/10/18-23:02:00, 
st_mtime=2009/10/18-23:02:00, st_ctime=2009/10/18-23:02:00}) = 0
  27026 read(3, "int main() { return 0; }\n"..., 25) = 25
- 27026 close(3) 
+ 27026 close(3)
  
- ~
+ workaround, from :
  
- ProblemType: Bug
- Architecture: i386
- Date: Sun Oct 18 23:06:41 2009
- DistroRelease: Ubuntu 9.10
- Package: gcc 4:4.4.1-1ubuntu2
- ProcEnviron:
-  SHELL=/bin/bash
-  LANG=en_US.UTF-8
- ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
- SourcePackage: gcc-defaults
- Uname: Linux 2.6.31-14-generic i686
+ When mounting the share add ,nounix,noserverino to the options, ie:
+ 
+ mount -t cifs -o user=me,pass=secret,nounix,noserverino //server/share
+ /mount

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

Title:
  gcc chokes under Karmic's smbfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/455122/+subscriptions

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

[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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.com/mailman/listinfo/ubuntu-bugs


[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.

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


[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.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/ubuntu-bugs


[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 Ubuntu.

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


[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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
Bugs, which is subscribed to Ubuntu.

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


[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/listinfo/ubuntu-bugs


[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/ubuntu-bugs


[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
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 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 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 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 case I again got the "Value too large..." error, and in my case the
cause was definitely the huge inode number.

So, I suggest the problem is one of
  - A problem in gcc
  - A problem in the way gcc is built for Ubuntu
  - Maybe samba isn't supposed to be making these huge inode numbers.

-- 
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/ubuntu-bugs


[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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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/ubuntu-bugs


[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 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