LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-21-2010, 07:07 PM   #16
zakonnik
LQ Newbie
 
Registered: Nov 2008
Location: Elbląg, Poland
Distribution: Slackware64-current
Posts: 22

Rep: Reputation: 16

@zerouno
i'll contact with guys that maintain the packages and let you about results
 
Old 03-22-2010, 07:53 AM   #17
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by zerouno View Post
@alien

Your MANIFEST.bz2 is malformed at line 458 :
-rw-r--r-- /ftp 620 2000-12-11 12:10:50 usr/share/timidity/drums.cfg

have wrong user/group

relative file in TiMidity++-2.13.2-i486-1.tgz is:
-rw-r--r-- 10170/ftp 620 2000-12-11 12:10 usr/share/timidity/drums.cfg

and creation of my database fail.

Goodbye
01
Hi zerouno

Fixed now, by removing the obsolete timidity package completely.
What your script should do is not fail because of package errors but instead skip the offending package and not add it to your database.

Good catch though, I like it when people make their scripts robust by error-checking.

Eric
 
Old 03-26-2010, 05:48 PM   #18
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Original Poster
Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
Quote:
Originally Posted by Alien Bob View Post
Fixed now, by removing the obsolete timidity package completely.
another bad package:
mozilla-nss-3.12.3-x86_64-1alien.txz

Quote:
Originally Posted by Alien Bob View Post
What your script should do is not fail because of package errors but instead skip the offending package and not add it to your database.

Good catch though, I like it when people make their scripts robust by error-checking.
The project was created in haste and add functionality in my short time available.
Yes, I will check for errors, but not immediately. (for now I do it manually)

Goodbye,
01
 
Old 03-26-2010, 05:53 PM   #19
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Original Poster
Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
UPDATE:
Removed all 'non-standard' repository, i.e. that does not contain the PACKAGES.TXT file.

I will accept only 'standard' repository.
 
Old 05-10-2010, 05:06 PM   #20
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Original Poster
Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
NEW!!!
I've added two search method useful for your script.
First: http://slak.homelinux.org/search.csv.php can report results in plain text/csv format.
Second: http://slak.homelinux.org/search.xml.php can report results in xml format.

I'm developing these two script but they are working.

examples:
Code:
wget -q -O - "http://slak.homelinux.org/search.csv.php?name=aaa_base"
curl "http://slak.homelinux.org/search.csv.php?file=ntfs-3g&order=veru&head=1&fs=;"
lynx -source "http://slak.homelinux.org/search.csv.php?file=libraw1394.so&repo=1&fs=|"
fs is field separator of column. If not specified will be used a tab.

for full help use script without parameters.


If you found a bug or if you want to add a field report me.

Goodbye
01
 
Old 05-22-2010, 10:44 AM   #21
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Original Poster
Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
@Alien:
WARNING. One package (at least) have its path non matching with PACKAGES.TXT

PACKAGE NAME: xdialog-2.3.1-x86_64-1alien.tgz
PACKAGE LOCATION: ./xdialog/pkg64/current

but real is
http://connie.slackware.com/~alien/s...log/pkg64/13.0

I've no test other packages

Goodbye
01
 
Old 05-22-2010, 01:02 PM   #22
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by zerouno View Post
@Alien:
WARNING. One package (at least) have its path non matching with PACKAGES.TXT

PACKAGE NAME: xdialog-2.3.1-x86_64-1alien.tgz
PACKAGE LOCATION: ./xdialog/pkg64/current

but real is
http://connie.slackware.com/~alien/s...log/pkg64/13.0

I've no test other packages

Goodbye
01
Indeed, several of the packages' META files were outdated because they were not re-generated after renaming directories from "current" to "13.0".

The MANIFEST.bz2 file is always correct though.
I am re-generating the package .meta files and the PACKAGES.TXT* files.

Thanks for reporting.

Eric
 
Old 05-22-2010, 03:57 PM   #23
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
@AlienBob

I know it isn't the perfect place for it, but I know you have recently been seen here and the issue doesn't require a separate thread
There seems to be a typo in the gnome-commander slackbuild:
It says:
Code:
/sbin/makepkg l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
 
Old 05-22-2010, 04:42 PM   #24
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by sycamorex View Post
@AlienBob

I know it isn't the perfect place for it, but I know you have recently been seen here and the issue doesn't require a separate thread
There seems to be a typo in the gnome-commander slackbuild:
It says:
Code:
/sbin/makepkg l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
This is not the right place for such a report - please address it on the slackbuilds.org users mailing list ( http://lists.slackbuilds.org/mailman...ckbuilds-users ) or contact the maintainer of that SlackBuild directly (see the .info file that comes with the SlackBuild).

Eric
 
Old 05-28-2010, 06:59 AM   #25
aszabo
Member
 
Registered: Mar 2009
Location: Budapest, Hungary
Distribution: Slackware
Posts: 120

Rep: Reputation: 16
Hi,

I made some packages for Slackware-13.1, http://www.dia-tech.net/linux/Slackware-13.1/
 
Old 05-28-2010, 07:13 AM   #26
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Original Poster
Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
Quote:
Originally Posted by aszabo View Post
Hi,

I made some packages for Slackware-13.1, http://www.dia-tech.net/linux/Slackware-13.1/
Yes, I see. Thanx.
I'm adding it, and various other I found, just in this moment.
You must only wait a few for rebuild database.

GoodBye
 
Old 05-28-2010, 07:22 AM   #27
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Rep: Reputation: 139Reputation: 139
I just found your site and it is a great way to find packages for Slackware. Are you going to be updating it for 13.1?

samac
 
Old 05-28-2010, 08:12 AM   #28
chrissi29
LQ Newbie
 
Registered: May 2010
Location: germany
Distribution: slackware current
Posts: 23

Rep: Reputation: 2
I've been using Your site already for a couple of months and it has proved extremely useful for me. Thank You!
 
Old 05-28-2010, 09:14 AM   #29
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Original Poster
Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
Updated
 
Old 05-28-2010, 09:41 AM   #30
Olaus
Member
 
Registered: Apr 2006
Location: Sweden
Distribution: Slackware64 14.2
Posts: 126

Rep: Reputation: 17
Quote:
Originally Posted by Alien Bob View Post
Hi zerouno

Fixed now, by removing the obsolete timidity package completely.

Eric
Obsolete, does that mean that some other package in 13.1 is acting as a midi player/synth now? I guess I can still get TiMidity at http://www.vcn.bc.ca/~dugan/timidity/index.html
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slackware (official) packages search site mario Slackware 13 01-03-2010 04:42 PM
Site related search question ! concoran LQ Suggestions & Feedback 3 05-05-2008 04:59 AM
LXer: How To Search For Missing Packages With apt-file On Debian and Ubuntu LXer Syndicated Linux News 0 02-21-2007 07:01 PM
How to add google search on my site tooparam Programming 5 01-05-2006 01:40 PM
Site search jeremy LQ Suggestions & Feedback 3 11-11-2002 07:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration