Re: texinfo build failure

2017-05-31 Thread Oleg V. Nauman
On Tuesday 30 May 2017 16:09:56 Michael Butler wrote:
> Anyone care to address this?

 There is some really cryptic issue. texinfo port build completed successfully 
after both devel/libuv and lang/perl5.24 rebuild.

> 
> On 5/26/17 2:41 PM, Michael Butler wrote:
> > Is anyone else seeing this failure to build texinfo on -CURRENT?
> > 
> > cd doc && gmake TEXMF=/usr/local/share/texmf install-tex
> > gmake[3]: Entering directory
> > '/usr/ports/print/texinfo/work/texinfo-6.3/doc' test -n
> > "/usr/local/share/texmf" || (echo "TEXMF must be set." >&2; exit 1)
> > /bin/sh /usr/ports/print/texinfo/work/texinfo-6.3/build-aux/install-sh -d
> > /usr/ports/print/texinfo/work/stage/usr/local/share/texmf/tex/texinfo
> > /usr/ports/print/texinfo/work/stage/usr/local/share/texmf/tex/generic/eps
> > f install  -m 0644 ./texinfo.tex
> > /usr/ports/print/texinfo/work/stage/usr/local/share/texmf/tex/texinfo/texi
> > nfo.tex install  -m 0644 ./epsf.tex
> > /usr/ports/print/texinfo/work/stage/usr/local/share/texmf/tex/generic/epsf
> > /epsf.tex for f in txi-ca.tex txi-cs.tex txi-de.tex txi-en.tex txi-es.tex
> > txi-fr.tex txi-hu.tex txi-is.tex txi-it.tex txi-ja.tex txi-nb.tex
> > txi-nl.tex txi-nn.tex txi-pl.tex txi-pt.tex txi-ru.tex txi-sr.tex
> > txi-tr.tex txi-uk.tex; do \
> > 
> >install  -m 0644 ./$f
> > 
> > /usr/ports/print/texinfo/work/stage/usr/local/share/texmf/tex/texinfo/$f;
> > done
> > gmake[3]: Leaving directory
> > '/usr/ports/print/texinfo/work/texinfo-6.3/doc'
> > gmake[2]: Leaving directory '/usr/ports/print/texinfo/work/texinfo-6.3'
> > install  -m 0644 /usr/ports/distfiles/texinfo/6.3/htmlxref.cnf
> > /usr/ports/print/texinfo/work/stage/usr/local/share/texinfo
> > /bin/rmdir /usr/ports/print/texinfo/work/stage/usr/local/lib/texinfo
> > rmdir: /usr/ports/print/texinfo/work/stage/usr/local/lib/texinfo: No
> > such file or directory
> > *** Error code 1
> > 
> > Stop.
> > make[1]: stopped in /usr/ports/print/texinfo
> > *** Error code 1
> > 
> > Stop.
> > make: stopped in /usr/ports/print/texinfo
> > ** Command failed [exit code 1]: /usr/bin/script -qa
> > /tmp/portupgrade20170526-91663-1k3i9m0 env UPGRADE_TOOL=portupgrade
> > UPGRADE_PORT=texinfo-6.3_1,1 UPGRADE_PORT_VER=6.3_1,1 make
> > ** Fix the problem and try again.

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: texinfo build failure

2017-05-30 Thread Michael Butler

Anyone care to address this?


On 5/26/17 2:41 PM, Michael Butler wrote:

Is anyone else seeing this failure to build texinfo on -CURRENT?

cd doc && gmake TEXMF=/usr/local/share/texmf install-tex
gmake[3]: Entering directory '/usr/ports/print/texinfo/work/texinfo-6.3/doc'
test -n "/usr/local/share/texmf" || (echo "TEXMF must be set." >&2; exit 1)
/bin/sh /usr/ports/print/texinfo/work/texinfo-6.3/build-aux/install-sh
-d /usr/ports/print/texinfo/work/stage/usr/local/share/texmf/tex/texinfo
/usr/ports/print/texinfo/work/stage/usr/local/share/texmf/tex/generic/epsf
install  -m 0644 ./texinfo.tex
/usr/ports/print/texinfo/work/stage/usr/local/share/texmf/tex/texinfo/texinfo.tex
install  -m 0644 ./epsf.tex
/usr/ports/print/texinfo/work/stage/usr/local/share/texmf/tex/generic/epsf/epsf.tex
for f in txi-ca.tex txi-cs.tex txi-de.tex txi-en.tex txi-es.tex
txi-fr.tex txi-hu.tex txi-is.tex txi-it.tex txi-ja.tex txi-nb.tex
txi-nl.tex txi-nn.tex txi-pl.tex txi-pt.tex txi-ru.tex txi-sr.tex
txi-tr.tex txi-uk.tex; do \
   install  -m 0644 ./$f
/usr/ports/print/texinfo/work/stage/usr/local/share/texmf/tex/texinfo/$f;
done
gmake[3]: Leaving directory '/usr/ports/print/texinfo/work/texinfo-6.3/doc'
gmake[2]: Leaving directory '/usr/ports/print/texinfo/work/texinfo-6.3'
install  -m 0644 /usr/ports/distfiles/texinfo/6.3/htmlxref.cnf
/usr/ports/print/texinfo/work/stage/usr/local/share/texinfo
/bin/rmdir /usr/ports/print/texinfo/work/stage/usr/local/lib/texinfo
rmdir: /usr/ports/print/texinfo/work/stage/usr/local/lib/texinfo: No
such file or directory
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/print/texinfo
*** Error code 1

Stop.
make: stopped in /usr/ports/print/texinfo
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade20170526-91663-1k3i9m0 env UPGRADE_TOOL=portupgrade
UPGRADE_PORT=texinfo-6.3_1,1 UPGRADE_PORT_VER=6.3_1,1 make
** Fix the problem and try again.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: texinfo build failure

2017-05-27 Thread Oleg V. Nauman
On Friday 26 May 2017 14:41:25 Michael Butler wrote:
> Is anyone else seeing this failure to build texinfo on -CURRENT?

 Yes I see the same failure.
My system is i386 12.0-CURRENT r318856 ( ino64 world ).

