After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 777459 - Prefix with space in the name breaks
Prefix with space in the name breaks
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: cerbero
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-01-18 16:48 UTC by Hubert Figuiere (:hub)
Modified: 2017-01-20 05:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hubert Figuiere (:hub) 2017-01-18 16:48:09 UTC
In the .cbc set a prefix with a <SPACE> in the name. It will not be escaped properly for the configure step.

Workaround: use a prefix that doesn't have a space.
Comment 1 Nirbheek Chauhan 2017-01-19 18:08:42 UTC
Names and shell-based build systems don't get along very well. Trying to fix this is going to be like whackamole. 

I looked at it, and there's a whole bunch of places where it's going to be hell to fix this, and that's just on the Cerbero side. There's going to be more on the Autotools side.

It's unfortunate, but this is a WONTFIX.
Comment 2 Nirbheek Chauhan 2017-01-19 18:09:13 UTC
s/Names/Spaces in filenames/ of course.
Comment 3 Sebastian Dröge (slomo) 2017-01-20 05:38:09 UTC
Especially on Windows btw