VLC couldn't open a file if its path includes Cyrilic symbol

*nix specific usage questions
heaven87
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Feb 2010 16:35
Operating System: Linux
Contact:

VLC couldn't open a file if its path includes Cyrilic symbol

Postby heaven87 » 03 Jul 2010 16:37

It's already described here — viewtopic.php?f=34&t=76148
I've noticed that when I build VLC from source code, taken from here — http://download.videolan.org/pub/videolan/vlc/1.1.0/, all works fine. The problem occurs only when I build VLC from git, but only one difference I noticed is that source from tarbal is already bootstrapped, but all the rest configuration and dependencies options are the same.
I am confused and do not know what I am doing wrong. Please, help me :?

heaven87
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Feb 2010 16:35
Operating System: Linux
Contact:

Re: VLC couldn't open a file if its path includes Cyrilic sy

Postby heaven87 » 04 Jul 2010 12:46

Drag and drop doesn't work too.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: VLC couldn't open a file if its path includes Cyrilic sy

Postby Jean-Baptiste Kempf » 05 Jul 2010 00:23

1.1.0-git or 1.2.0-git?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

heaven87
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Feb 2010 16:35
Operating System: Linux
Contact:

Re: VLC couldn't open a file if its path includes Cyrilic sy

Postby heaven87 » 05 Jul 2010 08:58

1.1.0-git or 1.2.0-git?
1.2.0-git Twoflower (revision 1.1.0-pre1-1132-gc38d7ca)

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: VLC couldn't open a file if its path includes Cyrilic sy

Postby Jean-Baptiste Kempf » 06 Jul 2010 07:41

Then this might be a 1.2.0 regression
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

heaven87
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Feb 2010 16:35
Operating System: Linux
Contact:

Re: VLC couldn't open a file if its path includes Cyrilic sy

Postby heaven87 » 06 Jul 2010 08:10

Then this might be a 1.2.0 regression
I had this problem with 1.1.0 too.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: VLC couldn't open a file if its path includes Cyrilic sy

Postby Jean-Baptiste Kempf » 06 Jul 2010 08:19

But you said that the downloaded 1.1.0 works?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

heaven87
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Feb 2010 16:35
Operating System: Linux
Contact:

Re: VLC couldn't open a file if its path includes Cyrilic sy

Postby heaven87 » 06 Jul 2010 09:00

I had this problem with 1.1.0-git too, but compiled from here http://download.videolan.org/pub/videolan/vlc/1.1.0/ works well. And the problem hasn't disappeared with 1.2.0-git

This problem is already existed even before the 1.1.0 release. This is why I surprised, because you make the 1.1.0 tarball from source code, with whom I had the problem, but when I build VLC from this tarball — I do not have any problems. But what is the difference? The only one difference I know is that the source in tarball is already bootstrapped. Can this be a reason?

heaven87
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Feb 2010 16:35
Operating System: Linux
Contact:

Re: VLC couldn't open a file if its path includes Cyrilic sy

Postby heaven87 » 06 Jul 2010 09:21

Just now I again rebuilt VLC from tarball and from git. The first works fine but the second does not.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: VLC couldn't open a file if its path includes Cyrilic sy

Postby Jean-Baptiste Kempf » 06 Jul 2010 15:42

Try to checkout the tag.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

heaven87
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Feb 2010 16:35
Operating System: Linux
Contact:

Re: VLC couldn't open a file if its path includes Cyrilic sy

Postby heaven87 » 06 Jul 2010 16:31

Is it correct: git archive --format=tar --remote=/var/abs/local/yaourtbuild/vlc-git/src/vlc 1.1.0-pre1 > vlc.tar?

Rémi Denis-Courmont
Developer
Developer
Posts: 15135
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: VLC couldn't open a file if its path includes Cyrilic sy

Postby Rémi Denis-Courmont » 06 Jul 2010 17:42

I guess your system lacks the gettext development files, which causes the iconv autodetection to fail.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

heaven87
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Feb 2010 16:35
Operating System: Linux
Contact:

Re: VLC couldn't open a file if its path includes Cyrilic sy

Postby heaven87 » 06 Jul 2010 19:43

With the 1.1.0-pre1 tag all works fine.

heaven87
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Feb 2010 16:35
Operating System: Linux
Contact:

Re: VLC couldn't open a file if its path includes Cyrilic sy

Postby heaven87 » 07 Jul 2010 08:38

I guess your system lacks the gettext development files, which causes the iconv autodetection to fail.
Why then iconv can detect encoding and a file opens, when VLC isn't running yet? I've get the error message only when VLC is already running and I click on a file in dolphin.

Rémi Denis-Courmont
Developer
Developer
Posts: 15135
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: VLC couldn't open a file if its path includes Cyrilic sy

Postby Rémi Denis-Courmont » 07 Jul 2010 18:01

The autoconf M4 macros for iconv is missing that's all.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

heaven87
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Feb 2010 16:35
Operating System: Linux
Contact:

Re: VLC couldn't open a file if its path includes Cyrilic sy

Postby heaven87 » 07 Jul 2010 18:30

The autoconf M4 macros for iconv is missing that's all.
Where did it go? :)

heaven87
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Feb 2010 16:35
Operating System: Linux
Contact:

Re: VLC couldn't open a file if its path includes Cyrilic sy

Postby heaven87 » 12 Jul 2010 08:24

Hi. This issue makes VLC very uncomfortable, have you any plans to fix it?

Rémi Denis-Courmont
Developer
Developer
Posts: 15135
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: VLC couldn't open a file if its path includes Cyrilic sy

Postby Rémi Denis-Courmont » 12 Jul 2010 17:32

How exactly are we supposed to fix missing packages on your computer?
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

heaven87
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Feb 2010 16:35
Operating System: Linux
Contact:

Re: VLC couldn't open a file if its path includes Cyrilic sy

Postby heaven87 » 12 Jul 2010 18:51

How exactly are we supposed to fix missing packages on your computer?
Oops, sorry, I'm misunderstood. If I'm not mistaken, you use Arch Linux too? Can you please tell me which a package I've missed?

Rémi Denis-Courmont
Developer
Developer
Posts: 15135
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: VLC couldn't open a file if its path includes Cyrilic sy

Postby Rémi Denis-Courmont » 12 Jul 2010 19:05

gettext devel, whatever it's called.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

heaven87
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Feb 2010 16:35
Operating System: Linux
Contact:

Re: VLC couldn't open a file if its path includes Cyrilic sy

Postby heaven87 » 15 Jul 2010 12:47

Hi, I can't find anything, that I could miss — http://img717.imageshack.us/img717/8826/159b.png. Also right now I build the 1.1.0-pre1 tag and all works fine. What's changed?


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 18 guests