www/youtube_dl build failure
On FreeBSD 7.2-REL: 16:40 ozzmo...@blizzard [/usr/ports/www/youtube_dl]sudo make ===> Vulnerability check disabled, database not found ===> Extracting for youtube_dl-2009.05.30_1 cannot open 2009.05.30/youtube-dl: No such file or directory *** Error code 2 Stop in /usr/ports/www/youtube_dl. Thanks, Regards Andrew ___ 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: www/youtube_dl build failure
On Sun, 14 Jun 2009, andrew clarke wrote: > 16:40 ozzmo...@blizzard [/usr/ports/www/youtube_dl]sudo make > ===> Vulnerability check disabled, database not found > ===> Extracting for youtube_dl-2009.05.30_1 > cannot open 2009.05.30/youtube-dl: No such file or directory > *** Error code 2 This is not a build failure; make(1) errors out during the extract phase. After the most recent update (committed just a few hours ago), the fetch target sees an old youtube-dl file in ${DISTDIR}, and does not download it into ${DISTDIR}/2009.05.30/youtube-dl, which is where the port is now looking for the file. Try deleting /usr/ports/distfiles/youtube-dl and make(1) again. -- Sahil Tandon ___ 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"
Possibly unbuildable ports reminder
Dear porters, This is just a reminder to please periodically check the list of unbuildable ports at http://pointyhat.freebsd.org/errorlogs/ . A list by MAINTAINER is http://people.freebsd.org/~fenner/errorlogs/ so you can easily check the status of ports that you maintain. In addition, the list of ports with no MAINTAINER with build problems is http://people.freebsd.org/~fenner/errorlogs/po...@freebsd.org.html Since no one is responsible for these ports, the problem won't get fixed unless someone on this list takes the initiative. Thanks for your help! Bill "annoying port email" Fenner ___ 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"
Optionally depending on KDE4
Hi everyone, I'm trying to update audio/pacpl to the latest version which has dropped support for KDE3 and added support for KDE4. By "support" I mean it offers Konqueror and Dolphin service menu integration. How do I optionally pull in the KDE4 prefix and base, e.g. USE_KDE4=kdeprefix kdebase, as a dependency if either of these options are selected? Also, I notice that when these KDE4 options are set, everything the port installs goes in KD4_PREFIX, including config, data, doc, and shared files. Are users expected to know that KDE4 dependent ports have their config files, for example, in /usr/local/kde4/etc instead of /usr/local/etc? Thanks, Zach ___ 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: Stop in /usr/ports/lang/gcc43
On 13 Jun 2009, at 10:55 PM, b. f. wrote: Some care is taken to avoid introducing circular dependencies in Ports, so this shouldn't happen. It sounds to me as if you have mistakenly introduced a USE_FORTRAN=yes into your build environment somehow. I DO have USE_FORTRAN=yes in /etc/make.conf. I will try things without that. Stay tuned... Thanks! Dan ___ 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: Virtualization software that can use existing vista installation
Freddie Cash wrote: You may be able to use the raw disk device with QEmu, but I've never tried that or even looked into it. Yes, you can use raw disk devices with QEMU. While it is difficult to run Windows installed on other partition within QEMU, it is perfectly possible to install Windows in QEMU and have it use attached raw disk device. M. ___ 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: acroread9 crashes after maybe 10 seconds of operation.
eculp wrote in <20090611184440.64570233jo01s...@econet.encontacto.net>: ec> On my laptop running uptodate current and kernel although not rebooted ec> for 2 days. ec> ec> # uname -a ec> FreeBSD ed.local.net.mx 8.0-CURRENT FreeBSD 8.0-CURRENT #235: Tue Jun ec> 9 09:08:35 CDT 2009 ec> r...@ed.local.net.mx:/usr/obj/usr/src/sys/ENCONTACTO i386 ec> ec> ec> Is anyone else seeing the following termination message after maybe 10 ec> seconds of acroread9 operation? ec> ec> # acroread9 ec> terminate called after throwing an instance of 'RSException' ec> ec> Maybe I should open a ticket? Can you add more detailed information on your environment? Packages you installed and compat.linux.osrelease sysctl are needed at the very least. Acrobat 9 works with compat.linux.osrelease=2.4.2 and linux_base-fc-4_13 on 7.2-RELEASE. On other environments it may or may not work. -- Hiroki pgpqbcizz8WQy.pgp Description: PGP signature
Re: acroread9 crashes after maybe 10 seconds of operation.
Hiroki Sato writes: > ec> Is anyone else seeing the following termination message after maybe 10 > ec> seconds of acroread9 operation? > > Can you add more detailed information on your environment? Packages > you installed and compat.linux.osrelease sysctl are needed at the > very least. compat.linux.osrelease: 2.6.16 linux_base-f8-8_11 > Acrobat 9 works with compat.linux.osrelease=2.4.2 and > linux_base-fc-4_13 on 7.2-RELEASE. On other environments it may > or may not work. Um. Are there plans to get it to work with something more recent? I was under the (uninformed) impression linux_base-fc-4 was, ah, workable but no longer favored. 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: Stop in /usr/ports/lang/gcc43
On Sun, 14 Jun 2009 14:05:10 -0500, Dan Allen wrote: On 13 Jun 2009, at 10:55 PM, b. f. wrote: Some care is taken to avoid introducing circular dependencies in Ports, so this shouldn't happen. It sounds to me as if you have mistakenly introduced a USE_FORTRAN=yes into your build environment somehow. I DO have USE_FORTRAN=yes in /etc/make.conf. I will try things without that. The #1 rule is to never put the USE_* in make.conf. Cheers, Mezz Stay tuned... Thanks! Dan -- me...@cox.net - m...@freebsd.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gn...@freebsd.org ___ 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: Stop in /usr/ports/lang/gcc43
On 14 Jun 2009, at 3:03 PM, Jeremy Messenger wrote: On Sun, 14 Jun 2009 14:05:10 -0500, Dan Allen wrote: On 13 Jun 2009, at 10:55 PM, b. f. wrote: Some care is taken to avoid introducing circular dependencies in Ports, so this shouldn't happen. It sounds to me as if you have mistakenly introduced a USE_FORTRAN=yes into your build environment somehow. I DO have USE_FORTRAN=yes in /etc/make.conf. I will try things without that. The #1 rule is to never put the USE_* in make.conf. Okay, Firefox 3.0.11 is building. Hurray! I only put USE_FORTRAN=yes in /etc/make.conf because something somewhere said that is what I had to do in order to have Fortran built. It has been sitting in my make.conf a long time. I will avoid putting USE_* anymore. Thanks everyone! Dan ___ 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"