Giter Club home page Giter Club logo

msys-cn's Introduction

MinMemory

msys-cn's People

Contributors

heihaier avatar

Watchers

 avatar

msys-cn's Issues

MSYS-Update.7z(MSYS-CN 2010-08-19 更新版本) 无法更新 gvi安装包

1. 准备安装gvi,提示错误如下:

sn00756@RIGOLBJ00756 ~
$ mpkg --install gvi    //准备安装gvi,下面提示错误
Loading package list ...
MSYS Package Management System Version 1.1
Copyright (C) 2008, Huaxin Tang
Copyright (C) 2008, Hefei University of Technology, China

USAGE:    mpkg COMMANDS

COMMANDS:
  --install PACKAGE     Install a package to local repository
  --remove  PACKAGE     Delete a package from local repository
  --add     PACKAGE     For demo.mpkg: mpkg --add demo
  --help                Print this message and exit
  --info                Get current full package list

Report bugs to website: http://code.google.com/p/msys-cn/issues

Error: Download package list failed, please check connection or proxy setting..


Original issue reported on code.google.com by [email protected] on 12 Mar 2012 at 3:06

能否提供下openssl的package?

最近想在msys下编译东西,configure的时候提示没有openssl,
mpkg --info 下似乎也没有。
能否考虑添加一下?谢谢各位的努力,非常好的oss project

Original issue reported on code.google.com by HewigOvens on 29 Apr 2011 at 8:27

For package 'demo', README file a bit misleading... in the 'tar' step

对demo这个包的REAMDE有点意见,在生成mpkg这一步tar用的参数是
jcv,我在
winxp+msys或cygwin都试验过了,参数不加f的话bzip2老报错或者死�
��,大概意思是
把压缩的数据流直接输出到终端会出问题。建议改为tar jcvf。

另外,自己搞了个ssh.mpkg。不是我编译的,拿来主义msysDTK-1.0.
1拷出来的,也没
怎么测试过,感兴趣的可以凑合着用。。

方法:
拷贝ssh.mpkg到/extra,然后mpkg -add 
ssh,最后把ssh.mpkg删了重开msys就可以了。

Original issue reported on code.google.com by [email protected] on 23 Mar 2009 at 12:25

Attachments:

Please add Zsh support

Zsh is more powerful than bash. It is already the default shell of MacOS X 
Leopard and Snow Leopard. It's also my everyday shell.


Original issue reported on code.google.com by exaos.lee on 8 Dec 2010 at 9:00

Suggestion for a better organized mpkg package structure.

mpkg --install svn以后发现/extra/svn里面包含iconv的.so。

我对svn和iconv之间具体怎么依赖的不懂,但个人认为iconv应该�
��算svn的一部分,
逻辑上应该是单独的mpkg。

例如,另外一个工具XXX也用到iconv,这时再包括一套iconv在XXX.
mpkg里面就冗余
了。而如果把iconv单独提取出来,并让mpkg管理包之间的依赖��
�系,就比较方便了。

这个设想的实现方式可以是集中式的,也可以在作者定义的mp
kg文件中加入依赖信息。
不过不管怎么,估计工作量都稍大,可以等有闲心的时候试��
�,呵呵~

Original issue reported on code.google.com by [email protected] on 23 Mar 2009 at 1:48

复用一部分代码

文件/etc/profile

在原版的文件中有段代码是 
for i in /etc/profile.d/*.sh ; do
  if [ -f $i ]; then
    . $i
  fi  
done

在msys-cn版本中是
# Initialize extra packages
for i in /etc/mpkg/*.sh; do
        if [ -f $i ]; then
                . $i
        fi
done

为什么不复用原来的代码,是兼容性更强点呢

Original issue reported on code.google.com by guanlisheng on 7 Apr 2009 at 6:56

May be some bugs in msys-cn

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Mar 2009 at 7:39

Attachments:

安装 insight报错

What steps will reproduce the problem?
1. 未安装update-2
2. mpkg --install insight
3.

What is the expected output? What do you see instead?
Extracting files to /extra/insight ...
Installation of package insight successful !

What version of the product are you using? On what operating system?


Please provide any additional information below.
Loading package list ...
Downloading package insight ...
Target downloaded successfully
Extracting files to /extra/insight ...
Installation of package insight successful !
/bin/mpkg: line 129: syntax error near unexpected token `('
/bin/mpkg: line 129: `  echo -e "Currently available ackages (updated
randomly):"'


Original issue reported on code.google.com by [email protected] on 28 Jul 2009 at 4:21

能编译基于Linux的c语言程序吗?

有现成的程序,.c,.h,和makefile

可是当我输入 
make之后,出现了一堆错误,最开头是系统不知道。


我就是想在windows下运行linux的c程序才装你这个系统的啊,能�
��能用啊?


Original issue reported on code.google.com by [email protected] on 20 Jun 2010 at 4:42

Attachments:

Not an issue, buit can you add ssh to this msys bundle?

作者你好,这两天想找些放在U盘里面到方便的shell,搜索到��
�里。
觉得这个msys-cn很不错,谢谢你的工作!

有个建议,能不能加入ssh和scp等工具?
因为在windows下连上*-nix机器,交换些文件,做些简单的工作��
�是很常见的情况。
如果msys-cn里面带ssh的话那它的适用范围就大大加强了。

因为没找到合适的地方就发到Issue这个tab下了,如果觉得不适
当的话请删掉。不过
加ssh这个建议要记得哦,呵呵。最后祝msys-cn发展得越来越成�
��~

Original issue reported on code.google.com by [email protected] on 22 Mar 2009 at 5:54

mpkg install error

What steps will reproduce the problem?
1. install mpkg
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Nov 2009 at 8:46

Attachments:

Why the msys change my winxp's cmd.exe and add some command into the program, for exmaple "ls", "pwd" etc.?how can I repair it?

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
nothing.

What version of the product are you using? On what operating system?
MSYS-1.0.10

Please provide any additional information below.
I install the MSYS-1.0.10, but have some question. When use the winavr 
cross compiler,if I click the "make all",it will need wait a long time. so 
I remove the MSYS, but the problem still have. then I run the winxp 
cmd.exe and use "ls" instructions, the cmd.exe can recognize and execute. 
other instructions can too, as "pwd" and "mkdir". How can I resolve the 
problem?

Thanks, best regards, alan


Original issue reported on code.google.com by [email protected] on 6 May 2009 at 12:16

warning:FT_OpenType_Validate is disabled.Replace FreeType2 with otvalid-enabled version.

What steps will reproduce the problem?
insight hello.exe

What is the expected output? What do you see instead?
hello,world

warning:FT_OpenType_Validate is disabled.Replace FreeType2 with otvalid-enabled 
version.

What version of the product are you using? On what operating system?
MSYS-CN 2010-08-19 更新版本

Please provide any additional information below.
我使用w7x64 然后ezgdi
请问如何处理,email:lwd_2136#yahoo.com.cn

Original issue reported on code.google.com by [email protected] on 14 Oct 2010 at 2:32

Attachments:

Rxvt或者MinTTY的缓冲区问题

What steps will reproduce the problem?
1. 打开Rxvt或者MinTTY登录到bash,创建C程序如下:
int main(int argc, char* argv[]){
    int n;
    printf("Please input a number\n");
    scanf("%d", &n);
    printf("The number is %d\n", n);
    return 0;
}
一个最简单的Hello World。:)
2. 编译成可执行程序:
$ gcc -Wall bar.c
3. 运行生成的程序:
$./a.exe

What is the expected output? What do you see instead?
我们期望的输出是,先输出提示信息,然后等待输入,完成��
�输出,程序结束;

而实际的现象是,程序等待输入,完成后才输出

What version of the product are you using? On what operating system?
Windows Xp sp3, Msys-cn绿色包:)

Please provide any additional information below.
相关说明:
如果从cmd中直接运行bash,或者直接在cmd中执行生成的程序,�
��实是按照预期的效果出现的,但只要用Rxvt或者MinTTY做前端��
�就会出现输出被缓存的现象,所以个人认为这应该是Rxvt跟Min
TTY的问题,只是我不知道该怎么设定或者其他,所以就发个Is
sue上来了。
不知道M总还在不在关注这些……


Original issue reported on code.google.com by [email protected] on 31 Aug 2010 at 11:53

can't support chinese character

What steps will reproduce the problem?
1. open any chinese file, it can't be readable


What is the expected output? What do you see instead?
can support chinese character

What version of the product are you using? On what operating system?


Please provide any additional information below.

What's the difference between msys project?
If it can't be used for Chinese project, why should it be here and be 
named as msys-cn?

Original issue reported on code.google.com by [email protected] on 13 Jun 2009 at 2:13

命令为啥都不好使?特别是GCC

What steps will reproduce the problem?
1. 输入gcc -v命令后,被拒绝
2.
3.

What is the expected output? What do you see instead?
期望输入正常,没有permission denied.
看到的在附件中

What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 Jun 2010 at 3:57

add python package like tcl/tk

as we known, it already has a tcl/tk package for mingw/msys,do you guys
make the same package for python.

Original issue reported on code.google.com by guanlisheng on 15 Apr 2009 at 12:42

msys-cn提供的gcc支持utf8编译

查找了网上的一些资料以及试验之后,msys-cn提供的gcc支持utf8
编码,但是必须是
不带BOM标志的。我的c文件原先都带BOM格式,所以使用msys-cn的
gcc不能编译。不好
意思!

Original issue reported on code.google.com by [email protected] on 6 Mar 2010 at 7:28

mkpg不知道判别已安装包

What steps will reproduce the problem?
1. mpkg --install insight
2. 建立一个update.sh文件文件里面包含
   #!/bin/sh
   mpkg --install insight
   mpkg --install SDL
   mpkg --install zlib
   mpkg --install mpfr
   mpkg --install fftw
   mpkg --install libsqlite
   mpkg --install gmp
   mpkg --install gsl
   mpkg --install cmanual
   mpkg --install libusb
   mpkg --install gnupg
   mpkg --install resedit
   mpkg --install fltk
   mpkg --install fltk2
   mpkg --install wxWidgets
   mpkg --install bochs
   mpkg --install qemu
   mpkg --install tcltk
   mpkg --install tcltk86
   mpkg --install lua
   mpkg --install svn
   mpkg --install doxygen
   mpkg --install graphviz
   mpkg --install demo
3. ./update.sh

What is the expected output? What do you see instead?
  又重新开始下载安装insight

What version of the product are you using? On what operating system?
  2009.12.12 update version

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 22 Feb 2010 at 4:07

Program will lose response after press Ctrl+s

What steps will reproduce the problem?
1. Double click "msys.bat" to boot the program 
2. Anytime when press Ctrl+s in msys, the program will lose response.

What is the expected output? What do you see instead?
the program will lose response after press Ctrl+s

What version of the product are you using? On what operating system?
msys(2009.12.12 on Win7

Please provide any additional information below.

I found the bug on vim first(for i used to save file with Ctrl+s in windows) , 
and then i find the problem is happened anywhere in msys.  

Original issue reported on code.google.com by [email protected] on 25 Jun 2010 at 7:02

不能执行其他命令行程序

What steps will reproduce the problem?
1.切换到Python安装目录,比如cd C:;cd Python26 
2.运行Python,./python.exe
3.看不到有Python的输出; 

What is the expected output? What do you see instead?
应该是能看到Python的内置提示符。
Nothing

What version of the product are you using? On what operating system?
The top version until now.
On a Win-XP PC.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 19 Apr 2010 at 5:01

msys-cn里面的gcc不支持utf8文件编译,但是原始的mingw gcc支持utf8文件的编译

非常好的工作,很容易安装也很好用。比自己安装原始的msys�
��便很多。但是有三个
问题希望能改进:
1)bash的配色方案最好能有所改进。显示的目录在我的系统里
看不清,建议采用vim
的desert或其他的配色方案。
2)原始的mingw 
gcc支持utf8文件编译,但是msys-cn提供的gcc不支持,这一急需改
进。





Original issue reported on code.google.com by [email protected] on 5 Mar 2010 at 4:45

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.