<div dir="ltr"><div> I was able to download radvd-2.11 using your changes. I was just worrying about those git logs.<br><br></div>Thanks.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 14, 2015 at 12:28 PM, Yousong Zhou <span dir="ltr"><<a href="mailto:yszhou4tech@gmail.com" target="_blank">yszhou4tech@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 14 July 2015 at 14:32, Pratik Prajapati <<a href="mailto:pratik.prajapati12@gmail.com">pratik.prajapati12@gmail.com</a>> wrote:<br>
> It worked but still i got some logs but don't know i should worry about it<br>
> or not.<br>
><br>
<br>
</span>They were output from git.  You can check if there is a<br>
radvd-2.11-xxxx.yyy file available in your dl/ directory.<br>
<span class="HOEnZb"><font color="#888888"><br>
                yousong<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
> logs:<br>
><br>
> Checking out files from the git repository...<br>
> Cloning into 'radvd-2.11'...<br>
> remote: Counting objects: 3603, done.<br>
> remote: Total 3603 (delta 0), reused 0 (delta 0), pack-reused 3603<br>
> Receiving objects: 100% (3603/3603), 1.64 MiB | 591.00 KiB/s, done.<br>
> Resolving deltas: 100% (2324/2324), done.<br>
> Checking connectivity... done.<br>
> Note: checking out 'e3e2b38a0433f680a75dadb394692edec3ea66e3'.<br>
><br>
> You are in 'detached HEAD' state. You can look around, make experimental<br>
> changes and commit them, and you can discard any commits you make in this<br>
> state without impacting any branches by performing another checkout.<br>
><br>
> If you want to create a new branch to retain commits you create, you may<br>
> do so (now or later) by using -b with the checkout command again. Example:<br>
><br>
>   git checkout -b new_branch_name<br>
><br>
> HEAD is now at e3e2b38... Makefile.am: add --with-check to packages target<br>
><br>
><br>
> On Mon, Jul 13, 2015 at 8:05 PM, Yousong Zhou <<a href="mailto:yszhou4tech@gmail.com">yszhou4tech@gmail.com</a>> wrote:<br>
>><br>
>><br>
>> On Jul 13, 2015 6:53 PM, "Pratik Prajapati" <<a href="mailto:pratik.prajapati12@gmail.com">pratik.prajapati12@gmail.com</a>><br>
>> wrote:<br>
>> ><br>
>> > Hi,<br>
>> ><br>
>> > I want to build radvd-2.11 package in OpenWrt but i am unable to<br>
>> > download it using Makefile rules.<br>
>> ><br>
>> > Makefile:<br>
>> ><br>
>> > include $(TOPDIR)/<a href="http://rules.mk" rel="noreferrer" target="_blank">rules.mk</a><br>
>> ><br>
>> > PKG_NAME:=radvd<br>
>> > PKG_VERSION:=2.11<br>
>> > PKG_SOURCE_PROTO:=git<br>
>> ><br>
>> > PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)<br>
>> > PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip<br>
>><br>
>> try changing the suffix to .tar.gz<br>
>><br>
>> > PKG_SOURCE_URL:=<a href="https://github.com/reubenhwk/radvd.git" rel="noreferrer" target="_blank">https://github.com/reubenhwk/radvd.git</a><br>
>> > PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)<br>
>> > PKG_SOURCE_VERSION:=e3e2b38a0433f680a75dadb394692edec3ea66e3<br>
>> > PKG_CAT:=unzip<br>
>><br>
>> and remove this line<br>
>><br>
>> > PKG_FIXUP:=autoreconf<br>
>> ><br>
>> > include $(INCLUDE_DIR)/<a href="http://package.mk" rel="noreferrer" target="_blank">package.mk</a><br>
>> > .<br>
>> > .<br>
>> > .<br>
>> ><br>
>> > Cmd: make ./package/radvd-2.11/compile V=s<br>
>> ><br>
>> > Cloning into 'radvd-2.11'...<br>
>> > remote: Counting objects: 3603, done.<br>
>> > remote: Total 3603 (delta 0), reused 0 (delta 0), pack-reused 3603<br>
>> > Receiving objects: 100% (3603/3603), 1.64 MiB | 712.00 KiB/s, done.<br>
>> > Resolving deltas: 100% (2324/2324), done.<br>
>> > Checking connectivity... done.<br>
>> > Note: checking out 'e3e2b38a0433f680a75dadb394692edec3ea66e3'.<br>
>> ><br>
>> > You are in 'detached HEAD' state. You can look around, make experimental<br>
>> > changes and commit them, and you can discard any commits you make in<br>
>> > this<br>
>> > state without impacting any branches by performing another checkout.<br>
>> ><br>
>> > If you want to create a new branch to retain commits you create, you may<br>
>> > do so (now or later) by using -b with the checkout command again.<br>
>> > Example:<br>
>> ><br>
>> >   git checkout -b new_branch_name<br>
>> ><br>
>> > HEAD is now at e3e2b38... Makefile.am: add --with-check to packages<br>
>> > target<br>
>> > Packing checkout...<br>
>> > ERROR: Unknown pack format for file<br>
>> > /home/pratik.prajapati/work/openwrt-radvd/openwrt-tip/openwrt/tmp/dl/radvd-2.11.zip<br>
>> ><br>
>><br>
>> looks like git archive cannot do zip packing.<br>
>><br>
>> cheers<br>
>><br>
>>                 yousong<br>
>><br>
>> ><br>
>> > I am not able to download radvd-2.11 using my makefile. What part I am<br>
>> > missing in Makefile ?<br>
>> ><br>
>> > _______________________________________________<br>
>> > openwrt-devel mailing list<br>
>> > <a href="mailto:openwrt-devel@lists.openwrt.org">openwrt-devel@lists.openwrt.org</a><br>
>> > <a href="https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel" rel="noreferrer" target="_blank">https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel</a><br>
>> ><br>
><br>
><br>
</div></div></blockquote></div><br></div>