* [Buildroot] [PATCH] bump cups 1.3 to latest patchlevel 1.3.11
@ 2010-09-07 18:37 Marcus Osdoba
2010-09-09 19:31 ` [Buildroot] cups 1.3.11 lib not found Marcus Osdoba
0 siblings, 1 reply; 2+ messages in thread
From: Marcus Osdoba @ 2010-09-07 18:37 UTC (permalink / raw)
To: buildroot
version 1.4.x is the recent stable
Signed-off-by: Marcus Osdoba <marcus.osdoba@googlemail.com>
---
package/cups/cups-no-tests-man.patch | 4 ++--
package/cups/cups.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/cups/cups-no-tests-man.patch b/package/cups/cups-no-tests-man.patch
index 567c801..65389ec 100644
--- a/package/cups/cups-no-tests-man.patch
+++ b/package/cups/cups-no-tests-man.patch
@@ -5,9 +5,9 @@
#
-DIRS = cups backend berkeley cgi-bin filter locale man monitor \
-- notifier $(PDFTOPS) scheduler systemv test \
+- notifier scheduler systemv test \
+DIRS = cups backend berkeley cgi-bin filter locale monitor \
-+ notifier $(PDFTOPS) scheduler systemv \
++ notifier scheduler systemv \
$(PHPDIR) \
conf data doc $(FONTS) ppd templates
diff --git a/package/cups/cups.mk b/package/cups/cups.mk
index 776fb57..cd854e4 100644
--- a/package/cups/cups.mk
+++ b/package/cups/cups.mk
@@ -3,7 +3,7 @@
# cups
#
################################################################################
-CUPS_VERSION = 1.3.9
+CUPS_VERSION = 1.3.11
CUPS_NAME = cups-$(CUPS_VERSION)
CUPS_DIR = $(BUILD_DIR)/$(CUPS_NAME)
CUPS_SITE = http://ftp.easysw.com/pub/cups/$(CUPS_VERSION)
@@ -97,7 +97,7 @@ $(CUPS_DIR)/.configured: $(CUPS_DIR)/.unpacked
$(CUPS_DIR)/.compiled: $(CUPS_DIR)/.configured
$(MAKE) CFLAGS="$(CUPS_CFLAGS)" -C $(CUPS_DIR) cups backend berkeley cgi-bin filter \
- locale monitor notifier pdftops scheduler systemv scripting/php \
+ locale monitor notifier scheduler systemv scripting/php \
conf data doc fonts ppd templates
touch $@
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] cups 1.3.11 lib not found
2010-09-07 18:37 [Buildroot] [PATCH] bump cups 1.3 to latest patchlevel 1.3.11 Marcus Osdoba
@ 2010-09-09 19:31 ` Marcus Osdoba
0 siblings, 0 replies; 2+ messages in thread
From: Marcus Osdoba @ 2010-09-09 19:31 UTC (permalink / raw)
To: buildroot
Hi,
Ok... after launching cups on my DockStar, I get a lib not found:
$ /etc/init.d/cups start
/usr/sbin/cupsd: can't load library 'libcups.so.2'
cups: unable to start scheduler.
$ ls -l /lib|grep cup
$
I've found them in the staging dir in lib64:
ossy at debian-virtual:~/buildroot/buildroot-dev/output/staging$ find .
-name *libcup*
./usr/lib64/libcups.so.2
./usr/lib64/libcups.so
./usr/lib64/libcupsimage.so.2
./usr/lib64/libcupsimage.so
So do not apply this patch. Maybe the older version 1.3.9 breaks there too.
I will try to convert the newer version 1.4.4 to autotargets.
Am 07.09.2010 20:37, schrieb Marcus Osdoba:
> version 1.4.x is the recent stable
>
> Signed-off-by: Marcus Osdoba<marcus.osdoba@googlemail.com>
> ---
> package/cups/cups-no-tests-man.patch | 4 ++--
> package/cups/cups.mk | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/cups/cups-no-tests-man.patch b/package/cups/cups-no-tests-man.patch
> index 567c801..65389ec 100644
> --- a/package/cups/cups-no-tests-man.patch
> +++ b/package/cups/cups-no-tests-man.patch
> @@ -5,9 +5,9 @@
> #
>
> -DIRS = cups backend berkeley cgi-bin filter locale man monitor \
> -- notifier $(PDFTOPS) scheduler systemv test \
> +- notifier scheduler systemv test \
> +DIRS = cups backend berkeley cgi-bin filter locale monitor \
> -+ notifier $(PDFTOPS) scheduler systemv \
> ++ notifier scheduler systemv \
> $(PHPDIR) \
> conf data doc $(FONTS) ppd templates
>
> diff --git a/package/cups/cups.mk b/package/cups/cups.mk
> index 776fb57..cd854e4 100644
> --- a/package/cups/cups.mk
> +++ b/package/cups/cups.mk
> @@ -3,7 +3,7 @@
> # cups
> #
> ################################################################################
> -CUPS_VERSION = 1.3.9
> +CUPS_VERSION = 1.3.11
> CUPS_NAME = cups-$(CUPS_VERSION)
> CUPS_DIR = $(BUILD_DIR)/$(CUPS_NAME)
> CUPS_SITE = http://ftp.easysw.com/pub/cups/$(CUPS_VERSION)
> @@ -97,7 +97,7 @@ $(CUPS_DIR)/.configured: $(CUPS_DIR)/.unpacked
>
> $(CUPS_DIR)/.compiled: $(CUPS_DIR)/.configured
> $(MAKE) CFLAGS="$(CUPS_CFLAGS)" -C $(CUPS_DIR) cups backend berkeley cgi-bin filter \
> - locale monitor notifier pdftops scheduler systemv scripting/php \
> + locale monitor notifier scheduler systemv scripting/php \
> conf data doc fonts ppd templates
> touch $@
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-09-09 19:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-07 18:37 [Buildroot] [PATCH] bump cups 1.3 to latest patchlevel 1.3.11 Marcus Osdoba
2010-09-09 19:31 ` [Buildroot] cups 1.3.11 lib not found Marcus Osdoba
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.