I can't build final 1.9 with custom plugin_dir and bin_name:

[uwsgi]
plugin_dir = build
bin_name = build/uwsgi

*** uWSGI linking ***
[...]
/usr/bin/ld.bfd.real: cannot open output file build/uwsgi: No such file or
directory
collect2: ld returned 1 exit status
*** error linking uWSGI ***

Now I need to create "build" directory before build, previously build
itself would just create it if missing.
But I don't see any change in the code that could trigger this issue.



2013/3/17 Roberto De Ioris <[email protected]>

>
> Hi everyone, i am pleased to announce the release of uWSGI 1.9
>
> It is a very big release, with dozens of new features and support for new
> languages and platforms.
>
> The "pretty" Changelog is here (from now on, the major releases changelogs
> will be in that form):
>
> http://uwsgi-docs.readthedocs.org/en/latest/Changelog-1.9.html
>
> You can install uWSGI 1.9 from the tarball:
>
> http://projects.unbit.it/downloads/uwsgi-1.9.tar.gz
>
> or with (for python monolithic build):
>
> pip install uwsgi
>
> or with (for ruby/rack monolithic build):
>
> gem install uwsgi
>
> For the people following the development, this is the "raw" Changelog
> since -rc2:
>
> - added --whitelist and --blacklist options
> - added --gevent-monkey-patch option
> - improved routing + static management
> - completed the legion scroll subsystem
> - the clojure/ring test suite now fully passes
> - windows cygwin support optimizations
> - added the statsd pusher plugin (to push statistics to a statsd server) -
> fixed DragonFlyBSD support
> - completed mongrel2 porting (with some optimizations)
>
>
> --
> Roberto De Ioris
> http://unbit.it
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
>



-- 
Łukasz Mierzwa
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to