Re: textproc/libxml2 does not install libxml2.so.5

2011-11-01 Thread Ruslan Mahmatkhanov

Marco Steinbach wrote on 10/31/11 21:00:

Ruslan Mahmatkhanov wrote on 31.10.2011 16:57:

Marco Steinbach wrote on 31.10.2011 19:21:

Hi,

I'm trying to use textproc/libxml2 from ports, but it seems, that some
files are missing after installation.

Subsequently, installing textproc/libxslt fails due to a missing
libxml2.so.5, for example.

My /etc/make.conf is empty. I'm a bit reluctant to 'fix' this by
symlinking, and besides that, libxml2.so.5 is listed in the pkg-plist of
libxml2, so I assume something goes wrong locally or the port might need
some attention.

I've updated the ports tree on the machine just a few minutes ago.

Here's some more information:

# uname -a
FreeBSD 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r226877: Fri Oct 28
07:55:10 UTC 2011 root@:/usr/obj/usr/src/sys/GENERIC amd64
# pwd
/usr/ports/textproc/libxml2
# make -VPKGNAME
libxml2-2.7.8_1
# make install clean
[...]
# pkg_info -IX libxml2
libxml2-2.7.8_1 XML parser library for GNOME
# pkg_info -g libxml2-2.7.8_1
Information for libxml2-2.7.8_1:

Mismatched Checksums:
pkg_info: /usr/local/etc/xml2Conf.sh doesn't exist
pkg_info: /usr/local/lib/libxml2.so.5 doesn't exist
pkg_info: /usr/local/libdata/pkgconfig/libxml-2.0.pc doesn't exist


Hints and/or pointers welcome.

MfG CoCo


Yes, it looks like WITH_FBSD10_FIX=yes doesn't works here.
You may rebuild it with UNAME_r=9.9-CURRENT until the working fix will
not be committed.


This doesn't seem to do the trick for me:

# echo $SHELL
/bin/csh
# setenv UNAME_r 9.9-CURRENT
# echo $UNAME_r
9.9-CURRENT
# cd /usr/ports/textproc/libxml2
# make install clean
[...]
# pkg_info -g libxml2-2.7.8_1
Information for libxml2-2.7.8_1:

Mismatched Checksums:
pkg_info: /usr/local/etc/xml2Conf.sh doesn't exist
pkg_info: /usr/local/lib/libxml2.so.5 doesn't exist
pkg_info: /usr/local/libdata/pkgconfig/libxml-2.0.pc doesn't exist

Am I doing something wrong here ?

MfG CoCo


Lawl, after reboot i found my system broken. I now see the problem. 
textproc/libxml2 installs libxml2.so.9, not libxml2.so.5 when FBSD10_FIX 
is enabled. I now will try to check it with FSBD10 fix disabled to make 
sure that it doesn't change anything that it supposed to be.


Koop are all is ok for you with this port?

--
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


Re: textproc/libxml2 does not install libxml2.so.5

2011-11-01 Thread Koop Mast
On Tue, 2011-11-01 at 12:58 +0400, Ruslan Mahmatkhanov wrote:
 Marco Steinbach wrote on 10/31/11 21:00:
  Ruslan Mahmatkhanov wrote on 31.10.2011 16:57:
  Marco Steinbach wrote on 31.10.2011 19:21:
  Hi,
 
  I'm trying to use textproc/libxml2 from ports, but it seems, that some
  files are missing after installation.
 
  Subsequently, installing textproc/libxslt fails due to a missing
  libxml2.so.5, for example.
 
  My /etc/make.conf is empty. I'm a bit reluctant to 'fix' this by
  symlinking, and besides that, libxml2.so.5 is listed in the pkg-plist of
  libxml2, so I assume something goes wrong locally or the port might need
  some attention.
 
  I've updated the ports tree on the machine just a few minutes ago.
 
  Here's some more information:
 
  # uname -a
  FreeBSD 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r226877: Fri Oct 28
  07:55:10 UTC 2011 root@:/usr/obj/usr/src/sys/GENERIC amd64
  # pwd
  /usr/ports/textproc/libxml2
  # make -VPKGNAME
  libxml2-2.7.8_1
  # make install clean
  [...]
  # pkg_info -IX libxml2
  libxml2-2.7.8_1 XML parser library for GNOME
  # pkg_info -g libxml2-2.7.8_1
  Information for libxml2-2.7.8_1:
 
  Mismatched Checksums:
  pkg_info: /usr/local/etc/xml2Conf.sh doesn't exist
  pkg_info: /usr/local/lib/libxml2.so.5 doesn't exist
  pkg_info: /usr/local/libdata/pkgconfig/libxml-2.0.pc doesn't exist
 
 
  Hints and/or pointers welcome.
 
  MfG CoCo
 
  Yes, it looks like WITH_FBSD10_FIX=yes doesn't works here.
  You may rebuild it with UNAME_r=9.9-CURRENT until the working fix will
  not be committed.
 
  This doesn't seem to do the trick for me:
 
  # echo $SHELL
  /bin/csh
  # setenv UNAME_r 9.9-CURRENT
  # echo $UNAME_r
  9.9-CURRENT
  # cd /usr/ports/textproc/libxml2
  # make install clean
  [...]
  # pkg_info -g libxml2-2.7.8_1
  Information for libxml2-2.7.8_1:
 
  Mismatched Checksums:
  pkg_info: /usr/local/etc/xml2Conf.sh doesn't exist
  pkg_info: /usr/local/lib/libxml2.so.5 doesn't exist
  pkg_info: /usr/local/libdata/pkgconfig/libxml-2.0.pc doesn't exist
 
  Am I doing something wrong here ?
 
  MfG CoCo
 
 Lawl, after reboot i found my system broken. I now see the problem. 
 textproc/libxml2 installs libxml2.so.9, not libxml2.so.5 when FBSD10_FIX 
 is enabled. I now will try to check it with FSBD10 fix disabled to make 
 sure that it doesn't change anything that it supposed to be.
 
 Koop are all is ok for you with this port?
 

Oh bloody hell, I will look into it asap.

___
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: textproc/libxml2 does not install libxml2.so.5

2011-11-01 Thread Koop Mast
On Tue, 2011-11-01 at 12:58 +0400, Ruslan Mahmatkhanov wrote:
 Marco Steinbach wrote on 10/31/11 21:00:
  Ruslan Mahmatkhanov wrote on 31.10.2011 16:57:
  Marco Steinbach wrote on 31.10.2011 19:21:
  Hi,
 
  I'm trying to use textproc/libxml2 from ports, but it seems, that some
  files are missing after installation.
 
  Subsequently, installing textproc/libxslt fails due to a missing
  libxml2.so.5, for example.
 
  My /etc/make.conf is empty. I'm a bit reluctant to 'fix' this by
  symlinking, and besides that, libxml2.so.5 is listed in the pkg-plist of
  libxml2, so I assume something goes wrong locally or the port might need
  some attention.
 
  I've updated the ports tree on the machine just a few minutes ago.
 
  Here's some more information:
 
  # uname -a
  FreeBSD 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r226877: Fri Oct 28
  07:55:10 UTC 2011 root@:/usr/obj/usr/src/sys/GENERIC amd64
  # pwd
  /usr/ports/textproc/libxml2
  # make -VPKGNAME
  libxml2-2.7.8_1
  # make install clean
  [...]
  # pkg_info -IX libxml2
  libxml2-2.7.8_1 XML parser library for GNOME
  # pkg_info -g libxml2-2.7.8_1
  Information for libxml2-2.7.8_1:
 
  Mismatched Checksums:
  pkg_info: /usr/local/etc/xml2Conf.sh doesn't exist
  pkg_info: /usr/local/lib/libxml2.so.5 doesn't exist
  pkg_info: /usr/local/libdata/pkgconfig/libxml-2.0.pc doesn't exist
 
 
  Hints and/or pointers welcome.
 
  MfG CoCo
 
  Yes, it looks like WITH_FBSD10_FIX=yes doesn't works here.
  You may rebuild it with UNAME_r=9.9-CURRENT until the working fix will
  not be committed.
 
  This doesn't seem to do the trick for me:
 
  # echo $SHELL
  /bin/csh
  # setenv UNAME_r 9.9-CURRENT
  # echo $UNAME_r
  9.9-CURRENT
  # cd /usr/ports/textproc/libxml2
  # make install clean
  [...]
  # pkg_info -g libxml2-2.7.8_1
  Information for libxml2-2.7.8_1:
 
  Mismatched Checksums:
  pkg_info: /usr/local/etc/xml2Conf.sh doesn't exist
  pkg_info: /usr/local/lib/libxml2.so.5 doesn't exist
  pkg_info: /usr/local/libdata/pkgconfig/libxml-2.0.pc doesn't exist
 
  Am I doing something wrong here ?
 
  MfG CoCo
 
 Lawl, after reboot i found my system broken. I now see the problem. 
 textproc/libxml2 installs libxml2.so.9, not libxml2.so.5 when FBSD10_FIX 
 is enabled. I now will try to check it with FSBD10 fix disabled to make 
 sure that it doesn't change anything that it supposed to be.
 
 Koop are all is ok for you with this port?
 

