Displaying 20 results from an estimated 373 matches for "buildroot".
2017 Nov 13
2
Building dovecot 2.2.33.2 is broken with uclibc-ng
Hi,
this commit
https://github.com/dovecot/core/commit/c9d76e2baf653fa5504d6849e5c1aae32eff3c53
added code which can not be compiled with uclibc-ng 1.0.26 using buildroot:
make[3]: Entering directory '/home/bernd/buildroot/br4/output/build/dovecot-2.2.33.2/src/lib-test'
/bin/bash ../../libtool --tag=CC --mode=compile /home/bernd/buildroot/br4/output/host/bin/i586-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-cha...
2017 Nov 13
0
Building dovecot 2.2.33.2 is broken with uclibc-ng
On Mon, Nov 13, 2017 at 20:07:00 +0100, Bernd Kuhls wrote:
> Hi,
>
> this commit
> https://github.com/dovecot/core/commit/c9d76e2baf653fa5504d6849e5c1aae32eff3c53
>
> added code which can not be compiled with uclibc-ng 1.0.26 using buildroot:
Hrm... ok.
It'll be probably faster for you to try a test build instead of me setting
up buildroot...
What happens if in dovecot's byteorder.h you add this before line 30:
#undef bswap_8
#undef bswap_16
#undef bswap_32
#undef bswap_64
Hopefully that does it.
Jeff.
>
> mak...
2017 May 31
2
[Dovecot-news] v2.2.30.1 released
Am 31.05.2017 um 16:35 schrieb Timo Sirainen:
> On 31 May 2017, at 16.53, Reindl Harald <h.reindl at thelounge.net
> <mailto:h.reindl at thelounge.net>> wrote:
>>
>> LTO build is as broken as 2.2.30
>>
>> libtool: link: ( cd ".libs" && rm -f "lib10_quota_plugin.la" && ln -s
>> "../lib10_quota_plugin.la"
2020 Mar 22
0
Unable to build RPM for Centos 7
...o build xapian 1.4.15 on Centos 7 with your
xapian-core.spec and move it and the source code in /root/rpmbuild/SPECS
and SOURCE, but we have this error after run "rpmbuild -ba":
[...]
Elaborazione file: xapian-core-devel-1.4.15-1.x86_64
errore: File not found dal glob:
/root/rpmbuild/BUILDROOT/xapian-core-1.4.15-1.x86_64/usr/lib64/libxapian*.a
Errori di compilazione RPM:
??? File not found dal glob:
/root/rpmbuild/BUILDROOT/xapian-core-1.4.15-1.x86_64/usr/lib64/libxapian*.a
Here more line about building:
make[2]: Entering directory `/root/rpmbuild/BUILD/xapian-core-1.4.15'
make...
2016 Mar 08
2
Can anyone compile mtr source RPM on CentOS 6.7?
Hi all,
I was trying to rebuild mtr
(http://vault.centos.org/6.7/os/Source/SPackages/mtr-0.75-5.el6.src.rpm)
and I keep getting:
====
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.gu9Ds0
+ umask 022
+ cd /root/rpmbuild/BUILD
+ '[' /root/rpmbuild/BUILDROOT/mtr-0.75-5.el6.x86_64 '!=' / ']'
+ rm -rf /root/rpmbuild/BUILDROOT/mtr-0.75-5.el6.x86_64
++ dirname /root/rpmbuild/BUILDROOT/mtr-0.75-5.el6.x86_64
+ mkdir -p /root/rpmbuild/BUILDROOT
+ mkdir /root/rpmbuild/BUILDROOT/mtr-0.75-5.el6.x86_64
+ cd mtr-0.75
+ LANG=C
+ export LANG
+ unset...
2015 Mar 13
0
v2.2.16 released
...o to /usr/lib64/dovecot/
http://fedoraproject.org/wiki/Packaging:Guidelines#Beware_of_Rpath
hence
cat /etc/ld.so.conf.d/dovecot-x86_64.conf
/usr/lib64/dovecot
i just "rm -rf" the folder and other stuff for private builds in
environments where dovecot is running only as proxy
rm -rf %{buildroot}%{_sysconfdir}/%{name}/README \
%{buildroot}%{_docdir}/%{name}-%{version} \
%{buildroot}%{_includedir}/%{name}/ \
%{buildroot}%{_mandir}/man1/ \
%{buildroot}%{_mandir}/man7/ \
%{buildroot}%{_datarootdir}/aclocal/ \
%{buildroot}%{_bindir}/dsync \
%{buildroot}%{_libdir}/%{name}/*_plugin...
2001 Jan 11
3
contrib/redhat/openssh.spec question
I have a couple of questions regarding openssh.spec and the rpm that
gets generated from it. I am using 2.3.0p1
1. Why is openssl a prereq? openssh statically links to openssl during
build by default (rightfully so, you don't want your security library a
shared object if possible)
2. I don't understand the following line in the spec file during the
install step (it makes it not build for
2009 Jul 28
1
[PATCH ovirt-node] Removed subpackages, stateful, stateless, logos, and selinux for inclusuion in Fedora
...app_root %{_datadir}/%{name}
+
+%description
+Provides a series of daemons and support utilities to allow an
+oVirt Node to interact with the oVirt Server. This package
+should only be installed on the oVirt Node machine.
%prep
%setup -q
@@ -196,24 +143,6 @@ cd -
/usr/sbin/hardlink -cv %{buildroot}%{_datadir}/selinux
-# ovirt-logos
-# should be ifarch i386
-mkdir -p %{buildroot}/boot/grub
-install -p -m 644 images/grub-splash.xpm.gz %{buildroot}/boot/grub/splash.xpm.gz
-# end i386 bits
-mkdir -p %{buildroot}/usr/lib/anaconda-runtime
-install -p -m 644 images/syslinux-vesa-splash.jpg %{buil...
2015 Mar 13
2
v2.2.16 released
On 12 Mar 2015, at 21:09, Reindl Harald <h.reindl at thelounge.net> wrote:
>
> /usr/lib64/dovecot/stats/libstats_mail.so
>
> why in the world a new sub-directory containing just one so-file enforcing pakcage buildsers to change SPEC files?
So that external plugins can add more files in there and extend the available statistics.
2018 Apr 11
1
Building an LLVM/CLANG cross compiler for legacy GCC toolchain
...(particularly the linker),
those programs can find the things they need (include files, libraries,
etc) to operate properly. This manifests itself in a variety of way
depending on what technique I used to build the toolchain, but here is a
representative problem from a toolchain I built using the buildroot system:
clang -v -target mips-linux-uclibc
--gcc-toolchain=/home/mdalpee/buildroot-2009.05/build_mips/staging_dir/usr
--sysroot=/home/mdalpee/buildroot-2009.05/build_mips/staging_dir/usr -o
build-mips-product/test-png -fPIC
-I/home/mdalpee/checkouts/clang/source/src/program/include test_png.c png...
2010 Feb 23
1
More complete patch...
This patch supercedes the previous one by moving the functionality for
relocating files into the make system.
2019 Mar 11
2
CPAN not working, or is it?
...rictures/extra.pm blib/lib/strictures/extra.pm
cp lib/strictures.pm blib/lib/strictures.pm
Manifying blib/man3/strictures::extra.3pm
Manifying blib/man3/strictures.3pm
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.pxcIGj
+ umask 022
+ cd /root/rpmbuild/BUILD
+ '[' /root/rpmbuild/BUILDROOT/perl-strictures-2.000006-1.el7.x86_64 '!=' / ']'
+ rm -rf /root/rpmbuild/BUILDROOT/perl-strictures-2.000006-1.el7.x86_64
++ dirname /root/rpmbuild/BUILDROOT/perl-strictures-2.000006-1.el7.x86_64
+ mkdir -p /root/rpmbuild/BUILDROOT
+ mkdir /root/rpmbuild/BUILDROOT/perl-strictures-2.0...
2015 Mar 24
2
error building php spec file
Hey all,
I'm attempting to build a spec file of php 5.6.7 - the latest stable -
into an rpm. And it's failing with this set of errors:
Processing files: php-5.6.7-1.el7.x86_64
warning: File listed twice: /etc/rc.d/init.d/php-fpm
error: Symlink points to BuildRoot: /usr/bin/phar ->
/home/bluethundr/rpmbuild/BUILDROOT/php-5.6.7-1.el7.x86_64/usr/bin/phar.phar
warning: File listed twice: /usr/share/man/man1/php-cgi.1.gz
warning: File listed twice: /usr/share/man/man1/php-config.1.gz
warning: File listed twice: /usr/share/man/man1/php.1.gz
warning: File liste...
2017 Feb 19
1
Buildroot packaging for tinc
Dear tinc community,
a while back i've packaged[1] tinc for Buildroot [2], please feel free
to add it to your list at [3]'s 'Distributions providing tinc' section.
[1] https://git.buildroot.net/buildroot/tree/package/tinc
[2] https://git.buildroot.net/buildroot/tree/package/tinc
[3] https://www.tinc-vpn.org/download/
Thanks for maintaining this tool, be...
2009 Jul 06
0
[PATCH node] Disables SSH by default, and allows for enabling at firstboot. rhbz#509842
...onfig-hostname \
scripts/ovirt-config-logging \
scripts/ovirt-config-networking \
diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in
index 6fa45ce..361d092 100644
--- a/ovirt-node.spec.in
+++ b/ovirt-node.spec.in
@@ -148,6 +148,7 @@ cd -
%{__install} -p -m0755 scripts/ovirt-config-boot %{buildroot}%{_sbindir}
%{__install} -p -m0755 scripts/ovirt-config-boot-wrapper %{buildroot}%{_sbindir}
%{__install} -p -m0755 scripts/ovirt-config-collectd %{buildroot}%{_sbindir}
+%{__install} -p -m0755 scripts/ovirt-config-enable-ssh %{buildroot}%{_sbindir}
%{__install} -p -m0755 scripts/ovirt-config-ho...
2017 Dec 27
4
An rpmbuild spec question
...stead.
>
Sure. I think I'm closer, but I'm also at the point where I'm just trying
things. My current issue, that I keep falling back to, is the install
*INSISTS* that it has to add a - after version.
%prep
%install
mkdir $RPM_BUILD_DIR/opt/smipmicfg-%{version}
install -m 744 -d %{buildroot}/%{name}-%{version}
%clean
rm -rf %{buildroot}
%files
%{buildroot}/%{name}
All I want to build is a package to create /opt/smipmicfg-1.20.0, and copy
files into it.
What I see from the rpmbuild is
+ cd /usr//local//src//rpmbuild/BUILD
+ '['
/usr/local/src/rpmbuild/BUILDROOT/smipmicfg-1....
2014 Oct 12
2
CentOS x64 compilation fails.
...RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.14076 (%install)
But using CentOS 5.11with option- rpmbuild --target=i686 -ba
dovecot2.2.spec works fine.
However, using CentOS 6.5, with option - rpmbuild -ba dovecot2.2.spec
fails with error:
/bin/mkdir -p
'/root/rpmbuild/BUILDROOT/dovecot-2.2.13-mp.x86_64/usr/lib64/dovecot'
/bin/sh ../../libtool --mode=install /usr/bin/install -c
libdovecot-storage.la
'/root/rpmbuild/BUILDROOT/dovecot-2.2.13-mp.x86_64/usr/lib64/dovecot'
libtool: install: error: cannot install `libdovecot-storage.la' to a
directory no...
2009 Jul 29
5
ovirt-node-image patchset Fedora
modified ovirt-node-image for inclusion in Fedora
Removes ovirt-node-image-pxe sub package
adds get-ovirt-node-image script
adds generate-ovirt-node-pxe-tree script (replaces subpackage)
moved all the scripts/tools into tools subdir
adds new rpm, ovirt-node-recipe includes tools, manifests, and ks file/recipe
Process for building upstream ovirt node packages....
1. Build ovir-node.rpm in koji
2015 Mar 24
2
error building php spec file
...39;m attempting to build a spec file of php 5.6.7 - the latest stable -
> > into an rpm. And it's failing with this set of errors:
> >
> > Processing files: php-5.6.7-1.el7.x86_64
> > warning: File listed twice: /etc/rc.d/init.d/php-fpm
> > error: Symlink points to BuildRoot: /usr/bin/phar ->
> >
> >
> /home/bluethundr/rpmbuild/BUILDROOT/php-5.6.7-1.el7.x86_64/usr/bin/phar.phar
> > warning: File listed twice: /usr/share/man/man1/php-cgi.1.gz
> > warning: File listed twice: /usr/share/man/man1/php-config.1.gz
> > warning: File listed...
2016 Mar 08
0
Can anyone compile mtr source RPM on CentOS 6.7?
...t;
> I was trying to rebuild mtr
> (http://vault.centos.org/6.7/os/Source/SPackages/mtr-0.75-5.el6.src.rpm)
> and I keep getting:
>
> ====
> Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.gu9Ds0
> + umask 022
> + cd /root/rpmbuild/BUILD
> + '[' /root/rpmbuild/BUILDROOT/mtr-0.75-5.el6.x86_64 '!=' / ']'
> + rm -rf /root/rpmbuild/BUILDROOT/mtr-0.75-5.el6.x86_64
> ++ dirname /root/rpmbuild/BUILDROOT/mtr-0.75-5.el6.x86_64
> + mkdir -p /root/rpmbuild/BUILDROOT
> + mkdir /root/rpmbuild/BUILDROOT/mtr-0.75-5.el6.x86_64
> + cd mtr-0.75
> +...