← Back to team overview

dx-packages team mailing list archive

[Bug 1726332] [NEW] libappindicator fails to build from latest bzr 2017-10-23

 

Public bug reported:

Libappindicator fails to build from source branched from bzr repo on
23rd Oct 2017. I don't use Ubuntu, but when I went to report a bug on
the bzr repo site it brought me here.

I'm using Slackware 14.2 x86_64, gcc 5.3.0, glib 2.46.2.

Using:

./autogen.sh
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
  --prefix=/usr \
  --libdir=/usr/lib${LIBDIRSUFFIX} \
  --sysconfdir=/etc \
  --localstatedir=/var \
  --mandir=/usr/man \
  --infodir=/usr/info \
  --with-gtk=3 \
  --docdir=/usr/doc/$PRGNAM-$VERSION \
  --build=$ARCH-slackware-linux

make

Results:

app-indicator.c: In function ‘shorty_activated_cb’:
app-indicator.c:2563:2: error: implicit declaration of function ‘indicator_desktop_shortcuts_nick_e
xec_with_context’ [-Werror=implicit-function-declaration]
  indicator_desktop_shortcuts_nick_exec_with_context(priv->shorties, nick, NULL);
  ^
cc1: all warnings being treated as errors
Makefile:769: recipe for target 'libappindicator3_la-app-indicator.lo' failed
make[2]: *** [libappindicator3_la-app-indicator.lo] Error 1
make[2]: Leaving directory '/tmp/daw/libappindicator-12.10.1/src'
Makefile:482: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/tmp/daw/libappindicator-12.10.1'
Makefile:413: recipe for target 'all' failed
make: *** [all] Error 2

Thanks.

** Affects: libappindicator (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to libappindicator in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1726332

Title:
  libappindicator fails to build from latest bzr 2017-10-23

Status in libappindicator package in Ubuntu:
  New

Bug description:
  Libappindicator fails to build from source branched from bzr repo on
  23rd Oct 2017. I don't use Ubuntu, but when I went to report a bug on
  the bzr repo site it brought me here.

  I'm using Slackware 14.2 x86_64, gcc 5.3.0, glib 2.46.2.

  Using:

  ./autogen.sh
  CFLAGS="$SLKCFLAGS" \
  CXXFLAGS="$SLKCFLAGS" \
  ./configure \
    --prefix=/usr \
    --libdir=/usr/lib${LIBDIRSUFFIX} \
    --sysconfdir=/etc \
    --localstatedir=/var \
    --mandir=/usr/man \
    --infodir=/usr/info \
    --with-gtk=3 \
    --docdir=/usr/doc/$PRGNAM-$VERSION \
    --build=$ARCH-slackware-linux

  make

  Results:

  app-indicator.c: In function ‘shorty_activated_cb’:
  app-indicator.c:2563:2: error: implicit declaration of function ‘indicator_desktop_shortcuts_nick_e
  xec_with_context’ [-Werror=implicit-function-declaration]
    indicator_desktop_shortcuts_nick_exec_with_context(priv->shorties, nick, NULL);
    ^
  cc1: all warnings being treated as errors
  Makefile:769: recipe for target 'libappindicator3_la-app-indicator.lo' failed
  make[2]: *** [libappindicator3_la-app-indicator.lo] Error 1
  make[2]: Leaving directory '/tmp/daw/libappindicator-12.10.1/src'
  Makefile:482: recipe for target 'all-recursive' failed
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory '/tmp/daw/libappindicator-12.10.1'
  Makefile:413: recipe for target 'all' failed
  make: *** [all] Error 2

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libappindicator/+bug/1726332/+subscriptions


Follow ups