Displaying 20 results from an estimated 79 matches for "pkgbuild".
2012 Mar 27
1
[Bug 8829] New: rsync -uav --delete --dry-run prints delete file list in reverse order
...ir2/file-z
...
deleting dir2/file-a
dir1/
file-a
...
file-z
For long lists, that is very awkward. Real world example:
13:50 alchemy:~/tde/pbf> rsync --delete -uavn ../pbf nirvana:~/tde
sending incremental file list
pbf/
deleting pbf/ts.txt
deleting pbf/pkgbld-notes.txt
deleting pbf/PKGBUILD-trinity-twindeco-crystal
deleting pbf/PKGBUILD-trinity-tqtinterface
deleting pbf/PKGBUILD-trinity-tqt3
deleting pbf/PKGBUILD-trinity-template-git
deleting pbf/PKGBUILD-trinity-template
deleting pbf/PKGBUILD-trinity-tdelibs
deleting pbf/PKGBUILD-trinity-tdedecor-crystal
deleting pbf/PKGBUILD-trinity...
2013 Sep 23
1
tar warnings in R-3.0.2 RC when R is installed by a different (non-root) user
...laced by that for user 'nobody'
Warning: invalid uid value replaced by that for user 'nobody'
Warning: invalid uid value replaced by that for user 'nobody'
Warning: invalid uid value replaced by that for user 'nobody'
One thing to note is that I am logged in as 'pkgbuild' and R was installed by the user 'biocbuild'. I explicitly point to the R that was installed by 'biocbuild' when building the package above. (I used the command "~biocbuild/bbs-2.13-bioc/R/bin/R CMD build anRpackage").
There doesn't seem to be anything wrong with...
2013 May 30
2
libguestfs-1.22.1 compilation error
...-disable-gobject \
--enable-introspection=no \
--disable-lua \
--disable-erlang \
--disable-php \
--disable-haskell \
--disable-ruby \
--without-java \
--with-default-backend=direct
error msg
make[2]: Entering directory
`/opt/dnl/PKGBUILDs/kvm/libguestfs/src/libguestfs-1.22.1'
perl /home/ebal/dnl/PKGBUILDs/kvm/libguestfs/src/libguestfs-1.22.1/podwrapper.pl
\
--section 1 \
--man guestfs-release-notes.1 \
--text guestfs-release-notes.txt \
--html ./html/guestfs-release-notes.1.html \
--license GPLv2+ \
guestfs-release-...
2017 Apr 19
4
R 3.4 has broken C++11 support
...re you go, it?s pretty much the simplest package possible that needs C++11:
https://github.com/flying-sheep/cxx11test
> Maybe you can share with us how you configure the build of R-devel?
Sure, in the mail you quoted, I already linked exactly that:
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r-devel#n40
> ./configure --prefix=/opt/r-devel \
> --libdir=/opt/r-devel/lib \
> --sysconfdir=/etc/R-devel \
> --datarootdir=/opt/r-devel/share \
> rsharedir=/opt/r-devel/share/R/ \
> rincludedir=/opt/r-devel/include/R/ \
> rdocdir=/opt/r-devel/share/doc/R/ \
> --w...
2014 Aug 11
4
Re: issue when building/making package from git
> You can avoid testing gnulib (not very interesting anyway) by running:
>
> ./configure --disable-gnulib-tests
I personaly do not care, but in case i make a libguestfs-git PKBUILD,
I want everything be OK.
I just realised than I followed the libguestfs PKGBUILD, but NO
virt-p2v and virt-v2v binaries are installed in /usr/bin.
Shame. I am rewriting the git PKGBUILD.
2017 Apr 19
0
R 3.4 has broken C++11 support
Hi Philipp,
Fellow Archlinux user here. I think the problem is with the r-devel
PKGBUILD file, rather than anything wrong in R itself. The PKGBUILD
file does this:
ln -s /etc/R/${i} ${i}
when it should do
ln -s /etc/R-devel/${i} ${i}
You can fix your installed version with
cd /opt/r-devel/lib/R/etc/
sudo rm ./*
sudo ln -s /etc/R-devel/javaconf
sudo ln -s /etc/R-devel/ldpaths
sudo...
2024 May 10
1
R CMD check vs RStudio check
...doc. It also does not run boostrap.R,
as far as I can tell, presumably because only devtools does.
Check within RStudio continues to delete inst/doc, so this behavior is probably coming from
RStudio, devtools, or one the packages it invokes. The devtools::check() documentation
mentions it invoke pkgbuild::build() and rcmdcheck::rcmdcheck(). Since I'm guessing my command
line build and check invoked those last 2, or at least operated similarly, they seem less likely suspects.
As I think I already mentioned, bootstrap.R when run outside of a check, but inside RStudio, also does not delete inst/...
2016 Apr 24
2
IBM 5396-1Kx ups nearly recognised.
...ding you a bunch of things you've already seen (if I
am, apologies in advance) then most of what you want is probably here
(https://wiki.archlinux.org/index.php/Arch_Build_System). It's meant to
be the main document source, but it's still a wiki..so..hardhats on, I
guess :).
The actual PKGBUILD scripts are simple beasts, just a list of commands
to step through the process of config/make/install and to put everything
into an arch installer package for the package manager (Pacman -
https://wiki.archlinux.org/index.php/pacman). As an example here is the
one for NUT
(https://aur.archlinux.org...
2017 Apr 19
5
R 3.4 has broken C++11 support
Hi!
Well, my linux distribution has very recent versions
of everything, so a working C++11 compiler exists:
$ gcc --version | head -n1
gcc (GCC) 6.3.1 20170306
Could wrong ./configure options be at fault here? See:
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r-devel#n40
My sessionInfo():
$ R-devel --slave -e 'sessionInfo()' | head -n3
R Under development (unstable) (2017-04-18 r72542)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Arch Linux
Thanks, Philipp
Helmholtz Zentrum Muenchen
Deutsches Forschungszentrum fuer Gesundheit un...
2018 Aug 27
3
sshd 7.8p1 close connection from VMware Fusion NAT Port Forwarding
...Arch LAN IP worked, downgraded OpenSSH from 7.8p1 to 7.7p1 fixed the
problem.
Any idea about this bug?
VMware Fusion NAT Port Forwarding setup:
VMware Fusion ? NAT Port Forwarding 101 | www.weatherhead.net
http://www.weatherhead.net/2015/06/21/vmware-fusion-nat-port-forwarding-101/
Arch openssh PKGBUILD:
PKGBUILD\trunk - svntogit/packages.git - Git clone of the 'packages'
repository
https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/openssh
Here are ssh and sshd logs:
OpenSSH 7.8p1 close connection from VMware Fusion NAT Port Forwarding
https://gist.github.com/...
2009 Nov 20
3
OS b127, fail to create vdisk
Here is the error I get,
Unable to complete install ''exceptions.RuntimeError Error creating vdisk /var/lib/xen/images/centos.img
Traceback (most recent call last):
File "/var/tmp/pkgbuild-gbuild/SUNWvirt-manager-0.6.1-build/virtManager/create.py", line 730, in do_install
File "/export/builds/xvm_127///proto/install/usr/lib
Please could you help?
I would like to create the VM manually is there an howto for opensolaris? Where are the config files supposed to go? There is...
2016 Jun 08
0
IBM 5396-1Kx ups nearly recognised.
...u've already seen (if I
> am, apologies in advance) then most of what you want is probably here
> (https://wiki.archlinux.org/index.php/Arch_Build_System). It's meant to
> be the main document source, but it's still a wiki..so..hardhats on, I
> guess :).
>
> The actual PKGBUILD scripts are simple beasts, just a list of commands
> to step through the process of config/make/install and to put everything
> into an arch installer package for the package manager (Pacman -
> https://wiki.archlinux.org/index.php/pacman). As an example here is the
> one for NUT
> (...
2012 Jan 11
2
Arch and latest wine : major Dsound crashes with my apps
With the latest gitwine, beginning with wine 1.3.35, I can't run any of my games anymore. Every game I tested crashes with the following backtrace somewhere in its logs :
=>0 0x7c58c255 DSOUND_RecalcVolPan+0xa5(volpan=0x67d3068)
[/wine-git/dlls/dsound/mixer.c:58] in dsound (0x0032f194)
1 0x7c57b463 IDirectSoundBufferImpl_Create+0x382(device=0x67d2848,
pdsb=0x32f2a8, dsbd=0x32f360)
2012 Nov 25
1
libguestfs 1.18.11 build error
I am trying to build libguestfs version libguestfs-1.18.11 in my archlinux box
i am getting this error:
febootstrap: error: /lib appears as both directory and ordinary file
(glibc, ntfs-3g)
make[2]: *** [stamp-supermin] Error 1
make[2]: Leaving directory
`/mnt/downloads/dnl/PKGBUILDs/kvm/libguestfs/src/libguestfs-1.18.11/appliance'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/mnt/downloads/dnl/PKGBUILDs/kvm/libguestfs/src/libguestfs-1.18.11'
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
any pointers ?
--
E...
2011 Dec 01
1
yajl 2.0
Hello,
In Arch Linux. The yajl library distributed is a newer than used by Xen in
mercurial. Is there an interest in this patch. I also have a PKGBUILD that
builds Xen from mercurial in Arch Linux.
Regards,
--
Felipe Magno de Almeida
Sent from my Nokia E71
2014 Mar 01
0
[Bug 75279] XCloseDisplay() takes one minute around nouveau_dri.so, freezing Firefox startup
...n ?? () from
> /usr/lib/mozilla/plugins/libflashplayer.so
> No symbol table info available.
> Cannot access memory at address 0x7fffc4f85b78
>
I was afraid that your mesa build does not have debug symbols. Would you mind
rebuilding and installing the debug symbols ?
* Can you grab the PKGBUILD [1]
* Add "options=('debug')" around the source line
* rebuild (makepkg) and install (do not forget the -debug* packages)
> Some technical infos : nouveau 1.0.10, mesa 10.0.3
>
> All this on an archlinux 64 bits, up-to-date.
FWIW I cannot reproduce the crash, although...
2014 Feb 19
1
Error when building from source
...directory
'/developement/aur/libvirt-git/src/libvirt/tools/wireshark'
mv: cannot stat ‘/developement/aur/libvirt-git/pkg/libvirt-git/lib/*’: No
such file or directory
I am on Arch linux and use the AUR mechanism package to build/install
packages from source.
Here is the build part of the PKGBUILD file :
build() {
cd "$srcdir/libvirt"
export LDFLAGS=-lX11
export RADVD=/usr/bin/radvd
./autogen.sh
#./configure --prefix=/usr --libexec=/usr/lib/"$pkgname" --sbindir=/usr/bin \
./configure --prefix=/usr --libexec=/usr/lib/"${pkgname/-git/}"
--sbindir=/us...
2016 Apr 17
2
IBM 5396-1Kx ups nearly recognised.
On 17/04/2016 00:50, Charles Lepple wrote:
> [as this list does not set or alter the Reply-To header, please use "reply all". Thanks!]
>
>> On Apr 16, 2016, at 5:14 PM, Andy R - (NUT-List) wrote:
>>
>> I'm currently using the usbhid-ups driver but as the ups usb-ID isn't recognised in the udev rules I run it as root. Running usbhid-ups gives a "device
2017 Sep 06
3
withr::set_makevars
...2016-06-12 CRAN (R 3.4.0)
lintr 1.0.1 2017-08-10 CRAN (R 3.4.1)
magrittr 1.5 2014-11-22 CRAN (R 3.4.0)
memoise 1.1.0 2017-04-21 CRAN (R 3.4.0)
pkgbuild 0.0.0.9000 2017-08-31 Github (r-lib/pkgbuild at 6574561)
pkgconfig 2.0.1 2017-03-21 CRAN (R 3.4.0)
pkgload 0.0.0.9000 2017-08-31 Github (r-pkgs/pkgload at 80a6493)
praise 1.0.0 2015-08-11 CRAN (R 3.4.0)...
2012 Jun 12
9
[Bug 51018] New: kernel >=3.4.0: nouveau triggers kernel BUG in slub.c on GTX 560 Ti
https://bugs.freedesktop.org/show_bug.cgi?id=51018
Bug #: 51018
Summary: kernel >=3.4.0: nouveau triggers kernel BUG in slub.c
on GTX 560 Ti
Classification: Unclassified
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal