Re: Recent mail/p5-Mail-SpamAssassin update -- dependency errors?

2010-02-11 Thread Jeremy Chadwick
On Wed, Feb 10, 2010 at 09:47:41PM +0100, Gabor Kovesdan wrote:
 El 2010. 02. 10. 14:59, Jeremy Chadwick escribió:
 
 [..snip...]
 If I do make rmconfig on either box, the dependency error goes away.
 
 This should be sufficient, I think?  :-)
 Jeremy, could you please confirm that this update solves the problem?
 http://www.freebsd.org/cgi/query-pr.cgi?pr=143729
 
 I still couldn't reproduce the issue you reported, I used the same
 options, though.

I suppose I should provide make.conf variables which would be relevant
as well.

NO_INET6=yes
USA_RESIDENT=yes
WITHOUT_X11=yes
WITH_APACHE=yes
WITHOUT_IPV6=true
WITHOUT_NLS=true

I can repro the problem on both a 7.2-STABLE and 8.0-STABLE box; both
have the same make.conf variables above.

I just csup'd both machines (I see some changes have been made to the
port since then), but the problem persists.  Here's a session showing
the exact problem and how to repro it:

# make rmconfig
=== No user-specified options configured for p5-Mail-SpamAssassin-3.3.0_1
# make clean
===  Cleaning for p5-Mail-SpamAssassin-3.3.0_1
# make config
{...set flags like I described in my previous mails...}
# cat /var/db/ports/p5-Mail-SpamAssassin/options
# This file is auto-generated by 'make config'.
# No user-servicable parts inside!
# Options for p5-Mail-SpamAssassin-3.3.0_1
_OPTIONS_READ=p5-Mail-SpamAssassin-3.3.0_1
WITH_AS_ROOT=true
WITH_SPAMC=true
WITHOUT_SACOMPILE=true
WITHOUT_DKIM=true
WITHOUT_SSL=true
WITHOUT_GNUPG=true
WITHOUT_MYSQL=true
WITHOUT_PGSQL=true
WITHOUT_RAZOR=true
WITH_SPF_QUERY=true
WITHOUT_RELAY_COUNTRY=true
WITHOUT_DCC=true
# make clean
p5-Mail-SpamAssassin-3.3.0_1: + non-existent -- dependency list incomplete
===  Cleaning for p5-Mail-SpamAssassin-3.3.0_1
# make all-depends-list
/usr/ports/lang/perl5.8
/usr/ports/dns/p5-Net-DNS
/usr/ports/archivers/p5-IO-Zlib
/usr/ports/www/p5-HTML-Parser
/usr/ports/archivers/p5-IO-Compress-Zlib
/usr/ports/archivers/p5-Compress-Zlib
/usr/ports/mail/p5-Mail-Tools
/usr/ports/net-mgmt/p5-NetAddr-IP
p5-Mail-SpamAssassin-3.3.0_1: + non-existent -- dependency list incomplete
/usr/ports/security/p5-Digest-SHA1
/usr/ports/net-mgmt/p5-Net-IP
/usr/ports/security/p5-Digest-SHA
/usr/ports/security/p5-Digest-HMAC
/usr/ports/www/p5-HTML-Tagset
/usr/ports/archivers/p5-Compress-Raw-Zlib
/usr/ports/archivers/p5-IO-Compress-Base
/usr/ports/devel/p5-TimeDate
/usr/ports/math/p5-Math-BigInt
# make rmconfig
=== Removing user-configured options for p5-Mail-SpamAssassin-3.3.0_1
# make clean
===  Cleaning for p5-Mail-SpamAssassin-3.3.0_1
#

-- 
| Jeremy Chadwick   j...@parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

___
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: Recent mail/p5-Mail-SpamAssassin update -- dependency errors?

2010-02-11 Thread Jeremy Chadwick
On Thu, Feb 11, 2010 at 02:17:08AM -0800, Jeremy Chadwick wrote:
 On Wed, Feb 10, 2010 at 09:47:41PM +0100, Gabor Kovesdan wrote:
  El 2010. 02. 10. 14:59, Jeremy Chadwick escribió:
  
  [..snip...]
  If I do make rmconfig on either box, the dependency error goes away.
  
  This should be sufficient, I think?  :-)
  Jeremy, could you please confirm that this update solves the problem?
  http://www.freebsd.org/cgi/query-pr.cgi?pr=143729
  
  I still couldn't reproduce the issue you reported, I used the same
  options, though.
 
 I suppose I should provide make.conf variables which would be relevant
 as well.
 
 NO_INET6=yes
 USA_RESIDENT=yes
 WITHOUT_X11=yes
 WITH_APACHE=yes
 WITHOUT_IPV6=true
 WITHOUT_NLS=true
 
 I can repro the problem on both a 7.2-STABLE and 8.0-STABLE box; both
 have the same make.conf variables above.
 
 I just csup'd both machines (I see some changes have been made to the
 port since then), but the problem persists.  Here's a session showing
 the exact problem and how to repro it:
 
 # make rmconfig
 === No user-specified options configured for p5-Mail-SpamAssassin-3.3.0_1
 # make clean
 ===  Cleaning for p5-Mail-SpamAssassin-3.3.0_1
 # make config
 {...set flags like I described in my previous mails...}
 # cat /var/db/ports/p5-Mail-SpamAssassin/options
 # This file is auto-generated by 'make config'.
 # No user-servicable parts inside!
 # Options for p5-Mail-SpamAssassin-3.3.0_1
 _OPTIONS_READ=p5-Mail-SpamAssassin-3.3.0_1
 WITH_AS_ROOT=true
 WITH_SPAMC=true
 WITHOUT_SACOMPILE=true
 WITHOUT_DKIM=true
 WITHOUT_SSL=true
 WITHOUT_GNUPG=true
 WITHOUT_MYSQL=true
 WITHOUT_PGSQL=true
 WITHOUT_RAZOR=true
 WITH_SPF_QUERY=true
 WITHOUT_RELAY_COUNTRY=true
 WITHOUT_DCC=true
 # make clean
 p5-Mail-SpamAssassin-3.3.0_1: + non-existent -- dependency list incomplete
 ===  Cleaning for p5-Mail-SpamAssassin-3.3.0_1
 # make all-depends-list
 /usr/ports/lang/perl5.8
 /usr/ports/dns/p5-Net-DNS
 /usr/ports/archivers/p5-IO-Zlib
 /usr/ports/www/p5-HTML-Parser
 /usr/ports/archivers/p5-IO-Compress-Zlib
 /usr/ports/archivers/p5-Compress-Zlib
 /usr/ports/mail/p5-Mail-Tools
 /usr/ports/net-mgmt/p5-NetAddr-IP
 p5-Mail-SpamAssassin-3.3.0_1: + non-existent -- dependency list incomplete
 /usr/ports/security/p5-Digest-SHA1
 /usr/ports/net-mgmt/p5-Net-IP
 /usr/ports/security/p5-Digest-SHA
 /usr/ports/security/p5-Digest-HMAC
 /usr/ports/www/p5-HTML-Tagset
 /usr/ports/archivers/p5-Compress-Raw-Zlib
 /usr/ports/archivers/p5-IO-Compress-Base
 /usr/ports/devel/p5-TimeDate
 /usr/ports/math/p5-Math-BigInt
 # make rmconfig
 === Removing user-configured options for p5-Mail-SpamAssassin-3.3.0_1
 # make clean
 ===  Cleaning for p5-Mail-SpamAssassin-3.3.0_1
 #

I've narrowed it down.  The problem only happens when DKIM is disabled
and SPF_QUERY is enabled.  Here's proof / trying combinations:

# make config
# egrep SPF|DKIM /var/db/ports/p5-Mail-SpamAssassin/options
WITH_DKIM=true
WITH_SPF_QUERY=true
# make clean
===  Cleaning for p5-Mail-SpamAssassin-3.3.0_1

# make config
# egrep SPF|DKIM /var/db/ports/p5-Mail-SpamAssassin/options
WITHOUT_DKIM=true
WITH_SPF_QUERY=true
# make clean
p5-Mail-SpamAssassin-3.3.0_1: + non-existent -- dependency list incomplete
===  Cleaning for p5-Mail-SpamAssassin-3.3.0_1

# make config
# egrep SPF|DKIM /var/db/ports/p5-Mail-SpamAssassin/options
WITH_DKIM=true
WITHOUT_SPF_QUERY=true
# make clean
===  Cleaning for p5-Mail-SpamAssassin-3.3.0_1
#

-- 
| Jeremy Chadwick   j...@parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

___
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: sysutils/xfce4-netload-plugin - why is it marked as broken on 8?

2010-02-11 Thread Alexey Shuvaev
On Wed, Feb 10, 2010 at 10:33:35PM +0100, Torfinn Ingolfsen wrote:
 Hello,
 
 On Fri, Jan 15, 2010 at 7:41 PM, Greg Larkin glar...@freebsd.org wrote:
 
  This commit log refers to the fact that the value of __FreeBSD_version
  was bumped to 800045 due to the removal of the if_ppp(4) driver.  You
  can find all of the historical values of that variable here:
  http://www.freebsd.org/doc/en/books/porters-handbook/freebsd-versions.html
 
  In this case, the port Makefile should be patched like so:
 
  - --- Makefile.orig   2010-01-15 13:37:50.374330422 -0500
  +++ Makefile2010-01-15 13:38:04.101133409 -0500
  @@ -24,7 +24,7 @@
 
   .include bsd.port.pre.mk
 
  - -.if ${OSVERSION} = 80
  +.if ${OSVERSION} = 800045
 
 
 Well, that value doesn't work anymore. Here's the rub:
 r...@kg-v2# uname -a
 FreeBSD kg-v2.kg4.no 8.0-STABLE FreeBSD 8.0-STABLE #1: Wed Jan  6 21:21:40
 CET 2010 r...@kg-v2.kg4.no:/usr/obj/usr/src/sys/GENERIC  amd64
 r...@kg-v2# pwd
 /usr/ports/sysutils/xfce4-netload-plugin
 r...@kg-v2# make
 ===  xfce4-netload-plugin-0.4.0_10 is marked as broken: does not compile:
 error: net/if_ppp.h: No such file or directory.
 *** Error code 1
 
 Stop in /usr/ports/sysutils/xfce4-netload-plugin.
 
 
 According to param.h, the value is now 800108. if_ppp.h is still present,
 and the port compiles fine if I comment out the three lines reagarding the
 BROKEN meaasge.
 
You have stale files in your system. From /usr/src/ObsoleteFiles.inc:

# 20090406: usb_sw_transfer.h removed
OLD_FILES+=usr/include/dev/usb/usb_sw_transfer.h
# 20090405: removal of if_ppp(4) and if_sl(4)
OLD_FILES+=sbin/slattach rescue/slattach
OLD_FILES+=sbin/startslip rescue/startslip
OLD_FILES+=usr/include/net/if_ppp.h
OLD_FILES+=usr/include/net/if_pppvar.h
OLD_FILES+=usr/include/net/if_slvar.h
OLD_FILES+=usr/include/net/ppp_comp.h
OLD_FILES+=usr/include/net/slip.h
OLD_FILES+=usr/sbin/sliplogin

You should do 'make delete-old' and 'make delete-old-libs' during upgades.

  A better fix might be to port the code from using if_ppp(4) to the
  replacement ppp(8), as noted in the commit log.
 
 Probably. I don't know how to do that. Sorry.

___
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: Recent mail/p5-Mail-SpamAssassin update -- dependency errors?

2010-02-11 Thread Michael Scheidell

I can.  don't need make.conf vars  and _2 didn't help.
Gabor: if you post _2, see that the 'build_depends' below is += and NOT =+.
this only happens if perl is  5.10.0.

Jeremy: thanks, just take the =+ here and change to =+.



.if defined(WITH_RAZOR)
RUN_DEPENDS+=   razor-agents=2.84:${PORTSDIR}/mail/razor-agents
.else
.if !defined(WITH_DKIM)
.if   ${PERL_LEVEL}  501000
BUILD_DEPENDS=+ p5-Digest-SHA1=2.11:${PORTSDIR}/security/p5-Digest-SHA1
.endif
.endif
.endif

--
Michael Scheidell, CTO
Phone: 561-999-5000, x 1259
 *| *SECNAP Network Security Corporation

   * Certified SNORT Integrator
   * 2008-9 Hot Company Award Winner, World Executive Alliance
   * Five-Star Partner Program 2009, VARBusiness
   * Best Anti-Spam Product 2008, Network Products Guide
   * King of Spam Filters, SC Magazine 2008


__
This email has been scanned and certified safe by SpammerTrap(r). 
For Information please see http://www.secnap.com/products/spammertrap/
__  
___

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


games/blackjack not using new JPEG lib?

2010-02-11 Thread Robert Huff

At least that's my interpretation of:

/usr/bin/ld: warning: libjpeg.so.10, needed by /usr/local/lib/libqt-mt.so, not 
found (try using -rpath or -rpath-link)
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_start_decompr...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_resync_to_rest...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_read_scanli...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_start_compr...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_finish_compr...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_finish_decompr...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_createcompr...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_set_defau...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_read_hea...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_createdecompr...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to `jpeg_std_er...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_destroy_compr...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_destroy_decompr...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_write_scanli...@libjpeg_7.0'
/usr/local/lib/libqt-mt.so: undefined reference to 
`jpeg_set_qual...@libjpeg_7.0'
*** Error code 1

Since there no individual maintainer, would someone with more
programming skills than I have please step in and make the change?

Respectfully,


Robert Huff

___
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: games/blackjack not using new JPEG lib?

2010-02-11 Thread Rene Ladan
2010/2/11 Robert Huff roberth...@rcn.com:

        At least that's my interpretation of:

 /usr/bin/ld: warning: libjpeg.so.10, needed by /usr/local/lib/libqt-mt.so, 
 not found (try using -rpath or -rpath-link)
 /usr/local/lib/libqt-mt.so: undefined reference to 
 `jpeg_start_decompr...@libjpeg_7.0'
 /usr/local/lib/libqt-mt.so: undefined reference to 
 `jpeg_resync_to_rest...@libjpeg_7.0'
 /usr/local/lib/libqt-mt.so: undefined reference to 
 `jpeg_read_scanli...@libjpeg_7.0'
 /usr/local/lib/libqt-mt.so: undefined reference to 
 `jpeg_start_compr...@libjpeg_7.0'
 /usr/local/lib/libqt-mt.so: undefined reference to 
 `jpeg_finish_compr...@libjpeg_7.0'
 /usr/local/lib/libqt-mt.so: undefined reference to 
 `jpeg_finish_decompr...@libjpeg_7.0'
 /usr/local/lib/libqt-mt.so: undefined reference to 
 `jpeg_createcompr...@libjpeg_7.0'
 /usr/local/lib/libqt-mt.so: undefined reference to 
 `jpeg_set_defau...@libjpeg_7.0'
 /usr/local/lib/libqt-mt.so: undefined reference to 
 `jpeg_read_hea...@libjpeg_7.0'
 /usr/local/lib/libqt-mt.so: undefined reference to 
 `jpeg_createdecompr...@libjpeg_7.0'
 /usr/local/lib/libqt-mt.so: undefined reference to 
 `jpeg_std_er...@libjpeg_7.0'
 /usr/local/lib/libqt-mt.so: undefined reference to 
 `jpeg_destroy_compr...@libjpeg_7.0'
 /usr/local/lib/libqt-mt.so: undefined reference to 
 `jpeg_destroy_decompr...@libjpeg_7.0'
 /usr/local/lib/libqt-mt.so: undefined reference to 
 `jpeg_write_scanli...@libjpeg_7.0'
 /usr/local/lib/libqt-mt.so: undefined reference to 
 `jpeg_set_qual...@libjpeg_7.0'
 *** Error code 1

        Since there no individual maintainer, would someone with more
 programming skills than I have please step in and make the change?


Looks like the error is in libqt-mt.so (x11-toolkits/qt33) , not in
blackjack itself.  It specifies a
dependency on the jpeg library but no version in particular.

Rene
-- 
http://www.rene-ladan.nl/

GPG fingerprint = E738 5471 D185 7013 0EE0  4FC8 3C1D 6F83 12E1 84F6
(subkeys.pgp.net)
___
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: games/blackjack not using new JPEG lib?

2010-02-11 Thread Robert Huff

Rene Ladan writes:

  Looks like the error is in libqt-mt.so (x11-toolkits/qt33) , not in
  blackjack itself.  It specifies a
  dependency on the jpeg library but no version in particular.

So ... would rebuilding that port fix this?


Robert Huff

___
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: games/blackjack not using new JPEG lib?

2010-02-11 Thread Rene Ladan
2010/2/11 Robert Huff roberth...@rcn.com:

 Rene Ladan writes:

  Looks like the error is in libqt-mt.so (x11-toolkits/qt33) , not in
  blackjack itself.  It specifies a
  dependency on the jpeg library but no version in particular.

        So ... would rebuilding that port fix this?

I guess so.  If you run something like 'portmaster -a' all ports depending
on the jpeg library should be automatically updated, including qt33.

Rene
-- 
http://www.rene-ladan.nl/

GPG fingerprint = E738 5471 D185 7013 0EE0  4FC8 3C1D 6F83 12E1 84F6
(subkeys.pgp.net)
___
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: games/blackjack not using new JPEG lib?

2010-02-11 Thread Robert Huff

Rene Ladan writes:

    Looks like the error is in libqt-mt.so (x11-toolkits/qt33) , not in
    blackjack itself.  It specifies a
    dependency on the jpeg library but no version in particular.
  
          So ... would rebuilding that port fix this?

  I guess so.  If you run something like 'portmaster -a' all ports
  depending on the jpeg library should be automatically updated,
  including qt33.

Trying now; stand by for results.


Robert Huff

___
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: games/blackjack not using new JPEG lib?

2010-02-11 Thread Lowell Gilbert
Robert Huff roberth...@rcn.com writes:

 Rene Ladan writes:

  Looks like the error is in libqt-mt.so (x11-toolkits/qt33) , not in
  blackjack itself.  It specifies a
  dependency on the jpeg library but no version in particular.

   So ... would rebuilding that port fix this?

I think it should.

You'll need to follow the 20100205 note from UPDATING, though.
___
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: Puzzled about gettext dependencies

2010-02-11 Thread Andrea Venturoli

Il 02/10/10 13:21, Alexey Shuvaev ha scritto:


The port autodetects the presence of these libraries and drags them in.
Taking a closer look at this it turned out that aDe@ has dropped
maintainership of what is referred to as 'autotools'. Not good :(

What follows is just an attempt to fix the problem, however it doesn't :)
and it seems that the port deserves more attention.

A little bit more than 0.02$,
Alexey.


Thanks Alexey.

I admit I didn't try your patch, since you said in advance it doesn't work.

I really haven't understood whether this is a bug (or feature) in 
gettext or autotools (autoconf?).


Should I fill a PR in?

 bye  Thanks
av.
___
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: games/blackjack not using new JPEG lib?

2010-02-11 Thread Robert Huff

Lowell Gilbert writes:

  So ... would rebuilding that port fix this?
  
  I think it should.
  
  You'll need to follow the 20100205 note from UPDATING, though.

That did it, though extra gyrations were involved.
Thanks for the help, everyone.


Robert Huff

 
___
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: Recent mail/p5-Mail-SpamAssassin update -- dependency errors?

2010-02-11 Thread Doug Barton

On 02/11/10 07:05, Michael Scheidell wrote:

I can.  don't need make.conf vars  and _2 didn't help.
Gabor: if you post _2, see that the 'build_depends' below is += and NOT =+.
this only happens if perl is  5.10.0.

Jeremy: thanks, just take the =+ here and change to =+.



.if defined(WITH_RAZOR)
RUN_DEPENDS+= razor-agents=2.84:${PORTSDIR}/mail/razor-agents
.else
.if !defined(WITH_DKIM)
.if ${PERL_LEVEL}  501000
BUILD_DEPENDS=+ p5-Digest-SHA1=2.11:${PORTSDIR}/security/p5-Digest-SHA1
.endif
.endif
.endif



FYI, Gabor fixed this about 3 hours ago.


Doug

--

... and that's just a little bit of history repeating.
-- Propellerheads

Improve the effectiveness of your Internet presence with
a domain name makeover!http://SupersetSolutions.com/

___
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: Puzzled about gettext dependencies

2010-02-11 Thread Alexey Shuvaev
On Thu, Feb 11, 2010 at 09:08:08PM +0100, Andrea Venturoli wrote:
 Il 02/10/10 13:21, Alexey Shuvaev ha scritto:
 
 The port autodetects the presence of these libraries and drags them in.
 Taking a closer look at this it turned out that aDe@ has dropped
 maintainership of what is referred to as 'autotools'. Not good :(
 
 What follows is just an attempt to fix the problem, however it doesn't :)
 and it seems that the port deserves more attention.
 
 A little bit more than 0.02$,
 Alexey.
 
 Thanks Alexey.
 
 I admit I didn't try your patch, since you said in advance it doesn't work.
 
 I really haven't understood whether this is a bug (or feature) in
 gettext or autotools (autoconf?).
 
 Should I fill a PR in?
 
Yes, it is non-critical bug in devel/gettext.
___
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


FreeBSD Ports Problem - Please help

2010-02-11 Thread M M
Greetings from the Louisville, Kentucky! My name is Murphy McAllister. I am
writing this email in need of help/advice with FreeBSD, specifically with
fixing my ports.

If you would be so kind, here is my problem.

I currently have FreeBSD 8.0 RELEASE installed on my Pentium 4 box.

I installed it and then configured it with KDE 3.5.10 and for a while
everything was great. Everything ran fantastic. Then one day I tried to
install and configure an image scanner that we had. This is where I ran into
trouble:

I followed the FreeBSD guidebook and tried to install the ports
'graphics/sane-backends' and 'graphics/sane-frontends', but when I did this,
FreeBSD told me I needed the latest installation of graphics/jpeg (which
happened to be jpeg-8, and I only had jpeg-7 installed on my machine).

So If I remember correctly, I ended up using *Portupgrade* for this process.
I believe I ran 'Portupgrade -ai' which took quite a long time. Portupgrade
worked great or whatever Port updating command I ran did a wonderful
jobit updated the graphics/jpeg port on my machine.

But unfortunately, jpeg-8 has broken KDE as well as X11. I found this out
when I rebooted my machine. KDE no longer ran on my machine, and X11 was
also broken as well. I had KDM configured to handle the login, but instead
of getting KDM on ttyv8, I received an error message on ttyv0 *getty
repeating* *too quickly on port /dev/ttyv8, sleeping 30 secs* and this
would repeat over and over indefinitely.

Here are some error messages I receive:

--
When running the 'startx' command:
from the GUI:
A window surround by black saying Could not start kstartupconfig. Check
your installation. After closing the window, another window appeared: Call
to lnusertemp failed (temporary directories full?). Check your
installation.

from the console:
libexec/ld-elf.so.1: Shared object libjpeg.so.10 not found, required by
kstartupconfig
libexec/ld-elf.so.1: Shared object libjpeg.so.10 not found, required by
kde-config
libexec/ld-elf.so.1: Shared object libjpeg.so.10 not found, required by
lnusertemp
--



So if I'm not mistaken, I then ran portmanager ( or possibly portupdate) and
tried doing a total update of:

1. X11/xorg (and recursively all its dependencies)
2. X11/kde3 (and recursively all its dependencies)

This took a total of about 2 days to install both of these. Unfortunately,
and to my dismay, it did not fix the problem. I still got the exact same
error messages when rebooting.

So then I decided to try to get jpeg-7 back on my machine (as I was thinking
that the jpeg-8 installed port was what was giving me the problem). I was
able to do put the old port snapshot back on my machine via my 8.0 RELEASE
installation disk via the sysinstall method. I then went to the
/usr/ports/graphics/jpeg directory and did a 'make install clean'. It
installed the old jpeg port fine.

But alas, KDM still does not come up after rebooting (I get an error message
saying that ('kdm-bin: :0[1142]: Abnormal termination of greeter for display
:0, code 1, signal 0') and  now when I run startx I get the error message:
(/libexec/ld-elf.so.1: Shared object 'libjpeg.so.11' not found, required by
'libqt-mt.so.3' ) and (startkde: Could not start kdeinit. Check you
installation). I do however, get the black screen and can see my cursor.
When I test X11 the old fashioned way (Xorg -config xorg.conf.new -retro) I
get a nice grey screen as expected, with a nice X for my cursor that moves
as expected and no error messages. So it would seem that X11 might be close
to being OK.

I have tried to now get the jpeg-8 port installed again but I have been
unsuccessful. I have run portupgrade jpeg as well as tried portmaster but
they don't upgrade to the jpeg-8 port.

Any advice would be greatly appreciated. At this point I am waiving the
white flag and I would love to just get back to my original configuration
and forget about installing the image scanner. Above all else, I am just
trying to avoid a total reinstall of FreeBSD 8.0.

My last idea is to install jpeg-8 and then cp the existing libjpeg.so.10
file to the same directory as libjpeg.so.11 and run this command:

ln -s /usr/local/lib/libjpeg.so.10 /usr/local/lib/libjpeg.so.11

I found out this might be a possible solution from doing research through
google.com

But I understand this may not be work and/or it may not be the best road to
take. And advice and/or instructions would greatly be appreciated!

Thank you so much for your time! :)

Best Regards,
Murphy
___
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: FreeBSD Ports Problem - Please help

2010-02-11 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2010/02/11 20:22, M M wrote:
 My last idea is to install jpeg-8 and then cp the existing libjpeg.so.10
 file to the same directory as libjpeg.so.11 and run this command:
 
 ln -s /usr/local/lib/libjpeg.so.10 /usr/local/lib/libjpeg.so.11
 
 I found out this might be a possible solution from doing research through
 google.com
 
 But I understand this may not be work and/or it may not be the best road to
 take. And advice and/or instructions would greatly be appreciated!

Hmm...  If you have ONLY updated jpeg, you will be able to use a tool
called 'portdowngrade' to checkout and install a older version of jpeg.

Otherwise you may have to, end up with reinstalling all ports
(portmaster -a or portupgrade -ar would do it for you since the port
version bump).

Cheers,
- -- 
Xin LI delp...@delphij.nethttp://www.delphij.net/
FreeBSD - The Power to Serve!  Live free or die
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (FreeBSD)

iQEcBAEBAgAGBQJLdOhvAAoJEATO+BI/yjfB8McIAL1kjLy0+102VAt5O5+lDFfH
LJGYI8KjjPxH+YOH3dOpkvGu3u030UGqaktT9ciaW1Z/Eb9MrdxLDjyjg7MRvX0A
yFhMH+LhoL07MseTNwz1Tyja6Z5DAmjBRvePxt5PDNj1ARHWpkU1h5HU14ChbQmG
KNIhk/BhmipT8Zh7PEh9vJhR2RGJ6gs2TihS6Wo+/sQO5VuQaZc67VL68qiOAh4O
SZ8f1s7HhsF9Rbz9SUviFY6TOYUjb1AqAONV+D0bJ4liypcN4ERcjQaQ2Whvlath
4jAk2Y5S4EMJYHvPyg7R64uuk4sD/JfHQ0rpsZNXSOS1UyE8KOKAAiOLX7nGyiE=
=hpXp
-END PGP SIGNATURE-
___
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


[INFO] Ports with no ident(1) keyword strings

2010-02-11 Thread jhell

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



I have been doing some research with ports using the ident strings with 
some tests that I am performing and during the initial steps I came 
across the following ports that did not have a ident string available.


ident warning: no id keywords in 
/usr/ports/security/rubygem-net-ssh-gateway/Makefile
ident warning: no id keywords in /usr/ports/security/rubygem-net-scp/Makefile
ident warning: no id keywords in /usr/ports/security/libpwstor/Makefile
ident warning: no id keywords in /usr/ports/misc/cdcollect/Makefile
ident warning: no id keywords in /usr/ports/devel/p5-TheSchwartz/Makefile
ident warning: no id keywords in /usr/ports/devel/nemiver/Makefile
ident warning: no id keywords in /usr/ports/devel/p5-BS-Event/Makefile
ident warning: no id keywords in /usr/ports/devel/tclcheck/files/Makefile
ident warning: no id keywords in /usr/ports/print/rtf2latex/files/Makefile
ident warning: no id keywords in /usr/ports/graphics/tifmerge/files/Makefile
ident warning: no id keywords in /usr/ports/benchmarks/tcpblast/src/Makefile
ident warning: no id keywords in /usr/ports/sysutils/mybashburn/Makefile
ident warning: no id keywords in /usr/ports/net/generic-nqs/files/Makefile
ident warning: no id keywords in /usr/ports/korean/hmconv/files/Makefile
ident warning: no id keywords in 
/usr/ports/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile

Not that this effects too many things that I know of, I felt that I should 
let someone know in case wanted to add the $FreeBSD$ ident to the Makefile 
and commit them.


Regards,

- -- 


 jhell

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (FreeBSD)

iQEcBAEBAgAGBQJLdO/yAAoJEJBXh4mJ2FR+cgQH/1AB1Ia69CASWYGibrjhdRp4
u52q6Fj+egjH4so4eNoWvqkeBr2hlD3mNXF7VPsJDnTEzXgTvtngpdtzNbvUWS1Y
Ivw7aUDRY+ecJeDHVS7SI7yPLgQtiQUWei/YSGuWKgmJA0qrukAv6TOPKH7ToNKH
c2+4fDeIBQaIc46xEcyi+Yia04Bo6M97AMhFqe9r6vuVYNrEib9YksDVm4imwCcN
aGcYACXjUgwDDCbm/z7VUdVolJTTcHagLuKBuiO9ILk5qYzbPHClsgYQeMUGnTeR
eVK4+tSw5Ec2pIGUV1CwRIXz+trHVqTLX0DfBp93A7j2hq3Rbl3D6iM5E5n2Caw=
=5C5H
-END PGP SIGNATURE-
___
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