> 
> cd doc && gmake TEXMF=/usr/local/share/texmf install-tex
> gmake[3]: Entering directory '/usr/ports/print/texinfo/work/texinfo-6.3/doc'
> test -n "/usr/local/share/texmf" || (echo "TEXMF must be set." >&2; exit 1)
> /bin/sh /usr/ports/print/texinfo/work/texinfo-6.3/build-aux/install-sh -d
> /usr/ports/print/texinfo/work/stage/usr/local/share/texmf/tex/texinfo
> /usr/ports/print/texinfo/work/stage/usr/local/share/texmf/tex/generic/epsf
> install  -m 0644 ./texinfo.tex
> /usr/ports/print/texinfo/work/stage/usr/local/share/texmf/tex/texinfo/texinf
> o.tex install  -m 0644 ./epsf.tex
> /usr/ports/print/texinfo/work/stage/usr/local/share/texmf/tex/generic/epsf/e
> psf.tex for f in txi-ca.tex txi-cs.tex txi-de.tex txi-en.tex txi-es.tex
> txi-fr.tex txi-hu.tex txi-is.tex txi-it.tex txi-ja.tex txi-nb.tex
> txi-nl.tex txi-nn.tex txi-pl.tex txi-pt.tex txi-ru.tex txi-sr.tex
> txi-tr.tex txi-uk.tex; do \
>   install  -m 0644 ./$f
> /usr/ports/print/texinfo/work/stage/usr/local/share/texmf/tex/texinfo/$f;
> done
> gmake[3]: Leaving directory '/usr/ports/print/texinfo/work/texinfo-6.3/doc'
> gmake[2]: Leaving directory '/usr/ports/print/texinfo/work/texinfo-6.3'
> install  -m 0644 /usr/ports/distfiles/texinfo/6.3/htmlxref.cnf
> /usr/ports/print/texinfo/work/stage/usr/local/share/texinfo
> /bin/rmdir /usr/ports/print/texinfo/work/stage/usr/local/lib/texinfo
> rmdir: /usr/ports/print/texinfo/work/stage/usr/local/lib/texinfo: No
> such file or directory
> *** Error code 1
> 
> Stop.
> make[1]: stopped in /usr/ports/print/texinfo
> *** Error code 1
> 
> Stop.
> make: stopped in /usr/ports/print/texinfo
> ** Command failed [exit code 1]: /usr/bin/script -qa
> /tmp/portupgrade20170526-91663-1k3i9m0 env UPGRADE_TOOL=portupgrade
> UPGRADE_PORT=texinfo-6.3_1,1 UPGRADE_PORT_VER=6.3_1,1 make
> ** Fix the problem and try again.
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

-- 
Науман Олег

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: texinfo vs. emacs...

2013-06-21 Thread Matthew Seaman
On 21/06/2013 14:34, Ben Laurie wrote:
 Installing texinfo-5.1.20130419_1...pkg-static: texinfo-5.1.20130419_1
 conflicts with emacs-24.3,3 (installs files into the same place).
 Problematic file: /usr/local/info/info.info.gz
 
 There doesn't seem to be any clean way to fix this ... hints?

Add

PERMISSIVE : yes

to ${LOCALBASE}/etc/pkg.conf

It's not really clean in that it just allows packages to stomp over each
other's files, but it lets you get the job done.

The conflict you're seeing is a bug somewhere between those two
packages.  One or other of them should probably be patched to rename the
offending file.  Please raise a PR so that at least gets onto the radar
of the package maintainers.

Cheers,

Matthew

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: texinfo vs. emacs...

2013-06-21 Thread Ben Laurie
On 21 June 2013 15:55, Matthew Seaman matt...@freebsd.org wrote:
 On 21/06/2013 14:34, Ben Laurie wrote:
 Installing texinfo-5.1.20130419_1...pkg-static: texinfo-5.1.20130419_1
 conflicts with emacs-24.3,3 (installs files into the same place).
 Problematic file: /usr/local/info/info.info.gz

 There doesn't seem to be any clean way to fix this ... hints?

 Add

 PERMISSIVE : yes

 to ${LOCALBASE}/etc/pkg.conf

 It's not really clean in that it just allows packages to stomp over each
 other's files, but it lets you get the job done.

 The conflict you're seeing is a bug somewhere between those two
 packages.  One or other of them should probably be patched to rename the
 offending file.  Please raise a PR so that at least gets onto the radar
 of the package maintainers.

Will do - where's the RT?

Also, is there an env flag that does the same thing?


 Cheers,

 Matthew

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: texinfo vs. emacs...

2013-06-21 Thread Baptiste Daroussin
On Fri, Jun 21, 2013 at 05:32:54PM +0100, Ben Laurie wrote:
 On 21 June 2013 15:55, Matthew Seaman matt...@freebsd.org wrote:
  On 21/06/2013 14:34, Ben Laurie wrote:
  Installing texinfo-5.1.20130419_1...pkg-static: texinfo-5.1.20130419_1
  conflicts with emacs-24.3,3 (installs files into the same place).
  Problematic file: /usr/local/info/info.info.gz
 
  There doesn't seem to be any clean way to fix this ... hints?
 
  Add
 
  PERMISSIVE : yes
 
  to ${LOCALBASE}/etc/pkg.conf
 
  It's not really clean in that it just allows packages to stomp over each
  other's files, but it lets you get the job done.
 
  The conflict you're seeing is a bug somewhere between those two
  packages.  One or other of them should probably be patched to rename the
  offending file.  Please raise a PR so that at least gets onto the radar
  of the package maintainers.
 
 Will do - where's the RT?
 
 Also, is there an env flag that does the same thing?
 
All configuration in pkg.conf can also be set by env flags. so PERMISSIVE=yes
will do the same.

regards,
Bapt


pgpvY7TW0XgEZ.pgp
Description: PGP signature


Re: texinfo vs. emacs...

2013-06-21 Thread Jim Trigg
On Fri, Jun 21, 2013 at 07:18:43PM +0200, Baptiste Daroussin wrote:
 On Fri, Jun 21, 2013 at 05:32:54PM +0100, Ben Laurie wrote:
  On 21 June 2013 15:55, Matthew Seaman matt...@freebsd.org wrote:
   On 21/06/2013 14:34, Ben Laurie wrote:
   Installing texinfo-5.1.20130419_1...pkg-static: texinfo-5.1.20130419_1
   conflicts with emacs-24.3,3 (installs files into the same place).
   Problematic file: /usr/local/info/info.info.gz
  
   There doesn't seem to be any clean way to fix this ... hints?
  
   Add
  
   PERMISSIVE : yes
  
   to ${LOCALBASE}/etc/pkg.conf
  
   It's not really clean in that it just allows packages to stomp over each
   other's files, but it lets you get the job done.
  
  Also, is there an env flag that does the same thing?
  
 All configuration in pkg.conf can also be set by env flags. so PERMISSIVE=yes
 will do the same.

OK, is there a way to do this for specific ports so that an administrator
can approve specific combinations of ports without giving blanket
permission?

Thanks,
Jim
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: texinfo vs. emacs...

2013-06-21 Thread Matthew Seaman
On 21/06/2013 17:32, Ben Laurie wrote:
 On 21 June 2013 15:55, Matthew Seaman matt...@freebsd.org wrote:
 On 21/06/2013 14:34, Ben Laurie wrote:
 Installing texinfo-5.1.20130419_1...pkg-static: texinfo-5.1.20130419_1
 conflicts with emacs-24.3,3 (installs files into the same place).
 Problematic file: /usr/local/info/info.info.gz

 There doesn't seem to be any clean way to fix this ... hints?

 Add

 PERMISSIVE : yes

 to ${LOCALBASE}/etc/pkg.conf

 It's not really clean in that it just allows packages to stomp over each
 other's files, but it lets you get the job done.

 The conflict you're seeing is a bug somewhere between those two
 packages.  One or other of them should probably be patched to rename the
 offending file.  Please raise a PR so that at least gets onto the radar
 of the package maintainers.
 
 Will do - where's the RT?

It's Gnats I'm afraid: http://www.freebsd.org/send-pr.html or send-pr(1).

 Also, is there an env flag that does the same thing?

As bapt said, PERMISSIVE=yes in the environment will have the required
effect.

However, did you know that info(1) is in the base system? If all you
want to do it read info pages, there's no actual need to install texinfo
from ports.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey




signature.asc
Description: OpenPGP digital signature


Re: texinfo vs. emacs...

2013-06-21 Thread Matthew Seaman
On 21/06/2013 20:11, Jim Trigg wrote:
 OK, is there a way to do this for specific ports so that an administrator
 can approve specific combinations of ports without giving blanket
 permission?

No, unfortunately there isn't.  Given that you need root permissions to
install packaged software in any case, it would be impossible to enforce
any selectivity like that.

Besides which, two or more ports installing a file in the same place is
a bug, when those ports might reasonably be installed on the same system
simultaneously.  The old pkg_tools were incredibly lax about such
things, so there hasn't been sufficient impetus to clean up such
occurrences.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey




signature.asc
Description: OpenPGP digital signature


Re: texinfo vs. emacs...

2013-06-21 Thread Ben Laurie
On 21 June 2013 20:38, Matthew Seaman matt...@freebsd.org wrote:
 On 21/06/2013 17:32, Ben Laurie wrote:
 On 21 June 2013 15:55, Matthew Seaman matt...@freebsd.org wrote:
 On 21/06/2013 14:34, Ben Laurie wrote:
 Installing texinfo-5.1.20130419_1...pkg-static: texinfo-5.1.20130419_1
 conflicts with emacs-24.3,3 (installs files into the same place).
 Problematic file: /usr/local/info/info.info.gz

 There doesn't seem to be any clean way to fix this ... hints?

 Add

 PERMISSIVE : yes

 to ${LOCALBASE}/etc/pkg.conf

 It's not really clean in that it just allows packages to stomp over each
 other's files, but it lets you get the job done.

 The conflict you're seeing is a bug somewhere between those two
 packages.  One or other of them should probably be patched to rename the
 offending file.  Please raise a PR so that at least gets onto the radar
 of the package maintainers.

 Will do - where's the RT?

 It's Gnats I'm afraid: http://www.freebsd.org/send-pr.html or send-pr(1).

 Also, is there an env flag that does the same thing?

 As bapt said, PERMISSIVE=yes in the environment will have the required
 effect.

 However, did you know that info(1) is in the base system? If all you
 want to do it read info pages, there's no actual need to install texinfo
 from ports.

texinfo is getting installed as a dependency for octave


 Cheers,

 Matthew

 --
 Dr Matthew J Seaman MA, D.Phil.
 PGP: http://www.infracaninophile.co.uk/pgpkey


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: texinfo-5.1.20130313_1 conflicts with emacs-24.3,3

2013-04-08 Thread Lowell Gilbert
Marek Rudnicki marek...@gmail.com writes:

 I'm trying to install print/texinfo along with editors/emacs using
 portmaster and get the following error message:

 Installing texinfo-5.1.20130313_1...pkg: texinfo-5.1.20130313_1
 conflicts with emacs-24.3,3 (installs files into the same place).
 Problematic file: /usr/local/info/info.info.gz


 How could I proceed?


 I have 9.1-RELEASE, up-to-date port tree and `WITH_PKGNG=yes' in
 /etc/make.conf

In this particular case, I'd just ignore the conflict and force the
install. [Will FORCE_PACKAGE_REGISTER cover conflicts?]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: texinfo-5.1.20130313_1 conflicts with emacs-24.3,3

2013-04-08 Thread Baptiste Daroussin
On Mon, Apr 08, 2013 at 01:39:54PM -0400, Lowell Gilbert wrote:
 Marek Rudnicki marek...@gmail.com writes:
 
  I'm trying to install print/texinfo along with editors/emacs using
  portmaster and get the following error message:
 
  Installing texinfo-5.1.20130313_1...pkg: texinfo-5.1.20130313_1
  conflicts with emacs-24.3,3 (installs files into the same place).
  Problematic file: /usr/local/info/info.info.gz
 
 
  How could I proceed?
 
 
  I have 9.1-RELEASE, up-to-date port tree and `WITH_PKGNG=yes' in
  /etc/make.conf
 
 In this particular case, I'd just ignore the conflict and force the
 install. [Will FORCE_PACKAGE_REGISTER cover conflicts?]
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

no but setting PKG_PERMISSIVE or just PERMISSIVE (I don t remember which one :))
in env var will do it

regards,
Bapt


pgpzKEQ1UMjHO.pgp
Description: PGP signature


Re: texinfo

2013-03-24 Thread Baptiste Daroussin
On Fri, Mar 15, 2013 at 04:11:17PM +0100, Daniel Thiele wrote:
 On 03/15/13 12:21, Baptiste Daroussin wrote:
  On Fri, Mar 15, 2013 at 12:03:08PM +0100, Daniel Thiele wrote:
  On 03/14/13 23:04, Johan van Selst wrote:
  Hi Mitja,
 
  ajtiM wrote:
  In ports is texinfo-5.1 update but whenever is texinfo new version
  (update) I have a problem:
  print/texinfo-5.1 confilcts with texi2html-5.0 (installs files into
  the same place.
  Problematic: /usr/local/share/texinfo/init/book.init
 
  This is curious: texinfo does not install this book.init file; and
  neither port seems to mention a potential conflict in the port Makefile.
 
  Could this be a left-over warning from an old version? Are other people
  seeing this problem as well?
 
  I also see this problem. I am experiencing this on a freshly installed
  system, so no updating of any of the two ports is involved. texi2html
  was installed first and seems to install a couple of init files in
  TEXINFODIR. An installation of texinfo then fails with
 
  ===   Registering installation for texinfo-5.1.20130313 as automatic
  Installing texinfo-5.1.20130313...pkg: texinfo-5.1.20130313 conflicts
  with texi2html-5.0_1,1 (installs files into the same place).
  Problematic file: /usr/local/share/texinfo/init/book.init
  *** [fake-pkg] Error code 70
 
  although the conflicting file is not listed in texinfo's pkg-plist.
 
 
  Regards,
  Daniel
 
 
  Ok I'll try to reproduce, and fix pkgng is the bug comes from pkgng or come 
  back
  with an explanation
 
  But do not expect something before next week.
 
  regards
  Bapt
 
 
 Thanks for looking into it. If you need any assistance or more 
 information, just drop me a line.
 

I finally got it. The bug is in the texinfo port:
PORTDATA= *
This globbing makes texinfo pick up all the files inside
/usr/local/share/texinfo but if texi2html is installed before texinfo then it
installs some files in that place, and those files are picked up in the texinfo
plist. Thus pkgng is right yelling about a conflict in files.

The fix would be to expand the files in PORTDATADIR directly into the texinfo
plist.

Until we get the stage feature into the ports tree

regards,
Bapt


pgp2eINa4YgTv.pgp
Description: PGP signature


Re: texinfo

2013-03-24 Thread Johan van Selst
Hi Baptiste,

Baptiste Daroussin wrote:
 I finally got it. The bug is in the texinfo port: PORTDATA= *
 This globbing makes texinfo pick up all the files inside
 /usr/local/share/texinfo but if texi2html is installed before texinfo
 then it installs some files in that place, and those files are picked
 up in the texinfo plist. Thus pkgng is right yelling about a conflict
 in files. The fix would be to expand the files in PORTDATADIR directly
 into the texinfo plist.

Thank you for working this out: I completely missed that. I'll update
the plist for texinfo now. Will look into texi2html later and see if it
really makes sense to install its files in share/texinfo.


Regards,
Johan


pgpnfIk4Babtu.pgp
Description: PGP signature


Re: texinfo

2013-03-24 Thread Daniel Thiele

On 03/24/13 09:59, Baptiste Daroussin wrote:

On Fri, Mar 15, 2013 at 04:11:17PM +0100, Daniel Thiele wrote:

On 03/15/13 12:21, Baptiste Daroussin wrote:

On Fri, Mar 15, 2013 at 12:03:08PM +0100, Daniel Thiele wrote:

On 03/14/13 23:04, Johan van Selst wrote:

Hi Mitja,

ajtiM wrote:

In ports is texinfo-5.1 update but whenever is texinfo new version
(update) I have a problem:
print/texinfo-5.1 confilcts with texi2html-5.0 (installs files into
the same place.
Problematic: /usr/local/share/texinfo/init/book.init


This is curious: texinfo does not install this book.init file; and
neither port seems to mention a potential conflict in the port Makefile.

Could this be a left-over warning from an old version? Are other people
seeing this problem as well?


I also see this problem. I am experiencing this on a freshly installed
system, so no updating of any of the two ports is involved. texi2html
was installed first and seems to install a couple of init files in
TEXINFODIR. An installation of texinfo then fails with

===   Registering installation for texinfo-5.1.20130313 as automatic
Installing texinfo-5.1.20130313...pkg: texinfo-5.1.20130313 conflicts
with texi2html-5.0_1,1 (installs files into the same place).
Problematic file: /usr/local/share/texinfo/init/book.init
*** [fake-pkg] Error code 70

although the conflicting file is not listed in texinfo's pkg-plist.


Regards,
Daniel



Ok I'll try to reproduce, and fix pkgng is the bug comes from pkgng or come back
with an explanation

But do not expect something before next week.

regards
Bapt



Thanks for looking into it. If you need any assistance or more
information, just drop me a line.



I finally got it. The bug is in the texinfo port:
PORTDATA= *
This globbing makes texinfo pick up all the files inside
/usr/local/share/texinfo but if texi2html is installed before texinfo then it
installs some files in that place, and those files are picked up in the texinfo
plist. Thus pkgng is right yelling about a conflict in files.

The fix would be to expand the files in PORTDATADIR directly into the texinfo
plist.

Until we get the stage feature into the ports tree

regards,
Bapt



Thank you for your effort to fix this issue. I can confirm, that now the 
issue with the conflicting files seems to be resolved.


Thank you again!

Regards,
Daniel
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: texinfo

2013-03-15 Thread ajtiM
On Thursday, March 14, 2013 23:34:11 Baptiste Daroussin wrote:
 pkg info -l texinfo

pkg info -l texinfo
texinfo-5.1.20130313 owns the following files:
/usr/local/bin/info
/usr/local/bin/infokey
/usr/local/bin/install-info
/usr/local/bin/makeinfo
/usr/local/bin/pdftexi2dvi
/usr/local/bin/pod2texi
/usr/local/bin/texi2any
/usr/local/bin/texi2dvi
/usr/local/bin/texi2pdf
/usr/local/bin/texindex
/usr/local/info/info-stnd.info
/usr/local/info/info.info
/usr/local/info/texinfo.info
/usr/local/info/texinfo.info-1
/usr/local/info/texinfo.info-2
/usr/local/info/texinfo.info-3
/usr/local/man/man1/info.1.gz
/usr/local/man/man1/infokey.1.gz
/usr/local/man/man1/install-info.1.gz
/usr/local/man/man1/makeinfo.1.gz
/usr/local/man/man1/pdftexi2dvi.1.gz
/usr/local/man/man1/pod2texi.1.gz
/usr/local/man/man1/texi2any.1.gz
/usr/local/man/man1/texi2dvi.1.gz
/usr/local/man/man1/texi2pdf.1.gz
/usr/local/man/man1/texindex.1.gz
/usr/local/man/man5/info.5.gz
/usr/local/man/man5/texinfo.5.gz
/usr/local/share/locale/cs/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/da/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/de.us-ascii/LC_MESSAGES/texinfo_document.mo
/usr/local/share/locale/de/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/de_AT/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/eo/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/eo/LC_MESSAGES/texinfo_document.mo
/usr/local/share/locale/es.us-ascii/LC_MESSAGES/texinfo_document.mo
/usr/local/share/locale/es/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/fr/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/fr/LC_MESSAGES/texinfo_document.mo
/usr/local/share/locale/he/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/hr/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/hu/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/hu/LC_MESSAGES/texinfo_document.mo
/usr/local/share/locale/id/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/it/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/it/LC_MESSAGES/texinfo_document.mo
/usr/local/share/locale/ja/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/nb/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/nl/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/nl/LC_MESSAGES/texinfo_document.mo
/usr/local/share/locale/no.us-ascii/LC_MESSAGES/texinfo_document.mo
/usr/local/share/locale/pl/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/pl/LC_MESSAGES/texinfo_document.mo
/usr/local/share/locale/pt.us-ascii/LC_MESSAGES/texinfo_document.mo
/usr/local/share/locale/pt_BR.us-ascii/LC_MESSAGES/texinfo_document.mo
/usr/local/share/locale/ro/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/ru/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/rw/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/sl/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/sv/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/tr/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/uk/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/vi/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/zh_CN/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/zh_TW/LC_MESSAGES/texinfo.mo
/usr/local/share/texinfo/DebugTexinfo/DebugCount.pm
/usr/local/share/texinfo/DebugTexinfo/DebugTree.pm
/usr/local/share/texinfo/Pod-Simple-Texinfo/Pod/Simple/Texinfo.pm
/usr/local/share/texinfo/Texinfo/Common.pm
/usr/local/share/texinfo/Texinfo/Convert/Converter.pm
/usr/local/share/texinfo/Texinfo/Convert/DocBook.pm
/usr/local/share/texinfo/Texinfo/Convert/HTML.pm
/usr/local/share/texinfo/Texinfo/Convert/IXIN.pm
/usr/local/share/texinfo/Texinfo/Convert/IXINSXML.pm
/usr/local/share/texinfo/Texinfo/Convert/Info.pm
/usr/local/share/texinfo/Texinfo/Convert/Line.pm
/usr/local/share/texinfo/Texinfo/Convert/NodeNameNormalization.pm
/usr/local/share/texinfo/Texinfo/Convert/Paragraph.pm
/usr/local/share/texinfo/Texinfo/Convert/PlainTexinfo.pm
/usr/local/share/texinfo/Texinfo/Convert/Plaintext.pm
/usr/local/share/texinfo/Texinfo/Convert/Texinfo.pm
/usr/local/share/texinfo/Texinfo/Convert/TexinfoSXML.pm
/usr/local/share/texinfo/Texinfo/Convert/TexinfoXML.pm
/usr/local/share/texinfo/Texinfo/Convert/Text.pm
/usr/local/share/texinfo/Texinfo/Convert/TextContent.pm
/usr/local/share/texinfo/Texinfo/Convert/UnFilled.pm
/usr/local/share/texinfo/Texinfo/Convert/Unicode.pm
/usr/local/share/texinfo/Texinfo/Documentlanguages.pm
/usr/local/share/texinfo/Texinfo/Encoding.pm
/usr/local/share/texinfo/Texinfo/Parser.pm
/usr/local/share/texinfo/Texinfo/Report.pm
/usr/local/share/texinfo/Texinfo/Structuring.pm
/usr/local/share/texinfo/htmlxref.cnf
/usr/local/share/texinfo/init/book.pm
/usr/local/share/texinfo/init/chm.pm
/usr/local/share/texinfo/init/html32.pm
/usr/local/share/texinfo/init/latex2html.pm
/usr/local/share/texinfo/init/tex4ht.pm
/usr/local/share/texinfo/lib/Text-Unidecode/lib/Text/Unidecode.pm
/usr/local/share/texinfo/lib/Text-Unidecode/lib/Text/Unidecode/x00.pm
/usr/local/share/texinfo/lib/Text-Unidecode/lib/Text/Unidecode/x01.pm
/usr/local/share/texinfo/lib/Text-Unidecode/lib/Text/Unidecode/x02.pm
/usr/local/share/texinfo/lib/Text-Unidecode/lib/Text/Unidecode/x03.pm

Re: texinfo

2013-03-15 Thread Baptiste Daroussin
On Fri, Mar 15, 2013 at 05:18:38AM -0500, ajtiM wrote:
 On Thursday, March 14, 2013 23:34:11 Baptiste Daroussin wrote:
  pkg info -l texinfo
 
 pkg info -l texinfo
 texinfo-5.1.20130313 owns the following files:
 /usr/local/bin/info
 /usr/local/bin/infokey
 /usr/local/bin/install-info
 /usr/local/bin/makeinfo
 /usr/local/bin/pdftexi2dvi
 /usr/local/bin/pod2texi
 /usr/local/bin/texi2any
 /usr/local/bin/texi2dvi
 /usr/local/bin/texi2pdf
 /usr/local/bin/texindex
 /usr/local/info/info-stnd.info
 /usr/local/info/info.info
 /usr/local/info/texinfo.info
 /usr/local/info/texinfo.info-1
 /usr/local/info/texinfo.info-2
 /usr/local/info/texinfo.info-3
 /usr/local/man/man1/info.1.gz
 /usr/local/man/man1/infokey.1.gz
 /usr/local/man/man1/install-info.1.gz
 /usr/local/man/man1/makeinfo.1.gz
 /usr/local/man/man1/pdftexi2dvi.1.gz
 /usr/local/man/man1/pod2texi.1.gz
 /usr/local/man/man1/texi2any.1.gz
 /usr/local/man/man1/texi2dvi.1.gz
 /usr/local/man/man1/texi2pdf.1.gz
 /usr/local/man/man1/texindex.1.gz
 /usr/local/man/man5/info.5.gz
 /usr/local/man/man5/texinfo.5.gz
 /usr/local/share/locale/cs/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/da/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/de.us-ascii/LC_MESSAGES/texinfo_document.mo
 /usr/local/share/locale/de/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/de_AT/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/eo/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/eo/LC_MESSAGES/texinfo_document.mo
 /usr/local/share/locale/es.us-ascii/LC_MESSAGES/texinfo_document.mo
 /usr/local/share/locale/es/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/fr/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/fr/LC_MESSAGES/texinfo_document.mo
 /usr/local/share/locale/he/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/hr/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/hu/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/hu/LC_MESSAGES/texinfo_document.mo
 /usr/local/share/locale/id/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/it/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/it/LC_MESSAGES/texinfo_document.mo
 /usr/local/share/locale/ja/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/nb/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/nl/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/nl/LC_MESSAGES/texinfo_document.mo
 /usr/local/share/locale/no.us-ascii/LC_MESSAGES/texinfo_document.mo
 /usr/local/share/locale/pl/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/pl/LC_MESSAGES/texinfo_document.mo
 /usr/local/share/locale/pt.us-ascii/LC_MESSAGES/texinfo_document.mo
 /usr/local/share/locale/pt_BR.us-ascii/LC_MESSAGES/texinfo_document.mo
 /usr/local/share/locale/ro/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/ru/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/rw/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/sl/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/sv/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/tr/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/uk/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/vi/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/zh_CN/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/zh_TW/LC_MESSAGES/texinfo.mo
 /usr/local/share/texinfo/DebugTexinfo/DebugCount.pm
 /usr/local/share/texinfo/DebugTexinfo/DebugTree.pm
 /usr/local/share/texinfo/Pod-Simple-Texinfo/Pod/Simple/Texinfo.pm
 /usr/local/share/texinfo/Texinfo/Common.pm
 /usr/local/share/texinfo/Texinfo/Convert/Converter.pm
 /usr/local/share/texinfo/Texinfo/Convert/DocBook.pm
 /usr/local/share/texinfo/Texinfo/Convert/HTML.pm
 /usr/local/share/texinfo/Texinfo/Convert/IXIN.pm
 /usr/local/share/texinfo/Texinfo/Convert/IXINSXML.pm
 /usr/local/share/texinfo/Texinfo/Convert/Info.pm
 /usr/local/share/texinfo/Texinfo/Convert/Line.pm
 /usr/local/share/texinfo/Texinfo/Convert/NodeNameNormalization.pm
 /usr/local/share/texinfo/Texinfo/Convert/Paragraph.pm
 /usr/local/share/texinfo/Texinfo/Convert/PlainTexinfo.pm
 /usr/local/share/texinfo/Texinfo/Convert/Plaintext.pm
 /usr/local/share/texinfo/Texinfo/Convert/Texinfo.pm
 /usr/local/share/texinfo/Texinfo/Convert/TexinfoSXML.pm
 /usr/local/share/texinfo/Texinfo/Convert/TexinfoXML.pm
 /usr/local/share/texinfo/Texinfo/Convert/Text.pm
 /usr/local/share/texinfo/Texinfo/Convert/TextContent.pm
 /usr/local/share/texinfo/Texinfo/Convert/UnFilled.pm
 /usr/local/share/texinfo/Texinfo/Convert/Unicode.pm
 /usr/local/share/texinfo/Texinfo/Documentlanguages.pm
 /usr/local/share/texinfo/Texinfo/Encoding.pm
 /usr/local/share/texinfo/Texinfo/Parser.pm
 /usr/local/share/texinfo/Texinfo/Report.pm
 /usr/local/share/texinfo/Texinfo/Structuring.pm
 /usr/local/share/texinfo/htmlxref.cnf
 /usr/local/share/texinfo/init/book.pm
 /usr/local/share/texinfo/init/chm.pm
 /usr/local/share/texinfo/init/html32.pm
 /usr/local/share/texinfo/init/latex2html.pm
 /usr/local/share/texinfo/init/tex4ht.pm
 /usr/local/share/texinfo/lib/Text-Unidecode/lib/Text/Unidecode.pm
 /usr/local/share/texinfo/lib/Text-Unidecode/lib/Text/Unidecode/x00.pm
 /usr/local/share/texinfo/lib/Text-Unidecode/lib/Text/Unidecode/x01.pm
 

Re: texinfo

2013-03-15 Thread Daniel Thiele

On 03/14/13 23:04, Johan van Selst wrote:

Hi Mitja,

ajtiM wrote:

In ports is texinfo-5.1 update but whenever is texinfo new version
(update) I have a problem:
print/texinfo-5.1 confilcts with texi2html-5.0 (installs files into
the same place.
Problematic: /usr/local/share/texinfo/init/book.init


This is curious: texinfo does not install this book.init file; and
neither port seems to mention a potential conflict in the port Makefile.

Could this be a left-over warning from an old version? Are other people
seeing this problem as well?


I also see this problem. I am experiencing this on a freshly installed 
system, so no updating of any of the two ports is involved. texi2html 
was installed first and seems to install a couple of init files in 
TEXINFODIR. An installation of texinfo then fails with


===   Registering installation for texinfo-5.1.20130313 as automatic
Installing texinfo-5.1.20130313...pkg: texinfo-5.1.20130313 conflicts 
with texi2html-5.0_1,1 (installs files into the same place). 
Problematic file: /usr/local/share/texinfo/init/book.init

*** [fake-pkg] Error code 70

although the conflicting file is not listed in texinfo's pkg-plist.


Regards,
Daniel

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: texinfo

2013-03-15 Thread Baptiste Daroussin
On Fri, Mar 15, 2013 at 12:03:08PM +0100, Daniel Thiele wrote:
 On 03/14/13 23:04, Johan van Selst wrote:
  Hi Mitja,
 
  ajtiM wrote:
  In ports is texinfo-5.1 update but whenever is texinfo new version
  (update) I have a problem:
  print/texinfo-5.1 confilcts with texi2html-5.0 (installs files into
  the same place.
  Problematic: /usr/local/share/texinfo/init/book.init
 
  This is curious: texinfo does not install this book.init file; and
  neither port seems to mention a potential conflict in the port Makefile.
 
  Could this be a left-over warning from an old version? Are other people
  seeing this problem as well?
 
 I also see this problem. I am experiencing this on a freshly installed 
 system, so no updating of any of the two ports is involved. texi2html 
 was installed first and seems to install a couple of init files in 
 TEXINFODIR. An installation of texinfo then fails with
 
 ===   Registering installation for texinfo-5.1.20130313 as automatic
 Installing texinfo-5.1.20130313...pkg: texinfo-5.1.20130313 conflicts 
 with texi2html-5.0_1,1 (installs files into the same place). 
 Problematic file: /usr/local/share/texinfo/init/book.init
 *** [fake-pkg] Error code 70
 
 although the conflicting file is not listed in texinfo's pkg-plist.
 
 
 Regards,
 Daniel
 

Ok I'll try to reproduce, and fix pkgng is the bug comes from pkgng or come back
with an explanation

But do not expect something before next week.

regards
Bapt


pgpC39wbmh8pU.pgp
Description: PGP signature


Re: texinfo

2013-03-15 Thread Daniel Thiele

On 03/15/13 12:21, Baptiste Daroussin wrote:

On Fri, Mar 15, 2013 at 12:03:08PM +0100, Daniel Thiele wrote:

On 03/14/13 23:04, Johan van Selst wrote:

Hi Mitja,

ajtiM wrote:

In ports is texinfo-5.1 update but whenever is texinfo new version
(update) I have a problem:
print/texinfo-5.1 confilcts with texi2html-5.0 (installs files into
the same place.
Problematic: /usr/local/share/texinfo/init/book.init


This is curious: texinfo does not install this book.init file; and
neither port seems to mention a potential conflict in the port Makefile.

Could this be a left-over warning from an old version? Are other people
seeing this problem as well?


I also see this problem. I am experiencing this on a freshly installed
system, so no updating of any of the two ports is involved. texi2html
was installed first and seems to install a couple of init files in
TEXINFODIR. An installation of texinfo then fails with

===   Registering installation for texinfo-5.1.20130313 as automatic
Installing texinfo-5.1.20130313...pkg: texinfo-5.1.20130313 conflicts
with texi2html-5.0_1,1 (installs files into the same place).
Problematic file: /usr/local/share/texinfo/init/book.init
*** [fake-pkg] Error code 70

although the conflicting file is not listed in texinfo's pkg-plist.


Regards,
Daniel



Ok I'll try to reproduce, and fix pkgng is the bug comes from pkgng or come back
with an explanation

But do not expect something before next week.

regards
Bapt



Thanks for looking into it. If you need any assistance or more 
information, just drop me a line.


Regards,
Daniel

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: texinfo

2013-03-14 Thread Johan van Selst
Hi Mitja,

ajtiM wrote:
 In ports is texinfo-5.1 update but whenever is texinfo new version
 (update) I have a problem:
 print/texinfo-5.1 confilcts with texi2html-5.0 (installs files into
 the same place.
 Problematic: /usr/local/share/texinfo/init/book.init

This is curious: texinfo does not install this book.init file; and
neither port seems to mention a potential conflict in the port Makefile.

Could this be a left-over warning from an old version? Are other people
seeing this problem as well?


Regards,
Johan


pgpSuONn46hfr.pgp
Description: PGP signature


Re: texinfo

2012-04-08 Thread ajtiM
On Sunday 08 April 2012 09:21:51 Rainer Hurling wrote:
 On 08.04.2012 15:58 (UTC+1), ajtiM wrote:
  I tried to update /print/texinfo on FreeBSD 9.0 Release and I got:
  
  ===  Starting build for print/texinfo===
  
  ===  All dependencies are up to date
  
  ===   Cleaning for texinfo-4.13.20120406
  
  ===  Waiting on fetch  checksum for print/texinfo===
  
  
  ===  Waiting on fetch  checksum for print/texinfo===
  are up to date.  If you are absolutely sure you want to override this
  check, type make NO_CHECKSUM=yes [other args].
  *** Error code 1
  
  Stop in /usr/ports/print/texinfo.
  *** Error code 1
  
  Stop in /usr/ports/print/texinfo.
  ===   Deleting distfiles for texinfo-4.13.20120406
  make: don't know how to make texinfo.tex. Stop
  
  
  ===  Waiting on fetch  checksum for print/texinfo===
  ===   Deleting distfiles for texinfo-4.13.20120406
  make: don't know how to make texinfo.tex. Stop
  ===   License check disabled, port has not defined LICENSE
  =  texinfo-4.13.tar.gz doesn't seem to exist in /usr/ports/distfiles//.
  =  Attempting to fetch
  http://ftp.gnu.org/gnu/texinfo/texinfo-4.13.tar.gz texinfo-4.13.tar.gz  
  2686 kB  735 kBps =  SHA256 Checksum OK
  for texinfo-4.13.tar.gz.
  =  SHA256 Checksum OK for texinfo.tex.
  =  SHA256 Checksum mismatch for texi2dvi.
  ===   Refetch for 1 more times files: texi2dvi
  
  
  ===   License check disabled, port has not defined LICENSE
  ===   Extracting for texinfo-4.13.20120406
  =  SHA256 Checksum OK for texinfo-4.13.tar.gz.
  =  SHA256 Checksum OK for texinfo.tex.
  =  SHA256 Checksum mismatch for texi2dvi.
  ===   Refetch for 1 more times files: texi2dvi
  ===   License check disabled, port has not defined LICENSE
  =  texi2dvi doesn't seem to exist in /usr/ports/distfiles//.
  =  Attempting to fetch http://ftp.gnu.org/gnu/texinfo/texi2dvi
  fetch: http://ftp.gnu.org/gnu/texinfo/texi2dvi: Requested Range Not
  Satisfiable =  Attempting to fetch
  ftp://ftp.gnu.org/gnu/texinfo/texi2dvi
  ===   License check disabled, port has not defined LICENSE
  =  SHA256 Checksum OK for texinfo-4.13.tar.gz.
  =  SHA256 Checksum OK for texinfo.tex.
  =  SHA256 Checksum mismatch for texi2dvi.
  ===   Giving up on fetching files: texi2dvi
  Make sure the Makefile and distinfo file
  (/usr/ports/print/texinfo/distinfo) are up to date.  If you are
  absolutely sure you want to override this check, type make
  NO_CHECKSUM=yes [other args].
  *** Error code 1
  
  Stop in /usr/ports/print/texinfo.
  *** Error code 1
  
  Stop in /usr/ports/print/texinfo.
  
  ===  make failed for print/texinfo
  ===  Aborting update
  
  Terminated
  Terminated
 
 Removing the old distfiles does help for me.
 
  Thanks in advance.
  Mitja
  
  http://jpgmag.com/people/lumiwa

It not works for me.

Mitja

http://jpgmag.com/people/lumiwa
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: texinfo

2012-04-08 Thread Rainer Hurling

On 08.04.2012 15:58 (UTC+1), ajtiM wrote:

I tried to update /print/texinfo on FreeBSD 9.0 Release and I got:

===  Starting build for print/texinfo===

===  All dependencies are up to date

===   Cleaning for texinfo-4.13.20120406

===  Waiting on fetch  checksum for print/texinfo===


===  Waiting on fetch  checksum for print/texinfo===
are up to date.  If you are absolutely sure you want to override this
check, type make NO_CHECKSUM=yes [other args].
*** Error code 1

Stop in /usr/ports/print/texinfo.
*** Error code 1

Stop in /usr/ports/print/texinfo.
===   Deleting distfiles for texinfo-4.13.20120406
make: don't know how to make texinfo.tex. Stop


===  Waiting on fetch  checksum for print/texinfo===
===   Deleting distfiles for texinfo-4.13.20120406
make: don't know how to make texinfo.tex. Stop
===   License check disabled, port has not defined LICENSE
=  texinfo-4.13.tar.gz doesn't seem to exist in /usr/ports/distfiles//.
=  Attempting to fetch http://ftp.gnu.org/gnu/texinfo/texinfo-4.13.tar.gz
texinfo-4.13.tar.gz   2686 kB  735 kBps
=  SHA256 Checksum OK for texinfo-4.13.tar.gz.
=  SHA256 Checksum OK for texinfo.tex.
=  SHA256 Checksum mismatch for texi2dvi.
===   Refetch for 1 more times files: texi2dvi


===   License check disabled, port has not defined LICENSE
===   Extracting for texinfo-4.13.20120406
=  SHA256 Checksum OK for texinfo-4.13.tar.gz.
=  SHA256 Checksum OK for texinfo.tex.
=  SHA256 Checksum mismatch for texi2dvi.
===   Refetch for 1 more times files: texi2dvi
===   License check disabled, port has not defined LICENSE
=  texi2dvi doesn't seem to exist in /usr/ports/distfiles//.
=  Attempting to fetch http://ftp.gnu.org/gnu/texinfo/texi2dvi
fetch: http://ftp.gnu.org/gnu/texinfo/texi2dvi: Requested Range Not Satisfiable
=  Attempting to fetch ftp://ftp.gnu.org/gnu/texinfo/texi2dvi
===   License check disabled, port has not defined LICENSE
=  SHA256 Checksum OK for texinfo-4.13.tar.gz.
=  SHA256 Checksum OK for texinfo.tex.
=  SHA256 Checksum mismatch for texi2dvi.
===   Giving up on fetching files: texi2dvi
Make sure the Makefile and distinfo file (/usr/ports/print/texinfo/distinfo)
are up to date.  If you are absolutely sure you want to override this
check, type make NO_CHECKSUM=yes [other args].
*** Error code 1

Stop in /usr/ports/print/texinfo.
*** Error code 1

Stop in /usr/ports/print/texinfo.

===  make failed for print/texinfo
===  Aborting update

Terminated
Terminated


Removing the old distfiles does help for me.


Thanks in advance.
Mitja

http://jpgmag.com/people/lumiwa


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: texinfo

2012-04-08 Thread Ruslan Mahmatkhanov

ajtiM wrote on 08.04.2012 19:14:

On Sunday 08 April 2012 09:21:51 Rainer Hurling wrote:

On 08.04.2012 15:58 (UTC+1), ajtiM wrote:

I tried to update /print/texinfo on FreeBSD 9.0 Release and I got:

===   Starting build for print/texinfo===

===   All dependencies are up to date

===Cleaning for texinfo-4.13.20120406

===   Waiting on fetch   checksum for print/texinfo===


===   Waiting on fetch   checksum for print/texinfo===
are up to date.  If you are absolutely sure you want to override this
check, type make NO_CHECKSUM=yes [other args].
*** Error code 1

Stop in /usr/ports/print/texinfo.
*** Error code 1

Stop in /usr/ports/print/texinfo.
===Deleting distfiles for texinfo-4.13.20120406
make: don't know how to make texinfo.tex. Stop


===   Waiting on fetch   checksum for print/texinfo===
===Deleting distfiles for texinfo-4.13.20120406
make: don't know how to make texinfo.tex. Stop
===License check disabled, port has not defined LICENSE
=   texinfo-4.13.tar.gz doesn't seem to exist in /usr/ports/distfiles//.
=   Attempting to fetch
http://ftp.gnu.org/gnu/texinfo/texinfo-4.13.tar.gz texinfo-4.13.tar.gz
 2686 kB  735 kBps =   SHA256 Checksum OK
for texinfo-4.13.tar.gz.
=   SHA256 Checksum OK for texinfo.tex.
=   SHA256 Checksum mismatch for texi2dvi.
===Refetch for 1 more times files: texi2dvi


===License check disabled, port has not defined LICENSE
===Extracting for texinfo-4.13.20120406
=   SHA256 Checksum OK for texinfo-4.13.tar.gz.
=   SHA256 Checksum OK for texinfo.tex.
=   SHA256 Checksum mismatch for texi2dvi.
===Refetch for 1 more times files: texi2dvi
===License check disabled, port has not defined LICENSE
=   texi2dvi doesn't seem to exist in /usr/ports/distfiles//.
=   Attempting to fetch http://ftp.gnu.org/gnu/texinfo/texi2dvi
fetch: http://ftp.gnu.org/gnu/texinfo/texi2dvi: Requested Range Not
Satisfiable =   Attempting to fetch
ftp://ftp.gnu.org/gnu/texinfo/texi2dvi
===License check disabled, port has not defined LICENSE
=   SHA256 Checksum OK for texinfo-4.13.tar.gz.
=   SHA256 Checksum OK for texinfo.tex.
=   SHA256 Checksum mismatch for texi2dvi.
===Giving up on fetching files: texi2dvi
Make sure the Makefile and distinfo file
(/usr/ports/print/texinfo/distinfo) are up to date.  If you are
absolutely sure you want to override this check, type make
NO_CHECKSUM=yes [other args].
*** Error code 1

Stop in /usr/ports/print/texinfo.
*** Error code 1

Stop in /usr/ports/print/texinfo.

===   make failed for print/texinfo
===   Aborting update

Terminated
Terminated


Removing the old distfiles does help for me.


Thanks in advance.
Mitja

http://jpgmag.com/people/lumiwa


It not works for me.

Mitja

http://jpgmag.com/people/lumiwa



Hi Mitja,
I just checked - all is ok with new distfiles. That mismatch error is 
because you have previously downloaded texi2dvi file in 
/usr/ports/distfiles. Try to execute `make distclean' in print/tex2dvi 
and check again - it should work.


--
Regards,
Ruslan

Tinderboxing kills... the drives.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org