Ok should be fixed now. This is one of those things that doesn't show up
in a tinderbox because there isn't any extra cruff around. I still don't
know how this slipped by, I know I localy tested all the changes, apart
from tinderbox.

-Koop

___
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: textproc/libxml2 does not install libxml2.so.5

2011-11-01 Thread Ruslan Mahmatkhanov

Koop Mast wrote on 01.11.2011 15:09:

On Tue, 2011-11-01 at 12:58 +0400, Ruslan Mahmatkhanov wrote:

Marco Steinbach wrote on 10/31/11 21:00:

Ruslan Mahmatkhanov wrote on 31.10.2011 16:57:

Marco Steinbach wrote on 31.10.2011 19:21:

Hi,

I'm trying to use textproc/libxml2 from ports, but it seems, that some
files are missing after installation.

Subsequently, installing textproc/libxslt fails due to a missing
libxml2.so.5, for example.

My /etc/make.conf is empty. I'm a bit reluctant to 'fix' this by
symlinking, and besides that, libxml2.so.5 is listed in the pkg-plist of
libxml2, so I assume something goes wrong locally or the port might need
some attention.

I've updated the ports tree on the machine just a few minutes ago.

Here's some more information:

# uname -a
FreeBSD 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r226877: Fri Oct 28
07:55:10 UTC 2011 root@:/usr/obj/usr/src/sys/GENERIC amd64
# pwd
/usr/ports/textproc/libxml2
# make -VPKGNAME
libxml2-2.7.8_1
# make install clean
[...]
# pkg_info -IX libxml2
libxml2-2.7.8_1 XML parser library for GNOME
# pkg_info -g libxml2-2.7.8_1
Information for libxml2-2.7.8_1:

Mismatched Checksums:
pkg_info: /usr/local/etc/xml2Conf.sh doesn't exist
pkg_info: /usr/local/lib/libxml2.so.5 doesn't exist
pkg_info: /usr/local/libdata/pkgconfig/libxml-2.0.pc doesn't exist


Hints and/or pointers welcome.

MfG CoCo


Yes, it looks like WITH_FBSD10_FIX=yes doesn't works here.
You may rebuild it with UNAME_r=9.9-CURRENT until the working fix will
not be committed.


This doesn't seem to do the trick for me:

# echo $SHELL
/bin/csh
# setenv UNAME_r 9.9-CURRENT
# echo $UNAME_r
9.9-CURRENT
# cd /usr/ports/textproc/libxml2
# make install clean
[...]
# pkg_info -g libxml2-2.7.8_1
Information for libxml2-2.7.8_1:

Mismatched Checksums:
pkg_info: /usr/local/etc/xml2Conf.sh doesn't exist
pkg_info: /usr/local/lib/libxml2.so.5 doesn't exist
pkg_info: /usr/local/libdata/pkgconfig/libxml-2.0.pc doesn't exist

Am I doing something wrong here ?

MfG CoCo


Lawl, after reboot i found my system broken. I now see the problem.
textproc/libxml2 installs libxml2.so.9, not libxml2.so.5 when FBSD10_FIX
is enabled. I now will try to check it with FSBD10 fix disabled to make
sure that it doesn't change anything that it supposed to be.

Koop are all is ok for you with this port?



Ok should be fixed now. This is one of those things that doesn't show up
in a tinderbox because there isn't any extra cruff around. I still don't
know how this slipped by, I know I localy tested all the changes, apart
from tinderbox.

-Koop


I'll try it this evening, thank you. I also believe that this change 
require portrevision bump.


--
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


Re: textproc/libxml2 does not install libxml2.so.5

2011-10-31 Thread Ruslan Mahmatkhanov

Marco Steinbach wrote on 31.10.2011 19:21:

Hi,

I'm trying to use textproc/libxml2 from ports, but it seems, that some
files are missing after installation.

Subsequently, installing textproc/libxslt fails due to a missing
libxml2.so.5, for example.

