update port

Status
Not open for further replies.

Scareh

Contributor
Joined
Jul 31, 2012
Messages
182
i'm running a jail with a teamspeak port in it.
Since they updated the port yesterday i've run the "portsnap fetch update" command. It says it has updated the service.
However when i connected to the server it still gives the warning that there is a new version available.
I restarted the teamspeak service inside the jail, i restarted the entire jail.

So in short, how do i get the updated version to actually run?
(for reference: http://www.freshports.org/audio/teamspeak3-server)

freenas 9.1.1 btw
 

Scareh

Contributor
Joined
Jul 31, 2012
Messages
182
portmaster fails on some previous update, so figured i'd try portupgrade.
Doing that gives me this result:

Code:
root@Teamspeak_Jail:/ # portupgrade -R audio/teamspeak3-server
[Reading data from pkg(8) ... - 87 packages found - done]
[Gathering depends for audio/teamspeak3-server . done]
[Exclude up-to-date packages . done]
--->  Upgrading 'teamspeak3-server-3.0.7.2,1' to 'teamspeak3-server-3.0.10.1,1' (audio/teamspeak3-server)
--->  Building '/usr/ports/audio/teamspeak3-server'
===>  Cleaning for teamspeak3-server-3.0.10.1,1
===>  License teamspeak needs confirmation, will ask later
===>  Found saved configuration for teamspeak3-server-3.0.7.2,1
===>   teamspeak3-server-3.0.10.1,1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by teamspeak3-server-3.0.10.1,1 for building
===>  Extracting for teamspeak3-server-3.0.10.1,1
=> SHA256 Checksum OK for teamspeak3-server_freebsd-amd64-3.0.10.1.tar.gz.
===>  Patching for teamspeak3-server-3.0.10.1,1
===>   teamspeak3-server-3.0.10.1,1 depends on shared library: libiconv.so.3 - found
===>  Configuring for teamspeak3-server-3.0.10.1,1
--->  Backing up the old version
pkg: No installed package matching ".txz" found
 
pkg: (teamspeak3-server-3.0.7.2,1) /usr/local/lib/teamspeak/server/libts3db_mysql.so - shared library libmysqlclient.so.15 not found
** Backup failed.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
        ! audio/teamspeak3-server (teamspeak3-server-3.0.7.2,1) (backup error)
 


is there any way i can let it ignore that it can't make a backup?
 
D

dlavigne

Guest
Try adding --force to the command. If that doesn't do it, see if there's anything else in portupgrade(1) that does.
 
Status
Not open for further replies.
Top