Perl modules are being installed to the wrong root directory

This is kind of a package, kind of an AUR question. I don't think it is the usual "upgrade to perl-5.20" issue; I've done lots of searching with no obvious mention of my issue.
I have downloaded the PKGBUILDs for perl-tk (in extra) and perl-pdl (in AUR). When I run makepkg on them, the resultant package has the wrong root directory. For example, perl-pdl tries to install into
/home/<username>/perl5/bin/
rather than
/usr/bin
and the libraries want to go into
/home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL
rather than something like
/usr/lib/perl5/vendor_perl/PDL
I don't think I'm doing anything unusual with the build. For perl-pdl, I download the tarball from the AUR and untar it in ~/tmp. Cd to ~/tmp/perl-pdl and then run makepkg. The start of the build process says:
==> Making package: perl-pdl 2.007-1 (Wed Jun 18 16:12:19 PDT 2014)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found PDL-2.007.tar.gz
-> Found perldl.conf
==> Validating source files with md5sums...
PDL-2.007.tar.gz ... Passed
perldl.conf ... Passed
==> Extracting sources...
-> Extracting PDL-2.007.tar.gz with bsdtar
==> Removing existing pkg/ directory...
==> Starting build()...
INFORMATION: using file /home/<username>/tmp/perl-pdl/src/perldl.conf to set configuration defaults
Makefile.PL: Found required OpenGL version, setting USE_POGL => 1
Types.pm.PL: using typedef long PDL_Indx
Extracting Types.pm
making PDL_B...
making PDL_S...
making PDL_US...
making PDL_L...
making PDL_IND...
making PDL_LL...
making PDL_F...
making PDL_D...
Warning: prerequisite Astro::FITS::Header 0 not found.
Warning: prerequisite Convert::UU 0 not found.
Warning: prerequisite File::Map 0.57 not found.
Warning: prerequisite Module::Compile 0.23 not found.
Generating a Unix-style Makefile
Writing Makefile for PDL::pod
Generating a Unix-style Makefile
Writing Makefile for Inline
Writing MYMETA.yml and MYMETA.json
Generating a Unix-style Makefile
Writing Makefile for PDL::PP
Generating a Unix-style Makefile
Writing Makefile for PDL::NiceSlice
Writing MYMETA.yml and MYMETA.json
Basic/Core/Makefile.PL: got root build dir /home/<username>/tmp/perl-pdl/src/PDL-2.007
Basic/Core/Makefile.PL: adding /home/<usenname>/tmp/perl-pdl/src/PDL-2.007/inc
Trying to figure out POSIX threads support ...
Saw pthread.h. Fine.
Fine, your perl was linked against pthread library.
==> Will build PDL with POSIX thread support. Gifts to TJL :-)
and wraps up with
Installing /home/<username>/tmp/perl-pdl/pkg/perl-pdl/home/<username>/perl5/man/man3/PDL::Perldl2::NiceSlice.3pm
Installing /home/<username>/tmp/perl-pdl/pkg/perl-pdl/home/<username>/perl5/man/man3/PDL::Perldl2::PDLCommands.3pm
Installing /home/<username>/tmp/perl-pdl/pkg/perl-pdl/home/<username>/perl5/man/man3/PDL::Perldl2::PrintControl.3pm
Installing /home/<username>/tmp/perl-pdl/pkg/perl-pdl/home/<username>/perl5/man/man3/PDL::pdl2.3pm
Installing /home/<username>/tmp/perl-pdl/pkg/perl-pdl/home/<username>/perl5/bin/pdl2
Installing /home/<username>/tmp/perl-pdl/pkg/perl-pdl/home/<username>/perl5/bin/pptemplate
Installing /home/<username>/tmp/perl-pdl/pkg/perl-pdl/home/<username>/perl5/bin/perldl
Installing /home/<username>/tmp/perl-pdl/pkg/perl-pdl/home/<username>/perl5/bin/pdldoc
Appending installation info to /home/<username>/tmp/perl-pdl/pkg/perl-pdl/home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/perllocal.pod
==> Tidying install...
-> Purging unwanted files...
-> Removing libtool files...
-> Removing static library files...
-> Removing empty directories...
-> Compressing man and info pages...
-> Stripping unneeded symbols from binaries and libraries...
==> Creating package "perl-pdl"...
-> Generating .PKGINFO file...
-> Adding changelog file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: perl-pdl 2.007-1 (Wed Jun 18 16:21:25 PDT 2014)
Excerpts of "pacman -Qlp perl-pdl-2.007-1-x86_64.pkg.tar.xz" look like
perl-pdl /home/
perl-pdl /home/<username>/
perl-pdl /home/<username>/perl5/
perl-pdl /home/<username>/perl5/bin/
perl-pdl /home/<username>/perl5/bin/pdl
perl-pdl /home/<username>/perl5/bin/pdl2
perl-pdl /home/<username>/perl5/bin/pdldoc
perl-pdl /home/<username>/perl5/bin/perldl
perl-pdl /home/<username>/perl5/bin/pptemplate
perl-pdl /home/<username>/perl5/lib/
perl-pdl /home/<username>/perl5/lib/perl5/
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/Inline/
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/Inline/MakePdlppInstallable.pm
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/Inline/Pdlpp.pmperl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL.pm
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/AutoLoader.pm
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/Bad.pm
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/Basic.pm
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/CallExt.pm
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/Char.pm
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/Complex.pm
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/Compression.pm
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/Config.pm
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/Constants.pm
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/Core.pm
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/Core/
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/Core/Dev.pmperl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/Core/pdl.h
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/PDL/Core/pdlcore.h
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/Bad/
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/Bad/Bad.so
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/CallExt/
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/CallExt/CallExt.so
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/Complex/
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/Complex/Complex.so
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/Compression/
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/Compression/Compression.so
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/Core/
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/Core/Core.so
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/FFT/
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/FFT/FFT.so
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/Fit/
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/Fit/Gaussian/
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/Fit/Gaussian/Gaussian.so
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/GIS/
perl-pdl /home/<username>/perl5/lib/perl5/x86_64-linux-thread-multi/auto/PDL/GIS/Pr
perl-pdl /home/<username>/perl5/man/
perl-pdl /home/<username>/perl5/man/man1/
perl-pdl /home/<username>/perl5/man/man1/PDL::API.1p
perl-pdl /home/<username>/perl5/man/man1/PDL::BadValues.1p
perl-pdl /home/<username>/perl5/man/man1/PDL::Bugs.1p
perl-pdl /home/<username>/perl5/man/man1/PDL::Course.1p
perl-pdl /home/<username>/perl5/man/man1/PDL::Dataflow.1p
perl-pdl /home/<username>/perl5/man/man1/PDL::Delta.1p
perl-pdl /home/<username>/perl5/man/man1/PDL::FAQ.1p
perl-pdl /home/<username>/perl5/man/man1/PDL::Indexing.1p
perl-pdl /home/<username>/perl5/man/man1/PDL::Internals.1p
perl-pdl /home/<username>/perl5/man/man1/PDL::MATLAB.1p
perl-pdl /home/<username>/perl5/man/man1/PDL::Modules.1p
perl-pdl /home/<username>/perl5/man/man1/PDL::Objects.1p
perl-pdl /home/<username>/perl5/man/man1/PDL::PP-Inline.1p
perl-pdl /home/<username>/perl5/man/man1/PDL::PP.1p
perl-pdl /home/<username>/perl5/man/man1/PDL::ParallelCPU.1p
perl-pdl /home/<username>/perl5/man/man1/PDL::Philosophy.1p
perl-pdl /home/<username>/perl5/man/man1/PDL::QuickStart.1p
perl-pdl /home/<username>/perl5/man/man1/PDL::Scilab.1p
perl-pdl /home/<username>/perl5/man/man1/PDL::Threading.1p
perl-pdl /home/<username>/perl5/man/man1/PDL::Tips.1p
perl-pdl /home/<username>/perl5/man/man1/PDL::Tutorials.1p
perl-pdl /home/<username>/perl5/man/man1/pdl2.1p
perl-pdl /home/<username>/perl5/man/man1/pdldoc.1p
perl-pdl /home/<username>/perl5/man/man1/perldl.1p
perl-pdl /home/<username>/perl5/man/man1/pptemplate.1p
perl-pdl /home/<username>/perl5/man/man3/
perl-pdl /home/<username>/perl5/man/man3/PDL.3pm
perl-pdl /home/<username>/perl5/man/man3/PDL::AutoLoader.3pm
perl-pdl /home/<username>/perl5/man/man3/PDL::BAD2_demo.3pm
It seems like the $pkgdir variable is screwed up, but non-perl AUR packages have installed just fine. Any pointers? Thanks.

As usual I am probably too late to help. If you have local::lib installed and activated, it will override your destination directory when building packages. This is accomplished by setting environment variables. Joel hinted at this and you've seemed to fix them. Here is a decent list of them, mostly written by me I believe: https://wiki.archlinux.org/index.php/Pe … _variables
I've made tools that generate PKGBUILDs for perl modules and I always try to override these environment variables for just such an occasion. Entirely too much info on the subject is available at the wiki page above. Very few official PKGBUILDs will override these. Only the packages I used to maintain which retain my PKGBUILD will work for you. So... beware.

Similar Messages

  • Library modules are being deployed in the console

    Hi,
    I am very new to this Weblogic Portal. I am using portal version 10.2
    I developed a new application and tried to publish after adding the portal EAR project to the server. Whenever I publish along with the intended EAR project all the libraries are deployed as well.
    See below for partial list
    wlp-propagation-app-lib(10.2.0,10.2.0) Active Library 100
    wlp-rest-full-web-lib(10.2.0,10.2.0) Active Library 100
    wlp-rest-web-lib(10.2.0,10.2.0) Active Library 100
    wlp-services-app-lib(10.2.0,10.2.0) Active Library 100
    wlp-services-web-lib(10.2.0,10.2.0) Active Library 100
    wlp-tools-admin-app-lib(10.2.0,10.2.0) Active Library 100
    wlp-tools-app-lib(10.2.0,10.2.0) Active Library 100
    wlp-tools-common-app-lib(10.2.0,10.2.0) Active Library 100
    wlp-tools-content-app-lib(10.2.0,10.2.0) Active Library 100
    wlp-tools-framework-app-lib(10.2.0,10.2.0)
    What should I do to stop this from happening?
    Sorry if this is a very basic question. Any help will be appreciated.
    Thanks

    This might not be the most appropriate forum for this. I would expect there is a forum more specific to the portal product. Nevertheless, I'll give you my take on this.
    If you're deploying an EAR and while doing it it also deploys library modules, then it's likely that that EAR actually requires those library modules.
    You can learn a bit about library modules at [http://edocs.bea.com/wlw/docs101/guide/ideuserguide/conWLJ2EELibraries.html] .
    If it's possible that the application actually doesn't require a particular library module, you could try removing the reference to the library from the deployment descriptor and then redeploying and retesting. I would keep a backup copy of it, just in case.

  • Updates are being installed by system administrator - stuck!?

    Snow Leopard Server seems stuck on this process and  indeed I am now scared to reboot!
    I have logged on as a diradmin and the updates are visible in the Software updates and despite my clicking install, it does not and seens hung at this process and then if I log out and attempt to apply "software Update" via the Apple menu it tells me that it cant as "Updates are being installed by the system administrator"...
    Its a catch 22, closed loop of some sort!
    thanks
    Graham

    Hi Linda,
    Please try the steps mentioned below:
    > Enable the hidden Admin Account on Windows 7 ( Ref :  http://www.howtogeek.com/howto/windows-vista/enable-the-hidden-administrator-account-on-wi ndows-vista/ )
    > Disable all Non-Microsoft Startup Services. (Ref : http://helpx.adobe.com/x-productkb/global/disable-startup-items-services-windows.html )
    > Disable all the Antivirus softwares like CA, Norton,Mc Afee etc. temporarily from the computer.
    Reboot and try installing in the new enabled Admin user account and check.
    Regards,
    Rave

  • I can't shut down iphoto, it continues to say "photos are being imported to the library"

    I tried to download about 70 photos from my camera and it kept saying 1 photo remaining for over 30 minutes so I removed my camera and just figured there was something wrong with the download.  Now, when I try to shut down iphoto it continues to say "Photos are being imported to the photo library.  Please wait for import to complete."  This has been going on now for 2 hours.

    Type Command+Option+Esc and in the Force Quite Applications window select iPhoto and force quit it. 
    OT

  • HT1296 my itunes say that my contacts are being synced over the air but nothing is happening??

    I've just upgraded to a 4s and I am trying to get my Outlook contacts synced with my phone. My itunes says my contact are being synced over the air but nothing is happening. can anyone tell me what i'm doing wrong or how to sync with the phone? thanks

    Hello there, eocrbhll.
    The following Knowledge Base article should be helpful:
    iOS: Syncing with iTunes
    http://support.apple.com/kb/ht1386
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

  • I get this error when I go to imovie, I have instalerat on via appstore, but it does not work. The QuickTime components necessary to view, edit, import and export various types of films are not installed. The components included in the iMovie installer. R

    I get this error when I go to imovie, I have instalerat on via appstore, but it does not work.
    The QuickTime components necessary to view, edit, import and export varioustypes of films are not installed. The components included in the iMovie installer.Reinstalling iMovie.

    I get this error when I go to imovie, I have instalerat on via appstore, but it does not work.
    The QuickTime components necessary to view, edit, import and export varioustypes of films are not installed. The components included in the iMovie installer.Reinstalling iMovie.

  • How to list all the datatypes are being used in the database?

    Is there any way you can list all the oracle datatypes are being used in the database?
    Thanks,
    Chau

    Use USER_TAB_COLUMNS or DBA_TAB_COLUMNS to determing various data type but USER_TAB_COLUMNS will show you what type being used by a schema user

  • Iphone 4s - how do I change the name in the contacts for the owner of the phone - it is coming up as the other person who uses the laptop - so when ringing or texting anyone 2 names are being used as the caller id on the screen

    Iphone 4s - how do I change the name in the contacts for the owner of the phone - it is coming up as the other person who uses the laptop - so when ringing or texting anyone 2 names are being used as the caller id on the screen

    *Ralph Johns* writes:
    "Your options are:
    Get a trial account form @mac which will work as an iChat name after the 60 days run out but not be a email account that is valid (And is free)"
    Do you mean a trial account from .Mac? (DotMac)
    "Get an AIM Screen name and set it to Display what you want as you set it up.
    The Screen name can be whatever yu want but you can also set it to display something else as well."
    I had thought about this, but it seems other people have already chosen the screen name "pinksharkmark" and virtually every variation of it I can think of. So that isn't an option for me. As for getting it to display something else as well, do you mean that if I were to get an AIM screen name like "CromulentCat" I could somehow log in to iChat under the AIM account "CromulentCat" yet get iChat to represent me to my Buddies as "PinkSharkMark"? Because I have to admit I don't see how that can be done. It appears as if iChat displays to anyone chatting with you precisely the account name you logged in under and nothing else. So if you logged in using a .Mac account, then you are displayed as "[email protected]" while if you logged in under an AIM account, you are displayed as "CromulentCat". But that's it that's all... there is no way to change CromulentCat to PinkSharkMark.
    Thanks very much for taking the time to reply, though.

  • I cannot shu down my iMac (for days) as I get the following message:Photos are being imported to the photo library.  Now as far as I know there are no photos being imported and even if there were 5 days is crazy.  How can I resolve this please?

    I cannot shut down my iMac (for days now) as I get the following message: "Photos are being imported to the photo library."
    Now as far as I know there are no photos being imported and even if there were 5 days is crazy.  How can I resolve this please?
    JLB284

    Open Activity monitor in Utilities, go to the CPU tab>All Processes, and note any process that would appear to be related to importing photos, such as iPhoto, and use Force Quit. This may only be a temporary fix, as it may start all over again when you reboot. If that happens, we need to do some more investigating.
    Also, close all open Applications, then open Terminal in Utilities and copy/paste and hit return, then post the output of this command.
    lsof -l +L -R -V | grep /

  • Photos are being imported to the photo library... nothing being importe

    I am trying to to upload my photos from iPhone4 (6.1.3) to iMac with Yosemite and iPhoto 9.6, but it's always the message "photos are being imported to the photo library" pop out without any photo being uploaded. (That forced me to force-quit iPhoto even when the phone is detached from iMac.)

    Try the Image Capture application that comes with every Mac. It gives you a little more control over the import process.

  • Is there a way to find out which CSS rules are being used by the different html files?

    Is there a way in Dreamweaver CS3 to find out which CSS rules are being used by the different html files, sitewide?
    Thanks - Dave

    Firefox add-on "Web Developer Toolbar" is a must have.  Information > Display Div & Class details.
    https://addons.mozilla.org/en-US/firefox/addon/60
    Another  handy Firefox Add-on  to add to your tool chest is called "Dust-Me Selectors."
    http://www.sitepoint.com/dustmeselectors/
    "It extracts all the selectors from all the stylesheets on the page you're viewing, then analyzes that page to see which of those selectors are not used. The data is then stored so that when testing subsequent pages, selectors can be crossed off the list as they're encountered.
    You can test pages individually, or spider an entire site, and you'll end up with a profile of which selectors are not used anywhere."
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Workflow task details are being retrieved from the server

    Hi,
    Using an approval workflow. when the task has been assigned to the person he is getting an email but when clicking on the edit this task button ,the pop window with the
    "workflow task details are being retrieved from the server" 
    error is getting. SharePoint site 2007 and Microsoft Outlook is 2010.

    I have a similar issue with my version of SharePoint. 
    SharePoint 2010 Enterprise.
    Outlook 2013 with MS Exchange
    Document approval workflow.
    When you open the document approval email that comes from SharePoint and click on "Open this task"  the popup window flashes across "workflow tasks details are being retrieved from the server ".
    I've tried the regedit fix and the hive fix and resetting IE that some of the other people have said that works and it doesn't. 
    When I go the site, and connect the task list to Outlook, I can complete the task that way.
    I also created a new approval workflow in SharePoint designer and it behaves the same way.
    Anything else I should try?
    == Steve Morley MedIT, Dalhousie University

  • I can't exit iPhoto or shut down my laptop - message saying  photos are being imported to the photo library - seems to be stuck  can anyone suggest what I should do?

    I can't exit iPhoto.  Message come sup "Photos are being imported to the photo library. Please wait forimport to complete".  This has been some days now and Same message comes up if I try to shut laptop down.  Can anyone offer any suggestions please?

    Use the Force Quit command under the Apple Menu.

  • There is a constant pop up message of "Photos are being imported to the photo library."

    I cannot close my iPhoto or import any new photos. There is a constant pop up message of "Photos are being imported to the photo library." However, I am NOT importing anything to the library. This is very frustrating.
    I cannot force quit. I even tried shutting down the computer manually. When my BRAND NEW IMAC starts back up, the same problem persists.
    I also tried re-importing photos from my camera and flip camera. My iPhoto will not allow an import because these non existent photos are being imported. HELP PLEASE!

    Force Quit iPhoto. It's under the Apple Menu.
    Regards
    TD

  • I tried to import 2 photos from an email. The photos are now on iPhoto, however, when I try to close iPhoto or turn off my computer, I get a notice that says, "Photos are being imported to the photo library. Please wait for the import to complete."

    I tried to import 2 photos from an email to iphoto. The photos now appear in iphoto as the latest imports, However, when I try to close iphoto or log off of my computer, I get a message box that says, " Photos are being imported to the photo library. Please wait for the import to complete."
    I can't get out of iphoto or log off of my computer, or turn the computer off. How do I stop the import or log out of iphoto???

    Try Force-quit from the Apple-menu to close iPhoto.

Maybe you are looking for

  • How do I set up my external drive to just back up certain apps?

    I am runnning Yosemite and wanted to know, how can I set up my external hard drive just to store certain apps i.e music and pictures?

  • Can't detect external monitor

    I'm trying to plug a second monitor into my MacBook (13" aluminium - the MB version, not the MBP). The monitor is a 19" Iiyama, model PLE1900. I'm plugging in by DVI (DVI-D), using a Mini DisplayPort converter. The video on this laptop model is a NVI

  • Creating a form field with Arial MS Unicode and Identity-H encoding

    I need to create a text field on an Adobe Acrobat form that has a font of Arial Unicode MS with the font encoding being set to Identity-H. However when I use Adobe Acrobat 9 Standard (v9.5.1) to do this the encoding is always set to UniKS-UTF16-H. I

  • PSE 9 cant open file

    just bought a Nikon d800, shot a wedding yesterday, downloaded my photos, running pse9 on windows vista, and cant open any of the files, shot in raw, 'because  it is the wrong file type' ....help please !!  jen

  • Problem mounting ntfs drives

    [svs@mugen media]$ ls -l total 104 drwxr-xr-x 2 root root 4096 2008-03-10 15:20 cd drwxr-xr-x 2 root root 4096 2008-06-17 19:44 d1 drwxr-xr-x 7 svs root 8192 1969-12-31 16:00 disk drwxrwxrwx 1 root root 32768 2008-06-19 18:56 disk-1 drwxrwxrwx 1 root