My /etc/make.conf is empty. I'm a bit reluctant to 'fix' this by
symlinking, and besides that, libxml2.so.5 is listed in the pkg-plist of
libxml2, so I assume something goes wrong locally or the port might need
some attention.

I've updated the ports tree on the machine just a few minutes ago.

Here's some more information:

# uname -a
FreeBSD 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r226877: Fri Oct 28
07:55:10 UTC 2011 root@:/usr/obj/usr/src/sys/GENERIC amd64
# pwd
/usr/ports/textproc/libxml2
# make -VPKGNAME
libxml2-2.7.8_1
# make install clean
[...]
# pkg_info -IX libxml2
libxml2-2.7.8_1 XML parser library for GNOME
# pkg_info -g libxml2-2.7.8_1
Information for libxml2-2.7.8_1:

Mismatched Checksums:
pkg_info: /usr/local/etc/xml2Conf.sh doesn't exist
pkg_info: /usr/local/lib/libxml2.so.5 doesn't exist
pkg_info: /usr/local/libdata/pkgconfig/libxml-2.0.pc doesn't exist


Hints and/or pointers welcome.

MfG CoCo


Yes, it looks like WITH_FBSD10_FIX=yes doesn't works here.
You may rebuild it with UNAME_r=9.9-CURRENT until the working fix will 
not be committed.


--
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


Re: textproc/libxml2 does not install libxml2.so.5

2011-10-31 Thread Martin Wilke

On 10/31/2011 15:21, Marco Steinbach wrote:

Hi,

I'm trying to use textproc/libxml2 from ports, but it seems, that some 
files are missing after installation.


Subsequently, installing textproc/libxslt fails due to a missing 
libxml2.so.5, for example.


My /etc/make.conf is empty.  I'm a  bit reluctant to 'fix' this by 
symlinking, and besides that, libxml2.so.5 is listed in the pkg-plist 
of libxml2, so I assume something goes wrong locally or the port might 
need some attention.


I've updated the ports tree on the machine just a few minutes ago.

Here's some more information:

# uname -a
FreeBSD  10.0-CURRENT FreeBSD 10.0-CURRENT #0 r226877: Fri Oct 28 
07:55:10 UTC 2011 root@:/usr/obj/usr/src/sys/GENERIC  amd64

# pwd
/usr/ports/textproc/libxml2
# make -VPKGNAME
libxml2-2.7.8_1
# make install clean
[...]
# pkg_info -IX libxml2
libxml2-2.7.8_1 XML parser library for GNOME
# pkg_info -g libxml2-2.7.8_1
Information for libxml2-2.7.8_1:

Mismatched Checksums:
pkg_info: /usr/local/etc/xml2Conf.sh doesn't exist
pkg_info: /usr/local/lib/libxml2.so.5 doesn't exist
pkg_info: /usr/local/libdata/pkgconfig/libxml-2.0.pc doesn't exist


Hints and/or pointers welcome.

It works for me correctly

http://tb.smeets.im/tb/index.php?action=display_markup_logbuild=10-FreeBSDid=24#1000

Maybe u should try to rebuild all ports.

- Martin



MfG CoCo

___
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



--
+-oOO--(_)--OOo-+
With best Regards,
Martin Wilke (miwi_(at)_FreeBSD.org)

Mess with the Best, Die like the Rest

___
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: textproc/libxml2 does not install libxml2.so.5

2011-10-31 Thread Marco Steinbach

Ruslan Mahmatkhanov wrote on 31.10.2011 16:57:

Marco Steinbach wrote on 31.10.2011 19:21:

Hi,

I'm trying to use textproc/libxml2 from ports, but it seems, that some
files are missing after installation.

Subsequently, installing textproc/libxslt fails due to a missing
libxml2.so.5, for example.

My /etc/make.conf is empty. I'm a bit reluctant to 'fix' this by
symlinking, and besides that, libxml2.so.5 is listed in the pkg-plist of
libxml2, so I assume something goes wrong locally or the port might need
some attention.

I've updated the ports tree on the machine just a few minutes ago.

Here's some more information:

# uname -a
FreeBSD 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r226877: Fri Oct 28
07:55:10 UTC 2011 root@:/usr/obj/usr/src/sys/GENERIC amd64
# pwd
/usr/ports/textproc/libxml2
# make -VPKGNAME
libxml2-2.7.8_1
# make install clean
[...]
# pkg_info -IX libxml2
libxml2-2.7.8_1 XML parser library for GNOME
# pkg_info -g libxml2-2.7.8_1
Information for libxml2-2.7.8_1:

