July 25, 2012
Tested on dcollections, passes all unit tests.

64-bit question: for the first time, I am solely on 64-bit (MacOS and Linux), and when I tried to run the 32-bit dmd binary on my 64-bit linux system, it says:

bash: /home/steves/dmd2/linux/bin32/dmd: No such file or directory

Is this normal?

The 64-bit binary works fine.

-Steve

On Jul 24, 2012, at 5:13 AM, Walter Bright wrote:

> http://ftp.digitalmars.com/dmd1beta.zip http://ftp.digitalmars.com/dmd2beta.zip
> 
> _______________________________________________
> dmd-beta mailing list
> dmd-beta@puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta

_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

July 25, 2012
Al 25/07/12 14:23, En/na Steven Schveighoffer ha escrit:
> Tested on dcollections, passes all unit tests.
> 
> 64-bit question: for the first time, I am solely on 64-bit (MacOS and Linux), and when I tried to run the 32-bit dmd binary on my 64-bit linux system, it says:
> 
> bash: /home/steves/dmd2/linux/bin32/dmd: No such file or directory
> 
> Is this normal?

It seems that bash is unable to find your 32-bit dmd.

I've no problem compiling (i.e. all dcollections examples) with dmd 32-bit on my 64-bit Linux.

Regards,
-- 
Jordi Sayol
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

July 25, 2012
On Jul 25, 2012, at 9:13 AM, Jordi Sayol wrote:

> Al 25/07/12 14:23, En/na Steven Schveighoffer ha escrit:
>> Tested on dcollections, passes all unit tests.
>> 
>> 64-bit question: for the first time, I am solely on 64-bit (MacOS and Linux), and when I tried to run the 32-bit dmd binary on my 64-bit linux system, it says:
>> 
>> bash: /home/steves/dmd2/linux/bin32/dmd: No such file or directory
>> 
>> Is this normal?
> 
> It seems that bash is unable to find your 32-bit dmd.

No, that's not it:

steves@steves-virtual-machine ~ $ ls -l ~/dmd2/linux/bin32/dmd
-rwxr-xr-x 1 steves steves 1745292 Jul 24 21:02 /home/steves/dmd2/linux/bin32/dmd
steves@steves-virtual-machine ~ $ file ~/dmd2/linux/bin32/dmd
/home/steves/dmd2/linux/bin32/dmd: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, BuildID[sha1]=0x30ca2b53857b08f2754078d749c0901906d1e30f, stripped
steves@steves-virtual-machine ~ $ ~/dmd2/linux/bin32/dmd
bash: /home/steves/dmd2/linux/bin32/dmd: No such file or directory

This is on a VMWare Linux 64-bit instance on my Mac.

> 
> I've no problem compiling (i.e. all dcollections examples) with dmd 32-bit on my 64-bit Linux.

With this beta?  If so, it's probably an environment error on my part, but I'm clueless on what I need to do :)  Also, if that's the case, there is no cause for alarm, I just wanted to verify that it was my mistake and not some issue with the binary.

-Steve
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

July 25, 2012
I had this problem with adobeair on my 64bit ubuntu install after they
stopped supporting Linux.
The file acts like a normal file but if you try run it, its as if it
doesn't exist. Can't remember the reason but I know I never got it working.


On Wed, Jul 25, 2012 at 3:39 PM, Steven Schveighoffer <schveiguy@yahoo.com>wrote:

