Re: avahi-app port build fails on one system, not other

2010-12-18 Thread Steven Friedrich
On Friday 17 December 2010 6:44:01 pm Marco Beishuizen wrote:
 On Fri, 17 Dec 2010, Steven Friedrich wrote:
  I even tried portupgrade -fR avahi-app.
  
  Here's the last of the log:
  
  ...
  /libexec/ld-elf.so.1: Shared object libicui18n.so.38 not found,
  required by libavahi-glib.so.1
  ...
 
 I'm having this too. I think this happens because the portupgrade of
 devel/icu installs a new version of libicui18n (libicui18n.so.46) and
 deletes the old one (so.38). Lots of ports still need the old version like
 libavahi-app.
 
 I'll try to make a symlink so.38 to so.46 and see what happens.
 
 Regards,
 Marco

I tried portupgrade -fR avahi-app and several others ports.

Eventuall, out of frustration I pkg_deinstall -f avahi-app\* and then 
portupgrade -n avahi-app was successful.

I don't know why, but it worked.

-- 
System Name: laptop2.StevenFriedrich.org
Hardware:2.80GHz Intel Pentium 4 (HTT) with 2 GB memory
OS version:  FreeBSD 8.1-RELEASE-p2 i386 (5.1 MB kernel)
Window Manager(s):   kde4-4.5.4 
X Window System: xorg-7.5X.Org X Server 1.7.5

FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386)
Installed devices:
pcm0: Intel ICH6 (82801FB) (play/rec) default
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: avahi-app port build fails on one system, not other

2010-12-18 Thread Jud
Apologies for top-post.

Because many other ports depend on icu, it might be preferable to update 
everything at the same time rather than piecemeal:

# portupgrade -rf icu-\*

Caution: This'll take a while.

Jud

Sent from my iPhone

On Dec 18, 2010, at 5:18 PM, Steven Friedrich free...@insightbb.com wrote:

 On Friday 17 December 2010 6:44:01 pm Marco Beishuizen wrote:
 On Fri, 17 Dec 2010, Steven Friedrich wrote:
 I even tried portupgrade -fR avahi-app.
 
 Here's the last of the log:
 
 ...
 /libexec/ld-elf.so.1: Shared object libicui18n.so.38 not found,
 required by libavahi-glib.so.1
 ...
 
 I'm having this too. I think this happens because the portupgrade of
 devel/icu installs a new version of libicui18n (libicui18n.so.46) and
 deletes the old one (so.38). Lots of ports still need the old version like
 libavahi-app.
 
 I'll try to make a symlink so.38 to so.46 and see what happens.
 
 Regards,
 Marco
 
 I tried portupgrade -fR avahi-app and several others ports.
 
 Eventuall, out of frustration I pkg_deinstall -f avahi-app\* and then 
 portupgrade -n avahi-app was successful.
 
 I don't know why, but it worked.
 
 -- 
 System Name: laptop2.StevenFriedrich.org
 Hardware:2.80GHz Intel Pentium 4 (HTT) with 2 GB memory
 OS version:  FreeBSD 8.1-RELEASE-p2 i386 (5.1 MB kernel)
 Window Manager(s):   kde4-4.5.4 
 X Window System: xorg-7.5X.Org X Server 1.7.5
 
 FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386)
 Installed devices:
 pcm0: Intel ICH6 (82801FB) (play/rec) default
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: avahi-app port build fails on one system, not other

2010-12-18 Thread Marco Beishuizen

On Sun, 19 Dec 2010, Jud wrote:


Apologies for top-post.

Because many other ports depend on icu, it might be preferable to update 
everything at the same time rather than piecemeal:


# portupgrade -rf icu-\*

Caution: This'll take a while.

Jud


This is what I did, but then several ports don't install because of the 
missing libicui18n.so.38. I eventually made a symlink so.38 to so.46 and 
after this all upgrades went well.


Marco

--
The Advertising Agency Song:

When your client's hopping mad,
Put his picture in the ad.
If he still should prove refractory,
Add a picture of his factory.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: avahi-app port build fails on one system, not other

2010-12-18 Thread Steven Friedrich
On Saturday 18 December 2010 6:23:30 pm Jud wrote:
 Apologies for top-post.
 
 Because many other ports depend on icu, it might be preferable to update
 everything at the same time rather than piecemeal:
 
 # portupgrade -rf icu-\*
 
 Caution: This'll take a while.
 
 Jud
 
 Sent from my iPhone
 
 On Dec 18, 2010, at 5:18 PM, Steven Friedrich free...@insightbb.com wrote:
  On Friday 17 December 2010 6:44:01 pm Marco Beishuizen wrote:
  On Fri, 17 Dec 2010, Steven Friedrich wrote:
  I even tried portupgrade -fR avahi-app.
  
  Here's the last of the log:
  
  ...
  /libexec/ld-elf.so.1: Shared object libicui18n.so.38 not found,
  required by libavahi-glib.so.1
  ...
  
  I'm having this too. I think this happens because the portupgrade of
  devel/icu installs a new version of libicui18n (libicui18n.so.46) and
  deletes the old one (so.38). Lots of ports still need the old version
  like libavahi-app.
  
  I'll try to make a symlink so.38 to so.46 and see what happens.
  
  Regards,
  Marco
  
  I tried portupgrade -fR avahi-app and several others ports.
  
  Eventuall, out of frustration I pkg_deinstall -f avahi-app\* and then
  portupgrade -n avahi-app was successful.
  
  I don't know why, but it worked.
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 freebsd-questions-unsubscr...@freebsd.org

