From owner-freebsd-java@FreeBSD.ORG Tue Jan 20 19:48:37 2009 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4409106566B for ; Tue, 20 Jan 2009 19:48:37 +0000 (UTC) (envelope-from ralf.folkerts@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id CC3CA8FC1C for ; Tue, 20 Jan 2009 19:48:35 +0000 (UTC) (envelope-from ralf.folkerts@gmx.de) Received: (qmail invoked by alias); 20 Jan 2009 19:21:42 -0000 Received: from unknown (EHLO beaster.home.folkerts-net.de) [94.216.5.117] by mail.gmx.net (mp053) with SMTP; 20 Jan 2009 20:21:42 +0100 X-Authenticated: #18511927 X-Provags-ID: V01U2FsdGVkX19dvO0nXTVdEGvtTe779QiDIRJJVxAG7GRnCaUYcQ B32PiomP5aOrlF Message-ID: <49762441.4050400@gmx.de> Date: Tue, 20 Jan 2009 20:21:37 +0100 From: Ralf Folkerts User-Agent: Thunderbird 2.0.0.19 (X11/20090117) MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.52 Subject: netbeans-Port installs /usr/local/netbeans65 Mode 700? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2009 19:48:37 -0000 Hi, I ran portupgrade last Friday, which also updated the installed Netbeans-Port. Unfortunately I'm unable now to run netbeans [bash]beaster:~$/usr/local/bin/netbeans65 bash: /usr/local/bin/netbeans65: Permission denied I checked /usr/local/netbeans65 and found it is installed Mode 700: [-su]beaster:local$ls -ld netbeans65/ drwx------ 24 root wheel 1024 Jan 17 01:05 netbeans65/ I then checked /usr/ports/UPDATING, found no hints, checked this List but didn't find a hint, too. So, I just portsnapped again and ran portupgrade -f netbeans: [-su]beaster:~$portupgrade -f netbeans [Updating the portsdb in /usr/ports ... - 19643 port entriesfound .........1000.........2000.........3000.........4000.........5000.........6000.........7000.........8000.........9000.........10000.........11000.........12000.........13000.........14000.........15000.........16000.........17000.........18000.........19000...... ..... done] ---> Reinstalling 'netbeans-6.5_2' (java/netbeans) ---> Building '/usr/ports/java/netbeans' ===> Cleaning for netbeans-6.5_2 ===> Extracting for netbeans-6.5_2 => MD5 Checksum OK for netbeans-6.5-200811100001-ml.zip. => SHA256 Checksum OK for netbeans-6.5-200811100001-ml.zip. ===> netbeans-6.5_2 depends on executable: unzip - found ===> Patching for netbeans-6.5_2 ===> Applying FreeBSD patches for netbeans-6.5_2 ===> Configuring for netbeans-6.5_2 ---> Backing up the old version ---> Uninstalling the old version ---> Deinstalling 'netbeans-6.5_2' [Updating the pkgdb in /var/db/pkg ... - 1096 packages found(-1 +0) (...) done] ---> Installing the new version via the port ===> Installing for netbeans-6.5_2 ===> netbeans-6.5_2 depends on file: /usr/local/jdk1.6.0/bin/java - found ===> Generating temporary packing list ===> Registering installation for netbeans-6.5_2 ===> Cleaning for netbeans-6.5_2 ---> Cleaning out obsolete shared libraries [Updating the pkgdb in /var/db/pkg ... - 1097 packages found(-0 +1) . done] However, /usr/local/netbeans65 is still Mode 700: [bash]beaster:~$ls -ld /usr/local/netbeans65/ drwx------ 24 root wheel 1024 Jan 17 20:08 /usr/local/netbeans65/ Then checked the Problem Reports (on freebsd.org) but didn't find a Ticket re. this Problem. As it seems I'm the only one running into this Problem: Did I do something wrong with the Installation? I could (well, and will) simply change the Permissions of the Directories - but these would be lost during the next portupgrade (of netbeans). So a hint about what I did wrong would be great! Cheers and MTIA! _ralf_