[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: debian-cd and new packages



hello:

 i have replaced || with | and still saying invalid..

the command is:
--
find ''' -name ''''.udeb' -a -type f | sort >$TMPFILE
--

i managed to replace that command with

find archives -type f | sort >$TMPFILE

and after that  i get error on another lines

below is the line extracted from it just trying to check the commnad.




sarge:/var/cache/apt/archives# dpkg -I
/var/cache/apt/archives/qemu_0.6.1+20050407-1_i386.deb | awk
'''Architecture: '' { print $2 }'
awk: line 1: syntax error at or near :


--
BTW do  u have the corrected version of move-installer-udebs.sh ? :)


Paras.





On 3/22/06, philagui <khaeos@khaeos.com> wrote:
>
> Hello,
>
> Yes I think it is probably the transition from one system to another.
> Because I found out that the errors in the scripts are the following:
> ["VARIABLE"] instead of VARIABLE
> || instead of |
>
> Paras > the error in your line is that you have to use | instead of ||
>
> Daniel > I don't think my problem comes from the fact that some dependencies
> are satisfied on my system and not in my pool directory, because for example
> for apache, it tells me that the missing dependencies are perl and mime and
> I checked, they can be found in my pool directory and in my
> dists/sarge/main/binary-i386/Packages file.
> So I still don't know what to do. I'll have to look for the solutions
> provided by Tzafrir but they seem a little bit obscure to me and I don't
> fully understand, not being a Linux guru, but I'll try.
>
> Thanks a lot once again for all your answers though.
> --
> View this message in context: http://www.nabble.com/debian-cd-and-new-packages-t1316461.html#a3531032
> Sent from the debian-custom forum at Nabble.com.
>
>
> --
> To UNSUBSCRIBE, email to debian-custom-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>



Reply to: