All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Huub Van Niekerk <huubvanniekerk@yahoo.com>
Cc: "xenomai@xenomai.org" <xenomai@xenomai.org>
Subject: Re: [Xenomai] debuild of xenomai failing: Directory nonexistent
Date: Wed, 29 Jan 2014 20:05:31 +0100	[thread overview]
Message-ID: <52E950FB.70400@xenomai.org> (raw)
In-Reply-To: <1391006203.6916.YahooMailNeo@web163902.mail.gq1.yahoo.com>

On 01/29/2014 03:36 PM, Huub Van Niekerk wrote:
> Hi,
> 
> I'm trying to build the xenomai libs on Ubuntu 12.04 armhf according
> to http://www.xenomai.org/index.php/Building_Debian_packages. It goes
> wrong with a message "cannot create
> <user>/Downloads/xenomai-2.6.3/debian/libxenomai1/etc/udev//xenomai.rules:
> Directory nonexistent". Any idea what the cause of this is ? I did it
> before on x86, which went great.

I do not see why this even works on x86... Please try the following 
patch:

diff --git a/debian/rules b/debian/rules
index 3915fd6..280442f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,6 +66,7 @@ install: build
 	# xeno-config should be only in libxenomai-dev
 	rm -f $(CURDIR)/debian/xenomai-runtime/usr/bin/xeno-config
 	rm -f $(CURDIR)/debian/xenomai-runtime/usr/share/man/man1/xeno-config.1
+	mkdir -p $(CURDIR)/debian/libxenomai1/etc/udev/
 	for f in $(CURDIR)/ksrc/nucleus/udev/*.rules ; do \
 	    cat $$f >> $(CURDIR)/debian/libxenomai1/etc/udev/xenomai.rules ; \
 	done


> 
> Thanks _______________________________________________ Xenomai
> mailing list Xenomai@xenomai.org 
> http://www.xenomai.org/mailman/listinfo/xenomai
> 


-- 
                                                                Gilles.


  reply	other threads:[~2014-01-29 19:05 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-29 14:36 [Xenomai] debuild of xenomai failing: Directory nonexistent Huub Van Niekerk
2014-01-29 19:05 ` Gilles Chanteperdrix [this message]
2014-01-29 20:02   ` Gilles Chanteperdrix
2014-01-30  7:31     ` Huub Van Niekerk
2014-01-30  8:39       ` Gilles Chanteperdrix
2014-01-30  9:05         ` Huub Van Niekerk
2014-01-30  9:24           ` Gilles Chanteperdrix
2014-01-30  9:41             ` Huub Van Niekerk
2014-01-30 10:52               ` Gilles Chanteperdrix
2014-01-30 12:07                 ` Huub Van Niekerk
2014-01-30 12:53                   ` Gilles Chanteperdrix
2014-01-30 13:23                     ` Huub Van Niekerk
2014-01-30 16:45                       ` Gilles Chanteperdrix
2014-01-30 19:12                       ` Gilles Chanteperdrix
2014-01-31  6:58                         ` Huub Van Niekerk
2014-01-31  9:27                           ` Gilles Chanteperdrix
2014-01-30 12:07                 ` Huub Van Niekerk
2014-01-30 12:12                   ` Gilles Chanteperdrix
2014-01-30 16:24     ` Paul
2014-01-30 16:44       ` Gilles Chanteperdrix
2014-01-30 19:57         ` Paul
2014-01-30 20:30           ` Gilles Chanteperdrix
2014-01-31  7:00             ` Huub Van Niekerk
2014-01-31  9:30               ` Gilles Chanteperdrix
2014-01-31  9:37                 ` Huub Van Niekerk
2014-01-31  9:18             ` Huub Van Niekerk
2014-01-31  9:39               ` Gilles Chanteperdrix
2014-01-31 14:12               ` Paul
2014-01-31 14:13                 ` Gilles Chanteperdrix
2014-02-02 23:50                 ` Paul
2014-02-03 20:42                   ` Gilles Chanteperdrix
2014-01-31 12:22           ` Gilles Chanteperdrix
2014-01-31 14:08             ` Huub Van Niekerk

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=52E950FB.70400@xenomai.org \
    --to=gilles.chanteperdrix@xenomai.org \
    --cc=huubvanniekerk@yahoo.com \
    --cc=xenomai@xenomai.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.