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)



The following reply was made to PR pkg/51658; it has been noted by GNATS.

From: "mutek%riseup.net@localhost" <mutek%riseup.net@localhost>
To: coypu%SDF.ORG@localhost
Cc: gnats-bugs%NetBSD.org@localhost
Subject: Re: pkg/51658 ([pkgsrc] [kdelibs3] Makefile:557: recipe for target
 'deviceman.lo' failed)
Date: Sat, 3 Dec 2016 20:46:08 +0100

 On 03/12/2016 19:12, coypu%SDF.ORG@localhost wrote:
 > I haven't committed anything before because I was not sure if it will help.
 > I was wondering if adding the line will help.
 >
 > ... I've committed the change now, so cvs update will grab it.
 > Let me know if it works now.
 >
 
 just cvs updated, checked Makefile changes done and bmake install again 
 but nothing has changed:
 
 /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-current/pkg/qt3/include -I. 
 -I/home/pkgsrc-current/pkg/include -I/home/pkgsrc-current/pkg/include 
 -I/home/pkgsrc-current/pkg/include  -DQT_THREAD_SUPPORT 
 -I/home/pkgsrc-current/pkg/include/krb5 
 -I/home/pkgsrc-current/pkg/include 
 -I/home/pkgsrc-current/pkg/include/db4 -I/usr/include 
 -I/home/pkgsrc-current/pkg/include/lua-5.1 
 -I/home/pkgsrc-current/pkg/include/ncurses 
 -I/home/pkgsrc-current/pkg/qt3/include 
 -I/home/pkgsrc-current/pkg/include/libdrm 
 -I/home/pkgsrc-current/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-current/pkg/include/krb5 
 -I/home/pkgsrc-current/pkg/include 
 -I/home/pkgsrc-current/pkg/include/db4 -I/usr/include 
 -I/home/pkgsrc-current/pkg/include/lua-5.1 
 -I/home/pkgsrc-current/pkg/include/ncurses 
 -I/home/pkgsrc-current/pkg/qt3/include 
 -I/home/pkgsrc-current/pkg/include/libdrm 
 -I/home/pkgsrc-current/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
 In file included from deviceman.cc:56:0:
 /home/pkgsrc-current/pkgsrc-current-26_11_2016/pkgsrc/x11/kdelibs3/work/.buildlink/include/sys/asoundlib.h:1:2: 
 warning: #warning This header is deprecated, use <alsa/asoundlib.h> 
 instead. [-Wcpp]
   #warning This header is deprecated, use <alsa/asoundlib.h> instead.
    ^
 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-current/pkgsrc-current-26_11_2016/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-current/pkgsrc-current-26_11_2016/pkgsrc/x11/kdelibs3/work/kdelibs-3.5.10'
 Makefile:438: recipe for target 'all' failed
 make: *** [all] Error 2
 *** Error code 2
 
 Stop.
 bmake[1]: stopped in 
 /home/pkgsrc-current/pkgsrc-current-26_11_2016/pkgsrc/x11/kdelibs3
 *** Error code 1
 
 Stop.
 bmake: stopped in 
 /home/pkgsrc-current/pkgsrc-current-26_11_2016/pkgsrc/x11/kdelibs3
 


Home | Main Index | Thread Index | Old Index