Ticket #26516

2011-09-18 Thread Henrik Hartz
Hi,

Any ETA on getting ticket https://trac.macports.org/ticket/26516
upstreamed? As it stands now, synergy is completely broken on Mac OS X
Lion.

Cheers,
Henrik
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


gtk-engines2 linked to not existing library

2011-09-18 Thread Kanstantsin Shautsou
Hello.
I use -no_x11+quartz for gtk2 but gtk-engines2 build with linked -x11 library

KostyaSha:src integer$ port installed| grep gtk
  gtk-doc @1.15_0
  gtk-doc @1.15_1+python26
  gtk-doc @1.17_0+python26 (active)
  gtk-engines2 @2.20.2_1 (active)
  gtk1 @1.2.10_9 (active)
  gtk2 @2.24.5_0+no_x11+quartz
  gtk2 @2.24.6_0+no_x11+quartz (active)
  py26-gtk @2.22.0_0
  py26-gtk @2.22.0_1 (active)

sh-3.2# otool -L /opt/local/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
/opt/local/lib/gtk-2.0/2.10.0/engines/libclearlooks.so:
/opt/local/lib/libgtk-x11-2.0.0.dylib (compatibility version 2401.0.0, 
current version 2401.4.0)
/opt/local/lib/libgdk-x11-2.0.0.dylib (compatibility version 2401.0.0, 
current version 2401.4.0)
/opt/local/lib/libatk-1.0.0.dylib (compatibility version 3210.0.0, 
current version 3210.1.0)


