Re: Can't compile kde4 and kdelibs4 with an uptodate amd64 Releng machine. (

2011-11-23 Thread Olivier Smedts
2011/11/23 Conrad J. Sabatier :
> Strange, it seems to "just work" on my machine (note the -march and
> -mtune settings):
>
> $ /usr/bin/gcc -### -march=native hello.c
> Using built-in specs.
> Target: amd64-undermydesk-freebsd
> Configured with: FreeBSD/amd64 system compiler
> Thread model: posix
> gcc version 4.2.1 20070831 patched [FreeBSD]
>  "/usr/libexec/cc1" "-quiet" "-D_LONGLONG" "hello.c" "-march=k8"
> "-mtune=k8" "-quiet" "-dumpbase" "hello.c" "-auxbase" "hello" "-o"
> "/tmp/ccAXYamu.s" "/usr/bin/as" "-Qy" "-o" "/tmp/ccIpMJgw.o"
> "/tmp/ccAXYamu.s" "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker"
> "/libexec/ld-elf.so.1" "/usr/lib/crt1.o" "/usr/lib/crti.o"
> "/usr/lib/crtbegin.o" "-L/usr/lib" "-L/usr/lib" "/tmp/ccIpMJgw.o"
> "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc"
> "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o"
> "/usr/lib/crtn.o"

You're right, the problem I'm experiencing (out of this thread) seems
specific to our gcc and core2 CPUs.

> I've never seen any problems with this in src or ports makes, either.
> I do seem to recall having a look at bsd.cpu.mk a long, long time ago,
> and it appeared to me that it simply passed any unrecognized CPUTYPE
> through unchanged, which my experience does seem to bear out.

Yes, you'll end with a -march=native, but you won't benefit from the
"MACHINE_CPU = k8 3dnow sse3" or "MACHINE_CPU = k8 3dnow" set by
bsd.cpu.mk. Note that I don't know exactly where MACHINE_CPU is useful
and what it does... I'll maybe check to see if two world binaries end
up being exactly the same with your CPUTYPE and with my
CPUTYPE+CFLAGS+NO_CPU_CFLAGS.

Cheers

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email & vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  "Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas."
___
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"


openssh-portable should depend on perl

2011-11-23 Thread Gleb Smirnoff
  Grzegorz,

  I've noticed that during openssh-portable build it runs
a ./fixprogs script. This script is a perl program, so
openssh-portable should have perl as build dependency.

-- 
Totus tuus, Glebius.
___
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: Current unassigned ports problem reports

2011-11-23 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 11/22/11 9:36 PM, Doug Barton wrote:
> On 11/22/2011 6:18 PM, Greg Larkin wrote:
>> I have tried various ways to build a query that includes "responsible IS
>> NULL"
> 
> You almost certainly want responsible=freebsd-ports-bugs. Unassigned is
> a relative term. :)
> 
> http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports&responsible=freebsd-ports-bugs
> 
> 

Ah yes, so obvious!  Bugmaster, can you update the link in the generated
email to match the URL in Doug's reply?

Thanks, Doug!

- -Greg
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk7M/zkACgkQ0sRouByUApBw9wCgn8B8Obklh2HmR/9tuwRvXoBn
wO0AnjpnFYlk/P9zB5vuc3uGhrE6uKdp
=3Njn
-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"


Re: UPDATING 20111016 and net/linphone-base -- can not be built.

2011-11-23 Thread Alberto Villa
On Wednesday 19 October 2011 09:25:17 Alberto Villa wrote:
> Ok, ortp is just an old version of the one in linphone-base. I'll try
> to build kopete with linphone-base and, should it work, I'll replace
> the dependency. I can try libjingle on i386, too.

Just for your information, I've just committed the fix.
-- 
Alberto Villa, FreeBSD committer 
http://people.FreeBSD.org/~avilla

It shall be unlawful for any suspicious person to be within the
municipality.
-- Local ordinance, Euclid Ohio


signature.asc
Description: This is a digitally signed message part.


Re: linphone-base conflicts with ortp and fails to install, it also fails to build: error: expected specifier-qualifier-list before 'UInt96'

2011-11-23 Thread Alberto Villa
On Sunday 20 November 2011 23:55:31 Yuri wrote:
> When I do portupgrade, I get this message (kdenetwork fails to update
> due to this):
> 
> ===>  linphone-base-3.2.1_1,1 conflicts with installed package(s): ^M
>ortp-0.13.0_1^M

Fix committed: ortp dependency has been replaced by linphone-base. 
Please, update (and check UPDATING).
-- 
Alberto Villa, FreeBSD committer 
http://people.FreeBSD.org/~avilla

Nothing is rich but the inexhaustible wealth of nature.
She shows us only surfaces, but she is a million fathoms deep.
-- Ralph Waldo Emerson


signature.asc
Description: This is a digitally signed message part.


Re: linphone-base conflicts with ortp and fails to install, it also fails to build: error: expected specifier-qualifier-list before 'UInt96'

2011-11-23 Thread Yuri

On 11/23/2011 11:45, Alberto Villa wrote:

Fix committed: ortp dependency has been replaced by linphone-base.
Please, update (and check UPDATING).


I updated via cvsup (*default release=cvs tag=.) but I don't see the 
relevant ports UPDATING record.
The only recent record there is 20111123 and it is related to 
databases/redis.


Yuri
___
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: linphone-base conflicts with ortp and fails to install, it also fails to build: error: expected specifier-qualifier-list before 'UInt96'

2011-11-23 Thread Alberto Villa
On Wednesday 23 November 2011 21:34:55 Yuri wrote:
> I updated via cvsup (*default release=cvs tag=.) but I don't see the
> relevant ports UPDATING record.
> The only recent record there is 2023 and it is related to
> databases/redis.

http://www.freebsd.org/cgi/cvsweb.cgi/ports/UPDATING.diff?r1=1.1171;r2=1.1172;f=h
-- 
Alberto Villa, FreeBSD committer 
http://people.FreeBSD.org/~avilla

Not all men who drink are poets.
Some of us drink because we aren't poets.


signature.asc
Description: This is a digitally signed message part.


Re: linphone-base conflicts with ortp and fails to install, it also fails to build: error: expected specifier-qualifier-list before 'UInt96'

2011-11-23 Thread Yuri

On 11/23/2011 15:23, Alberto Villa wrote:

On Wednesday 23 November 2011 21:34:55 Yuri wrote:

I updated via cvsup (*default release=cvs tag=.) but I don't see the
relevant ports UPDATING record.
The only recent record there is 20111123 and it is related to
databases/redis.

http://www.freebsd.org/cgi/cvsweb.cgi/ports/UPDATING.diff?r1=1.1171;r2=1.1172;f=h


Thanks, I got it! cvsup probably has some delay.

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