From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/24 v3] ejabberd: XMPP server (branch yem/ejabberd)
Date: Mon, 8 Dec 2014 18:25:25 +0100 [thread overview]
Message-ID: <20141208172525.GA4105@free.fr> (raw)
In-Reply-To: <CAJtjsKYdgLhoNujsxrKA1C4yKdvBZFvSfCz-yEC=p7BsPvRy+g@mail.gmail.com>
Johan, All,
On 2014-12-08 17:33 +0100, Johan Oudinet spake thusly:
> I've looked into Yann's branch and made some modifications to fix the
> compilation and runtime errors.
> I've also find out and fix the issue with erl_interface, which ld does
> not find if we compile an erlang library after finalizing make once:
> It's because rebar was looking for such libraries in $(TARGET_DIR)
> instead of $(STAGING_DIR), and libraries in TARGET_DIR are deleted by
> the target-finalize Makefile rule.
> How should I share these modifications? I guess I cannot push to
> Yann's git repository.
> Should I send again a patch series, even though Yann has not finished
> its review yet?
I think I won;t do much more review on the series you already posted. I
don't remember exactly, but IIRC I've done some changes on your patches,
which are now in my branch.
The best way to move forward is for you to take the patches from my
branch, work on them, and respin the series on the list.
Afterall, you are in the best position to work on the core
functionality, since you have good knowledge of Erlang and ejabberd.
I can help round the edges (aka. code style and eye-candy), so I'll wait
for you to respin the series before looking further into it.
So yes, just respin on the list! ;-)
And as Thomas said, you can pop up in #buildroot, where we hang together
for discussing, guess what, Buildroot! ;-)
Thank you for your work on this!
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
prev parent reply other threads:[~2014-12-08 17:25 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-12 0:26 [Buildroot] [PATCH 0/24 v3] ejabberd: XMPP server (branch yem/ejabberd) Yann E. MORIN
2014-11-12 0:25 ` [Buildroot] [PATCH 01/24 v3] pkg-autotools: move common macros Yann E. MORIN
2014-11-12 0:25 ` [Buildroot] [PATCH 02/24 v3] pkg-autotools: re-order cleaning up the host dependencies Yann E. MORIN
2014-11-12 0:25 ` [Buildroot] [PATCH 03/24 v3] pkg-autotools: commonalise the libtool patching code Yann E. MORIN
2014-11-12 0:25 ` [Buildroot] [PATCH 04/24 v3] pkg-autotools: move the libtool patching call out of the autoreconf hook Yann E. MORIN
2014-11-12 0:25 ` [Buildroot] [PATCH 05/24 v3] pkg-autotools: remove redundant shell conditional Yann E. MORIN
2014-11-12 0:25 ` [Buildroot] [PATCH 06/24 v3] pkg-autotools: fold the libtool patching code directly into the hook Yann E. MORIN
2014-11-12 0:25 ` [Buildroot] [PATCH 07/24 v3] pkg-autotools: only apply libtool patch at the right moment Yann E. MORIN
2014-11-12 0:25 ` [Buildroot] [PATCH 08/24 v3] package/erlang: export EI_VSN so other packages can use it Yann E. MORIN
2014-11-12 0:25 ` [Buildroot] [PATCH 09/24 v3] package/erlang-rebar: new host package Yann E. MORIN
2014-11-12 0:25 ` [Buildroot] [PATCH 10/24 v3] package/pkg-rebar: new infrastructure Yann E. MORIN
2014-11-12 0:25 ` [Buildroot] [PATCH 11/24 v3] docs/manual: add documentation for the pkg-rebar infrastructure Yann E. MORIN
2014-11-12 0:25 ` [Buildroot] [PATCH 12/24 v3] erlang-goldrush: new package Yann E. MORIN
2014-11-12 0:25 ` [Buildroot] [PATCH 13/24 v3] erlang-lager: " Yann E. MORIN
2014-11-12 0:26 ` [Buildroot] [PATCH 14/24 v3] erlang-p1-zlib: " Yann E. MORIN
2014-11-12 0:26 ` [Buildroot] [PATCH 15/24 v3] erlang-p1-yaml: " Yann E. MORIN
2014-11-12 0:26 ` [Buildroot] [PATCH 16/24 v3] erlang-p1-xml: " Yann E. MORIN
2014-11-12 0:26 ` [Buildroot] [PATCH 17/24 v3] erlang-p1-utils: " Yann E. MORIN
2014-11-12 0:26 ` [Buildroot] [PATCH 18/24 v3] erlang-p1-tls: " Yann E. MORIN
2014-11-12 0:26 ` [Buildroot] [PATCH 19/24 v3] erlang-p1-stun: " Yann E. MORIN
2014-11-12 0:26 ` [Buildroot] [PATCH 20/24 v3] erlang-p1-stringprep: " Yann E. MORIN
2014-11-12 0:26 ` [Buildroot] [PATCH 21/24 v3] erlang-p1-sip: " Yann E. MORIN
2014-11-12 0:26 ` [Buildroot] [PATCH 22/24 v3] erlang-p1-iconv: " Yann E. MORIN
2014-11-12 0:26 ` [Buildroot] [PATCH 23/24 v3] erlang-p1-cache-tab: " Yann E. MORIN
2014-11-12 0:26 ` [Buildroot] [PATCH 24/24 v3] ejabberd: " Yann E. MORIN
2014-11-22 20:19 ` [Buildroot] [PATCH 0/24 v3] ejabberd: XMPP server (branch yem/ejabberd) Thomas Petazzoni
2014-12-08 16:33 ` Johan Oudinet
2014-12-08 16:52 ` Thomas Petazzoni
2014-12-08 17:25 ` Yann E. MORIN [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141208172525.GA4105@free.fr \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox