Mailinglist Archive: opensuse-buildservice (227 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] Can build local, can't build remote
- From: Jared Ottley <jared@xxxxxxxxxxx>
- Date: Fri, 05 Jan 2007 21:42:12 -0700
- Message-id: <1168058532.5819.9.camel@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
On Sat, 2007-01-06 at 01:26 -0300, Cristian Rodriguez R. wrote:
> 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.
>
>
Yep. Thank you. Now to get it all fixed up :)
Jared
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
> 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.
>
>
Yep. Thank you. Now to get it all fixed up :)
Jared
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |