[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#461101: marked as done (gdc: module stdio cannot read file 'std/stdio.d')



Your message dated Wed, 16 Jan 2008 17:28:26 +0100
with message-id <20080116162826.GA3352@morgane>
and subject line Bug#461101: gdc: module stdio cannot read file 'std/stdio.d'
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: gdc
Version: 4.1.2-12
Severity: important


myriam:~/Programmation/D % cat hello.d 
import std.stdio;
int main ()
{
    writefln("Hello world!");
    return 0;
}

myriam:~/Programmation/D % gdc hello.d
hello.d:1: module stdio cannot read file 'std/stdio.d'

And, indeed:

myriam:~/Programmation/D % locate stdio.d
myriam:~/Programmation/D % 

It seems something important was forgotten during the packaging :-)

myriam:~/Programmation/D % ls -l /usr/include/d/*     
lrwxrwxrwx 1 root root    3 Jan 16 16:10 /usr/include/d/4.1.3 -> 4.1

/usr/include/d/4.1:
total 4
-rw-r--r-- 1 root root 3079 Dec 10 22:48 object.d

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: sparc (sparc64)

Kernel: Linux 2.6.18-3-sparc64
Locale: LANG=C, LC_CTYPE=fr_FR (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages gdc depends on:
ii  gdc-4.1                    0.25-4.1.2-18 The D compiler

gdc recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Hi,


No, nothing was forgotten, it's just that libphobos is not ported on
sparc yet, and is therefore disabled on it. :-)

libphobos-4.1-dev: alpha amd64 arm hppa i386 ia64 mips mipsel powerpc s390
(also on kfreebsd-{i386,amd64} and armel.)


Cheers,

Arthur.


On Wed, Jan 16, 2008 at 04:30:31PM +0100, Stephane Bortzmeyer wrote:
> Package: gdc
> Version: 4.1.2-12
> Severity: important
> 
> 
> myriam:~/Programmation/D % cat hello.d 
> import std.stdio;
> int main ()
> {
>     writefln("Hello world!");
>     return 0;
> }
> 
> myriam:~/Programmation/D % gdc hello.d
> hello.d:1: module stdio cannot read file 'std/stdio.d'
> 
> And, indeed:
> 
> myriam:~/Programmation/D % locate stdio.d
> myriam:~/Programmation/D % 
> 
> It seems something important was forgotten during the packaging :-)
> 
> myriam:~/Programmation/D % ls -l /usr/include/d/*     
> lrwxrwxrwx 1 root root    3 Jan 16 16:10 /usr/include/d/4.1.3 -> 4.1
> 
> /usr/include/d/4.1:
> total 4
> -rw-r--r-- 1 root root 3079 Dec 10 22:48 object.d
> 
> -- System Information:
> Debian Release: lenny/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable')
> Architecture: sparc (sparc64)
> 
> Kernel: Linux 2.6.18-3-sparc64
> Locale: LANG=C, LC_CTYPE=fr_FR (charmap=ISO-8859-1)
> Shell: /bin/sh linked to /bin/bash
> 
> Versions of packages gdc depends on:
> ii  gdc-4.1                    0.25-4.1.2-18 The D compiler
> 
> gdc recommends no packages.
> 
> -- no debconf information
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-gcc-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: