On 3/2/2012 11:06 PM, Conrad J. Sabatier wrote:
> Doug, is there a way to emulate portupgrade's "-k" (keep going) option,
> to have the remaining list of ports to be built still continue
> processing even if one port's build fails?
You haven't missed it, the answer is no. It's part of that "portma
Hi!
> > Doug, is there a way to emulate portupgrade's "-k" (keep going) option,
> > to have the remaining list of ports to be built still continue
> > processing even if one port's build fails?
>
> You haven't missed it, the answer is no. It's part of that "portmaster
> can't read minds" problem
On 03/03/12 12:23, Kurt Jaeger wrote:
The script that does this uses:
portupgrade -arR -m BATCH=yes
Hi Kurt
Wouldn't portupgrade -a do exactly the same as -arR since -a affects all
ports that have been updated and so by definition will build *updated*
dependencies as well?
Regards
Sim
Doug Barton writes:
> On 3/2/2012 11:06 PM, Conrad J. Sabatier wrote:
> > Doug, is there a way to emulate portupgrade's "-k" (keep going) option,
> > to have the remaining list of ports to be built still continue
> > processing even if one port's build fails?
>
> You haven't missed it, the
On 3/3/12 6:23 AM, Kurt Jaeger wrote:
I'm trying to use portmaster on one of the hosts, with:
portmaster --no-confirm --no-term-title --index --no-index-fetch -a
If it waits for some input, I'm unhappy 8-(
Try:
PAGER=CAT portmaster --no-confirm --no-term-title --index
--no-index-fetch -a
Attempting to build the "multimedia/phonon-xine" port produces this
error message:
===> phonon-xine-4.4.4_2 is marked as broken: deprecated upstream; refuses to
build with libxine 1.2.x.
*** Error code 1
What is the status of getting this port fixed or the recommended
procedure to circumvent th
On 3/3/12 7:36 AM, Jerry wrote:
Attempting to build the "multimedia/phonon-xine" port produces this
error message:
===> phonon-xine-4.4.4_2 is marked as broken: deprecated upstream; refuses to
build with libxine 1.2.x.
*** Error code 1
What is the status of getting this port fixed or the r
On Sat, 3 Mar 2012 07:15:23 -0500
Robert Huff wrote:
>
> Doug Barton writes:
>
> > On 3/2/2012 11:06 PM, Conrad J. Sabatier wrote:
> > > Doug, is there a way to emulate portupgrade's "-k" (keep going)
> > > option, to have the remaining list of ports to be built still
> > > continue process
I wonder if anyone else see something like this:
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=20409&sid=ec7f098a613910103a6195ef86f18c45
--
Andriy Gapon
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/list
Use phonon-gstreamer.
portmaster -o multimedia/phonon-gstreamer multimedia/phonon-xine
/ Mathias
On Sa., 3. Mär. 2012 13:36:14 CET, Jerry wrote:
> Attempting to build the "multimedia/phonon-xine" port produces this
> error message:
>
> ===> phonon-xine-4.4.4_2 is marked as broken: deprec
Andriy Gapon writes:
> I wonder if anyone else see something like this:
>
> http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=20409&sid=ec7f098a613910103a6195ef86f18c45
ME! Me! Me! Me! Me! Me!
Started with the most recent update.
On Sat, 03 Mar 2012 14:16:05 +0100, Mathias Picker wrote:
> Use phonon-gstreamer.
>
> portmaster -o multimedia/phonon-gstreamer multimedia/phonon-xine
You don't need '-o'. phonon-* ports don't conflict, so you may install all of
them and then chose preferable backend in kde settings.
___
I understand that using portmaster is preferable over portupgrade.
What is the proper portmaster commands in relation to freebsd-update?
Quote http://www.freebsd.org/doc/handbook/updating-freebsdupdate.html :
Most users will want to run a test build using the following command:
# portupgr
On Sat, 3 Mar 2012 07:36:14 -0500, Jerry wrote:
> Attempting to build the "multimedia/phonon-xine" port produces this
> error message:
>
> ===> phonon-xine-4.4.4_2 is marked as broken: deprecated upstream; refuses
> to build with libxine 1.2.x.
> *** Error code 1
>
> What is the status of getti
On Sat, 3 Mar 2012 07:15:23 -0500
Robert Huff wrote:
>
> Doug Barton writes:
>
> > On 3/2/2012 11:06 PM, Conrad J. Sabatier wrote:
> > > Doug, is there a way to emulate portupgrade's "-k" (keep going)
> > > option, to have the remaining list of ports to be built still
> > > continue processi
Just a note that 1.49 has been released.
Regarding the exp-run results and this comment
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/156253#reply7 - I think that
the
number of the failing ports is sufficiently small and the current boost version
is
sufficiently outdated to justify breaking
On Mar 3, 2012 4:36 AM, "Jerry" wrote:
>
> Attempting to build the "multimedia/phonon-xine" port produces this
> error message:
>
> ===> phonon-xine-4.4.4_2 is marked as broken: deprecated upstream;
refuses to build with libxine 1.2.x.
> *** Error code 1
>
> What is the status of getting this por
Hi!
> PAGER=CAT portmaster --no-confirm --no-term-title --index
> --no-index-fetch -a -y
That one waits for the config option screen and does not work
in my daily cron job.
> or portmaster --no-confirm --no-term-title --index --no-index-fetch -a
> -y > /dev/null
I wrap the call to portupgrad
Hi!
> What is the proper portmaster commands in relation to freebsd-update?
[...]
The portmaster man page lists the following list of commands in the
EXAMPLES section:
Using portmaster to do a complete reinstallation of all your ports:
1. portmaster --list-origins > ~/installed-p
On Sat, Mar 3, 2012 at 5:06 AM, Andriy Gapon wrote:
>
> I wonder if anyone else see something like this:
> http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=20409&sid=ec7f098a613910103a6195ef86f18c45
I was seeing this ofr a while, but to seemed to stop happening after
some updates.
On Sat, Mar 3, 2012 at 9:04 AM, Kurt Jaeger wrote:
> Hi!
>
>> What is the proper portmaster commands in relation to freebsd-update?
> [...]
>
> The portmaster man page lists the following list of commands in the
> EXAMPLES section:
>
> Using portmaster to do a complete reinstallation of all yo
on 03/03/2012 19:19 Kevin Oberman said the following:
> On Sat, Mar 3, 2012 at 5:06 AM, Andriy Gapon wrote:
>>
>> I wonder if anyone else see something like this:
>> http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=20409&sid=ec7f098a613910103a6195ef86f18c45
>
> I was seeing this of
on 03/03/2012 19:53 Andriy Gapon said the following:
> Thank you very much for your detailed information!
> It seems that IMAGEMAGICK_GSLIB is the culprit here.
Well, it seems like I played Captain Obvious here. Without that option no tests
for PS-ish formats are executed. Hence no failures in t
Andriy Gapon writes:
> Thank you very much for your detailed information!
> It seems that IMAGEMAGICK_GSLIB is the culprit here.
That option is set for me as well.
Robert Huff
___
freebsd-ports@freebsd.org mailing l
On 03/03/2012 05:18, Max Brazhnikov wrote:
> On Sat, 03 Mar 2012 14:16:05 +0100, Mathias Picker wrote:
>> Use phonon-gstreamer.
>>
>> portmaster -o multimedia/phonon-gstreamer multimedia/phonon-xine
>
> You don't need '-o'. phonon-* ports don't conflict, so you may install all of
> them and then
Have the packages for PowerPC32 been built yet?
If so, what would be the proper PACKAGESITE, PACKAGEROOT, and PKG_PATH
variables?
And, I have some older packages hosted on Google code. I'm not able to set
a variable because I do not know how to properly access the Google FS to
the project.
http://c
On Sat, Mar 3, 2012 at 12:25 PM, Robert Huff wrote:
>
> Andriy Gapon writes:
>
>> Thank you very much for your detailed information!
>> It seems that IMAGEMAGICK_GSLIB is the culprit here.
>
> That option is set for me as well.
Hmm. gslib is off by default. If it is on for you, you turne
Kevin Oberman writes:
> >> Thank you very much for your detailed information!
> >> It seems that IMAGEMAGICK_GSLIB is the culprit here.
> >
> > That option is set for me as well.
>
> Hmm. gslib is off by default. If it is on for you, you turned it
> on.
Probably.
> Sti
On Sat, Mar 03, 2012 at 03:36:02PM -0500, Super Bisquit wrote:
> Have the packages for PowerPC32 been built yet?
http://pointyhat.freebsd.org/errorlogs/powerpc-9-latest/ is the run in
progress. With only two machines, progress is quite slow. The previous
results were http://pointyhat.freebsd.org
29 matches
Mail list logo