Mailinglist Archive: opensuse-buildservice (227 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] Can build local, can't build remote
- From: "Cristian Rodriguez R." <judas_iscariote@xxxxxxxxxxxxx>
- Date: Sat, 06 Jan 2007 01:26:43 -0300
- Message-id: <459F2503.3000605@xxxxxxxxxxxxx>
Jared Ottley escribió:
> I am trying to build a package in the build service. I can successfully
> build the package locally (using osc). But the build fails when trying
> to build it in the build service.
>
> The failure seems to be at this point:
>
> test -z "/usr/lib" || mkdir -p -- "/usr/lib"
> /bin/sh ../libtool --mode=install /usr/bin/install -c 'libsynce.la' '/usr/lib/libsynce.la'
> /usr/bin/install -c .libs/libsynce.so.0.0.0 /usr/lib/libsynce.so.0.0.0
> /usr/bin/install: cannot create regular file `/usr/lib/libsynce.so.0.0.0': Permission denied
>
>
The buildservice enforces #norootforbuild .. just put that in your spec
file and will see the same result.. your package seems to be broken not
using DESTDIR during install.
> I am trying to build a package in the build service. I can successfully
> build the package locally (using osc). But the build fails when trying
> to build it in the build service.
>
> The failure seems to be at this point:
>
> test -z "/usr/lib" || mkdir -p -- "/usr/lib"
> /bin/sh ../libtool --mode=install /usr/bin/install -c 'libsynce.la' '/usr/lib/libsynce.la'
> /usr/bin/install -c .libs/libsynce.so.0.0.0 /usr/lib/libsynce.so.0.0.0
> /usr/bin/install: cannot create regular file `/usr/lib/libsynce.so.0.0.0': Permission denied
>
>
The buildservice enforces #norootforbuild .. just put that in your spec
file and will see the same result.. your package seems to be broken not
using DESTDIR during install.
| < Previous | Next > |