pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/51658: [pkgsrc] [kdelibs3] Makefile:557: recipe for target 'deviceman.lo' failed



On 27/11/2016 21:20, David Holland wrote:
The following reply was made to PR pkg/51658; it has been noted by GNATS.

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/51658: [pkgsrc] [kdelibs3] Makefile:557: recipe for target
 'deviceman.lo' failed
Date: Sun, 27 Nov 2016 20:17:57 +0000

 On Sat, Nov 26, 2016 at 05:15:00PM +0000, mutek%riseup.net@localhost wrote:
  > >Description:
  > while trying to install koffice3, kdelibs3 failed to build
  >
  >
  > cd pkgsrc/x11/kdelibs3
  > bmake install
  > ...
  > ..

 Can you provide the failure messages?


yes of course,
here the latest messages:

/bin/bash ../libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I../dcop -I../kdecore -I../kio/kssl -I../kjs -I./.. -I../dcop -I../libltdl -I../kdefx -I../kdecore -I../kdecore -I../kdecore/network -I../kdeui -I../kio -I../kio/kio -I../kio/kfile -I.. -I/home/pkgsrc-cvs/pkg/qt3/include -I. -I/home/pkgsrc-cvs/pkg/include -I/home/pkgsrc-cvs/pkg/include -I/home/pkgsrc-cvs/pkg/include -DQT_THREAD_SUPPORT -I/home/pkgsrc-cvs/pkg/include/krb5 -I/home/pkgsrc-cvs/pkg/include -I/home/pkgsrc-cvs/pkg/include/db4 -I/usr/include -I/home/pkgsrc-cvs/pkg/include/lua-5.1 -I/home/pkgsrc-cvs/pkg/include/ncurses -I/home/pkgsrc-cvs/pkg/qt3/include -I/home/pkgsrc-cvs/pkg/include/libdrm -I/home/pkgsrc-cvs/pkg/include/freetype2 -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -I/home/pkgsrc-cvs/pkg/include/krb5 -I/home/pkgsrc-cvs/pkg/include -I/home/pkgsrc-cvs/pkg/include/db4 -I/usr/include -I/home/pkgsrc-cvs/pkg/include/lua-5.1 -I/home/pkgsrc-cvs/pkg/include/ncurses -I/home/pkgsrc-cvs/pkg/qt3/include -I/home/pkgsrc-cvs/pkg/include/libdrm -I/home/pkgsrc-cvs/pkg/include/freetype2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT deviceman.lo -MD -MP -MF .deps/deviceman.Tpo -c -o deviceman.lo deviceman.cc
deviceman.cc: In member function 'int DeviceManager::initManager()':

deviceman.cc:347:27: error: aggregate 'snd_seq_client_info_t clienti' has incomplete type and cannot be defined
     snd_seq_client_info_t clienti;
                           ^
deviceman.cc:348:25: error: aggregate 'snd_seq_port_info_t porti' has incomplete type and cannot be defined
     snd_seq_port_info_t porti;
                         ^
deviceman.cc:350:27: error: 'SND_SEQ_OPEN' was not declared in this scope
     snd_seq_open(&handle, SND_SEQ_OPEN);
                           ^
deviceman.cc:353:27: error: aggregate 'snd_seq_system_info_t info' has incomplete type and cannot be defined
     snd_seq_system_info_t info;
                           ^
Makefile:557: recipe for target 'deviceman.lo' failed
make[2]: *** [deviceman.lo] Error 1
make[2]: Leaving directory '/home/pkgsrc-cvs/pkgsrc/x11/kdelibs3/work/kdelibs-3.5.10/libkmid'
Makefile:543: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/pkgsrc-cvs/pkgsrc/x11/kdelibs3/work/kdelibs-3.5.10'
Makefile:438: recipe for target 'all' failed
make: *** [all] Error 2
*** Error code 2

Stop.
bmake[3]: stopped in /home/pkgsrc-cvs/pkgsrc/x11/kdelibs3
*** Error code 1

Stop.
bmake[2]: stopped in /home/pkgsrc-cvs/pkgsrc/x11/kdelibs3
*** Error code 1

Stop.
bmake[1]: stopped in /home/pkgsrc-cvs/pkgsrc/x11/kdebase3
*** Error code 1

Stop.



Home | Main Index | Thread Index | Old Index