[oe-commits] [Bug 5086] libpcap-1.0.0 failed to install

bugzilla-daemon at amethyst.openembedded.net bugzilla-daemon at amethyst.openembedded.net
Thu May 21 12:38:46 UTC 2009


http://bugs.openembedded.net/show_bug.cgi?id=5086


kapare <kevyn.alexandre.pare at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |




--- Comment #6 from kapare <kevyn.alexandre.pare at gmail.com>  2009-05-21 14:38:41 ---
I try  bitbake -DDD -b jack_0.116.2.bb -c rebuild -f didnt work

Search where ppoll is and the include of poll.h is in netjack_packer.c?

0 poll.h           <global>               67 extern int ppoll (struct pollfd
*__fds, nfds_t __nfds,
1 netjack_packet.c netjack_poll_deadline 376 poll_err = ppoll (&fds, 1,
&timeout_spec, &sigmask);

The recepies used 

kapare at vostro:~/oe/openembedded/recipes/jack$ diff -Naur jack_0.103.0.bb
jack_0.116.2.bb 
--- jack_0.103.0.bb    2009-04-25 22:39:16.000000000 -0400
+++ jack_0.116.2.bb    2009-04-25 22:39:16.000000000 -0400
@@ -9,7 +9,7 @@

 DEPENDS = "alsa-lib"

-SRC_URI =
"${SOURCEFORGE_MIRROR}/jackit/jack-audio-connection-kit-${PV}.tar.gz"
+SRC_URI =
"http://jackaudio.org/downloads/jack-audio-connection-kit-${PV}.tar.gz"
 S = "${WORKDIR}/jack-audio-connection-kit-${PV}"

 inherit autotools pkgconfig


I try I try  bitbake -DDD -b jack_0.103.0.bb -c rebuild -f successed !!!

-- 
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-commits mailing list