Re: Chicken/egg problem with pkg

2017-03-12 Thread Hans de Hartog


On 03/10/17 14:26, Hans de Hartog wrote:


I have an old web server (10.1-RELEASE-p9) which is running for years

without any upgrades. Now I want to install a simple port (trafshow, to

see what's going on).

It first want to upgrade pkg from 1.5.1 to 1.10.0_2 but that doesn't work:

[1/1] Upgrading pkg from 1.5.1 to 1.10.0_2...
[1/1] Extracting pkg-1.10.0_2: 100%
/usr/local/lib/libpkg.so.4: Undefined symbol "openat"

Anything I try to do with pkg now gives me this error-message.

/var/log/messages says: pkg: pkg upgraded: 1.5.1 -> 1.10.0_2

How do I proceed from here (without upgrading everything, please)?


Thank you for all reactions. I learned a lot from it.
I took the plunge and first did a minor upgrade from 10.1 to 10.3.
Then the major upgrade to 11.0 (following the handbook).
Initially everything looked fine (website up and running!).
But then some problems came up:
 - different versions op php are installed
 - gkrellmd won't start (libkvm.so.6 not found)
 - (and this is the worst) pkg doesn't work: libssl.so.7 not found
Installed version is pkg-1.10.0_2.
pkg-static info works but still gives the message:
Warning: Major OS version upgrade detected.  Running "pkg-static install 
-f pkg" recommended


During the forced upgrade of all packages I saw that an attempt was made 
to downgrade
pkg to 1.9.something and I also saw that a POST_INSTALL failed for some 
reason.

Any recommendations?
Thanks again for your help!

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


Chicken/egg problem with pkg

2017-03-10 Thread Hans de Hartog

I have an old web server (10.1-RELEASE-p9) which is running for years

without any upgrades. Now I want to install a simple port (trafshow, to

see what's going on).

It first want to upgrade pkg from 1.5.1 to 1.10.0_2 but that doesn't work:

[1/1] Upgrading pkg from 1.5.1 to 1.10.0_2...
[1/1] Extracting pkg-1.10.0_2: 100%
/usr/local/lib/libpkg.so.4: Undefined symbol "openat"

Anything I try to do with pkg now gives me this error-message.

/var/log/messages says: pkg: pkg upgraded: 1.5.1 -> 1.10.0_2

How do I proceed from here (without upgrading everything, please)?

Thanks in advance,

Hans

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


audio/bristol needs some work

2015-08-13 Thread Hans de hartog
The package audio/bristol works but the GUI is not there.
Building from source also silently omits the x11 stuff
because it's still looking in /usr/X11R6/
It builds the x11 stuff when I do a ln -s /usr/local /usr/X11R6
but then lots of other things go wrong because the plist is
not complete anymore.
Can somebody fix this please?
Regards,
Hans
___
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


Firefox and thunderbird not in the repos?

2015-07-11 Thread Hans de Hartog

After 9 weeks absence,I can't find firefox or thunderbird in the repos.
This is on 9.3-RELEASE and 10.1-RELEASE (32 and 64bit).
Yes, I did pkg update -f
___
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


pkg crashes on 9.3-RELEASE while installing tribler

2014-12-19 Thread Hans de Hartog
[root@host ~]# pkg install tribler
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking integrity...Assertion failed: (pkgdb_ensure_loaded(j-db, p2,
PKG_LOAD_FILES|PKG_LOAD_DIRS) == EPKG_OK), function
pkg_conflicts_need_conflict, file pkg_jobs_conflicts.c, line 211.
Child process pid=80004 terminated abnormally: Abort trap: 6

50Mb pkg.core created
Works fine on 10.1-RELEASE

___
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


pysolfc broken?

2014-11-24 Thread Hans de Hartog

[root@myhost ~]# pkg install pysolfc
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking integrity... done (0 conflicting)
The following 3 packages will be affected (of 0 checked):

New packages to be INSTALLED:
pysolfc: 2.0_6
py27-tkinter: 2.7.8_5
py27-pillow: 2.6.0

The process will require 17 MB more space.

Proceed with this action? [y/N]: y
[1/3] Installing py27-tkinter-2.7.8_5
[2/3] Installing py27-pillow-2.6.0
[3/3] Installing pysolfc-2.0_6
[root@myhost ~]# pysolfc
Traceback (most recent call last):
  File /usr/local/bin/pysolfc, line 32, in module
sys.exit(main(sys.argv))
  File /usr/local/lib/python2.7/site-packages/pysollib/main.py, line 
359, in main

r = pysol_init(app, args)
  File /usr/local/lib/python2.7/site-packages/pysollib/main.py, line 
196, in pysol_init

app.loadImages1()
  File /usr/local/lib/python2.7/site-packages/pysollib/app.py, line 
712, in loadImages1

im = loadImage(fn)
  File 
/usr/local/lib/python2.7/site-packages/pysollib/tile/tkutil.py, line 
276, in makeImage

im = PIL_Image(file)
  File 
/usr/local/lib/python2.7/site-packages/pysollib/tile/tkutil.py, line 
254, in __init__

ImageTk.PhotoImage.__init__(self, image)
  File /usr/local/lib/python2.7/site-packages/PIL/ImageTk.py, line 
115, in __init__

self.paste(image)
  File /usr/local/lib/python2.7/site-packages/PIL/ImageTk.py, line 
180, in paste

from PIL import _imagingtk
ImportError: cannot import name _imagingtk

This happens on 9.3- and 10.[01]-RELEASE on amd64

___
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


Can not update png on 8.2-RELEASE-p9 amd64

2013-06-22 Thread Hans de Hartog
   Title says it all. WITH_PKGNG=yes. Error message:
   ===  Extracting for png-1.5.16
   = SHA256 Checksum OK for libpng-1.5.16.tar.xz.
   = SHA256 Checksum OK for libpng-1.5.16-apng.patch.gz.
   tar: Unrecognized archive format
   tar: Error exit delayed from previous errors.
   *** Error code 1
   No problems on my other boxes (9.1-RELEASE i386).
   TIA,
   Hans
___
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: Xorg freezes since last update

2012-05-26 Thread Hans de Hartog

   Martin wrote:

Hi there!

I am running a box with FreeBSD 9.0-Release amd64 and a GeForce GTS450.
This setup is was running for several months without any issues.

Since the last Xorg-update I have freezes of XOrg every day (minimum
one, sometimes more). I first did an update without setting
WITH_NEW_XORG. I got failures. Later I set WITH_NEW_XORG and did a
build of xorg and all depended ports. Again freezes. I switched back
and disabled WITH_NEW_XORG and again I build xorg and all
dependencies.
I was using the current nvidia-driver from the ports-tree. I switched
to the current betra-driver. Again freezes.
We tried shrinking the physmem-sysctl.

Freezes look like this: The screen does not update any windows. The
mouse can be moved but it can't interact with the GUI. If the screen
was black (screensaving) it stays black. If the screen showed a desktop
this will be shown (no screensaver oder backlight-offs). Pressing
CTRL+ALT+Fx does nothing.
The only thing I can do is to log in with my smartphone using ssh and
kill Xorg. This needs a lot of time but then it stops.

The last messages in the XOrg-log are:

(II) XINPUT: Adding extended input device Keyboard0 (type: KEYBOARD)
(WW) May 25 21:13:00 NVIDIA(0): WAIT (2, 6, 0x8000, 0x0858, 0x21a4)
(WW) May 25 21:13:07 NVIDIA(0): WAIT (1, 6, 0x8000, 0x0858, 0x21a4)
(WW) May 25 21:13:10 NVIDIA(0): WAIT (2, 6, 0x8000, 0x0858, 0x3d50)
(WW) May 25 21:13:17 NVIDIA(0): WAIT (1, 6, 0x8000, 0x0858, 0x3d50)
(WW) May 25 21:13:20 NVIDIA(0): WAIT (2, 6, 0x8000, 0x0858, 0x5850)
(WW) May 25 21:13:27 NVIDIA(0): WAIT (1, 6, 0x8000, 0x0858, 0x5850)
(WW) May 25 21:13:30 NVIDIA(0): WAIT (2, 6, 0x8000, 0x0858, 0xb5d8)
(WW) May 25 21:13:37 NVIDIA(0): WAIT (1, 6, 0x8000, 0x0858, 0xb5d8)
[mi] EQ overflowing. The server is probably stuck in an infinite loop.

Last thing I tried was deleting all ports (unsing pkg_delete -a), then
deleting /usr/local and again building all ports. Nothing changed.

Can you help me? What else could I do to regain a running system?!

Thank you a lot! It is really annoying!

CU Martin

   --
   
   I have the following line in my xorg.conf for a long time. It's a
   panacea
   for all xorg problems I've seen (also on linux boxes). Especially for
   the
   symptoms you described.
   # To prevent system freeze with Xorg in drmwtq state. HdH jan 3, 2011
   Option NoAccel# [bool]
   Good luck with it.
   Hans
 
___
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


x11-wm/stumpwm refuses to build with clisp

2012-05-17 Thread Hans de Hartog

   stumpwm refuses to build with clisp,
   even when clisp is built with CLX_NEW.
   It's looking for clx.o in the wrong place.
   Will you please look into this?
   Thank you
___
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