I had been updating icu with protupgrade -fr icu, but ahavi-app failed to 
build.  I went through trying to update avahi-app for a couple days to no 
avail.  I finally deinstalled and reinstalled. ANd it worked.

-- 
System Name: laptop2.StevenFriedrich.org
Hardware:2.80GHz Intel Pentium 4 (HTT) with 2 GB memory
OS version:  FreeBSD 8.1-RELEASE-p2 i386 (5.1 MB kernel)
Window Manager(s):   kde4-4.5.4 
X Window System: xorg-7.5X.Org X Server 1.7.5

FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386)
Installed devices:
pcm0: Intel ICH6 (82801FB) (play/rec) default
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


avahi-app port build fails on one system, not other

2010-12-17 Thread Steven Friedrich
I even tried portupgrade -fR avahi-app.

Here's the last of the log:

signals-marshal.c: In function 
'_ga_signals_marshal_VOID__INT_ENUM_STRING_STRING_STRING_STRING_POINTER_INT_POINTER_INT':
signals-marshal.c:90: warning: ISO C forbids conversion of object pointer to 
function pointer type
signals-marshal.c: In function 
'_ga_signals_marshal_VOID__INT_ENUM_STRING_STRING_STRING_UINT':
signals-marshal.c:139: warning: ISO C forbids conversion of object pointer to 
function pointer type
signals-marshal.c: In function 
'_ga_signals_marshal_VOID__INT_ENUM_STRING_UINT_UINT_POINTER_INT_INT':
signals-marshal.c:186: warning: ISO C forbids conversion of object pointer to 
function pointer type
  CC libavahi_gobject_la-ga-client-enumtypes.lo
  CC libavahi_gobject_la-ga-entry-group-enumtypes.lo
  CC libavahi_gobject_la-ga-enums-enumtypes.lo
  CCLD   libavahi-gobject.la
  GISCAN Avahi-0.6.gir
g-ir-scanner: warning: Option --strip-prefix has been deprecated;
see --identifier-prefix and --symbol-prefix.
/usr/include/machine/endian.h:107: syntax error, unexpected '{' in ' return 
(__extension__ ({ register __uint32_t __X = (_x); __asm (bswap %0 : +r 
(__X)); __X; }));' at '{'
/usr/include/machine/endian.h:107: syntax error, unexpected ';' in ' return 
(__extension__ ({ register __uint32_t __X = (_x); __asm (bswap %0 : +r 
(__X)); __X; }));' at ';'
/libexec/ld-elf.so.1: Shared object libicui18n.so.38 not found, required by 
libavahi-glib.so.1
Command '['/usr/ports/net/avahi-app/work/avahi-0.6.28/avahi-gobject/tmp-
introspectYHqC7w/Avahi-0.6', '--introspect-dump=/usr/ports/net/avahi-
app/work/avahi-0.6.28/avahi-gobject/tmp-
introspectYHqC7w/types.txt,/usr/ports/net/avahi-app/work/avahi-0.6.28/avahi-
gobject/tmp-introspectYHqC7w/dump.xml']' returned non-zero exit status 1
gmake[3]: *** [Avahi-0.6.gir] Error 1
gmake[3]: Leaving directory `/usr/ports/net/avahi-app/work/avahi-0.6.28/avahi-
gobject'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/ports/net/avahi-app/work/avahi-0.6.28/avahi-
gobject'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/net/avahi-app/work/avahi-0.6.28'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/net/avahi-app.


-- 
System Name: laptop2.StevenFriedrich.org
Hardware:2.80GHz Intel Pentium 4 (HTT) with 2 GB memory
OS version:  FreeBSD 8.1-RELEASE-p2 i386 (5.1 MB kernel)
Window Manager(s):   kde4-4.5.4 
X Window System: xorg-7.5X.Org X Server 1.7.5

FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386)
Installed devices:
pcm0: Intel ICH6 (82801FB) (play/rec) default
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: avahi-app port build fails on one system, not other

2010-12-17 Thread Marco Beishuizen

On Fri, 17 Dec 2010, Steven Friedrich wrote:


I even tried portupgrade -fR avahi-app.

Here's the last of the log:

...
/libexec/ld-elf.so.1: Shared object libicui18n.so.38 not found, required by
libavahi-glib.so.1
...


I'm having this too. I think this happens because the portupgrade of 
devel/icu installs a new version of libicui18n (libicui18n.so.46) and 
deletes the old one (so.38). Lots of ports still need the old version like 
libavahi-app.


I'll try to make a symlink so.38 to so.46 and see what happens.

Regards,
Marco

--
That's no answer, Job said, And for someone who's supposed to be
omnipotent, let me tell you `tabernacle' has only one l.
-- Woody Allen, Without Feathers
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org