From: Ruediger Meier <sweet_f_a@gmx.de>
To: Karel Zak <kzak@redhat.com>
Cc: util-linux@vger.kernel.org
Subject: Re: [ANNOUNCE] util-linux v2.29-rc2
Date: Fri, 21 Oct 2016 17:03:42 +0200 [thread overview]
Message-ID: <201610211703.42691.sweet_f_a@gmx.de> (raw)
In-Reply-To: <20161021144422.o26grlgiop32tsep@ws.net.home>
On Friday 21 October 2016, Karel Zak wrote:
> On Thu, Oct 20, 2016 at 07:08:58PM +0200, Ruediger Meier wrote:
> > Just checked, v6 is even not available on the newer Ubuntu Trusty
> > which we have on travis. But we are using v6 on OSX already :)
> >
> > Maybe this would be enough for now
> >
> > diff --git a/.travis-functions.sh b/.travis-functions.sh
> > index 6fcf019..3766534 100755
> > --- a/.travis-functions.sh
> > +++ b/.travis-functions.sh
> > @@ -95,6 +95,14 @@ function travis_install_script
> > libsystemd-daemon-dev \
> > libsystemd-journal-dev \
> > + libncursesw5-dev \
> >
> > || true
> >
> > }
>
> Still bad, see
>
> https://drone.io/github.com/karelzak/util-linux/643:
>
> /usr/bin/ld: cannot find -lncursesw
>
> but it complains about systemd only:
>
> W: You may want to run apt-get update to correct these
> problems E: Unable to locate package libsystemd-daemon-dev
> E: Unable to locate package libsystemd-journal-dev
>
Ah sorry this was my fault because I had just edited your posted
diff. :)
We need to add libncursesw5-dev to the first apt-get command. Otherwise
libncursesw5 fails along with the missing systemd stuff.
sudo apt-get install -qq >/dev/null \
bc \
btrfs-tools \
dnsutils \
libcap-ng-dev \
+ libncursesw5-dev \
libpam-dev \
libudev-dev \
gtk-doc-tools \
mdadm \
ntp \
socat \
|| return
# install only if available (e.g. Ubuntu Trusty)
sudo apt-get install -qq >/dev/null \
libsystemd-daemon-dev \
libsystemd-journal-dev \
|| true
> and configure:
>
>
> checking ncursesw... (v5) yes
> checking ncursesw/ncurses.h usability... no
> checking ncursesw/ncurses.h presence... no
> checking for ncursesw/ncurses.h... no
> checking ncurses.h usability... yes
> checking ncurses.h presence... yes
> checking for ncurses.h... yes
> checking for use_default_colors in -lncursesw... no
> checking for resizeterm in -lncursesw... no
>
> Karel
next prev parent reply other threads:[~2016-10-21 15:03 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-19 13:25 [ANNOUNCE] util-linux v2.29-rc2 Karel Zak
2016-10-20 6:03 ` Ruediger Meier
2016-10-20 9:17 ` Karel Zak
2016-10-20 10:25 ` Ruediger Meier
2016-10-20 11:00 ` Karel Zak
2016-10-20 11:34 ` Ruediger Meier
2016-10-20 15:19 ` Karel Zak
2016-10-20 16:28 ` Ruediger Meier
2016-10-20 16:40 ` Karel Zak
2016-10-20 17:08 ` Ruediger Meier
2016-10-21 14:44 ` Karel Zak
2016-10-21 15:03 ` Ruediger Meier [this message]
2016-10-20 19:20 ` Ruediger Meier
2016-12-10 17:15 ` Mike Frysinger
2016-12-12 10:29 ` Karel Zak
2016-12-12 14:31 ` Ruediger Meier
2016-12-12 14:01 ` Ruediger Meier
2016-12-12 14:28 ` Karel Zak
2016-12-12 18:27 ` Mike Frysinger
2016-12-13 11:44 ` Karel Zak
2016-12-12 17:52 ` Mike Frysinger
2016-10-20 17:11 ` Ruediger Meier
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=201610211703.42691.sweet_f_a@gmx.de \
--to=sweet_f_a@gmx.de \
--cc=kzak@redhat.com \
--cc=util-linux@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox