Re: [arch-dev-public] New TeXLive 2016 packages in [testing]

2016-08-06 Thread Antonio Rojas
Rémy Oudompheng via arch-dev-public wrote:
> 
> Done.
> 
> I have also removed verbosity in the hooks. They is still an install
> script for texlive-bin and texlive-core because rebuilding the formats
> file has a dependency on the hooks being run.
> 
> I need more work to move the format files to a framework like the
> "maps" files, so that they are also managed by hooks (it will also
> remove potential warnings and instabilities during install/upgrades).
> 
> Rémy.

Thanks for the update. So is it safe to remove the install files from tex 
packages now? AFAICS the following packages are affected:

extra/asymptote
extra/gnuplot
extra/latex2html
extra/r
community/auctex
community/hevea
community/sagetex


Re: [arch-dev-public] New TeXLive 2016 packages in [testing]

2016-08-06 Thread Rémy Oudompheng via arch-dev-public
2016-08-06 20:00 GMT+02:00 Rémy Oudompheng :
> 2016-08-05 8:38 GMT+02:00 Jan Alexander Steffens via arch-dev-public
> :
>> On Mon, Jun 20, 2016 at 12:45 AM Rémy Oudompheng <
>> arch-dev-public@archlinux.org> wrote:
>>
>>> I have published new TeXLive packages for the 2016 release in [testing].
>>> The structure of the packages has been left unchanged (e.g. no introduction
>>> of pacman hooks).
>>>
>>
>> I noticed that there's an mktexlsr hook now, but texlive-bin still runs it
>> post_install and post_upgrade.
>>
>> Perhaps you should add "Target = usr/bin/mktexlsr" to the hook? Then it
>> will run after texlive-bin install and upgrade, too.
>>
>> Also, please keep the output of the hooks clear—only errors should be
>> reported. For the mktexlsr script, remove the echo and the -v flag from rm
>> in the mktexlsr script. Perhaps the commands it calls also need to be
>> quieted (via arguments or redirects), but don't do so if it suppresses all
>> errors, too. The font map hook needs a similar treatment.
>>
>> Thanks for your work on TeXLive!
>
> It seems that texlive-bin was mistakenly pushed to [extra] following
> the poppler rebuild.
>
> I need to push all the other packages to [extra] because quite a
> number of users are broken now.
>
> Rémy.

Done.

I have also removed verbosity in the hooks. They is still an install
script for texlive-bin and texlive-core because rebuilding the formats
file has a dependency on the hooks being run.

I need more work to move the format files to a framework like the
"maps" files, so that they are also managed by hooks (it will also
remove potential warnings and instabilities during install/upgrades).

Rémy.


Re: [arch-dev-public] New TeXLive 2016 packages in [testing]

2016-08-06 Thread Rémy Oudompheng via arch-dev-public
2016-08-05 8:38 GMT+02:00 Jan Alexander Steffens via arch-dev-public
:
> On Mon, Jun 20, 2016 at 12:45 AM Rémy Oudompheng <
> arch-dev-public@archlinux.org> wrote:
>
>> I have published new TeXLive packages for the 2016 release in [testing].
>> The structure of the packages has been left unchanged (e.g. no introduction
>> of pacman hooks).
>>
>
> I noticed that there's an mktexlsr hook now, but texlive-bin still runs it
> post_install and post_upgrade.
>
> Perhaps you should add "Target = usr/bin/mktexlsr" to the hook? Then it
> will run after texlive-bin install and upgrade, too.
>
> Also, please keep the output of the hooks clear—only errors should be
> reported. For the mktexlsr script, remove the echo and the -v flag from rm
> in the mktexlsr script. Perhaps the commands it calls also need to be
> quieted (via arguments or redirects), but don't do so if it suppresses all
> errors, too. The font map hook needs a similar treatment.
>
> Thanks for your work on TeXLive!

It seems that texlive-bin was mistakenly pushed to [extra] following
the poppler rebuild.

I need to push all the other packages to [extra] because quite a
number of users are broken now.

Rémy.


Re: [arch-dev-public] New TeXLive 2016 packages in [testing]

2016-08-05 Thread Jan Alexander Steffens via arch-dev-public
On Mon, Jun 20, 2016 at 12:45 AM Rémy Oudompheng <
arch-dev-public@archlinux.org> wrote:

> I have published new TeXLive packages for the 2016 release in [testing].
> The structure of the packages has been left unchanged (e.g. no introduction
> of pacman hooks).
>

I noticed that there's an mktexlsr hook now, but texlive-bin still runs it
post_install and post_upgrade.

Perhaps you should add "Target = usr/bin/mktexlsr" to the hook? Then it
will run after texlive-bin install and upgrade, too.

Also, please keep the output of the hooks clear—only errors should be
reported. For the mktexlsr script, remove the echo and the -v flag from rm
in the mktexlsr script. Perhaps the commands it calls also need to be
quieted (via arguments or redirects), but don't do so if it suppresses all
errors, too. The font map hook needs a similar treatment.

Thanks for your work on TeXLive!


Re: [arch-dev-public] New TeXLive 2016 packages in [testing]

2016-07-24 Thread Rémy Oudompheng via arch-dev-public
2016-06-20 0:45 GMT+02:00 Rémy Oudompheng :
> Hello,
>
> I have published new TeXLive packages for the 2016 release in [testing].
> The structure of the packages has been left unchanged (e.g. no introduction
> of pacman hooks).
>
> Feel free to test them and notify me of any problem or weirdness.
>
> Cheers,
> Rémy.

I have updated the packages to remove the "biber" utility from
texlive-bin (which is now 16MB smaller), because it is now built in a
more appropriate ay as a separate package (now in
[community-testing]).

I plan to move the packages to [extra] before the end of the month.

Regards,
Rémy.


Re: [arch-dev-public] New TeXLive 2016 packages in [testing]

2016-07-06 Thread Rémy Oudompheng via arch-dev-public
2016-06-26 10:17 GMT+02:00 Rémy Oudompheng :
> 2016-06-23 7:31 GMT+02:00 Rémy Oudompheng :
>> 2016-06-20 0:45 GMT+02:00 Rémy Oudompheng :
>>>
>>> Hello,
>>>
>>> I have published new TeXLive packages for the 2016 release in [testing].
>>> The structure of the packages has been left unchanged (e.g. no introduction 
>>> of pacman hooks).
>>>
>>> Feel free to test them and notify me of any problem or weirdness.
>>>
>>> Cheers,
>>> Rémy.
>>
>> In order to properly package biber, I will need to add a dozen of Perl
>> packages to [extra] (some of them from AUR, others not).
>>
>> Rémy.
>
> I will add them today, that's about 23 Perl packages that need to be
> added, 12 of them come from AUR.
>
> Rémy.

Can I obtain access to [community] ?
biber has lots of dependencies in [community], I suppose it should not
be put in [extra] for this reason.

Most other Perl dependencies are pushed to [testing] and will be moved
to [extra].

Rémy.


Re: [arch-dev-public] New TeXLive 2016 packages in [testing]

2016-06-26 Thread Rémy Oudompheng via arch-dev-public
2016-06-23 7:31 GMT+02:00 Rémy Oudompheng :
> 2016-06-20 0:45 GMT+02:00 Rémy Oudompheng :
>>
>> Hello,
>>
>> I have published new TeXLive packages for the 2016 release in [testing].
>> The structure of the packages has been left unchanged (e.g. no introduction 
>> of pacman hooks).
>>
>> Feel free to test them and notify me of any problem or weirdness.
>>
>> Cheers,
>> Rémy.
>
> In order to properly package biber, I will need to add a dozen of Perl
> packages to [extra] (some of them from AUR, others not).
>
> Rémy.

I will add them today, that's about 23 Perl packages that need to be
added, 12 of them come from AUR.

Rémy.


[arch-dev-public] New TeXLive 2016 packages in [testing]

2016-06-19 Thread Rémy Oudompheng via arch-dev-public
Hello,

I have published new TeXLive packages for the 2016 release in [testing].
The structure of the packages has been left unchanged (e.g. no introduction
of pacman hooks).

Feel free to test them and notify me of any problem or weirdness.

Cheers,
Rémy.