Mismatched Checksums:
pkg_info: /usr/local/etc/xml2Conf.sh doesn't exist
pkg_info: /usr/local/lib/libxml2.so.5 doesn't exist
pkg_info: /usr/local/libdata/pkgconfig/libxml-2.0.pc doesn't exist


Hints and/or pointers welcome.

MfG CoCo


Yes, it looks like WITH_FBSD10_FIX=yes doesn't works here.
You may rebuild it with UNAME_r=9.9-CURRENT until the working fix will 
not be committed.


This doesn't seem to do the trick for me:

# echo $SHELL
/bin/csh
# setenv UNAME_r 9.9-CURRENT
# echo $UNAME_r
9.9-CURRENT
# cd /usr/ports/textproc/libxml2
# make install clean
[...]
# pkg_info -g libxml2-2.7.8_1
Information for libxml2-2.7.8_1:

Mismatched Checksums:
pkg_info: /usr/local/etc/xml2Conf.sh doesn't exist
pkg_info: /usr/local/lib/libxml2.so.5 doesn't exist
pkg_info: /usr/local/libdata/pkgconfig/libxml-2.0.pc doesn't exist

Am I doing something wrong here ?

MfG CoCo

___
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: textproc/libxml2 does not install libxml2.so.5

2011-10-31 Thread b. f.
 Mismatched Checksums:
 pkg_info: /usr/local/etc/xml2Conf.sh doesn't exist
 pkg_info: /usr/local/lib/libxml2.so.5 doesn't exist
 pkg_info: /usr/local/libdata/pkgconfig/libxml-2.0.pc doesn't exist


 Hints and/or pointers welcome.
It works for me correctly

http://tb.smeets.im/tb/index.php?action=display_markup_logbuild=10-FreeBSDid=24#1000

Yes, but in a tinderbox -- this is the same problem I used in the
example from my message to you and the others a few hours ago.  The
FreeBSD 10 fix is triggering refresh builds of the autotools-related
parts of the port after changing the modification time of libtool.m4,
and breaking the build, when some autotools ports are already
installed on the system before rebuilding. There are a number of ways
to circumvent the problem, but a full rebuild is unlikely to help by
itself.

b.
___
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: textproc/libxml2 does not install libxml2.so.5

2011-10-31 Thread b. f.

 This doesn't seem to do the trick for me:

 # echo $SHELL
 /bin/csh
 # setenv UNAME_r 9.9-CURRENT
 # echo $UNAME_r
 9.9-CURRENT
 # cd /usr/ports/textproc/libxml2
 # make install clean
 [...]
 # pkg_info -g libxml2-2.7.8_1
 Information for libxml2-2.7.8_1:

 Mismatched Checksums:
 pkg_info: /usr/local/etc/xml2Conf.sh doesn't exist
 pkg_info: /usr/local/lib/libxml2.so.5 doesn't exist
 pkg_info: /usr/local/libdata/pkgconfig/libxml-2.0.pc doesn't exist

 Am I doing something wrong here ?


Yes, you are trusting us. ;) There are a few problems related to the
FreeBSD 10 fix that are still being worked out.  Whether or not the
FreeBSD 10 fix is used depends on OSVERSION, which is calculated in
bsd.port.mk, so your masquerading is incomplete:


   1192 .if !defined(OSVERSION)
   1193 .if exists(/usr/include/sys/param.h)
   1194 OSVERSION!= ${AWK}
'/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' 
/usr/include/sys/param.h
   1195 .elif exists(${SRC_BASE}/sys/sys/param.h)
   1196 OSVERSION!= ${AWK}
'/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' 
${SRC_BASE}/sys/sys/param.h
   1197 .else
   1198 OSVERSION!= ${SYSCTL} -n kern.osreldate
   1199 .endif
   1200 .endif
...
   3664 run-autotools-fixup:
   3665 # Work around an issue where FreeBSD 10.0 is detected as
FreeBSD 1.x.
   3666 .if defined(WITH_FBSD10_FIX)  ${OSVERSION} = 100
...

You could edit the __FreeBSD_version line in param.h, or override
OSVERSION on the command-line, setting it less than 100, if you
wanted to continue to masquerade as 9.9 or some other suitable value
while the problems are being resolved.

b.
___
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