From owner-freebsd-virtualization@freebsd.org Sat Feb 20 08:49:30 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A5B2AAFDEB for ; Sat, 20 Feb 2016 08:49:30 +0000 (UTC) (envelope-from abhijit.taware@coriolis.co.in) Received: from mail-ob0-x236.google.com (mail-ob0-x236.google.com [IPv6:2607:f8b0:4003:c01::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CBD7B158A for ; Sat, 20 Feb 2016 08:49:29 +0000 (UTC) (envelope-from abhijit.taware@coriolis.co.in) Received: by mail-ob0-x236.google.com with SMTP id ts10so12708187obc.1 for ; Sat, 20 Feb 2016 00:49:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=coriolis-co-in.20150623.gappssmtp.com; s=20150623; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=jvtffaBDUzdkkBgOV0SeqJ4+RTBQTVO4DH9Qen+RJUY=; b=Kx0bhaVtwp9QwZrf6SkV4/+g6xS9AxVF9NxrqRuQ+aUbjb55k08PMkP3CxMqV2bZcF LQ+24Nk2As6Wv5RN9ivx9x59BnYrx12dCf6P+Fa9mmO8H9+OgkFVACp5hvJo4dhGYQ8r epaAWHT6vv1u4YJodhaRaETgltZ1KH1NOM0zsZUmZSSaJN2BmAVM7GnPrqKBcySQebLd kCegMkvXma9XATLjZQPTPawIl9j10uG/0dQNXQUWWtaXsRkT4IjchAVAthjCpPbfxdjz g5eEhByOcf030q901JZCNQg87ntTCZne9sdvwvqjJKi/mJP5ZYoRdQv3UIyN0UYhp0yo iglA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to:cc :content-type; bh=jvtffaBDUzdkkBgOV0SeqJ4+RTBQTVO4DH9Qen+RJUY=; b=ISFHRIl766o5v4Z8qoc9XSJAwVkgz2seIy2RZAMpXE3vIT3n2h+uRe0QQfE1TWw8Tz Nr2vLonu6vq7drkgmVhrV+V1HMAzV2zNuhYxrz/mfLl/ZT4mhv7ZidpJ7FnWn0SdLqII i5Ieqel6OYCsrfVbqNfzzXrF3rbZ3JXM99UIq3x00HOUtycR/vq3BE8JCk8CrM57FEhE 2UpPjMQU5x3FqT6eqJnCvwqlvaWaseYcNT90X/Zu5XJr6xk8j91ZCWmgoTTXno3KDbtT wU1S3QaGl0r62WOhTo1pQTaFo7w3EhT2fnDWNodjytWykJvGyIuDPaCEEYKsne9NWCGO v9ZA== X-Gm-Message-State: AG10YOSlYyQXc5wChX945p03Qhduk0vTXsruNaJ+fdYr35TIVpLqT3HR470kP1GHeD6SGL7NdJmu3r3otyx26w== MIME-Version: 1.0 X-Received: by 10.182.213.7 with SMTP id no7mr14916195obc.22.1455958168250; Sat, 20 Feb 2016 00:49:28 -0800 (PST) Received: by 10.60.128.197 with HTTP; Sat, 20 Feb 2016 00:49:28 -0800 (PST) Date: Sat, 20 Feb 2016 14:19:28 +0530 Message-ID: Subject: [BHyVE] bhyverun.c:818:16: error: use of undeclared identifier 'VM_MEM_F_WIRED From: Abhijit Taware To: freebsd-virtualization@freebsd.org Cc: Marcel Moolenaar , Marcel Moolenaar Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 08:49:30 -0000 Hi , I am getting error mentioned in subject while compiling the bhyve repo mentioned below https://github.com/xcllnt/libvdsk I am using 10.2-RELEASE and could run the native bhyve which comes with "pkg install" command. I am using the repo mentioned above to add support for more file formats i.e. qcow, vmdk etc Currently only RAW is supported and works well on my VM. Can somebody point me to right direction .The detailed error log is as follows - Thanks, Abhijit. *root@bhyve:~/bhyve/libvdsk # make* *===> libvdsk (all)* *Warning: Object directory not changed from original /root/bhyve/libvdsk/libvdsk* *===> bhyve (all)* *Warning: Object directory not changed from original /root/bhyve/libvdsk/bhyve* *cc -O2 -pipe -I/root/bhyve/libvdsk/bhyve/../libvdsk -g -O0 -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c bhyverun.c -o bhyverun.o* *bhyverun.c:818:16: error: use of undeclared identifier 'VM_MEM_F_WIRED'* * memflags |= VM_MEM_F_WIRED;* * ^* *1 error generated.* **** Error code 1* *Stop.* *make[1]: stopped in /root/bhyve/libvdsk/bhyve* **** Error code 1* *Stop.* *make: stopped in /root/bhyve/libvdsk*