From lunar-bugs at lunar-linux.org Mon Feb 9 00:16:44 2009 From: lunar-bugs at lunar-linux.org (Lunar bug reports list) Date: Mon, 9 Feb 2009 00:16:44 +0100 Subject: [Lunar-bugs] [Lunar Linux 0000351]: Nss module borks out Message-ID: <48e108b57a9e2525a2745c7c8218868e@bugs.lunar-linux.org> The following issue has been CLOSED ====================================================================== http://bugs.lunar-linux.org/view.php?id=351 ====================================================================== Reported By: Wuss912 Assigned To: ====================================================================== Project: Lunar Linux Issue ID: 351 Category: module Reproducibility: always Severity: minor Priority: normal Status: closed Moonbase Version: 20080708 Core Tools: Lunar Core Tools Version: 20080303 Resolution: open Fixed in Version: ====================================================================== Date Submitted: 07-09-2008 06:13 CEST Last Modified: 02-09-2009 00:16 CET ====================================================================== Summary: Nss module borks out Description: can't lin nss ====================================================================== ---------------------------------------------------------------------- dveatch - 02-09-09 00:16 ---------------------------------------------------------------------- This module has since been version bumped and no one has complained, and it compiled fine for me. Closing Issue History Date Modified Username Field Change ====================================================================== 07-09-08 06:13 Wuss912 New Issue 07-09-08 06:13 Wuss912 Moonbase Version => 20080708 07-09-08 06:13 Wuss912 Core Tools => Lunar 07-09-08 06:13 Wuss912 Core Tools Version => 20080303 08-18-08 19:16 sofar Severity block => minor 02-09-09 00:16 dveatch Status new => closed 02-09-09 00:16 dveatch Note Added: 0000860 ====================================================================== From lunar-bugs at lunar-linux.org Mon Feb 9 00:52:10 2009 From: lunar-bugs at lunar-linux.org (Lunar bug reports list) Date: Mon, 9 Feb 2009 00:52:10 +0100 Subject: [Lunar-bugs] [Lunar Linux 0000377]: fbpanel updated module sha1sum missing Message-ID: The following issue has been RESOLVED. ====================================================================== http://bugs.lunar-linux.org/view.php?id=377 ====================================================================== Reported By: aGaTHoS Assigned To: dveatch ====================================================================== Project: Lunar Linux Issue ID: 377 Category: module Reproducibility: always Severity: minor Priority: normal Status: resolved Moonbase Version: 20090116.09 Core Tools: Lunar Core Tools Version: 20080303 Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 01-16-2009 10:22 CET Last Modified: 02-09-2009 00:52 CET ====================================================================== Summary: fbpanel updated module sha1sum missing Description: The sha1sum of the fbpanel last updated module is missing ====================================================================== ---------------------------------------------------------------------- dveatch - 02-09-09 00:52 ---------------------------------------------------------------------- Fixed sha1. Issue History Date Modified Username Field Change ====================================================================== 01-16-09 10:22 aGaTHoS New Issue 01-16-09 10:22 aGaTHoS Moonbase Version => 20090116.09 01-16-09 10:22 aGaTHoS Core Tools => Lunar 01-16-09 10:22 aGaTHoS Core Tools Version => 20080303 02-09-09 00:52 dveatch Status new => resolved 02-09-09 00:52 dveatch Resolution open => fixed 02-09-09 00:52 dveatch Assigned To => dveatch 02-09-09 00:52 dveatch Note Added: 0000862 ====================================================================== From lunar-bugs at lunar-linux.org Mon Feb 9 00:59:04 2009 From: lunar-bugs at lunar-linux.org (Lunar bug reports list) Date: Mon, 9 Feb 2009 00:59:04 +0100 Subject: [Lunar-bugs] [Lunar Linux 0000293]: /etc/init.d/mount from lunar-init does not check filesystems with fsck at boot Message-ID: <8c2fc171621f10cd375673a4a015b06a@bugs.lunar-linux.org> The following issue has been CLOSED ====================================================================== http://bugs.lunar-linux.org/view.php?id=293 ====================================================================== Reported By: gb Assigned To: ====================================================================== Project: Lunar Linux Issue ID: 293 Category: module Reproducibility: always Severity: major Priority: normal Status: closed Moonbase Version: 20070929.17 Core Tools: Lunar Core Tools Version: 20070623 Resolution: open Fixed in Version: ====================================================================== Date Submitted: 09-30-2007 15:41 CEST Last Modified: 02-09-2009 00:59 CET ====================================================================== Summary: /etc/init.d/mount from lunar-init does not check filesystems with fsck at boot Description: (arch: x86_64) lunar-init: 20070926 At boot, I get this error from /etc/init.d/mount: /etc/rcS.d/S10mount: line221: uniq: command not found Attached please find my "mount" script. Is it corrupt or an outdated version? I relined lunar-init many times, but I always get the same files. I also opened a topic on the Forum here: http://forums.lunar-linux.org/viewtopic.php?t=496 BTW, running line 221 from the CLI after boot produces the right results. Some time ago, I remember that a manual procedure for updating the init.d files was posted on the Lunar Linux Site homepage ("requires manual intervention"). At the time I followed those instructions and everything seemed to work fine. I wonder if that could be the cause of my current problem. ====================================================================== ---------------------------------------------------------------------- adriandelatabla - 09-30-07 17:18 ---------------------------------------------------------------------- I had the same problem. This is because the uniq command is located in /usr/bin, so if you have /usr in another partition than / the mount script can't find it. A simply workaround is to replace line 221 with this FSCKLEVELS=$(sed 's/#.*$//g' /etc/fstab | awk '($6>0){print$6}' | sort -nu) but this is not optimal because you will have to be careful everytime you update lunar-init module. ---------------------------------------------------------------------- engelsman - 09-30-07 18:14 ---------------------------------------------------------------------- http://wiki.lunar-linux.org/index.php/Lunar_Linux:Installation says: "It is important to note that you can not mount the directories /etc, /bin, /sbin, /dev, /lib and /proc on separate partitions. These directories need to be contained within the root ("/") directory. The installation program should block you from doing this, but it's best not to try." Doesn't say anything about /usr though. ---------------------------------------------------------------------- gb - 09-30-07 20:57 ---------------------------------------------------------------------- adriandelatabla - Thank you for your suggestion. It's a nice work-around. engelsman - You pinpointed the issue. But, possibly the problem is that the coreutils module installs "uniq" in /usr/bin by default, instead of placing it in /bin (which is actually on my "root" / partition, and even includes "sort"). Maybe the coreutils module could be updated/tweaked. That would fix this issue for the time being. :) Thanks for your help. Please let me know if you want me to open a new bug report for the coreutils module. ---------------------------------------------------------------------- dveatch - 11-09-07 01:58 ---------------------------------------------------------------------- AFAIK based on the File Hierarchy Standard 2.3, "uniq" does not belong in /bin. That's not to say we follow FHS to the letter, just letting you know. The real question that needs answering is; is how much of FHS do we want to follow and given that, is "uniq" essential enough to place in /bin. ---------------------------------------------------------------------- dveatch - 02-09-09 00:59 ---------------------------------------------------------------------- Closing this since there has been no feedback for quite a while. Additionally, he says; "Attached my "mount" script file". As such all bets are off. Issue History Date Modified Username Field Change ====================================================================== 09-30-07 15:41 gb New Issue 09-30-07 15:41 gb File Added: mount 09-30-07 15:41 gb Moonbase Version => 20070929.17 09-30-07 15:41 gb Core Tools => Lunar 09-30-07 15:41 gb Core Tools Version => 20070623 09-30-07 15:42 gb Issue Monitored: gb 09-30-07 17:18 adriandelatablaNote Added: 0000652 09-30-07 18:12 engelsman Note Added: 0000653 09-30-07 18:14 engelsman Note Edited: 0000653 09-30-07 20:57 gb Note Added: 0000654 11-09-07 01:58 dveatch Note Added: 0000692 02-09-09 00:59 dveatch Status new => closed 02-09-09 00:59 dveatch Note Added: 0000863 ====================================================================== From lunar-bugs at lunar-linux.org Sat Feb 14 10:31:27 2009 From: lunar-bugs at lunar-linux.org (Lunar bug reports list) Date: Sat, 14 Feb 2009 10:31:27 +0100 Subject: [Lunar-bugs] [Lunar Linux 0000377]: fbpanel updated module sha1sum missing Message-ID: <62da7083a7470152b4ab45277c7daae5@bugs.lunar-linux.org> The following issue has been CLOSED ====================================================================== http://bugs.lunar-linux.org/view.php?id=377 ====================================================================== Reported By: aGaTHoS Assigned To: dveatch ====================================================================== Project: Lunar Linux Issue ID: 377 Category: module Reproducibility: always Severity: minor Priority: normal Status: closed Moonbase Version: 20090116.09 Core Tools: Lunar Core Tools Version: 20080303 Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 01-16-2009 10:22 CET Last Modified: 02-14-2009 10:31 CET ====================================================================== Summary: fbpanel updated module sha1sum missing Description: The sha1sum of the fbpanel last updated module is missing ====================================================================== ---------------------------------------------------------------------- dveatch - 02-09-09 00:52 ---------------------------------------------------------------------- Fixed sha1. Issue History Date Modified Username Field Change ====================================================================== 01-16-09 10:22 aGaTHoS New Issue 01-16-09 10:22 aGaTHoS Moonbase Version => 20090116.09 01-16-09 10:22 aGaTHoS Core Tools => Lunar 01-16-09 10:22 aGaTHoS Core Tools Version => 20080303 02-09-09 00:52 dveatch Status new => resolved 02-09-09 00:52 dveatch Resolution open => fixed 02-09-09 00:52 dveatch Assigned To => dveatch 02-09-09 00:52 dveatch Note Added: 0000862 02-14-09 10:31 ratler Status resolved => closed ====================================================================== From lunar-bugs at lunar-linux.org Sat Feb 14 10:31:27 2009 From: lunar-bugs at lunar-linux.org (Lunar bug reports list) Date: Sat, 14 Feb 2009 10:31:27 +0100 Subject: [Lunar-bugs] [Lunar Linux Website 0000375]: Problem with de.lunar-linux.org Message-ID: The following issue has been CLOSED ====================================================================== http://bugs.lunar-linux.org/view.php?id=375 ====================================================================== Reported By: Sirocco Assigned To: ====================================================================== Project: Lunar Linux Website Issue ID: 375 Category: Other Reproducibility: always Severity: minor Priority: normal Status: closed Affected URL: /lunar folder related Refering URL: Browser: Other Browser Version: any Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 12-29-2008 13:07 CET Last Modified: 02-14-2009 10:31 CET ====================================================================== Summary: Problem with de.lunar-linux.org Description: Hi, download.lunar-linux.org points to 5 IP addresses. The IP address 87.230.5.191 is running a lighttpd server that doesn't contain the lunar folder. Therefore it's not possible to lin modules that uses files on lunar server. root at sirocco ~ # lin tar Checking dependencies for tar Downloading source file tar.1-1.21.gz for module tar --2008-12-29 13:00:49-- http://download.lunar-linux.org/lunar/patches/tar.1-1.21.gz Resolving download.lunar-linux.org... 87.230.5.191, 72.232.199.162, 138.48.2.101, ... Connecting to download.lunar-linux.org|87.230.5.191|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2008-12-29 13:00:49 ERROR 404: Not Found. --2008-12-29 13:00:49-- http://de.lunar-linux.org/lunar/cache/tar.1-1.21.gz Resolving de.lunar-linux.org... 87.230.5.191 Connecting to de.lunar-linux.org|87.230.5.191|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2008-12-29 13:00:51 ERROR 404: Not Found. 87.230.5.191 server should be removed from download.lunar-linux.org list or lunar folder should be added on this server. I was able to download file by forcing another IP adress in the hosts file. I wish you a happy new year, Guillaume ====================================================================== ---------------------------------------------------------------------- perldude - 12-29-08 17:29 ---------------------------------------------------------------------- two things: 1) the server was configured to listen for de.lunar-linux.org (I changed that). 2) there is no ./cache directory (I just mirror the rsync'd stuff). obviously cache/ is not provided by the master. I added the "download.lunar-linux.org" host to the server configuration. Jens Issue History Date Modified Username Field Change ====================================================================== 12-29-08 13:07 Sirocco New Issue 12-29-08 13:07 Sirocco Status new => assigned 12-29-08 13:07 Sirocco Assigned To => Striker 12-29-08 13:07 Sirocco Affected URL => /lunar folder related 12-29-08 13:07 Sirocco Browser => Other 12-29-08 13:07 Sirocco Browser Version => any 12-29-08 17:29 perldude Note Added: 0000853 12-29-08 21:55 Striker Assigned To Striker => 12-29-08 21:55 Striker Severity major => minor 12-29-08 21:55 Striker Status assigned => resolved 12-29-08 21:55 Striker Resolution open => fixed 12-29-08 21:55 Striker Category Bug Tracker => Other 12-29-08 21:55 Striker Summary Problem with download.lunar-linux.org => Problem with de.lunar-linux.org 02-14-09 10:31 ratler Status resolved => closed ====================================================================== From lunar-bugs at lunar-linux.org Sat Feb 14 10:31:28 2009 From: lunar-bugs at lunar-linux.org (Lunar bug reports list) Date: Sat, 14 Feb 2009 10:31:28 +0100 Subject: [Lunar-bugs] [Lunar Linux 0000260]: Error while configure momodevelop and gnome-sharp Message-ID: <905027843766c2dbc9efece867129b39@bugs.lunar-linux.org> The following issue has been CLOSED ====================================================================== http://bugs.lunar-linux.org/view.php?id=260 ====================================================================== Reported By: 0lvin Assigned To: florin ====================================================================== Project: Lunar Linux Issue ID: 260 Category: module Reproducibility: always Severity: trivial Priority: normal Status: closed Moonbase Version: 20070612.10 Core Tools: Lunar Core Tools Version: 20070612 Resolution: open Fixed in Version: ====================================================================== Date Submitted: 06-12-2007 14:04 CEST Last Modified: 02-14-2009 10:31 CET ====================================================================== Summary: Error while configure momodevelop and gnome-sharp Description: Hello. While configure gnome-sharp, it not found gtkhtml and not generate gtkhtml-sharp-2.0. As result monodevelop can not compile. This error can be resolved with patch for gnome-sharp 2.16 in Upload file. After patch all right. ====================================================================== ---------------------------------------------------------------------- florin - 12-29-08 20:20 ---------------------------------------------------------------------- All the csharp stuff and mono related was fixed and updated to the last version released. ---------------------------------------------------------------------- florin - 12-29-08 20:20 ---------------------------------------------------------------------- All the csharp stuff and mono related was fixed and updated to the last version released. Issue History Date Modified Username Field Change ====================================================================== 06-12-07 14:04 0lvin New Issue 06-12-07 14:04 0lvin File Added: gnome-sharp-2.16.0-gtkhtml3.14.patch 06-12-07 14:04 0lvin Moonbase Version => 20070612.10 06-12-07 14:04 0lvin Core Tools => Lunar 06-12-07 14:04 0lvin Core Tools Version => 20070612 06-12-07 14:11 0lvin Issue Monitored: 0lvin 06-12-07 14:12 0lvin Issue End Monitor: 0lvin 12-29-08 20:20 florin Note Added: 0000855 12-29-08 20:20 florin Assigned To => florin 12-29-08 20:20 florin Status new => resolved 12-29-08 20:20 florin Note Added: 0000856 02-14-09 10:31 ratler Status resolved => closed ====================================================================== From lunar-bugs at lunar-linux.org Sat Feb 14 10:31:28 2009 From: lunar-bugs at lunar-linux.org (Lunar bug reports list) Date: Sat, 14 Feb 2009 10:31:28 +0100 Subject: [Lunar-bugs] [Lunar Linux 0000316]: "openquicktime" won't compile Message-ID: The following issue has been CLOSED ====================================================================== http://bugs.lunar-linux.org/view.php?id=316 ====================================================================== Reported By: wo_dao Assigned To: florin ====================================================================== Project: Lunar Linux Issue ID: 316 Category: module Reproducibility: always Severity: trivial Priority: normal Status: closed Moonbase Version: 20071121.07 Core Tools: Lunar Core Tools Version: 20070623 Resolution: open Fixed in Version: ====================================================================== Date Submitted: 11-27-2007 06:58 CET Last Modified: 02-14-2009 10:31 CET ====================================================================== Summary: "openquicktime" won't compile Description: Tried compiling the "openquicktime" module, and it runs into some sort of error that I'm not sure what it is, though I see "lame" and "MP3" in there...I have lame installed anyhow... ====================================================================== ---------------------------------------------------------------------- florin - 12-29-08 20:18 ---------------------------------------------------------------------- I have remove this module from the moonbase. It is outdated and unmaintained by it's devs. Use libquicktime instead. Issue History Date Modified Username Field Change ====================================================================== 11-27-07 06:58 wo_dao New Issue 11-27-07 06:58 wo_dao Moonbase Version => 20071121.07 11-27-07 06:58 wo_dao Core Tools => Lunar 11-27-07 06:58 wo_dao Core Tools Version => 20070623 12-29-08 20:18 florin Note Added: 0000854 12-29-08 20:18 florin Assigned To => florin 12-29-08 20:18 florin Status new => resolved 02-14-09 10:31 ratler Status resolved => closed ====================================================================== From lunar-bugs at lunar-linux.org Sat Feb 14 10:31:28 2009 From: lunar-bugs at lunar-linux.org (Lunar bug reports list) Date: Sat, 14 Feb 2009 10:31:28 +0100 Subject: [Lunar-bugs] [Lunar Linux 0000363]: Cannot install libselinux Message-ID: <6ec564133d0054475f531d7acc1d7514@bugs.lunar-linux.org> The following issue has been CLOSED ====================================================================== http://bugs.lunar-linux.org/view.php?id=363 ====================================================================== Reported By: piggy Assigned To: florin ====================================================================== Project: Lunar Linux Issue ID: 363 Category: module Reproducibility: always Severity: minor Priority: normal Status: closed Moonbase Version: 2007MMDD.NN (I'm an idiot and didn't edit this field.) Core Tools: Lunar Core Tools Version: 2007MMDD (I'm an idiot and didn't edit this field.) Resolution: open Fixed in Version: ====================================================================== Date Submitted: 09-24-2008 09:17 CEST Last Modified: 02-14-2009 10:31 CET ====================================================================== Summary: Cannot install libselinux Description: Dear Sir. I cannot download and install libselinux while I use command #lin -r libselinux then it return error below. Could you please help me. Best Regards Piggy... ----------------------------------------------------------------- libselinux: Adding required dependency libsepol Checking dependencies for libselinux Downloading source file libsepol-1.16.12.tgz for module libsepol --14:13:49-- http://www.nsa.gov/selinux/archives/libsepol-1.16.12.tgz => `/tmp/libsepol-1.16.12.tgz' Connecting to 10.20.222.45|:8080... connected. Proxy request sent, awaiting response... 404 Not Found 14:13:53 ERROR 404: Not Found. --14:13:54-- http://download.lunar-linux.org/lunar/cache/libsepol-1.16.12.tgz => `/tmp/libsepol-1.16.12.tgz' Connecting to 10.20.222.45|:8080... connected. Proxy request sent, awaiting response... 404 Not Found 14:13:54 ERROR 404: Not Found. Building libsepol version 1.16.12 Missing libsepol-1.16.12.tgz Lunar Install aborting. Creating /var/log/lunar/compile/libsepol-1.16.12.bz2 ! Problem detected during PRE_BUILD ====================================================================== ---------------------------------------------------------------------- florin - 12-29-08 15:33 ---------------------------------------------------------------------- I have bumped the version to 1.16.14. It compiles and installs OK now. Issue History Date Modified Username Field Change ====================================================================== 09-24-08 09:17 piggy New Issue 09-24-08 09:17 piggy Moonbase Version => 2007MMDD.NN (I'm an idiot and didn't edit this field.) 09-24-08 09:17 piggy Core Tools => Lunar 09-24-08 09:17 piggy Core Tools Version => 2007MMDD (I'm an idiot and didn't edit this field.) 12-29-08 15:33 florin Note Added: 0000852 12-29-08 15:33 florin Assigned To => florin 12-29-08 15:33 florin Status new => resolved 02-14-09 10:31 ratler Status resolved => closed ====================================================================== From lunar-bugs at lunar-linux.org Sat Feb 14 10:31:29 2009 From: lunar-bugs at lunar-linux.org (Lunar bug reports list) Date: Sat, 14 Feb 2009 10:31:29 +0100 Subject: [Lunar-bugs] [Lunar Linux 0000373]: rkhunter lacks of INSTALLDIR variable set at compile time Message-ID: <0c6db33028864eea7907309528ba9105@bugs.lunar-linux.org> The following issue has been CLOSED ====================================================================== http://bugs.lunar-linux.org/view.php?id=373 ====================================================================== Reported By: aGaTHoS Assigned To: florin ====================================================================== Project: Lunar Linux Issue ID: 373 Category: module Reproducibility: always Severity: minor Priority: normal Status: closed Moonbase Version: 20081220.04 Core Tools: Lunar Core Tools Version: 20080303 Resolution: open Fixed in Version: ====================================================================== Date Submitted: 12-20-2008 18:28 CET Last Modified: 02-14-2009 10:31 CET ====================================================================== Summary: rkhunter lacks of INSTALLDIR variable set at compile time Description: when executing rkhunter with any command like --chek or --update or --propupdate it gives that error: # rkhunter --check Invalid INSTALLDIR configuration option - no installation directory specified ====================================================================== ---------------------------------------------------------------------- aGaTHoS - 12-23-08 22:31 ---------------------------------------------------------------------- Weel, It seems a variable in rkhunter.config has changed its default value, and in lunar BUILD script a sedit is doing wrong so it doesn't write the correct value for INSTALLDIR I've modified the BUILD script, and it works for me. These are the contents of my BUILD script (using the rkhunter installer.sh): ( prepare_install && ./installer.sh --layout '/usr' --install ) > $C_FIFO 2>&1 ---------------------------------------------------------------------- florin - 12-29-08 15:22 ---------------------------------------------------------------------- I have tested and applied the proposed solution. Thank You. Issue History Date Modified Username Field Change ====================================================================== 12-20-08 18:28 aGaTHoS New Issue 12-20-08 18:28 aGaTHoS Moonbase Version => 20081220.04 12-20-08 18:28 aGaTHoS Core Tools => Lunar 12-20-08 18:28 aGaTHoS Core Tools Version => 20080303 12-23-08 22:31 aGaTHoS Note Added: 0000850 12-29-08 15:22 florin Note Added: 0000851 12-29-08 15:22 florin Assigned To => florin 12-29-08 15:22 florin Status new => resolved 02-14-09 10:31 ratler Status resolved => closed ====================================================================== From lunar-bugs at lunar-linux.org Sat Feb 14 10:31:29 2009 From: lunar-bugs at lunar-linux.org (Lunar bug reports list) Date: Sat, 14 Feb 2009 10:31:29 +0100 Subject: [Lunar-bugs] [Lunar Linux 0000374]: lin ngrep fails Message-ID: The following issue has been CLOSED ====================================================================== http://bugs.lunar-linux.org/view.php?id=374 ====================================================================== Reported By: aGaTHoS Assigned To: florin ====================================================================== Project: Lunar Linux Issue ID: 374 Category: module Reproducibility: always Severity: minor Priority: normal Status: closed Moonbase Version: 20081223.16 Core Tools: Lunar Core Tools Version: 20080303 Resolution: open Fixed in Version: ====================================================================== Date Submitted: 12-24-2008 05:34 CET Last Modified: 02-14-2009 10:31 CET ====================================================================== Summary: lin ngrep fails Description: ngrep fails to install at configuration time when checking for pcap headers I've attached the compile log ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 12-24-08 05:34 aGaTHoS New Issue 12-24-08 05:34 aGaTHoS File Added: ngrep-1.45.bz2 12-24-08 05:34 aGaTHoS Moonbase Version => 20081223.16 12-24-08 05:34 aGaTHoS Core Tools => Lunar 12-24-08 05:34 aGaTHoS Core Tools Version => 20080303 12-29-08 15:02 florin Assigned To => florin 12-29-08 15:02 florin Status new => resolved 12-29-08 15:02 florin Additional Information Updated 02-14-09 10:31 ratler Status resolved => closed ====================================================================== From lunar-bugs at lunar-linux.org Sat Feb 14 10:31:30 2009 From: lunar-bugs at lunar-linux.org (Lunar bug reports list) Date: Sat, 14 Feb 2009 10:31:30 +0100 Subject: [Lunar-bugs] [Lunar Linux 0000372]: libmad shared libraries and bad named (ex: /usr/lib/libmad.0.2.1 instead of libmad.so.0.2.1) Message-ID: <6a39c5a9d6653855b4eae953c96b10b6@bugs.lunar-linux.org> The following issue has been CLOSED ====================================================================== http://bugs.lunar-linux.org/view.php?id=372 ====================================================================== Reported By: aGaTHoS Assigned To: Moe ====================================================================== Project: Lunar Linux Issue ID: 372 Category: module Reproducibility: always Severity: minor Priority: normal Status: closed Moonbase Version: 20081208.04 Core Tools: Lunar Core Tools Version: 20080303 Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 12-08-2008 17:16 CET Last Modified: 02-14-2009 10:31 CET ====================================================================== Summary: libmad shared libraries and bad named (ex: /usr/lib/libmad.0.2.1 instead of libmad.so.0.2.1) Description: libmad shared libraries are bad named So dependencies of libmad which compile against it as a dynamic library fail (like sox). ====================================================================== ---------------------------------------------------------------------- Moe - 12-16-08 10:45 ---------------------------------------------------------------------- This should be resolved. I just added a fix. Please give it a whirl and report back. Thank you. ---------------------------------------------------------------------- aGaTHoS - 12-20-08 18:20 ---------------------------------------------------------------------- confirmed, now it creates: /usr/lib/libmad.so /usr/lib/libmad.so.0 /usr/lib/libmad.so.0.2.1 ---------------------------------------------------------------------- Moe - 12-20-08 18:27 ---------------------------------------------------------------------- See user report. Issue History Date Modified Username Field Change ====================================================================== 12-08-08 17:16 aGaTHoS New Issue 12-08-08 17:16 aGaTHoS Moonbase Version => 20081208.04 12-08-08 17:16 aGaTHoS Core Tools => Lunar 12-08-08 17:16 aGaTHoS Core Tools Version => 20080303 12-16-08 10:45 Moe Note Added: 0000846 12-16-08 10:45 Moe Assigned To => Moe 12-16-08 10:45 Moe Status new => feedback 12-20-08 18:20 aGaTHoS Note Added: 0000848 12-20-08 18:27 Moe Status feedback => resolved 12-20-08 18:27 Moe Resolution open => fixed 12-20-08 18:27 Moe Note Added: 0000849 02-14-09 10:31 ratler Status resolved => closed ====================================================================== From lunar-bugs at lunar-linux.org Sat Feb 14 10:31:31 2009 From: lunar-bugs at lunar-linux.org (Lunar bug reports list) Date: Sat, 14 Feb 2009 10:31:31 +0100 Subject: [Lunar-bugs] [Lunar Linux 0000370]: rdiff-backup module compile error Message-ID: <59c521654d5e307be8a7f7e103764ddd@bugs.lunar-linux.org> The following issue has been CLOSED ====================================================================== http://bugs.lunar-linux.org/view.php?id=370 ====================================================================== Reported By: aGaTHoS Assigned To: Moe ====================================================================== Project: Lunar Linux Issue ID: 370 Category: module Reproducibility: always Severity: minor Priority: normal Status: closed Moonbase Version: 20081206.10 Core Tools: Lunar Core Tools Version: 20080303 Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 12-06-2008 14:18 CET Last Modified: 02-14-2009 10:31 CET ====================================================================== Summary: rdiff-backup module compile error Description: rdiff-backup module fails to compile, the error suggests recompile with -fPIC ====================================================================== ---------------------------------------------------------------------- aGaTHoS - 12-07-08 19:02 ---------------------------------------------------------------------- I have finally solved this problem, librsync lacks of shared libraries so I have modified librsync module adding a CONFIGURE with only this contents: OPTS="$OPTS --enable-shared" Also I have modified rdiff-backup module because it was out of date, I've modified the version to the last 1.2.2 Then lin librsync rdiff-backup, and it works. Should I "lvu submit librsync rdiff-backup" ? ---------------------------------------------------------------------- Moe - 12-16-08 10:45 ---------------------------------------------------------------------- Fixed by newer version. Issue History Date Modified Username Field Change ====================================================================== 12-06-08 14:18 aGaTHoS New Issue 12-06-08 14:18 aGaTHoS File Added: rdiff-backup-1.0.5.bz2 12-06-08 14:18 aGaTHoS Moonbase Version => 20081206.10 12-06-08 14:18 aGaTHoS Core Tools => Lunar 12-06-08 14:18 aGaTHoS Core Tools Version => 20080303 12-07-08 19:02 aGaTHoS Note Added: 0000845 12-16-08 10:45 Moe Status new => resolved 12-16-08 10:45 Moe Resolution open => fixed 12-16-08 10:45 Moe Assigned To => Moe 12-16-08 10:45 Moe Note Added: 0000847 02-14-09 10:31 ratler Status resolved => closed ====================================================================== From lunar-bugs at lunar-linux.org Sat Feb 14 10:31:31 2009 From: lunar-bugs at lunar-linux.org (Lunar bug reports list) Date: Sat, 14 Feb 2009 10:31:31 +0100 Subject: [Lunar-bugs] [Lunar Linux 0000371]: sha1sum check failed for kiwi version 1.9.19 Message-ID: <4aebdb7497969c6ca9dd51a5f8b247c1@bugs.lunar-linux.org> The following issue has been CLOSED ====================================================================== http://bugs.lunar-linux.org/view.php?id=371 ====================================================================== Reported By: aGaTHoS Assigned To: Moe ====================================================================== Project: Lunar Linux Issue ID: 371 Category: module Reproducibility: always Severity: minor Priority: normal Status: closed Moonbase Version: 20081206.10 Core Tools: Lunar Core Tools Version: 20080303 Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 12-06-2008 15:04 CET Last Modified: 02-14-2009 10:31 CET ====================================================================== Summary: sha1sum check failed for kiwi version 1.9.19 Description: sha1sum check failed for kiwi version 1.9.19 ====================================================================== ---------------------------------------------------------------------- Moe - 12-06-08 18:13 ---------------------------------------------------------------------- Fixed in git moonbase. Issue History Date Modified Username Field Change ====================================================================== 12-06-08 15:04 aGaTHoS New Issue 12-06-08 15:04 aGaTHoS Moonbase Version => 20081206.10 12-06-08 15:04 aGaTHoS Core Tools => Lunar 12-06-08 15:04 aGaTHoS Core Tools Version => 20080303 12-06-08 18:13 Moe Status new => resolved 12-06-08 18:13 Moe Resolution open => fixed 12-06-08 18:13 Moe Assigned To => Moe 12-06-08 18:13 Moe Note Added: 0000844 02-14-09 10:31 ratler Status resolved => closed ====================================================================== From lunar-bugs at lunar-linux.org Sat Feb 14 10:31:32 2009 From: lunar-bugs at lunar-linux.org (Lunar bug reports list) Date: Sat, 14 Feb 2009 10:31:32 +0100 Subject: [Lunar-bugs] [Lunar Linux 0000365]: mirage 0.9 doesn't work anymore after updating python to ver 2.6 Message-ID: The following issue has been CLOSED ====================================================================== http://bugs.lunar-linux.org/view.php?id=365 ====================================================================== Reported By: gb Assigned To: ====================================================================== Project: Lunar Linux Issue ID: 365 Category: module Reproducibility: always Severity: minor Priority: normal Status: closed Moonbase Version: 20081018.08 Core Tools: Lunar Core Tools Version: 20080303 Resolution: open Fixed in Version: ====================================================================== Date Submitted: 10-18-2008 14:00 CEST Last Modified: 02-14-2009 10:31 CET ====================================================================== Summary: mirage 0.9 doesn't work anymore after updating python to ver 2.6 Description: Does mirage like the latest python? I tried re-lining mirage, but is didn't do the trick. Maybe I forgot something important? ====================================================================== ---------------------------------------------------------------------- engelsman - 10-20-08 09:57 ---------------------------------------------------------------------- Javier Adrian Ortiz de la Tabla submitted an update to 0.9.3 This builds for me, although there are warnings at run-time. Can you please confirm that it builds for you? ---------------------------------------------------------------------- engelsman - 10-20-08 10:00 ---------------------------------------------------------------------- should be fixed Issue History Date Modified Username Field Change ====================================================================== 10-18-08 14:00 gb New Issue 10-18-08 14:00 gb Moonbase Version => 20081018.08 10-18-08 14:00 gb Core Tools => Lunar 10-18-08 14:00 gb Core Tools Version => 20080303 10-18-08 14:01 gb Issue Monitored: gb 10-20-08 09:57 engelsman Note Added: 0000837 10-20-08 10:00 engelsman Note Added: 0000838 10-20-08 10:00 engelsman Status new => resolved 02-14-09 10:31 ratler Status resolved => closed ====================================================================== From lunar-bugs at lunar-linux.org Sat Feb 14 13:53:54 2009 From: lunar-bugs at lunar-linux.org (Lunar bug reports list) Date: Sat, 14 Feb 2009 13:53:54 +0100 Subject: [Lunar-bugs] [Lunar Linux 0000379]: ghostscript 8.64 doesn't compile Message-ID: <50d2b4bae856ccb932e1fddad948c613@bugs.lunar-linux.org> The following issue has been SUBMITTED. ====================================================================== http://bugs.lunar-linux.org/view.php?id=379 ====================================================================== Reported By: gb Assigned To: ====================================================================== Project: Lunar Linux Issue ID: 379 Category: module Reproducibility: always Severity: minor Priority: normal Status: new Moonbase Version: 20090214.11 Core Tools: Lunar Core Tools Version: 20080303 ====================================================================== Date Submitted: 02-14-2009 13:53 CET Last Modified: 02-14-2009 13:53 CET ====================================================================== Summary: ghostscript 8.64 doesn't compile Description: > lin -cr ghostscript ghostscript: Use optional (installed) module XOrg7 Purpose: For an X frontend ? [y] n ghostscript: Install & use optional (not installed) module ijs Purpose: For ijs driver support ? [n] n Checking dependencies for ghostscript Building ghostscript version 8.64 (...) gcc -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -O2 -march=x86-64 -pipe -fPIC -DUSE_LIBPAPER -I./base -o ./obj/genarch ./base/genarch.c ./obj/genarch ./obj/arch.h gcc -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FILE64 -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -O2 -march=x86-64 -pipe -fPIC -DUSE_LIBPAPER -I./obj -I./base -o ./obj/gp_getnv.o -c ./base/gp_getnv.c gcc -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FILE64 -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -O2 -march=x86-64 -pipe -fPIC -DUSE_LIBPAPER -I./obj -I./base -o ./obj/gp_upapr.o -c ./base/gp_upapr.c ./base/gp_upapr.c:18:19: error: paper.h: No such file or directory ./base/gp_upapr.c: In function 'gp_defaultpapersize': ./base/gp_upapr.c:32: warning: implicit declaration of function 'systempapername' ./base/gp_upapr.c:32: warning: initialization makes pointer from integer without a cast make: *** [obj/gp_upapr.o] Error 1 Creating /var/log/lunar/compile/ghostscript-8.64.bz2 ! Problem detected during BUILD Attached full compilation log. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 02-14-09 13:53 gb New Issue 02-14-09 13:53 gb File Added: ghostscript-8.64.bz2 02-14-09 13:53 gb Moonbase Version => 20090214.11 02-14-09 13:53 gb Core Tools => Lunar 02-14-09 13:53 gb Core Tools Version => 20080303 ====================================================================== From lunar-bugs at lunar-linux.org Sat Feb 14 14:01:34 2009 From: lunar-bugs at lunar-linux.org (Lunar bug reports list) Date: Sat, 14 Feb 2009 14:01:34 +0100 Subject: [Lunar-bugs] [Lunar Linux 0000380]: glade2 2.12.2 doesn't compile anymore Message-ID: <6b09760371ef3f3fe670067bc5259a87@bugs.lunar-linux.org> The following issue has been SUBMITTED. ====================================================================== http://bugs.lunar-linux.org/view.php?id=380 ====================================================================== Reported By: gb Assigned To: ====================================================================== Project: Lunar Linux Issue ID: 380 Category: module Reproducibility: always Severity: minor Priority: normal Status: new Moonbase Version: 20090214.11 Core Tools: Lunar Core Tools Version: 20080303 ====================================================================== Date Submitted: 02-14-2009 14:01 CET Last Modified: 02-14-2009 14:01 CET ====================================================================== Summary: glade2 2.12.2 doesn't compile anymore Description: > lin -cr glade2 glade2: Use optional (installed) module libgnomeprintui Purpose: for GNOME widget support ? [y] y glade2: Install & use optional (not installed) module libgnomedb Purpose: for gnome-db widget support ? [n] n Checking dependencies for glade2 Building glade2 version 2.12.2 (...) gcc -DHAVE_CONFIG_H -I. -I../.. -DORBIT2=1 -pthread -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0 -O2 -march=x86-64 -pipe -MT gbclist.o -MD -MP -MF .deps/gbclist.Tpo -c -o gbclist.o gbclist.c In file included from /usr/include/gtk-2.0/gtk/gtk.h:222, from /usr/include/gtk-2.0/gtk/gtksignal.h:32, from /usr/include/gtk-2.0/gtk/gtkclist.h:34, from gbclist.c:22: /usr/include/gtk-2.0/gtk/gtkctree.h:110: error: expected specifier-qualifier-list before 'GtkCList' /usr/include/gtk-2.0/gtk/gtkctree.h:127: error: expected specifier-qualifier-list before 'GtkCListClass' /usr/include/gtk-2.0/gtk/gtkctree.h:149: error: expected specifier-qualifier-list before 'GtkCListRow' /usr/include/gtk-2.0/gtk/gtkctree.h:342: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gtk_ctree_node_get_cell_type' make[3]: *** [gbclist.o] Error 1 make[3]: Leaving directory `/usr/src/glade-2.12.2/glade/gbwidgets' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/glade-2.12.2/glade' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/glade-2.12.2' make: *** [all] Error 2 Creating /var/log/lunar/compile/glade2-2.12.2.bz2 ! Problem detected during BUILD Full compilation log attached. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 02-14-09 14:01 gb New Issue 02-14-09 14:01 gb File Added: glade2-2.12.2.bz2 02-14-09 14:01 gb Moonbase Version => 20090214.11 02-14-09 14:01 gb Core Tools => Lunar 02-14-09 14:01 gb Core Tools Version => 20080303 ====================================================================== From lunar-bugs at lunar-linux.org Sat Feb 14 15:10:49 2009 From: lunar-bugs at lunar-linux.org (Lunar bug reports list) Date: Sat, 14 Feb 2009 15:10:49 +0100 Subject: [Lunar-bugs] [Lunar Linux 0000379]: ghostscript 8.64 doesn't compile Message-ID: The following issue has been RESOLVED. ====================================================================== http://bugs.lunar-linux.org/view.php?id=379 ====================================================================== Reported By: gb Assigned To: dveatch ====================================================================== Project: Lunar Linux Issue ID: 379 Category: module Reproducibility: always Severity: minor Priority: normal Status: resolved Moonbase Version: 20090214.11 Core Tools: Lunar Core Tools Version: 20080303 Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 02-14-2009 13:53 CET Last Modified: 02-14-2009 15:10 CET ====================================================================== Summary: ghostscript 8.64 doesn't compile Description: > lin -cr ghostscript ghostscript: Use optional (installed) module XOrg7 Purpose: For an X frontend ? [y] n ghostscript: Install & use optional (not installed) module ijs Purpose: For ijs driver support ? [n] n Checking dependencies for ghostscript Building ghostscript version 8.64 (...) gcc -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -O2 -march=x86-64 -pipe -fPIC -DUSE_LIBPAPER -I./base -o ./obj/genarch ./base/genarch.c ./obj/genarch ./obj/arch.h gcc -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FILE64 -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -O2 -march=x86-64 -pipe -fPIC -DUSE_LIBPAPER -I./obj -I./base -o ./obj/gp_getnv.o -c ./base/gp_getnv.c gcc -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FILE64 -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -O2 -march=x86-64 -pipe -fPIC -DUSE_LIBPAPER -I./obj -I./base -o ./obj/gp_upapr.o -c ./base/gp_upapr.c ./base/gp_upapr.c:18:19: error: paper.h: No such file or directory ./base/gp_upapr.c: In function 'gp_defaultpapersize': ./base/gp_upapr.c:32: warning: implicit declaration of function 'systempapername' ./base/gp_upapr.c:32: warning: initialization makes pointer from integer without a cast make: *** [obj/gp_upapr.o] Error 1 Creating /var/log/lunar/compile/ghostscript-8.64.bz2 ! Problem detected during BUILD Attached full compilation log. ====================================================================== ---------------------------------------------------------------------- dveatch - 02-14-09 15:10 ---------------------------------------------------------------------- The problem is configure looking in the wrong include path for paper.h. The BUILD and DEPENDS have been changed and committed to moonbase Thank you. Issue History Date Modified Username Field Change ====================================================================== 02-14-09 13:53 gb New Issue 02-14-09 13:53 gb File Added: ghostscript-8.64.bz2 02-14-09 13:53 gb Moonbase Version => 20090214.11 02-14-09 13:53 gb Core Tools => Lunar 02-14-09 13:53 gb Core Tools Version => 20080303 02-14-09 13:54 gb Issue Monitored: gb 02-14-09 15:10 dveatch Status new => resolved 02-14-09 15:10 dveatch Resolution open => fixed 02-14-09 15:10 dveatch Assigned To => dveatch 02-14-09 15:10 dveatch Note Added: 0000864 ====================================================================== From lunar-bugs at lunar-linux.org Sat Feb 14 16:39:57 2009 From: lunar-bugs at lunar-linux.org (Lunar bug reports list) Date: Sat, 14 Feb 2009 16:39:57 +0100 Subject: [Lunar-bugs] [Lunar Linux 0000376]: groff update failed, missing dependency? Message-ID: The following issue has been CLOSED ====================================================================== http://bugs.lunar-linux.org/view.php?id=376 ====================================================================== Reported By: aGaTHoS Assigned To: sofar ====================================================================== Project: Lunar Linux Issue ID: 376 Category: ISO Reproducibility: always Severity: minor Priority: normal Status: closed Moonbase Version: 20090107.12 Core Tools: Lunar Core Tools Version: 20080303 Resolution: open Fixed in Version: ====================================================================== Date Submitted: 01-07-2009 14:23 CET Last Modified: 02-14-2009 16:39 CET ====================================================================== Summary: groff update failed, missing dependency? Description: groffs fails to be updated in my system, compiles but it not founds some programs to complete the installation (for example xpmtoppm). ====================================================================== ---------------------------------------------------------------------- hittis - 01-08-09 11:59 ---------------------------------------------------------------------- Got this reply from the groff devels: ----------------------------------------------------------------------- > I'm unable to compile the new groff from source > > xpmtoppm ./gnu.xpm | pnmdepth 15 | \ > pnmtops -noturn -rle >gnu.eps > /bin/sh: xpmtoppm: command not found > /bin/sh: pnmdepth: command not found > /bin/sh: line 1: pnmtops: command not found Oops! This is a packaging error. During `make dist', gnu.eps is created but then deleted. > Any advice? Are ghostscript, psutils and netpbm required > dependancies now? No. Attached is gnu.eps; simply put it into the `doc' directory (and make sure that its time stamp is recent). Will release 1.20.1 soon. Werner ------------------------------------------- I'll make the file available for download at: http://www.graeser.se/lunar/extras/gnu.eps Here's a diff I tested it with: ------------------------------------------- diff a/doc-tools/groff b/doc-tools/groff --- a/doc-tools/groff/BUILD 2009-01-08 05:57:36.000000000 +0100 +++ b/doc-tools/groff/BUILD 2009-01-08 12:58:26.000000000 +0100 @@ -1,5 +1,5 @@ ( - + cp $SOURCE_CACHE/gnu.eps $SOURCE_DIRECTORY/doc default_build && cd /usr/bin && if [ ! -e geqn ] ; then --- a/doc-tools/groff/DEPENDS 2009-01-08 05:57:36.000000000 +0100 +++ b/doc-tools/groff/DEPENDS 2009-01-08 12:03:11.000000000 +0100 @@ -1,2 +1 @@ depends bison -depends netpbm --- a/doc-tools/groff/DETAILS 2009-01-08 05:57:36.000000000 +0100 +++ b/doc-tools/groff/DETAILS 2009-01-08 12:49:43.000000000 +0100 @@ -1,11 +1,13 @@ MODULE=groff VERSION=1.20 SOURCE=$MODULE-$VERSION.tar.gz + SOURCE2=gnu.eps SOURCE_URL[0]=$GNU_URL/$MODULE + SOURCE2_URL=http://www.graeser.se/lunar/extras SOURCE_VFY=sha1:f5305a98b740d08e1db2d42ffff3168cccaa7fc9 WEB_SITE=http://www.gnu.org/software/groff/groff.html ENTERED=20010922 - UPDATED=20090106 + UPDATED=20090108 SHORT="A device-independent document processor/formatter" PSAFE=no ---------------------------------------------------------------------- hittis - 01-12-09 10:54 ---------------------------------------------------------------------- Since groff-1.20.1 is available resolving this issue and since moonbase is updated to use 1.20.1 - this bug can and should be closed. ---------------------------------------------------------------------- hittis - 01-12-09 16:02 ---------------------------------------------------------------------- Correction - to resolve this issue for version 1.20: module "netpbm" was added as an unconditional dependency, it should be removed again since the problem was related to the packaging error and not a missing dependency. Please remove "depends netpbm" from DEPENDS. I thought that was done when the version was updated to 1.20.1. ---------------------------------------------------------------------- dveatch - 02-14-09 16:39 ---------------------------------------------------------------------- netpbm was added as a depends. See git commit 96ac2d9a54256b49dea61a17f9f46f00547d9de1ESC . I also added psutils for groff's HTML backend support. Issue History Date Modified Username Field Change ====================================================================== 01-07-09 14:23 aGaTHoS New Issue 01-07-09 14:23 aGaTHoS Status new => assigned 01-07-09 14:23 aGaTHoS Assigned To => sofar 01-07-09 14:23 aGaTHoS File Added: groff-1.20.bz2 01-07-09 14:23 aGaTHoS Moonbase Version => 20090107.12 01-07-09 14:23 aGaTHoS Core Tools => Lunar 01-07-09 14:23 aGaTHoS Core Tools Version => 20080303 01-08-09 11:59 hittis Note Added: 0000857 01-08-09 11:59 hittis File Added: gnu.eps 01-12-09 10:54 hittis Note Added: 0000858 01-12-09 16:02 hittis Note Added: 0000859 02-14-09 16:39 dveatch Status assigned => closed 02-14-09 16:39 dveatch Note Added: 0000865 ====================================================================== From lunar-bugs at lunar-linux.org Sun Feb 22 20:10:22 2009 From: lunar-bugs at lunar-linux.org (Lunar bug reports list) Date: Sun, 22 Feb 2009 20:10:22 +0100 Subject: [Lunar-bugs] [Lunar Linux 0000381]: lunar fixdepends doesn't work as expected Message-ID: <1820dec5af89aef5a63df22ac8d7328d@bugs.lunar-linux.org> The following issue has been SUBMITTED. ====================================================================== http://bugs.lunar-linux.org/view.php?id=381 ====================================================================== Reported By: aGaTHoS Assigned To: sofar ====================================================================== Project: Lunar Linux Issue ID: 381 Category: lunar Reproducibility: always Severity: minor Priority: normal Status: assigned Moonbase Version: 20090222.15 Core Tools: Lunar Core Tools Version: 20080303 ====================================================================== Date Submitted: 02-22-2009 20:10 CET Last Modified: 02-22-2009 20:10 CET ====================================================================== Summary: lunar fixdepends doesn't work as expected Description: That's the case: I've written a modification of sodipodi module in zlocal because I had libgnomeprint, libgnomeprintui, ... installed on my system only for sodipodi module (as said by lvu depends sodipodi). So I search in the sodipodi configure and see that I can disable libgnomeprint support so I wrote a modification for myself in zlocal for the module changing: depends libgnomeprintui for: optional_depends "libgnomeprintui" "--with-gnome-print" "--without-gnome-print" "for gnome print frontend" And then I uninstall the unused libraries (libgnomeprintui and dependencies not used anymore) and recompile sodipodi without libgnomeprintui but still wants to intall libgnomeprintui, ... again I ran lunar fixdepends, but still the same so I have a look at /var/state/lunar/depends and is correct: sodipodi:libgnomeprintui:off:optional:--with-gnome-print:--without-gnome-print but not in /var/state/lunar/depends.cache: (two separate set of entries for sodipodi) one set with: sodipodi:libgnomeprintui:required::: another one with the line: sodipodi:libgnomeprintui:optional:--with-gnome-print:--without-gnome-print:for gnome print frontend So depends.cache is not being well managed. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 02-22-09 20:10 aGaTHoS New Issue 02-22-09 20:10 aGaTHoS Status new => assigned 02-22-09 20:10 aGaTHoS Assigned To => sofar 02-22-09 20:10 aGaTHoS Moonbase Version => 20090222.15 02-22-09 20:10 aGaTHoS Core Tools => Lunar 02-22-09 20:10 aGaTHoS Core Tools Version => 20080303 ====================================================================== From lunar-bugs at lunar-linux.org Tue Feb 24 03:42:02 2009 From: lunar-bugs at lunar-linux.org (Lunar bug reports list) Date: Tue, 24 Feb 2009 03:42:02 +0100 Subject: [Lunar-bugs] [Lunar Linux 0000382]: If no interface up (or found) lin dies Message-ID: <128fdcde2e0a76df4efbb0831b4a4556@bugs.lunar-linux.org> The following issue has been SUBMITTED. ====================================================================== http://bugs.lunar-linux.org/view.php?id=382 ====================================================================== Reported By: jeebusroxors Assigned To: sofar ====================================================================== Project: Lunar Linux Issue ID: 382 Category: lunar-tools Reproducibility: always Severity: trivial Priority: normal Status: assigned Moonbase Version: 20090223.09 Core Tools: Theedge Core Tools Version: 20080303 ====================================================================== Date Submitted: 02-24-2009 03:42 CET Last Modified: 02-24-2009 03:42 CET ====================================================================== Summary: If no interface up (or found) lin dies Description: If there is no eth interface up lin will hang with: /var/lib/lunar/functions/connect.lunar: line 42: pon: command not found ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 02-24-09 03:42 jeebusroxors New Issue 02-24-09 03:42 jeebusroxors Status new => assigned 02-24-09 03:42 jeebusroxors Assigned To => sofar 02-24-09 03:42 jeebusroxors Moonbase Version => 20090223.09 02-24-09 03:42 jeebusroxors Core Tools => Theedge 02-24-09 03:42 jeebusroxors Core Tools Version => 20080303 ======================================================================