Re: [131393] trunk/dports/lang/llvm-3.5

2015-01-10 Thread Jeremy Huddleston Sequoia
> On Jan 10, 2015, at 18:51, Ryan Schmidt wrote: > > >> On Jan 10, 2015, at 2:53 PM, jerem...@macports.org wrote: >> >> Revision >> 131393 >> Author >> jerem...@macports.org >> Date >> 2015-01-10 12:53:49 -0800 (Sat, 10 Jan 2015) >> Log Message >> >> clang-3.5: Build fix for Leopard > >> Mod

Re: [131393] trunk/dports/lang/llvm-3.5

2015-01-10 Thread Ryan Schmidt
> On Jan 10, 2015, at 2:53 PM, jerem...@macports.org wrote: > > Revision > 131393 > Author > jerem...@macports.org > Date > 2015-01-10 12:53:49 -0800 (Sat, 10 Jan 2015) > Log Message > > clang-3.5: Build fix for Leopard > Modified: trunk/dports/lang/llvm-3.5/Portfile (131392 => 131393) > -

Re: Failed cleanup

2015-01-10 Thread Joshua Root
On 2015-1-11 13:17 , Ryan Schmidt wrote: > On Jan 10, 2015, at 7:18 PM, Clemens Lang wrote: > >> I'd argue for reducing the frequency at which VACUUM is run (for example >> until >> a certain threshold of free pages is reached) and adding output indicating >> that >> MacPorts is doing some clean

Re: Failed cleanup

2015-01-10 Thread Ryan Schmidt
On Jan 10, 2015, at 7:18 PM, Clemens Lang wrote: > I'd argue for reducing the frequency at which VACUUM is run (for example until > a certain threshold of free pages is reached) and adding output indicating > that > MacPorts is doing some cleanup work. > Yes, having indication -- separate from

Re: Failed cleanup

2015-01-10 Thread Mihai Moldovan
On 11.01.2015 02:18 AM, Clemens Lang wrote: > I'd argue for reducing the frequency at which VACUUM is run (for example until > a certain threshold of free pages is reached) and adding output indicating > that > MacPorts is doing some cleanup work. rand(10) == 6? signature.asc Description: Open

Re: Failed cleanup

2015-01-10 Thread Clemens Lang
Hi, - On 10 Jan, 2015, at 23:45, René J.V. Bertin rjvber...@gmail.com wrote: > Those don't even post a message saying that the actual work they do happens in > the background, only the manpage suggests to monitor the database server > process to know when the fsck/vacuum'ing is finished. If M

Re: Failed cleanup

2015-01-10 Thread René J . V . Bertin
On Saturday January 10 2015 17:14:48 Lawrence Velázquez wrote: > Do you expect a command-line foreground job to spawn background jobs that > continue after the foreground job has finished? I sure don't. And such > behavior would give a false impression that port(1) is finished, when it > actual

Re: Failed cleanup

2015-01-10 Thread Joshua Root
On 2015-1-11 08:50 , René J.V. Bertin wrote: >>> MacPorts does not currently have any background processes; adding one would >>> be a major change. >> >> This would also only be useful if there were something else MacPorts could >> be doing at the same time in the foreground. I think it would be

Re: Failed cleanup

2015-01-10 Thread Lawrence Velázquez
On Jan 10, 2015, at 4:50 PM, René J.V. Bertin wrote: > I don't see what's confusing when a process that most users don't know (nor > care) about keeps running. All they notice is that the port command > terminates a bit earlier than before. Do you expect a command-line foreground job to spawn

Re: Failed cleanup

2015-01-10 Thread René J . V . Bertin
> > MacPorts does not currently have any background processes; adding one would > > be a major change. > > This would also only be useful if there were something else MacPorts could be > doing at the same time in the foreground. I think it would be confusing to > add some sort of vacuum process

Re: Failed cleanup