sh-3.2# file /opt/local/lib/libgtk-x11-2.0.0.dylib
/opt/local/lib/libgtk-x11-2.0.0.dylib: cannot open 
`/opt/local/lib/libgtk-x11-2.0.0.dylib' (No such file or directory)

How i can build gtk-engines2 linked against quartz gdk?
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Error: Status 1 encountered during processing.

2011-09-18 Thread Brandon Allbery
On Sun, Sep 18, 2011 at 13:37, bunk3m bun...@gmail.com wrote:

 I can manually install any package that has no dependencies using ie.
 sudo port -s install gperf or sudo port -s install expat.  But doing
 sudo port install ffmpeg --nonfree --enable-libx264 --enable-libvpx will
 NOT work.


While this *probably* isn't related, you're not specifying variants
correctly.

haral:1737 Z$ port variants ffmpeg
ffmpeg has the variants:
   jack: Enable jack input device support (currently broken)
   no_gpl: disallow use of GPL code, license will be LGPL
   no_mmx: disable all x86 asm optimizations
[+]no_nonfree: disallow use of nonfree code, libraries and binaries will
be
   redistributable under GPL/LGPL
   universal: Build for multiple architectures

--enable-libx264 and --enable-libvpx look like configure options; you can't
use those at all.  The other would be specified as -no_nonfree per the
available variants.

:debug:archivefetch couldn't open
/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex:
no such file or directory
   while executing
open [file join $dir tclIndex]

Anything under /System is part of Mac OS X itself.  You may have a damaged
Snow Leopard install.

-- 

brandon s allbery  allber...@gmail.com
wandering unix systems administrator (available) (412) 475-9364 vm/sms
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Error: Status 1 encountered during processing.

2011-09-18 Thread Brandon Allbery
I forgot to mention what might be the most important part of this...

On Sun, Sep 18, 2011 at 13:37, bunk3m bun...@gmail.com wrote:

 ---  Attempting to fetch libiconv-1.14_0.darwin_10.x86_64.tbz2 from
 http://packages.macports.org/libiconv
 ---  Attempting to fetch libiconv-1.14_0.darwin_10.x86_64.tbz2.rmd160
 from http://packages.macports.org/libiconv
 Error: Target org.macports.archivefetch returned: Failed to verify
 signature for archive!


It occurs to me to wonder what's in these files.  Could there be a proxy in
the way that's trying to e.g. ask for a password?

-- 
brandon s allbery  allber...@gmail.com
wandering unix systems administrator (available) (412) 475-9364 vm/sms
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Error: Status 1 encountered during processing.

2011-09-18 Thread Jeremy Lavergne
 It occurs to me to wonder what's in these files.  Could there be a proxy in 
 the way that's trying to e.g. ask for a password?

In both instances, you can run the `file ...` utility to learn what your 
computer might think the file is. For example:

$ file 
/opt/local/var/macports/software/libiconv/libiconv-1.14_0.darwin_10.x86_64.tbz2

/opt/local/var/macports/software/libiconv/libiconv-1.14_0.darwin_10.x86_64.tbz2:
 bzip2 compressed data, block size = 900k
$ file 
/opt/local/var/macports/software/libiconv/libiconv-1.14_0.darwin_10.x86_64.tbz2.rmd160

/opt/local/var/macports/software/libiconv/libiconv-1.14_0.darwin_10.x86_64.tbz2.rmd160:
 data

The *.tbz2 file should be an archive of the destroot folder for any given 
package, so if you expand it you'd fine the usual opt/local structures inside 
it.

The *.rmd160 file is a hash which will just be gibberish, always of a specific 
length. If you see HTML in this file or `file ...` tells you it's not just 
data, then you are right to assume something is blocking access.

You might find some extra information if you try downloading the files using a 
browser:
http://packages.macports.org/libiconv/



smime.p7s
Description: S/MIME cryptographic signature
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Error: Status 1 encountered during processing.

2011-09-18 Thread bunk3m
Thank you!

I tried to download manually.  I got a message about broken
heuristic/virus detected, or something like that.

When I put an exception for packages.macports.org it all started to work
again.  Thanks!

One final question.
Do you have any idea why this worked OK under Leopard but when I
upgraded to Snow Leopard I got these virus message?

Thanks again.
B


On 18.09.2011 14:14 , Jeremy Lavergne wrote:
 You might find some extra information if you try downloading the files using 
 a browser:
 http://packages.macports.org/libiconv/
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Error: Status 1 encountered during processing.

2011-09-18 Thread Jeremy Lavergne
 Do you have any idea why this worked OK under Leopard but when I
 upgraded to Snow Leopard I got these virus message?

There aren't any packages available for non-Snow Leopard systems, so likely 
nothing was downloaded and subsequently flagged as a virus.

I'm curious though, if you don't mind sharing, which file was flagged as the 
virus: .tbz2 or .rmd160 or both?



smime.p7s
Description: S/MIME cryptographic signature
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Error: Status 1 encountered during processing.

2011-09-18 Thread bunk3m
The file that caused the virus error was the one with .tbz2.

The .rmd160 was fine.

B

On 18.09.2011 14:29 , Jeremy Lavergne wrote:
 Do you have any idea why this worked OK under Leopard but when I
 upgraded to Snow Leopard I got these virus message?
 There aren't any packages available for non-Snow Leopard systems, so likely 
 nothing was downloaded and subsequently flagged as a virus.

 I'm curious though, if you don't mind sharing, which file was flagged as the 
 virus: .tbz2 or .rmd160 or both?

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: MacPorts is hijacking account on MacOSXServer

2011-09-18 Thread Rodolfo Aramayo
Hi Andrea,

The problem has long been fixed.

If you are having problems please re-install the MacPorts-base package
(http://www.macports.org/install.php)
Make sure to follow the instructions. Download, expand, configure and
make as a regular admin user and only 'make install' as root (sudo
make install)
A new MacPort user will be created and the user UID will be properly
assigned even if you are using network accounts

If you continue to have problems, please post a detailed description
to this list:

MacPorts Users macports-users@lists.macosforge.org,

You will need to subscribe to it first though

Hope this helps...anyone else, any ideas??

--Rodolfo

On Sun, Sep 18, 2011 at 13:45, Andrea Maschio andrea.masc...@gmail.com wrote:
 Hello, I found your email on this post:
 http://lists.macosforge.org/pipermail/macports-users/2011-July/024883.html
 I didn't understand how to fix this problem, which is causing every
 installation of new software to be done under macports user with no
 permissions even to admins
 Thank you

 --
 Andrea Maschio

 http://flavors.me/andreamaschio


 La perfection est atteinte non quand il ne reste rien à ajouter, mais quand
 il ne reste rien à enlever
 - Antoine de Saint-Exupéry

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


p5-dbd-mysql error...

2011-09-18 Thread Jeff Justice
Trying to install p5-dbd-mysql and it comes back with:

---  Computing dependencies for p5-dbd-mysql
Error: Dependency 'p5.12-dbd-mysql' not found.
Error: Status 1 encountered during processing.

Thoughts? Solution?

Jeff
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users