archlinuxcn / repo

Arch Linux CN Repository
1.54k stars 296 forks source link

some PKGBUILDs are not compiled & packaged #220

Closed cuihaoleo closed 8 years ago

cuihaoleo commented 8 years ago

There are 15 PKGBUILDs in this git repo that have not yet been compiled & packaged.

Seems the submitters of them are mostly not developer in this git repo. If anybody interested, please adopt these packages.

Generated by:

for d in `ls`; do
    (cd $d && bash --restricted -c "source PKGBUILD; echo \${pkgname[@]}")
done 2>/dev/null | grep -v '[A-Z]' | xargs pacman -Si > /dev/null
lilydjwg commented 8 years ago

coursera-dl-git is by @zsrkmyn, see the committer, not message: 4a3aebf

farseerfc commented 8 years ago

devtools-lilac is intended to be used only by lilac herself for debugging purpose. @lilydjwg do we need to keep this? or else I will remove it.

zsrkmyn commented 8 years ago

On Tue, Apr 05, 2016 at 06:31:05AM -0700, 依云 wrote:

coursera-dl-git is by @zsrkmyn, see the committer, not message: 4a3aebf

Sorry, I just forgot to bump pkgrel to trigger rebuilding... Thanks for reminding me!

Regards, Stephen

lilydjwg commented 8 years ago

@farseerfc no need to keep it. Next time when we need it, we can package a new one (and we don't need to put it in the repo).

zsrkmyn commented 8 years ago

I don't know why, I've modified lilac.py and PKGBUILD (including pkgrel) of coursera-dl-git several times to trigger lilac's rebuilding, but none of those times succeeded.

Finally, I build the package manully and copyed it (and the .sig file) to ~/repo on build machine. However, I find it the package was remoeved from ~/repo but not pushed into archlinuxcn repo (pacman -Ss coursera-dl-git showed nothing).

lilydjwg commented 8 years ago

zsrkmyn you should report the issue. Unknown issues are unlikely to get fixed.

zsrkmyn commented 8 years ago

Thanks @lilydjwg, I found the problem just now, and I am doing some further test.

ykelvis commented 8 years ago

Vidalia is packaged now.

zsrkmyn commented 8 years ago

@ykelvis 快去签名你的包啦 >.< #218

ykelvis commented 8 years ago

@zsrkmyn 已经在搞了今晚能弄好(:3」 ∠)

lilydjwg commented 8 years ago

@zsrkmyn 我升级了服务器上的 repo-add 命令,现在 coursera-dl-git 应该已经有了(请给 rsync 一些时间)。

zsrkmyn commented 8 years ago

@lilydjwg, 已经好了呢!谢谢仙子!

xgdgsc commented 8 years ago

vivaldi是什么情况@phoenixlzx

phoenixlzx commented 8 years ago

抱歉,更新了一下,应该会自动更新&编译了

@lilydjwg 麻烦盯一下今晚的编译日志...

phoenixlzx commented 8 years ago

AUR 上的包维护者往里面扔了太多东西... 而且为什么有 gitignore 总之不能自动从 AUR 更新的话只好删掉了,谁有兴趣更新的话就重新加进去吧。我表示没时间天天盯着。

lilydjwg commented 8 years ago

为什么会有 .INSTALL 和 .MTREE 文件…………

xgdgsc commented 8 years ago

vivaldi从AUR更新的时候报什么错?要删的话nvchecker.ini里也删一下。

petronny commented 8 years ago

I will remove all the unchecked packages on the list on 9/9.

petronny commented 8 years ago

先删了一波,剩下的都是Inkn <i@inkn.ml>这个人的包 但是这个github id也不复存在了。。。

怎么办?删吗?

petronny commented 8 years ago

话说上面那个命令现在在chromium-dev会卡住。。

petronny commented 8 years ago

除broadcom-wl外的PKGBUILD均已修正 broadcom-wl我就drop了 它只能编译出对最新的kernel,这样每次kernel更新都要手动指定depends=('linux=$kernel_ver')并bump pkgrel 坑太大不想填了