2015-01-10 Thread James Berry
> On Jan 10, 2015, at 9:58 AM, Joshua Root wrote: > > On 2015-1-11 00:18 , Clemens Lang wrote: >> >> >> - On 10 Jan, 2015, at 12:28, Mojca Miklavec mo...@macports.org wrote: >> >>> I already mentioned a while ago some annoying behaviour of macports: >>> sudo port uninstall >>> (maybe a

Re: Failed cleanup

2015-01-10 Thread Lawrence Velázquez
On Jan 10, 2015, at 1:53 PM, Ryan Schmidt wrote: > On Jan 10, 2015, at 12:05 PM, René J.V. Bertin wrote: > >> But how about moving the task to a background process? > > MacPorts does not currently have any background processes; adding one would > be a major change. This would also only be use

Re: Failed cleanup

2015-01-10 Thread Ryan Schmidt
On Jan 10, 2015, at 12:05 PM, René J.V. Bertin wrote: > But how about moving the task to a background process? MacPorts does not currently have any background processes; adding one would be a major change. ___ macports-dev mailing list macports-dev@

Re: Failed cleanup

2015-01-10 Thread Joshua Root
On 2015-1-11 00:18 , Clemens Lang wrote: > > > - On 10 Jan, 2015, at 12:28, Mojca Miklavec mo...@macports.org wrote: > >> I already mentioned a while ago some annoying behaviour of macports: >>sudo port uninstall >> (maybe also sudo clean) sometimes takes forever. I can uninstall 10 >>

Re: [126240] trunk/dports/devel/gradle-devel/Portfile

2015-01-10 Thread Ryan Schmidt
> On Oct 5, 2014, at 9:10 PM, khindenb...@macports.org wrote: > > Revision > 126240 > Author > khindenb...@macports.org > Date > 2014-10-05 19:10:39 -0700 (Sun, 05 Oct 2014) > Log Message > > gradle-devel: obsolete - this version is older than gradle and no maintainer > Modified: trunk/dports/d

Re: Failed cleanup

2015-01-10 Thread Ryan Schmidt
On Jan 10, 2015, at 6:45 AM, René J.V. Bertin wrote: > NB: one way to speed up things at least as far as user experience goes is > postponing the clean step to the end in things like `port upgrade outdated`, > and relegating them to a background process if that's possible. It's a bit > tricky

Re: [131336] trunk/dports/science

2015-01-10 Thread Ryan Schmidt
> On Jan 9, 2015, at 10:19 PM, ebori...@macports.org wrote: > > Revision > 131336 > Author > ebori...@macports.org > Date > 2015-01-09 20:19:30 -0800 (Fri, 09 Jan 2015) > Log Message > > hdf5-lz4-plugin: New port; adds lz4 de/compressor as plugin to HDF5. > Added: trunk/dports/science/hdf5-lz4-

Re: Failed cleanup

2015-01-10 Thread Clemens Lang
- On 10 Jan, 2015, at 12:28, Mojca Miklavec mo...@macports.org wrote: > I already mentioned a while ago some annoying behaviour of macports: >sudo port uninstall > (maybe also sudo clean) sometimes takes forever. I can uninstall 10 > ports, but the time won't multiply by 10, it seems th

Re: [131354] trunk/dports/gis/cgal/Portfile

2015-01-10 Thread Ryan Schmidt
> On Jan 10, 2015, at 5:38 AM, vi...@macports.org wrote: > > Revision > 131354 > Author > vi...@macports.org > Date > 2015-01-10 03:38:40 -0800 (Sat, 10 Jan 2015) > Log Message > > cgal: bumps to 4.5.1 > Modified Paths > > • trunk/dports/gis/cgal/Portfile > Diff > > Modified: trunk/dport

Failed cleanup

2015-01-10 Thread Mojca Miklavec
Hi, I already mentioned a while ago some annoying behaviour of macports: sudo port uninstall (maybe also sudo clean) sometimes takes forever. I can uninstall 10 ports, but the time won't multiply by 10, it seems that there's only a single very time consuming step somewhere in the process, but