>
> On Jul 25, 2012, at 9:13 AM, Jordi Sayol wrote:
>
> > Al 25/07/12 14:23, En/na Steven Schveighoffer ha escrit:
> >> Tested on dcollections, passes all unit tests.
> >>
> >> 64-bit question: for the first time, I am solely on 64-bit (MacOS and
> Linux), and when I tried to run the 32-bit dmd binary on my 64-bit linux system, it says:
> >>
> >> bash: /home/steves/dmd2/linux/bin32/dmd: No such file or directory
> >>
> >> Is this normal?
> >
> > It seems that bash is unable to find your 32-bit dmd.
>
> No, that's not it:
>
> steves@steves-virtual-machine ~ $ ls -l ~/dmd2/linux/bin32/dmd
> -rwxr-xr-x 1 steves steves 1745292 Jul 24 21:02
> /home/steves/dmd2/linux/bin32/dmd
> steves@steves-virtual-machine ~ $ file ~/dmd2/linux/bin32/dmd
> /home/steves/dmd2/linux/bin32/dmd: ELF 32-bit LSB executable, Intel 80386,
> version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux
> 2.6.15, BuildID[sha1]=0x30ca2b53857b08f2754078d749c0901906d1e30f, stripped
> steves@steves-virtual-machine ~ $ ~/dmd2/linux/bin32/dmd
> bash: /home/steves/dmd2/linux/bin32/dmd: No such file or directory
>
> This is on a VMWare Linux 64-bit instance on my Mac.
>
> >
> > I've no problem compiling (i.e. all dcollections examples) with dmd
> 32-bit on my 64-bit Linux.
>
> With this beta?  If so, it's probably an environment error on my part, but I'm clueless on what I need to do :)  Also, if that's the case, there is no cause for alarm, I just wanted to verify that it was my mistake and not some issue with the binary.
>
> -Steve
> _______________________________________________
> dmd-beta mailing list
> dmd-beta@puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>


July 25, 2012
Al 25/07/12 15:39, En/na Steven Schveighoffer ha escrit:
> 
> No, that's not it:
> 
> steves@steves-virtual-machine ~ $ ls -l ~/dmd2/linux/bin32/dmd
> -rwxr-xr-x 1 steves steves 1745292 Jul 24 21:02 /home/steves/dmd2/linux/bin32/dmd
> steves@steves-virtual-machine ~ $ file ~/dmd2/linux/bin32/dmd
> /home/steves/dmd2/linux/bin32/dmd: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, BuildID[sha1]=0x30ca2b53857b08f2754078d749c0901906d1e30f, stripped
> steves@steves-virtual-machine ~ $ ~/dmd2/linux/bin32/dmd
> bash: /home/steves/dmd2/linux/bin32/dmd: No such file or directory

This is due to missing 32-bit runtime libraries.
To install them on a 64-bit Debian like system:
$ sudo apt-get install lib32stdc++6


Regards,
-- 
Jordi Sayol
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

July 25, 2012
On 7/24/12, Walter Bright <walter@digitalmars.com> wrote:
> http://ftp.digitalmars.com/dmd2beta.zip

cv2pdb no longer works properly for binaries made by 2.060, the stack
traces only have addresses. Anyone know what changed?
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

July 25, 2012
On Wednesday, July 25, 2012 15:57:24 Rory McGuire wrote:
> I had this problem with adobeair on my 64bit ubuntu install after they
> stopped supporting Linux.
> The file acts like a normal file but if you try run it, its as if it
> doesn't exist. Can't remember the reason but I know I never got it working.

Given that it was Adobe, reminds me of: http://www.xkcd.com/1084/

- Jonathan M Davis
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

July 25, 2012
On Wed, Jul 25, 2012 at 7:09 PM, Jonathan M Davis <jmdavisProg@gmx.com>wrote:

>
> Given that it was Adobe, reminds me of: http://www.xkcd.com/1084/
>
>
:D


July 25, 2012
On Jul 25, 2012, at 11:19 AM, Jordi Sayol wrote:

> Al 25/07/12 15:39, En/na Steven Schveighoffer ha escrit:
>> 
>> No, that's not it:
>> 
>> steves@steves-virtual-machine ~ $ ls -l ~/dmd2/linux/bin32/dmd
>> -rwxr-xr-x 1 steves steves 1745292 Jul 24 21:02 /home/steves/dmd2/linux/bin32/dmd
>> steves@steves-virtual-machine ~ $ file ~/dmd2/linux/bin32/dmd
>> /home/steves/dmd2/linux/bin32/dmd: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, BuildID[sha1]=0x30ca2b53857b08f2754078d749c0901906d1e30f, stripped
>> steves@steves-virtual-machine ~ $ ~/dmd2/linux/bin32/dmd
>> bash: /home/steves/dmd2/linux/bin32/dmd: No such file or directory
> 
> This is due to missing 32-bit runtime libraries.
> To install them on a 64-bit Debian like system:
> $ sudo apt-get install lib32stdc++6

Yep, that worked.  However, I also had to install libc6-dev-i386 in order to build and test collections 32-bit, which passes for this beta.

Thanks!

-Steve
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

July 25, 2012
[2.060 beta] Empty array enum not treated as immutable
http://d.puremagic.com/issues/show_bug.cgi?id=8442
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta